Package org.hl7.fhir.dstu3.model
Class ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
java.lang.Object
org.hl7.fhir.dstu3.model.Base
org.hl7.fhir.dstu3.model.Element
org.hl7.fhir.dstu3.model.BackboneElement
org.hl7.fhir.dstu3.model.ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
ImmunizationRecommendation
public static class ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected DateTimeType
The date the immunization recommendation was created.protected List
<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> Vaccine date recommendations.protected PositiveIntType
The next recommended dose number (e.g.protected CodeableConcept
Vaccine administration status.Contains information about the protocol under which the vaccine was administered.Immunization event history that supports the status and recommendation.protected List
<Immunization> The actual objects that are the target of the reference (Immunization event history that supports the status and recommendation.)Patient Information that supports the status and recommendation.The actual objects that are the target of the reference (Patient Information that supports the status and recommendation.protected CodeableConcept
The targeted disease for the recommendation.protected CodeableConcept
Vaccine that pertains to the recommendation.Fields inherited from class org.hl7.fhir.dstu3.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConstructorImmunizationRecommendationRecommendationComponent
(DateTimeType date, CodeableConcept forecastStatus) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddDateCriterion
(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent t) Deprecated.Use Reference#setResource(IBaseResource) insteadcopy()
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getDate()
int
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) Deprecated.Use Reference#setResource(IBaseResource) insteadDeprecated.Use Reference#setResource(IBaseResource) insteadString[]
getTypesForProperty
(int hash, String name) boolean
hasDate()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setDateCriterion
(List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> theDateCriterion) setDateElement
(DateTimeType value) setDoseNumber
(int value) setForecastStatus
(CodeableConcept value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setProtocol
(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent value) setSupportingImmunization
(List<Reference> theSupportingImmunization) setSupportingPatientInformation
(List<Reference> theSupportingPatientInformation) setTargetDisease
(CodeableConcept value) setVaccineCode
(CodeableConcept value) Methods inherited from class org.hl7.fhir.dstu3.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.dstu3.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
date
The date the immunization recommendation was created. -
vaccineCode
Vaccine that pertains to the recommendation. -
targetDisease
The targeted disease for the recommendation. -
doseNumber
The next recommended dose number (e.g. dose 2 is the next recommended dose). -
forecastStatus
Vaccine administration status. -
dateCriterion
protected List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> dateCriterionVaccine date recommendations. For example, earliest date to administer, latest date to administer, etc. -
protocol
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent protocolContains information about the protocol under which the vaccine was administered. -
supportingImmunization
Immunization event history that supports the status and recommendation. -
supportingImmunizationTarget
The actual objects that are the target of the reference (Immunization event history that supports the status and recommendation.) -
supportingPatientInformation
Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information. -
supportingPatientInformationTarget
The actual objects that are the target of the reference (Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
-
Constructor Details
-
ImmunizationRecommendationRecommendationComponent
Constructor -
ImmunizationRecommendationRecommendationComponent
public ImmunizationRecommendationRecommendationComponent(DateTimeType date, CodeableConcept forecastStatus) Constructor
-
-
Method Details
-
getDateElement
- Returns:
date
(The date the immunization recommendation was created.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
-
hasDate
-
setDateElement
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDateElement(DateTimeType value) - Parameters:
value
-date
(The date the immunization recommendation was created.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
- Returns:
- The date the immunization recommendation was created.
-
setDate
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDate(Date value) - Parameters:
value
- The date the immunization recommendation was created.
-
getVaccineCode
- Returns:
vaccineCode
(Vaccine that pertains to the recommendation.)
-
hasVaccineCode
-
setVaccineCode
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setVaccineCode(CodeableConcept value) - Parameters:
value
-vaccineCode
(Vaccine that pertains to the recommendation.)
-
getTargetDisease
- Returns:
targetDisease
(The targeted disease for the recommendation.)
-
hasTargetDisease
-
setTargetDisease
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setTargetDisease(CodeableConcept value) - Parameters:
value
-targetDisease
(The targeted disease for the recommendation.)
-
getDoseNumberElement
- Returns:
doseNumber
(The next recommended dose number (e.g. dose 2 is the next recommended dose).). This is the underlying object with id, value and extensions. The accessor "getDoseNumber" gives direct access to the value
-
hasDoseNumberElement
-
hasDoseNumber
-
setDoseNumberElement
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDoseNumberElement(PositiveIntType value) - Parameters:
value
-doseNumber
(The next recommended dose number (e.g. dose 2 is the next recommended dose).). This is the underlying object with id, value and extensions. The accessor "getDoseNumber" gives direct access to the value
-
getDoseNumber
- Returns:
- The next recommended dose number (e.g. dose 2 is the next recommended dose).
-
setDoseNumber
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDoseNumber(int value) - Parameters:
value
- The next recommended dose number (e.g. dose 2 is the next recommended dose).
-
getForecastStatus
- Returns:
forecastStatus
(Vaccine administration status.)
-
hasForecastStatus
-
setForecastStatus
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setForecastStatus(CodeableConcept value) - Parameters:
value
-forecastStatus
(Vaccine administration status.)
-
getDateCriterion
public List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> getDateCriterion()- Returns:
dateCriterion
(Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.)
-
setDateCriterion
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setDateCriterion(List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent> theDateCriterion) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasDateCriterion
-
addDateCriterion
-
addDateCriterion
-
getDateCriterionFirstRep
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent getDateCriterionFirstRep()- Returns:
- The first repetition of repeating field
dateCriterion
, creating it if it does not already exist
-
getProtocol
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent getProtocol()- Returns:
protocol
(Contains information about the protocol under which the vaccine was administered.)
-
hasProtocol
-
setProtocol
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setProtocol(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent value) - Parameters:
value
-protocol
(Contains information about the protocol under which the vaccine was administered.)
-
getSupportingImmunization
- Returns:
supportingImmunization
(Immunization event history that supports the status and recommendation.)
-
setSupportingImmunization
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSupportingImmunization(List<Reference> theSupportingImmunization) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasSupportingImmunization
-
addSupportingImmunization
-
addSupportingImmunization
-
getSupportingImmunizationFirstRep
- Returns:
- The first repetition of repeating field
supportingImmunization
, creating it if it does not already exist
-
getSupportingImmunizationTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
addSupportingImmunizationTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getSupportingPatientInformation
- Returns:
supportingPatientInformation
(Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.)
-
setSupportingPatientInformation
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent setSupportingPatientInformation(List<Reference> theSupportingPatientInformation) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasSupportingPatientInformation
-
addSupportingPatientInformation
-
addSupportingPatientInformation
-
getSupportingPatientInformationFirstRep
- Returns:
- The first repetition of repeating field
supportingPatientInformation
, creating it if it does not already exist
-
getSupportingPatientInformationTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-