pub enum MedicationKnowledgeStatusCodes {
Active,
EnteredInError,
Inactive,
}Expand description
MedicationKnowledgeStatusCodes. MedicationKnowledge Status Codes
FHIR version: 5.0.0.
Variants§
Active
active
Active. The medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system.
EnteredInError
entered-in-error
Entered in Error. The medication referred to by this MedicationKnowledge was entered in error within the drug database or inventory system.
Inactive
inactive
Inactive. The medication referred to by this MedicationKnowledge is not in active use within the drug database or inventory system.
Trait Implementations§
Source§impl AsRef<str> for MedicationKnowledgeStatusCodes
impl AsRef<str> for MedicationKnowledgeStatusCodes
Source§impl Clone for MedicationKnowledgeStatusCodes
impl Clone for MedicationKnowledgeStatusCodes
Source§fn clone(&self) -> MedicationKnowledgeStatusCodes
fn clone(&self) -> MedicationKnowledgeStatusCodes
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 MedicationKnowledgeStatusCodes
impl<'de> Deserialize<'de> for MedicationKnowledgeStatusCodes
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<MedicationKnowledgeStatusCodes> for CodeableConcept
impl From<MedicationKnowledgeStatusCodes> for CodeableConcept
Source§fn from(code: MedicationKnowledgeStatusCodes) -> Self
fn from(code: MedicationKnowledgeStatusCodes) -> Self
Converts to this type from the input type.
Source§impl From<MedicationKnowledgeStatusCodes> for Coding
impl From<MedicationKnowledgeStatusCodes> for Coding
Source§fn from(code: MedicationKnowledgeStatusCodes) -> Self
fn from(code: MedicationKnowledgeStatusCodes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MedicationKnowledgeStatusCodes
impl PartialEq for MedicationKnowledgeStatusCodes
Source§fn eq(&self, other: &MedicationKnowledgeStatusCodes) -> bool
fn eq(&self, other: &MedicationKnowledgeStatusCodes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MedicationKnowledgeStatusCodes
impl Eq for MedicationKnowledgeStatusCodes
impl StructuralPartialEq for MedicationKnowledgeStatusCodes
Auto Trait Implementations§
impl Freeze for MedicationKnowledgeStatusCodes
impl RefUnwindSafe for MedicationKnowledgeStatusCodes
impl Send for MedicationKnowledgeStatusCodes
impl Sync for MedicationKnowledgeStatusCodes
impl Unpin for MedicationKnowledgeStatusCodes
impl UnsafeUnpin for MedicationKnowledgeStatusCodes
impl UnwindSafe for MedicationKnowledgeStatusCodes
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