Skip to main content

V3GTSAbbreviation

Struct V3GTSAbbreviation 

Source
pub struct V3GTSAbbreviation;
Expand description

http://terminology.hl7.org/ValueSet/v3-GTSAbbreviation

Implementations§

Source§

impl V3GTSAbbreviation

Source

pub fn am() -> BoundCode<Self>

AM

Source

pub fn bed() -> BoundCode<Self>

at bedtime

Source

pub fn bid() -> BoundCode<Self>

BID

Source

pub fn jb() -> BoundCode<Self>

JB

Source

pub fn je() -> BoundCode<Self>

JE

Source

pub fn jh() -> BoundCode<Self>

GTSAbbreviationHolidays

Source

pub fn jhchreas() -> BoundCode<Self>

JHCHREAS

Source

pub fn jhchrgfr() -> BoundCode<Self>

JHCHRGFR

Source

pub fn jhchrnew() -> BoundCode<Self>

JHCHRNEW

Source

pub fn jhchrpen() -> BoundCode<Self>

JHCHRPEN

Source

pub fn jhchrxme() -> BoundCode<Self>

JHCHRXME

Source

pub fn jhchrxms() -> BoundCode<Self>

JHCHRXMS

Source

pub fn jhnnl() -> BoundCode<Self>

The Netherlands National Holidays

Source

pub fn jhnnlld() -> BoundCode<Self>

Liberation day (May 5 every five years)

Source

pub fn jhnnlqd() -> BoundCode<Self>

Queen’s day (April 30)

Source

pub fn jhnnlsk() -> BoundCode<Self>

Sinterklaas (December 5)

Source

pub fn jhnus() -> BoundCode<Self>

GTSAbbreviationHolidaysUSNational

Source

pub fn jhnusclm() -> BoundCode<Self>

JHNUSCLM

Source

pub fn jhnusind() -> BoundCode<Self>

JHNUSIND

Source

pub fn jhnusin_d1() -> BoundCode<Self>

JHNUSIND1

Source

pub fn jhnusin_d5() -> BoundCode<Self>

JHNUSIND5

Source

pub fn jhnuslbr() -> BoundCode<Self>

JHNUSLBR

Source

pub fn jhnusmem() -> BoundCode<Self>

JHNUSMEM

Source

pub fn jhnusme_m5() -> BoundCode<Self>

JHNUSMEM5

Source

pub fn jhnusme_m6() -> BoundCode<Self>

JHNUSMEM6

Source

pub fn jhnusmlk() -> BoundCode<Self>

JHNUSMLK

Source

pub fn jhnuspre() -> BoundCode<Self>

JHNUSPRE

Source

pub fn jhnustks() -> BoundCode<Self>

JHNUSTKS

Source

pub fn jhnustk_s5() -> BoundCode<Self>

JHNUSTKS5

Source

pub fn jhnusvet() -> BoundCode<Self>

JHNUSVET

Source

pub fn mo() -> BoundCode<Self>

monthly

Source

pub fn pm() -> BoundCode<Self>

PM

Source

pub fn q1h() -> BoundCode<Self>

every hour

Source

pub fn q2h() -> BoundCode<Self>

every 2 hours

Source

pub fn q3h() -> BoundCode<Self>

every 3 hours

Source

pub fn q4h() -> BoundCode<Self>

Q4H

Source

pub fn q6h() -> BoundCode<Self>

Q6H

Source

pub fn q8h() -> BoundCode<Self>

every 8 hours

Source

pub fn qd() -> BoundCode<Self>

QD

Source

pub fn qid() -> BoundCode<Self>

QID

Source

pub fn qod() -> BoundCode<Self>

QOD

Source

pub fn tid() -> BoundCode<Self>

TID

Source

pub fn wk() -> BoundCode<Self>

weekly

Source

pub fn _gts_abbreviation_holidays_christian_roman() -> BoundCode<Self>

GTSAbbreviationHolidaysChristianRoman

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for V3GTSAbbreviation

Source§

const URL: &'static str = "http://terminology.hl7.org/ValueSet/v3-GTSAbbreviation"

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