pub struct QuestionnaireCategory;Expand description
http://hl7.org/fhir/ValueSet/questionnaire-category
Implementations§
Source§impl QuestionnaireCategory
impl QuestionnaireCategory
Sourcepub fn v273384008() -> BoundCode<Self>
pub fn v273384008() -> BoundCode<Self>
Consumer satisfaction questionnaire
Sourcepub fn v273479001() -> BoundCode<Self>
pub fn v273479001() -> BoundCode<Self>
General health questionnaire
Sourcepub fn v273601006() -> BoundCode<Self>
pub fn v273601006() -> BoundCode<Self>
Mental status questionnaire
Sourcepub fn v273820006() -> BoundCode<Self>
pub fn v273820006() -> BoundCode<Self>
Social support questionnaire
Sourcepub fn v304784009() -> BoundCode<Self>
pub fn v304784009() -> BoundCode<Self>
Administrative form
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuestionnaireCategory
impl RefUnwindSafe for QuestionnaireCategory
impl Send for QuestionnaireCategory
impl Sync for QuestionnaireCategory
impl Unpin for QuestionnaireCategory
impl UnsafeUnpin for QuestionnaireCategory
impl UnwindSafe for QuestionnaireCategory
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