pub struct AdverseEventCategory;Expand description
http://hl7.org/fhir/ValueSet/adverse-event-category
Implementations§
Source§impl AdverseEventCategory
impl AdverseEventCategory
Sourcepub fn expired_drug() -> BoundCode<Self>
pub fn expired_drug() -> BoundCode<Self>
Expired Drug
Sourcepub fn incorrect_prescribing_information() -> BoundCode<Self>
pub fn incorrect_prescribing_information() -> BoundCode<Self>
Incorrect Prescribing Information
Sourcepub fn medical_device_use_error() -> BoundCode<Self>
pub fn medical_device_use_error() -> BoundCode<Self>
Medical Device Use Error
Sourcepub fn problem_different_manufacturer() -> BoundCode<Self>
pub fn problem_different_manufacturer() -> BoundCode<Self>
Problem with Different Manufacturer of Same Medicine
Sourcepub fn product_problem() -> BoundCode<Self>
pub fn product_problem() -> BoundCode<Self>
Product Problem
Sourcepub fn product_quality() -> BoundCode<Self>
pub fn product_quality() -> BoundCode<Self>
Product Quality
Sourcepub fn product_use_error() -> BoundCode<Self>
pub fn product_use_error() -> BoundCode<Self>
Product Use Error
Sourcepub fn unsafe_physical_environment() -> BoundCode<Self>
pub fn unsafe_physical_environment() -> BoundCode<Self>
Unsafe Physical Environment
Sourcepub fn wrong_dose() -> BoundCode<Self>
pub fn wrong_dose() -> BoundCode<Self>
Wrong Dose
Sourcepub fn wrong_duration() -> BoundCode<Self>
pub fn wrong_duration() -> BoundCode<Self>
Wrong Duration
Sourcepub fn wrong_rate() -> BoundCode<Self>
pub fn wrong_rate() -> BoundCode<Self>
Wrong Rate
Sourcepub fn wrong_route_of_administration() -> BoundCode<Self>
pub fn wrong_route_of_administration() -> BoundCode<Self>
Wrong Route of Administration
Sourcepub fn wrong_technique() -> BoundCode<Self>
pub fn wrong_technique() -> BoundCode<Self>
Wrong Technique
Sourcepub fn wrong_time() -> BoundCode<Self>
pub fn wrong_time() -> BoundCode<Self>
Wrong Time
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdverseEventCategory
impl RefUnwindSafe for AdverseEventCategory
impl Send for AdverseEventCategory
impl Sync for AdverseEventCategory
impl Unpin for AdverseEventCategory
impl UnsafeUnpin for AdverseEventCategory
impl UnwindSafe for AdverseEventCategory
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