pub enum GuidanceModuleCode {
AncCds,
BmiCalculator,
ChfPathway,
Covid19Severity,
MmeCalculator,
OpioidCds,
}
Expand description
GuidanceModuleCode. Example guidance module codes.
FHIR version: 5.0.0.
Variants§
AncCds
anc-cds
ANC CDS. Clinical Decision Support for Antenatal Care.
BmiCalculator
bmi-calculator
BMI Calculator. A Body Mass Index (BMI) calculator.
ChfPathway
chf-pathway
CHF Pathway. Congestive Heart Failure Pathway
Covid19Severity
covid-19-severity
COVID-19 Severity Score. A COVID-19 Severity Score Calculator.
MmeCalculator
mme-calculator
MME Calculator. A Morphine Milligram Equivalent (MME) calculator.
OpioidCds
opioid-cds
Opioid CDS. Clinical Decision Support for Opioid Prescribing.
Trait Implementations§
Source§impl AsRef<str> for GuidanceModuleCode
impl AsRef<str> for GuidanceModuleCode
Source§impl Clone for GuidanceModuleCode
impl Clone for GuidanceModuleCode
Source§fn clone(&self) -> GuidanceModuleCode
fn clone(&self) -> GuidanceModuleCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GuidanceModuleCode
impl Debug for GuidanceModuleCode
Source§impl<'de> Deserialize<'de> for GuidanceModuleCode
impl<'de> Deserialize<'de> for GuidanceModuleCode
Source§fn deserialize<D>(
deserializer: D,
) -> Result<GuidanceModuleCode, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<GuidanceModuleCode, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GuidanceModuleCode
impl Display for GuidanceModuleCode
Source§impl From<GuidanceModuleCode> for CodeableConcept
impl From<GuidanceModuleCode> for CodeableConcept
Source§fn from(code: GuidanceModuleCode) -> CodeableConcept
fn from(code: GuidanceModuleCode) -> CodeableConcept
Converts to this type from the input type.
Source§impl From<GuidanceModuleCode> for Coding
impl From<GuidanceModuleCode> for Coding
Source§fn from(code: GuidanceModuleCode) -> Coding
fn from(code: GuidanceModuleCode) -> Coding
Converts to this type from the input type.
Source§impl FromStr for GuidanceModuleCode
impl FromStr for GuidanceModuleCode
Source§impl Hash for GuidanceModuleCode
impl Hash for GuidanceModuleCode
Source§impl PartialEq for GuidanceModuleCode
impl PartialEq for GuidanceModuleCode
Source§impl Serialize for GuidanceModuleCode
impl Serialize for GuidanceModuleCode
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for GuidanceModuleCode
impl Eq for GuidanceModuleCode
impl StructuralPartialEq for GuidanceModuleCode
Auto Trait Implementations§
impl Freeze for GuidanceModuleCode
impl RefUnwindSafe for GuidanceModuleCode
impl Send for GuidanceModuleCode
impl Sync for GuidanceModuleCode
impl Unpin for GuidanceModuleCode
impl UnwindSafe for GuidanceModuleCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.