Skip to main content

V3ParticipationPhysicalPerformer

Struct V3ParticipationPhysicalPerformer 

Source
pub struct V3ParticipationPhysicalPerformer;
Expand description

http://terminology.hl7.org/ValueSet/v3-ParticipationPhysicalPerformer

Implementations§

Source§

impl V3ParticipationPhysicalPerformer

Source

pub fn adm() -> BoundCode<Self>

admitter

Source

pub fn aly() -> BoundCode<Self>

analyte

Source

pub fn atnd() -> BoundCode<Self>

attender

Source

pub fn aut() -> BoundCode<Self>

author (originator)

Source

pub fn authen() -> BoundCode<Self>

authenticator

Source

pub fn bby() -> BoundCode<Self>

baby

Source

pub fn ben() -> BoundCode<Self>

beneficiary

Source

pub fn cagnt() -> BoundCode<Self>

causative agent

Source

pub fn callbck() -> BoundCode<Self>

callback contact

Source

pub fn cat() -> BoundCode<Self>

catalyst

Source

pub fn con() -> BoundCode<Self>

consultant

Source

pub fn cov() -> BoundCode<Self>

coverage target

Source

pub fn csm() -> BoundCode<Self>

consumable

Source

pub fn cst() -> BoundCode<Self>

custodian

Source

pub fn dev() -> BoundCode<Self>

device

Source

pub fn dir() -> BoundCode<Self>

direct target

Source

pub fn dis() -> BoundCode<Self>

discharger

Source

pub fn dist() -> BoundCode<Self>

distributor

Source

pub fn don() -> BoundCode<Self>

donor

Source

pub fn dst() -> BoundCode<Self>

destination

Source

pub fn eloc() -> BoundCode<Self>

entry location

Source

pub fn ent() -> BoundCode<Self>

data entry person

Source

pub fn esc() -> BoundCode<Self>

escort

Source

pub fn expagnt() -> BoundCode<Self>

ExposureAgent

Source

pub fn expart() -> BoundCode<Self>

ExposureParticipation

Source

pub fn exptrgt() -> BoundCode<Self>

ExposureTarget

Source

pub fn exsrc() -> BoundCode<Self>

ExposureSource

Source

pub fn guar() -> BoundCode<Self>

guarantor party

Source

pub fn hld() -> BoundCode<Self>

holder

Source

pub fn ind() -> BoundCode<Self>

indirect target

Source

pub fn inf() -> BoundCode<Self>

informant

Source

pub fn ircp() -> BoundCode<Self>

information recipient

Source

pub fn la() -> BoundCode<Self>

legal authenticator

Source

pub fn loc() -> BoundCode<Self>

location

Source

pub fn not() -> BoundCode<Self>

ugent notification contact

Source

pub fn nrd() -> BoundCode<Self>

non-reuseable device

Source

pub fn org() -> BoundCode<Self>

origin

Source

pub fn part() -> BoundCode<Self>

Participation

Source

pub fn pprf() -> BoundCode<Self>

primary performer

Source

pub fn prcp() -> BoundCode<Self>

primary information recipient

Source

pub fn prd() -> BoundCode<Self>

product

Source

pub fn prf() -> BoundCode<Self>

performer

Source

pub fn rct() -> BoundCode<Self>

record target

Source

pub fn rcv() -> BoundCode<Self>

receiver

Source

pub fn rdv() -> BoundCode<Self>

reusable device

Source

pub fn ref_() -> BoundCode<Self>

referrer

Source

pub fn refb() -> BoundCode<Self>

Referred By

Source

pub fn reft() -> BoundCode<Self>

Referred to

Source

pub fn resp() -> BoundCode<Self>

responsible party

Source

pub fn rml() -> BoundCode<Self>

remote

Source

pub fn sbj() -> BoundCode<Self>

subject

Source

pub fn spc() -> BoundCode<Self>

specimen

Source

pub fn sprf() -> BoundCode<Self>

secondary performer

Source

pub fn tpa() -> BoundCode<Self>

therapeutic agent

Source

pub fn trans() -> BoundCode<Self>

Transcriber

Source

pub fn trc() -> BoundCode<Self>

tracker

Source

pub fn via() -> BoundCode<Self>

via

Source

pub fn vrf() -> BoundCode<Self>

verifier

Source

pub fn wit() -> BoundCode<Self>

witness

Source

pub fn _participation_ancillary() -> BoundCode<Self>

ParticipationAncillary

Source

pub fn _participation_information_generator() -> BoundCode<Self>

ParticipationInformationGenerator

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for V3ParticipationPhysicalPerformer

Source§

const URL: &'static str = "http://terminology.hl7.org/ValueSet/v3-ParticipationPhysicalPerformer"

Source§

const CODES: &'static [&'static str]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more