pub enum WarningType {
P313,
P314,
P315,
P320,
P321,
P322,
P330,
P331,
P361,
P363,
}Expand description
WarningType. Classification of warning type.
FHIR version: 5.0.0.
Variants§
P313
P313
Get medical advice/attention.. Get medical advice/attention.
P314
P314
Get medical advice/attention if you feel unwell.. Get medical advice/attention if you feel unwell.
P315
P315
Get immediate medical advice/attention.. Get immediate medical advice/attention.
P320
P320
Specific treatment is urgent (see … on this label).. Specific treatment is urgent (see … on this label).
P321
P321
Specific treatment (see … on this label).. Specific treatment (see … on this label).
P322
P322
Specific measures (see … on this label).. Specific measures (see … on this label).
P330
P330
Rinse mouth.. Rinse mouth.
P331
P331
Do NOT induce vomiting.. Do NOT induce vomiting.
P361
P361
Remove/Take off immediately all contaminated clothing.. Remove/Take off immediately all contaminated clothing.
P363
P363
Wash contaminated clothing before reuse… Wash contaminated clothing before reuse.
Trait Implementations§
Source§impl AsRef<str> for WarningType
impl AsRef<str> for WarningType
Source§impl Clone for WarningType
impl Clone for WarningType
Source§fn clone(&self) -> WarningType
fn clone(&self) -> WarningType
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for WarningType
impl Debug for WarningType
Source§impl<'de> Deserialize<'de> for WarningType
impl<'de> Deserialize<'de> for WarningType
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>,
Source§impl Display for WarningType
impl Display for WarningType
Source§impl From<WarningType> for CodeableConcept
impl From<WarningType> for CodeableConcept
Source§fn from(code: WarningType) -> Self
fn from(code: WarningType) -> Self
Source§impl From<WarningType> for Coding
impl From<WarningType> for Coding
Source§fn from(code: WarningType) -> Self
fn from(code: WarningType) -> Self
Source§impl FromStr for WarningType
impl FromStr for WarningType
Source§impl Hash for WarningType
impl Hash for WarningType
Source§impl PartialEq for WarningType
impl PartialEq for WarningType
Source§fn eq(&self, other: &WarningType) -> bool
fn eq(&self, other: &WarningType) -> bool
self and other values to be equal, and is used by ==.