Skip to main content

DataTypes

Struct DataTypes 

Source
pub struct DataTypes;
Expand description

http://hl7.org/fhir/ValueSet/data-types

Implementations§

Source§

impl DataTypes

Source

pub fn address() -> BoundCode<Self>

Address

Source

pub fn age() -> BoundCode<Self>

Age

Source

pub fn annotation() -> BoundCode<Self>

Annotation

Source

pub fn attachment() -> BoundCode<Self>

Attachment

Source

pub fn backbone_element() -> BoundCode<Self>

BackboneElement

Source

pub fn codeable_concept() -> BoundCode<Self>

CodeableConcept

Source

pub fn coding() -> BoundCode<Self>

Coding

Source

pub fn contact_detail() -> BoundCode<Self>

ContactDetail

Source

pub fn contact_point() -> BoundCode<Self>

ContactPoint

Source

pub fn contributor() -> BoundCode<Self>

Contributor

Source

pub fn count() -> BoundCode<Self>

Count

Source

pub fn data_requirement() -> BoundCode<Self>

DataRequirement

Source

pub fn distance() -> BoundCode<Self>

Distance

Source

pub fn dosage() -> BoundCode<Self>

Dosage

Source

pub fn duration() -> BoundCode<Self>

Duration

Source

pub fn element() -> BoundCode<Self>

Element

Source

pub fn element_definition() -> BoundCode<Self>

ElementDefinition

Source

pub fn expression() -> BoundCode<Self>

Expression

Source

pub fn extension() -> BoundCode<Self>

Extension

Source

pub fn human_name() -> BoundCode<Self>

HumanName

Source

pub fn identifier_() -> BoundCode<Self>

Identifier

Source

pub fn marketing_status() -> BoundCode<Self>

MarketingStatus

Source

pub fn meta() -> BoundCode<Self>

Meta

Source

pub fn money() -> BoundCode<Self>

Money

Source

pub fn money_quantity() -> BoundCode<Self>

MoneyQuantity

Source

pub fn narrative() -> BoundCode<Self>

Narrative

Source

pub fn parameter_definition() -> BoundCode<Self>

ParameterDefinition

Source

pub fn period() -> BoundCode<Self>

Period

Source

pub fn population() -> BoundCode<Self>

Population

Source

pub fn prod_characteristic() -> BoundCode<Self>

ProdCharacteristic

Source

pub fn product_shelf_life() -> BoundCode<Self>

ProductShelfLife

Source

pub fn quantity() -> BoundCode<Self>

Quantity

Source

pub fn range() -> BoundCode<Self>

Range

Source

pub fn ratio() -> BoundCode<Self>

Ratio

Source

pub fn reference() -> BoundCode<Self>

Reference

Source

pub fn related_artifact() -> BoundCode<Self>

RelatedArtifact

Source

pub fn sampled_data() -> BoundCode<Self>

SampledData

Source

pub fn signature() -> BoundCode<Self>

Signature

Source

pub fn simple_quantity() -> BoundCode<Self>

SimpleQuantity

Source

pub fn substance_amount() -> BoundCode<Self>

SubstanceAmount

Source

pub fn timing() -> BoundCode<Self>

Timing

Source

pub fn trigger_definition() -> BoundCode<Self>

TriggerDefinition

Source

pub fn usage_context() -> BoundCode<Self>

UsageContext

Source

pub fn base64_binary() -> BoundCode<Self>

base64Binary

Source

pub fn boolean() -> BoundCode<Self>

boolean

Source

pub fn canonical() -> BoundCode<Self>

canonical

Source

pub fn code() -> BoundCode<Self>

code

Source

pub fn date() -> BoundCode<Self>

date

Source

pub fn date_time() -> BoundCode<Self>

dateTime

Source

pub fn decimal() -> BoundCode<Self>

decimal

Source

pub fn id() -> BoundCode<Self>

id

Source

pub fn instant() -> BoundCode<Self>

instant

Source

pub fn integer() -> BoundCode<Self>

integer

Source

pub fn markdown() -> BoundCode<Self>

markdown

Source

pub fn oid() -> BoundCode<Self>

oid

Source

pub fn positive_int() -> BoundCode<Self>

positiveInt

Source

pub fn string() -> BoundCode<Self>

string

Source

pub fn time() -> BoundCode<Self>

time

Source

pub fn unsigned_int() -> BoundCode<Self>

unsignedInt

Source

pub fn uri() -> BoundCode<Self>

uri

Source

pub fn url() -> BoundCode<Self>

url

Source

pub fn uuid() -> BoundCode<Self>

uuid

Source

pub fn xhtml() -> BoundCode<Self>

XHTML

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for DataTypes

Source§

const URL: &'static str = "http://hl7.org/fhir/ValueSet/data-types"

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