Skip to main content

V3Hl7Realm

Struct V3Hl7Realm 

Source
pub struct V3Hl7Realm;
Expand description

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

Implementations§

Source§

impl V3Hl7Realm

Source

pub fn ar() -> BoundCode<Self>

Argentina

Source

pub fn at() -> BoundCode<Self>

Austria

Source

pub fn au() -> BoundCode<Self>

Australia

Source

pub fn affiliate_realms() -> BoundCode<Self>

Affiliate Realms

Source

pub fn br() -> BoundCode<Self>

Brazil

Source

pub fn binding_realms() -> BoundCode<Self>

binding realms

Source

pub fn c1() -> BoundCode<Self>

Unclassified Realm

Source

pub fn ca() -> BoundCode<Self>

Canada

Source

pub fn ch() -> BoundCode<Self>

Switzerland

Source

pub fn cl() -> BoundCode<Self>

Chile

Source

pub fn cn() -> BoundCode<Self>

China

Source

pub fn co() -> BoundCode<Self>

Columbia

Source

pub fn cz() -> BoundCode<Self>

Czech Republic

Source

pub fn de() -> BoundCode<Self>

Germany

Source

pub fn dk() -> BoundCode<Self>

Denmark

Source

pub fn es() -> BoundCode<Self>

Spain

Source

pub fn fi() -> BoundCode<Self>

Finland

Source

pub fn fr() -> BoundCode<Self>

France

Source

pub fn gb() -> BoundCode<Self>

Great Britain

Source

pub fn gr() -> BoundCode<Self>

Greece

Source

pub fn hr() -> BoundCode<Self>

Croatia

Source

pub fn ie() -> BoundCode<Self>

Ireland

Source

pub fn in_() -> BoundCode<Self>

India

Source

pub fn it() -> BoundCode<Self>

Italy

Source

pub fn jp() -> BoundCode<Self>

Japan

Source

pub fn kr() -> BoundCode<Self>

Korea

Source

pub fn lt() -> BoundCode<Self>

Lithuania

Source

pub fn mx() -> BoundCode<Self>

Mexico

Source

pub fn nl() -> BoundCode<Self>

The Netherlands

Source

pub fn nz() -> BoundCode<Self>

New Zealand

Source

pub fn namespace_realms() -> BoundCode<Self>

namespace realms

Source

pub fn r1() -> BoundCode<Self>

Representative Realm

Source

pub fn ro() -> BoundCode<Self>

Romania

Source

pub fn ru() -> BoundCode<Self>

Russian Federation

Source

pub fn se() -> BoundCode<Self>

Sweden

Source

pub fn sg() -> BoundCode<Self>

Singapore

Source

pub fn soa() -> BoundCode<Self>

Southern Africa

Source

pub fn tr() -> BoundCode<Self>

Turkey

Source

pub fn tw() -> BoundCode<Self>

Taiwan

Source

pub fn uk() -> BoundCode<Self>

United Kingdom

Source

pub fn us() -> BoundCode<Self>

United States of America

Source

pub fn uv() -> BoundCode<Self>

Universal

Source

pub fn uy() -> BoundCode<Self>

Uruguay

Source

pub fn x1() -> BoundCode<Self>

Example Realm

Source

pub fn zz() -> BoundCode<Self>

Localized Version

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for V3Hl7Realm

Source§

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

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