pub struct TestscriptOperationCodes;Expand description
http://hl7.org/fhir/ValueSet/testscript-operation-codes
Implementations§
Source§impl TestscriptOperationCodes
impl TestscriptOperationCodes
Sourcepub fn capabilities() -> BoundCode<Self>
pub fn capabilities() -> BoundCode<Self>
Capabilities
Sourcepub fn data_requirements() -> BoundCode<Self>
pub fn data_requirements() -> BoundCode<Self>
$data-requirements
Sourcepub fn delete_cond_multiple() -> BoundCode<Self>
pub fn delete_cond_multiple() -> BoundCode<Self>
Conditional Delete Multiple
Sourcepub fn delete_cond_single() -> BoundCode<Self>
pub fn delete_cond_single() -> BoundCode<Self>
Conditional Delete Single
Sourcepub fn evaluate_measure() -> BoundCode<Self>
pub fn evaluate_measure() -> BoundCode<Self>
$evaluate-measure
Sourcepub fn everything() -> BoundCode<Self>
pub fn everything() -> BoundCode<Self>
$everything
Sourcepub fn find_matches() -> BoundCode<Self>
pub fn find_matches() -> BoundCode<Self>
$find-matches
Sourcepub fn implements() -> BoundCode<Self>
pub fn implements() -> BoundCode<Self>
$implements
Sourcepub fn meta_delete() -> BoundCode<Self>
pub fn meta_delete() -> BoundCode<Self>
$meta-delete
Sourcepub fn populatehtml() -> BoundCode<Self>
pub fn populatehtml() -> BoundCode<Self>
$populatehtml
Sourcepub fn populatelink() -> BoundCode<Self>
pub fn populatelink() -> BoundCode<Self>
$populatelink
Sourcepub fn process_message() -> BoundCode<Self>
pub fn process_message() -> BoundCode<Self>
$process-message
Sourcepub fn questionnaire() -> BoundCode<Self>
pub fn questionnaire() -> BoundCode<Self>
$questionnaire
Sourcepub fn transaction() -> BoundCode<Self>
pub fn transaction() -> BoundCode<Self>
Transaction
Sourcepub fn update_create() -> BoundCode<Self>
pub fn update_create() -> BoundCode<Self>
Create using Update
Sourcepub fn validate_code() -> BoundCode<Self>
pub fn validate_code() -> BoundCode<Self>
$validate-code
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestscriptOperationCodes
impl RefUnwindSafe for TestscriptOperationCodes
impl Send for TestscriptOperationCodes
impl Sync for TestscriptOperationCodes
impl Unpin for TestscriptOperationCodes
impl UnsafeUnpin for TestscriptOperationCodes
impl UnwindSafe for TestscriptOperationCodes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more