pub enum MeasureReportStratifierValueExample {
Northeast,
Northwest,
Southeast,
Southwest,
}Expand description
MeasureReportStratifierValueExample. Example Region Value Measure Groups for the Measure Resource.
FHIR version: 5.0.0.
Variants§
Northeast
northeast
Northeast. Northeast region stratification.
Northwest
northwest
Northwest. Northwest region stratification.
Southeast
southeast
Southeast. Southeast region stratification.
Southwest
southwest
Soutwest. Soutwest region stratification.
Trait Implementations§
Source§impl Clone for MeasureReportStratifierValueExample
impl Clone for MeasureReportStratifierValueExample
Source§fn clone(&self) -> MeasureReportStratifierValueExample
fn clone(&self) -> MeasureReportStratifierValueExample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for MeasureReportStratifierValueExample
impl<'de> Deserialize<'de> for MeasureReportStratifierValueExample
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<MeasureReportStratifierValueExample> for CodeableConcept
impl From<MeasureReportStratifierValueExample> for CodeableConcept
Source§fn from(code: MeasureReportStratifierValueExample) -> Self
fn from(code: MeasureReportStratifierValueExample) -> Self
Converts to this type from the input type.
Source§impl From<MeasureReportStratifierValueExample> for Coding
impl From<MeasureReportStratifierValueExample> for Coding
Source§fn from(code: MeasureReportStratifierValueExample) -> Self
fn from(code: MeasureReportStratifierValueExample) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MeasureReportStratifierValueExample
impl PartialEq for MeasureReportStratifierValueExample
Source§fn eq(&self, other: &MeasureReportStratifierValueExample) -> bool
fn eq(&self, other: &MeasureReportStratifierValueExample) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MeasureReportStratifierValueExample
impl Eq for MeasureReportStratifierValueExample
impl StructuralPartialEq for MeasureReportStratifierValueExample
Auto Trait Implementations§
impl Freeze for MeasureReportStratifierValueExample
impl RefUnwindSafe for MeasureReportStratifierValueExample
impl Send for MeasureReportStratifierValueExample
impl Sync for MeasureReportStratifierValueExample
impl Unpin for MeasureReportStratifierValueExample
impl UnsafeUnpin for MeasureReportStratifierValueExample
impl UnwindSafe for MeasureReportStratifierValueExample
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