pub struct ImmunizationRecommendation {Show 13 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub patient: Option<Reference>,
pub date: Option<DateTimeDt>,
pub authority: Option<Reference>,
pub recommendation: Option<Vec<ImmunizationRecommendationRecommendationBackboneElement>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Business identifier
patient: Option<Reference>
Who this profile is for
date: Option<DateTimeDt>
Date recommendation(s) created
Who is responsible for protocol
recommendation: Option<Vec<ImmunizationRecommendationRecommendationBackboneElement>>
Vaccine administration recommendations
Implementations§
Source§impl ImmunizationRecommendation
impl ImmunizationRecommendation
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_patient(self, v: Reference) -> Self
pub fn set_date<T: Into<DateTimeDt>>(self, v: T) -> Self
pub fn set_recommendation( self, v: Vec<ImmunizationRecommendationRecommendationBackboneElement>, ) -> Self
pub fn add_recommendation( self, v: ImmunizationRecommendationRecommendationBackboneElement, ) -> Self
Trait Implementations§
Source§impl Clone for ImmunizationRecommendation
impl Clone for ImmunizationRecommendation
Source§fn clone(&self) -> ImmunizationRecommendation
fn clone(&self) -> ImmunizationRecommendation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Compare for ImmunizationRecommendation
impl Compare for ImmunizationRecommendation
Source§impl Convert for ImmunizationRecommendation
impl Convert for ImmunizationRecommendation
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Debug for ImmunizationRecommendation
impl Debug for ImmunizationRecommendation
Source§impl Default for ImmunizationRecommendation
impl Default for ImmunizationRecommendation
Source§fn default() -> ImmunizationRecommendation
fn default() -> ImmunizationRecommendation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImmunizationRecommendation
impl<'de> Deserialize<'de> for ImmunizationRecommendation
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl DomainResource for ImmunizationRecommendation
impl DomainResource for ImmunizationRecommendation
fn extension(&self) -> &Option<Vec<Extension>>
fn set_extension(self, ext: Vec<Extension>) -> Self
fn add_extension(self, ext: Extension) -> Self
fn modifier_extension(&self) -> &Option<Vec<Extension>>
fn set_modifier_extension(self, ext: Vec<Extension>) -> Self
fn add_modifier_extension(self, ext: Extension) -> Self
Source§impl Executor for ImmunizationRecommendation
impl Executor for ImmunizationRecommendation
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
Auto Trait Implementations§
impl Freeze for ImmunizationRecommendation
impl RefUnwindSafe for ImmunizationRecommendation
impl Send for ImmunizationRecommendation
impl Sync for ImmunizationRecommendation
impl Unpin for ImmunizationRecommendation
impl UnwindSafe for ImmunizationRecommendation
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