pub struct ParameterGroup;Expand description
http://hl7.org/fhir/ValueSet/parameter-group
Implementations§
Source§impl ParameterGroup
impl ParameterGroup
Sourcepub fn blood_chemistry() -> BoundCode<Self>
pub fn blood_chemistry() -> BoundCode<Self>
Blood Chemistry Parameter Group
Sourcepub fn drug_delivery() -> BoundCode<Self>
pub fn drug_delivery() -> BoundCode<Self>
Drug Delivery Parameter Group
Sourcepub fn fluid_chemistry() -> BoundCode<Self>
pub fn fluid_chemistry() -> BoundCode<Self>
Fluid Chemistry Parameter Group
Sourcepub fn haemodynamic() -> BoundCode<Self>
pub fn haemodynamic() -> BoundCode<Self>
Haemodynamic Parameter Group
Sourcepub fn miscellaneous() -> BoundCode<Self>
pub fn miscellaneous() -> BoundCode<Self>
Miscellaneous Parameter Group
Sourcepub fn neurological() -> BoundCode<Self>
pub fn neurological() -> BoundCode<Self>
Neurological Parameter Group
Sourcepub fn respiratory() -> BoundCode<Self>
pub fn respiratory() -> BoundCode<Self>
Respiratory Parameter Group
Sourcepub fn ventilation() -> BoundCode<Self>
pub fn ventilation() -> BoundCode<Self>
Ventilation Parameter Group
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParameterGroup
impl RefUnwindSafe for ParameterGroup
impl Send for ParameterGroup
impl Sync for ParameterGroup
impl Unpin for ParameterGroup
impl UnsafeUnpin for ParameterGroup
impl UnwindSafe for ParameterGroup
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more