pub struct GoalStatusReason;Expand description
http://hl7.org/fhir/ValueSet/goal-status-reason
Implementations§
Source§impl GoalStatusReason
impl GoalStatusReason
Sourcepub fn financial_barrier() -> BoundCode<Self>
pub fn financial_barrier() -> BoundCode<Self>
Financial Reason
Lack Of Social Support
Sourcepub fn lack_of_transportation() -> BoundCode<Self>
pub fn lack_of_transportation() -> BoundCode<Self>
Lack Of Transportation
Sourcepub fn life_event() -> BoundCode<Self>
pub fn life_event() -> BoundCode<Self>
Life Event
Sourcepub fn patient_request() -> BoundCode<Self>
pub fn patient_request() -> BoundCode<Self>
Patient Request
Sourcepub fn permanent_not_attainable() -> BoundCode<Self>
pub fn permanent_not_attainable() -> BoundCode<Self>
Goal Not Attainable Permanently
Sourcepub fn temp_not_attainable() -> BoundCode<Self>
pub fn temp_not_attainable() -> BoundCode<Self>
Goal Not Attainable Temporarily
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoalStatusReason
impl RefUnwindSafe for GoalStatusReason
impl Send for GoalStatusReason
impl Sync for GoalStatusReason
impl Unpin for GoalStatusReason
impl UnsafeUnpin for GoalStatusReason
impl UnwindSafe for GoalStatusReason
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