pub enum ObservationReferenceRangeNormalValue {
Absent,
Negative,
}Expand description
ObservationReferenceRangeNormalValue. Codes that describe the normal value in the reference range.
FHIR version: 5.0.0.
Variants§
Absent
absent
Absent. The expected normal value for the observation is absent.
Negative
negative
Negative. The expected normal value for the observation is negative.
Trait Implementations§
Source§impl Clone for ObservationReferenceRangeNormalValue
impl Clone for ObservationReferenceRangeNormalValue
Source§fn clone(&self) -> ObservationReferenceRangeNormalValue
fn clone(&self) -> ObservationReferenceRangeNormalValue
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 ObservationReferenceRangeNormalValue
impl<'de> Deserialize<'de> for ObservationReferenceRangeNormalValue
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<ObservationReferenceRangeNormalValue> for CodeableConcept
impl From<ObservationReferenceRangeNormalValue> for CodeableConcept
Source§fn from(code: ObservationReferenceRangeNormalValue) -> Self
fn from(code: ObservationReferenceRangeNormalValue) -> Self
Converts to this type from the input type.
Source§impl From<ObservationReferenceRangeNormalValue> for Coding
impl From<ObservationReferenceRangeNormalValue> for Coding
Source§fn from(code: ObservationReferenceRangeNormalValue) -> Self
fn from(code: ObservationReferenceRangeNormalValue) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ObservationReferenceRangeNormalValue
impl PartialEq for ObservationReferenceRangeNormalValue
Source§fn eq(&self, other: &ObservationReferenceRangeNormalValue) -> bool
fn eq(&self, other: &ObservationReferenceRangeNormalValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ObservationReferenceRangeNormalValue
impl Eq for ObservationReferenceRangeNormalValue
impl StructuralPartialEq for ObservationReferenceRangeNormalValue
Auto Trait Implementations§
impl Freeze for ObservationReferenceRangeNormalValue
impl RefUnwindSafe for ObservationReferenceRangeNormalValue
impl Send for ObservationReferenceRangeNormalValue
impl Sync for ObservationReferenceRangeNormalValue
impl Unpin for ObservationReferenceRangeNormalValue
impl UnsafeUnpin for ObservationReferenceRangeNormalValue
impl UnwindSafe for ObservationReferenceRangeNormalValue
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