Skip to main content

SupplementType

Struct SupplementType 

Source
pub struct SupplementType;
Expand description

http://hl7.org/fhir/ValueSet/supplement-type

Implementations§

Source§

impl SupplementType

Source

pub fn v441531000124102() -> BoundCode<Self>

Standard Enteral Formula

Source

pub fn v441561000124106() -> BoundCode<Self>

Standard enteral formula with fiber

Source

pub fn v441571000124104() -> BoundCode<Self>

High energy enteral formula with fiber

Source

pub fn v441591000124103() -> BoundCode<Self>

Diabetic enteral formula with fiber

Source

pub fn v441601000124106() -> BoundCode<Self>

Diabetic high calorie high protein enteral formula with fiber

Source

pub fn v441671000124100() -> BoundCode<Self>

Hydrolyzed peptide-based high protein enteral formula

Source

pub fn v442651000124102() -> BoundCode<Self>

Adult formula

Source

pub fn v442901000124106() -> BoundCode<Self>

Adult clear liquid supplement

Source

pub fn v442911000124109() -> BoundCode<Self>

Adult elemental formula

Source

pub fn v442921000124101() -> BoundCode<Self>

Adult standard formula

Source

pub fn v442931000124103() -> BoundCode<Self>

Adult soy protein isolate formula

Source

pub fn v442941000124108() -> BoundCode<Self>

Adult renal specialty formula

Source

pub fn v442951000124105() -> BoundCode<Self>

Adult pulmonary specialty formula

Source

pub fn v442961000124107() -> BoundCode<Self>

Adult low carbohydrate formula

Source

pub fn v442971000124100() -> BoundCode<Self>

Adult high energy formula

Source

pub fn v442981000124102() -> BoundCode<Self>

Adult hydrolyzed protein formula

Source

pub fn v442991000124104() -> BoundCode<Self>

Adult high protein formula

Source

pub fn v443011000124100() -> BoundCode<Self>

Adult high protein high fiber formula

Source

pub fn v443021000124108() -> BoundCode<Self>

Adult hepatic specialty formula

Source

pub fn v443031000124106() -> BoundCode<Self>

Adult critical care formula

Source

pub fn v443051000124104() -> BoundCode<Self>

Adult diabetes specialty formula

Source

pub fn v443111000124101() -> BoundCode<Self>

High protein formula

Source

pub fn v443351000124102() -> BoundCode<Self>

Increased fiber formula

Source

pub fn v443361000124100() -> BoundCode<Self>

Pediatric Formula

Source

pub fn v443391000124108() -> BoundCode<Self>

Pediatric clear liquid supplement

Source

pub fn v443401000124105() -> BoundCode<Self>

Pediatric elemental formula

Source

pub fn v443411000124108() -> BoundCode<Self>

Elemental Formula

Source

pub fn v443421000124100() -> BoundCode<Self>

Pediatric hydrolyzed protein formula

Source

pub fn v443431000124102() -> BoundCode<Self>

High Energy Formula

Source

pub fn v443441000124107() -> BoundCode<Self>

Clear liquid supplement

Source

pub fn v443451000124109() -> BoundCode<Self>

Pediatric standard formula

Source

pub fn v443461000124106() -> BoundCode<Self>

Standard Formula

Source

pub fn v443471000124104() -> BoundCode<Self>

Pediatric increased fiber formula

Source

pub fn v443481000124101() -> BoundCode<Self>

Renal Formula

Source

pub fn v443491000124103() -> BoundCode<Self>

Pediatric high energy formula

Source

pub fn v443501000124106() -> BoundCode<Self>

Pediatric high energy formula with increased fiber

Source

pub fn v443561000124107() -> BoundCode<Self>

Soy based formula

Source

pub fn v443771000124106() -> BoundCode<Self>

Hydrolyzed protein formula

Source

pub fn v444321000124108() -> BoundCode<Self>

Standard pudding oral supplement

Source

pub fn v444331000124106() -> BoundCode<Self>

Diabetic meal replacement bar

Source

pub fn v444361000124102() -> BoundCode<Self>

Electrolyte replacement supplement

Source

pub fn v444371000124109() -> BoundCode<Self>

Powdered electrolyte replacement supplement

Source

pub fn v444381000124107() -> BoundCode<Self>

Liquid electrolyte replacement supplement

Source

pub fn v444401000124107() -> BoundCode<Self>

Frozen electrolyte replacement supplement

Source

pub fn v444431000124104() -> BoundCode<Self>

Pediatric reduced energy formula

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for SupplementType

Source§

const URL: &'static str = "http://hl7.org/fhir/ValueSet/supplement-type"

Source§

const CODES: &'static [&'static str]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more