pub struct V3EntityCode;Expand description
http://terminology.hl7.org/ValueSet/v3-EntityCode
Implementations§
Source§impl V3EntityCode
impl V3EntityCode
Sourcepub fn _access_medical_device() -> BoundCode<Self>
pub fn _access_medical_device() -> BoundCode<Self>
AccessMedicalDevice
Sourcepub fn _administration_medical_device() -> BoundCode<Self>
pub fn _administration_medical_device() -> BoundCode<Self>
AdministrationMedicalDevice
Sourcepub fn _clinical_drug() -> BoundCode<Self>
pub fn _clinical_drug() -> BoundCode<Self>
ClinicalDrug
Sourcepub fn _container_entity_type() -> BoundCode<Self>
pub fn _container_entity_type() -> BoundCode<Self>
ContainerEntityType
Sourcepub fn _drug_entity() -> BoundCode<Self>
pub fn _drug_entity() -> BoundCode<Self>
DrugEntity
Sourcepub fn _individual_package_entity_type() -> BoundCode<Self>
pub fn _individual_package_entity_type() -> BoundCode<Self>
IndividualPackageEntityType
Sourcepub fn _injection_medical_device() -> BoundCode<Self>
pub fn _injection_medical_device() -> BoundCode<Self>
InjectionMedicalDevice
Sourcepub fn _material_entity_class_type() -> BoundCode<Self>
pub fn _material_entity_class_type() -> BoundCode<Self>
MaterialEntityClassType
Sourcepub fn _medical_device() -> BoundCode<Self>
pub fn _medical_device() -> BoundCode<Self>
MedicalDevice
Sourcepub fn _multi_use_container_entity_type() -> BoundCode<Self>
pub fn _multi_use_container_entity_type() -> BoundCode<Self>
MultiUseContainerEntityType
Sourcepub fn _non_drug_agent_entity() -> BoundCode<Self>
pub fn _non_drug_agent_entity() -> BoundCode<Self>
NonDrugAgentEntity
Sourcepub fn _non_rigid_container_entity_type() -> BoundCode<Self>
pub fn _non_rigid_container_entity_type() -> BoundCode<Self>
NonRigidContainerEntityType
Sourcepub fn _organization_entity_type() -> BoundCode<Self>
pub fn _organization_entity_type() -> BoundCode<Self>
OrganizationEntityType
Sourcepub fn _place_entity_type() -> BoundCode<Self>
pub fn _place_entity_type() -> BoundCode<Self>
PlaceEntityType
Sourcepub fn _resource_group_entity_type() -> BoundCode<Self>
pub fn _resource_group_entity_type() -> BoundCode<Self>
ResourceGroupEntityType
Sourcepub fn _rigid_container_entity_type() -> BoundCode<Self>
pub fn _rigid_container_entity_type() -> BoundCode<Self>
RigidContainerEntityType
Sourcepub fn _specimen_additive_entity() -> BoundCode<Self>
pub fn _specimen_additive_entity() -> BoundCode<Self>
SpecimenAdditiveEntity
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V3EntityCode
impl RefUnwindSafe for V3EntityCode
impl Send for V3EntityCode
impl Sync for V3EntityCode
impl Unpin for V3EntityCode
impl UnsafeUnpin for V3EntityCode
impl UnwindSafe for V3EntityCode
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