Skip to main content

DocSectionCodes

Struct DocSectionCodes 

Source
pub struct DocSectionCodes;
Expand description

http://hl7.org/fhir/ValueSet/doc-section-codes

Implementations§

Source§

impl DocSectionCodes

Source

pub fn v10154_3() -> BoundCode<Self>

10154-3

Source

pub fn v10157_6() -> BoundCode<Self>

10157-6

Source

pub fn v10160_0() -> BoundCode<Self>

10160-0

Source

pub fn v10164_2() -> BoundCode<Self>

10164-2

Source

pub fn v10183_2() -> BoundCode<Self>

10183-2

Source

pub fn v10184_0() -> BoundCode<Self>

10184-0

Source

pub fn v10187_3() -> BoundCode<Self>

10187-3

Source

pub fn v10210_3() -> BoundCode<Self>

10210-3

Source

pub fn v10216_0() -> BoundCode<Self>

10216-0

Source

pub fn v10218_6() -> BoundCode<Self>

10218-6

Source

pub fn v10222_8() -> BoundCode<Self>

10222-8

Source

pub fn v10223_6() -> BoundCode<Self>

10223-6

Source

pub fn v11329_0() -> BoundCode<Self>

11329-0

Source

pub fn v11348_0() -> BoundCode<Self>

11348-0

Source

pub fn v11369_6() -> BoundCode<Self>

11369-6

Source

pub fn v11493_4() -> BoundCode<Self>

11493-4

Source

pub fn v11535_2() -> BoundCode<Self>

11535-2

Source

pub fn v11537_8() -> BoundCode<Self>

11537-8

Source

pub fn v18776_5() -> BoundCode<Self>

18776-5

Source

pub fn v18841_7() -> BoundCode<Self>

18841-7

Source

pub fn v29299_5() -> BoundCode<Self>

29299-5

Source

pub fn v29545_1() -> BoundCode<Self>

29545-1

Source

pub fn v29549_3() -> BoundCode<Self>

29549-3

Source

pub fn v29554_3() -> BoundCode<Self>

29554-3

Source

pub fn v29762_2() -> BoundCode<Self>

29762-2

Source

pub fn v30954_2() -> BoundCode<Self>

30954-2

Source

pub fn v42344_2() -> BoundCode<Self>

42344-2

Source

pub fn v42346_7() -> BoundCode<Self>

42346-7

Source

pub fn v42348_3() -> BoundCode<Self>

42348-3

Source

pub fn v42349_1() -> BoundCode<Self>

42349-1

Source

pub fn v46240_8() -> BoundCode<Self>

46240-8

Source

pub fn v46241_6() -> BoundCode<Self>

46241-6

Source

pub fn v46264_8() -> BoundCode<Self>

46264-8

Source

pub fn v47420_5() -> BoundCode<Self>

47420-5

Source

pub fn v47519_4() -> BoundCode<Self>

47519-4

Source

pub fn v48765_2() -> BoundCode<Self>

48765-2

Source

pub fn v48768_6() -> BoundCode<Self>

48768-6

Source

pub fn v51848_0() -> BoundCode<Self>

51848-0

Source

pub fn v55109_3() -> BoundCode<Self>

55109-3

Source

pub fn v55122_6() -> BoundCode<Self>

55122-6

Source

pub fn v57852_6() -> BoundCode<Self>

57852-6

Source

pub fn v59768_2() -> BoundCode<Self>

59768-2

Source

pub fn v59769_0() -> BoundCode<Self>

59769-0

Source

pub fn v59770_8() -> BoundCode<Self>

59770-8

Source

pub fn v59771_6() -> BoundCode<Self>

59771-6

Source

pub fn v59772_4() -> BoundCode<Self>

59772-4

Source

pub fn v59773_2() -> BoundCode<Self>

59773-2

Source

pub fn v59775_7() -> BoundCode<Self>

59775-7

Source

pub fn v59776_5() -> BoundCode<Self>

59776-5

Source

pub fn v61149_1() -> BoundCode<Self>

61149-1

Source

pub fn v61150_9() -> BoundCode<Self>

61150-9

Source

pub fn v69730_0() -> BoundCode<Self>

69730-0

Source

pub fn v8648_8() -> BoundCode<Self>

8648-8

Source

pub fn v8653_8() -> BoundCode<Self>

8653-8

Source

pub fn v8716_3() -> BoundCode<Self>

8716-3

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for DocSectionCodes

Source§

const URL: &'static str = "http://hl7.org/fhir/ValueSet/doc-section-codes"

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