pub struct V3HL7StandardVersionCode;Expand description
http://terminology.hl7.org/ValueSet/v3-HL7StandardVersionCode
Implementations§
Source§impl V3HL7StandardVersionCode
impl V3HL7StandardVersionCode
Sourcepub fn ballot2008_jan() -> BoundCode<Self>
pub fn ballot2008_jan() -> BoundCode<Self>
Ballot 2008 January
Sourcepub fn ballot2008_may() -> BoundCode<Self>
pub fn ballot2008_may() -> BoundCode<Self>
Ballot 2008 May
Sourcepub fn ballot2008_sep() -> BoundCode<Self>
pub fn ballot2008_sep() -> BoundCode<Self>
Ballot 2008 September
Sourcepub fn ballot2009_jan() -> BoundCode<Self>
pub fn ballot2009_jan() -> BoundCode<Self>
Ballot 2009 January
Sourcepub fn ballot2009_may() -> BoundCode<Self>
pub fn ballot2009_may() -> BoundCode<Self>
Ballot 2009 May
Sourcepub fn ballot2009_sep() -> BoundCode<Self>
pub fn ballot2009_sep() -> BoundCode<Self>
Ballot 2009 September
Sourcepub fn ballot2010_jan() -> BoundCode<Self>
pub fn ballot2010_jan() -> BoundCode<Self>
Ballot 2010 Jan
Sourcepub fn ballot2010_may() -> BoundCode<Self>
pub fn ballot2010_may() -> BoundCode<Self>
Ballot 2010 May
Sourcepub fn ballot2010_sep() -> BoundCode<Self>
pub fn ballot2010_sep() -> BoundCode<Self>
Ballot 2010 Sep
Sourcepub fn ballot2011_jan() -> BoundCode<Self>
pub fn ballot2011_jan() -> BoundCode<Self>
Ballot 2011 Jan
Sourcepub fn ballot2011_may() -> BoundCode<Self>
pub fn ballot2011_may() -> BoundCode<Self>
Ballot 2011 May
Sourcepub fn ballot2011_sep() -> BoundCode<Self>
pub fn ballot2011_sep() -> BoundCode<Self>
Ballot 2011 Sep
Sourcepub fn ballot2012_jan() -> BoundCode<Self>
pub fn ballot2012_jan() -> BoundCode<Self>
Ballot 2012 Jan
Sourcepub fn ballot2012_may() -> BoundCode<Self>
pub fn ballot2012_may() -> BoundCode<Self>
Ballot 2012 May
Sourcepub fn ballot2012_sep() -> BoundCode<Self>
pub fn ballot2012_sep() -> BoundCode<Self>
Ballot 2012 Sep
Sourcepub fn v3_2003_12() -> BoundCode<Self>
pub fn v3_2003_12() -> BoundCode<Self>
HL7 Version V3-2003-12
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V3HL7StandardVersionCode
impl RefUnwindSafe for V3HL7StandardVersionCode
impl Send for V3HL7StandardVersionCode
impl Sync for V3HL7StandardVersionCode
impl Unpin for V3HL7StandardVersionCode
impl UnsafeUnpin for V3HL7StandardVersionCode
impl UnwindSafe for V3HL7StandardVersionCode
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