Skip to main content

OperationOutcome

Struct OperationOutcome 

Source
pub struct OperationOutcome;
Expand description

http://hl7.org/fhir/ValueSet/operation-outcome

Implementations§

Source§

impl OperationOutcome

Source

pub fn delet_e_multipl_e_matches() -> BoundCode<Self>

Error: Multiple matches exist for the conditional delete

Source

pub fn ms_g_aut_h_required() -> BoundCode<Self>

You must authenticate before you can use this service

Source

pub fn ms_g_ba_d_format() -> BoundCode<Self>

Bad Syntax: “%s” must be a %s’

Source

pub fn ms_g_ba_d_syntax() -> BoundCode<Self>

Bad Syntax in %s

Source

pub fn ms_g_can_t_pars_e_content() -> BoundCode<Self>

Unable to parse feed (entry content type = “%s”)

Source

pub fn ms_g_can_t_pars_e_root() -> BoundCode<Self>

Unable to parse feed (root element name = “%s”)

Source

pub fn ms_g_created() -> BoundCode<Self>

New resource created

Source

pub fn ms_g_dat_e_format() -> BoundCode<Self>

The Date value %s is not in the correct format (Xml Date Format required)

Source

pub fn ms_g_deleted() -> BoundCode<Self>

This resource has been deleted

Source

pub fn ms_g_delete_d_done() -> BoundCode<Self>

Resource deleted

Source

pub fn ms_g_delete_d_id() -> BoundCode<Self>

The resource “%s” has been deleted

Source

pub fn ms_g_duplicat_e_id() -> BoundCode<Self>

Duplicate Id %s for resource type %s

Source

pub fn ms_g_erro_r_parsing() -> BoundCode<Self>

Error parsing resource Xml (%s)

Source

pub fn ms_g_i_d_invalid() -> BoundCode<Self>

Id “%s” has an invalid character “%s”

Source

pub fn ms_g_i_d_to_o_long() -> BoundCode<Self>

Id “%s” too long (length limit 36)

Source

pub fn ms_g_invali_d_id() -> BoundCode<Self>

Id not accepted

Source

pub fn ms_g_jso_n_object() -> BoundCode<Self>

Json Source for a resource should start with an object

Source

pub fn ms_g_loca_l_fail() -> BoundCode<Self>

Unable to resolve local reference to resource %s

Source

pub fn ms_g_n_o_exist() -> BoundCode<Self>

Resource Id “%s” does not exist

Source

pub fn ms_g_n_o_match() -> BoundCode<Self>

No Resource found matching the query “%s”

Source

pub fn ms_g_n_o_module() -> BoundCode<Self>

No module could be found to handle the request “%s”

Source

pub fn ms_g_n_o_summary() -> BoundCode<Self>

No Summary for this resource

Source

pub fn ms_g_o_p_no_t_allowed() -> BoundCode<Self>

Operation %s not allowed for resource %s (due to local configuration)

Source

pub fn ms_g_para_m_chained() -> BoundCode<Self>

Unknown chained parameter name “%s”

Source

pub fn ms_g_para_m_invalid() -> BoundCode<Self>

Parameter “%s” content is invalid

Source

pub fn ms_g_para_m_modifie_r_invalid() -> BoundCode<Self>

Parameter “%s” modifier is invalid

Source

pub fn ms_g_para_m_n_o_repeat() -> BoundCode<Self>

Parameter “%s” is not allowed to repeat

Source

pub fn ms_g_para_m_unknown() -> BoundCode<Self>

Parameter “%s” not understood

Source

pub fn ms_g_resourc_e_exampl_e_protected() -> BoundCode<Self>

Resources with identity “example” cannot be deleted (for testing/training purposes)

Source

pub fn ms_g_resourc_e_i_d_fail() -> BoundCode<Self>

unable to allocate resource id

Source

pub fn ms_g_resourc_e_i_d_mismatch() -> BoundCode<Self>

Resource Id Mismatch

Source

pub fn ms_g_resourc_e_i_d_missing() -> BoundCode<Self>

Resource Id Missing

Source

pub fn ms_g_resourc_e_no_t_allowed() -> BoundCode<Self>

Not allowed to submit a resource for this operation

Source

pub fn ms_g_resourc_e_required() -> BoundCode<Self>

A resource is required

Source

pub fn ms_g_resourc_e_typ_e_mismatch() -> BoundCode<Self>

Resource Type Mismatch

Source

pub fn ms_g_sor_t_unknown() -> BoundCode<Self>

Unknown sort parameter name “%s”

Source

pub fn ms_g_transactio_n_duplicat_e_id() -> BoundCode<Self>

Duplicate Identifier in transaction: %s

Source

pub fn ms_g_transactio_n_missin_g_id() -> BoundCode<Self>

Missing Identifier in transaction - an entry.id must be provided

Source

pub fn ms_g_unhandle_d_nod_e_type() -> BoundCode<Self>

Unhandled xml node type “%s”

Source

pub fn ms_g_unknow_n_content() -> BoundCode<Self>

Unknown Content (%s) at %s

Source

pub fn ms_g_unknow_n_operation() -> BoundCode<Self>

unknown FHIR http operation

Source

pub fn ms_g_unknow_n_type() -> BoundCode<Self>

Resource Type “%s” not recognised

Source

pub fn ms_g_updated() -> BoundCode<Self>

existing resource updated

Source

pub fn ms_g_versio_n_aware() -> BoundCode<Self>

Version aware updates are required for this resource

Source

pub fn ms_g_versio_n_awar_e_conflict() -> BoundCode<Self>

Update Conflict (server current version = “%s”, client version referenced = “%s”)

Source

pub fn ms_g_versio_n_awar_e_url() -> BoundCode<Self>

Version specific URL not recognised

Source

pub fn ms_g_wron_g_ns() -> BoundCode<Self>

This does not appear to be a FHIR element or resource (wrong namespace “%s”)

Source

pub fn searc_h_multiple() -> BoundCode<Self>

Error: Multiple matches exist for %s search parameters “%s”

Source

pub fn searc_h_none() -> BoundCode<Self>

Error: no processable search found for %s search parameters “%s”

Source

pub fn updat_e_multipl_e_matches() -> BoundCode<Self>

Error: Multiple matches exist for the conditional update

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for OperationOutcome

Source§

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

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