Class Immunization
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Immunization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Immunization">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}code"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="vaccineCode" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="patient" type="{http://hl7.org/fhir}Reference"/>
<element name="wasNotGiven" type="{http://hl7.org/fhir}boolean"/>
<element name="reported" type="{http://hl7.org/fhir}boolean"/>
<element name="performer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="requester" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="manufacturer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="location" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="lotNumber" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="expirationDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
<element name="site" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="route" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="doseQuantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
<element name="note" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
<element name="explanation" type="{http://hl7.org/fhir}Immunization.Explanation" minOccurs="0"/>
<element name="reaction" type="{http://hl7.org/fhir}Immunization.Reaction" maxOccurs="unbounded" minOccurs="0"/>
<element name="vaccinationProtocol" type="{http://hl7.org/fhir}Immunization.VaccinationProtocol" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeprotected SimpleQuantityprotected Referenceprotected Dateprotected ImmunizationExplanationprotected List<Identifier> protected Referenceprotected Stringprotected Referenceprotected List<Annotation> protected Referenceprotected Referenceprotected List<ImmunizationReaction> protected Booleanprotected Referenceprotected CodeableConceptprotected CodeableConceptprotected Codeprotected List<ImmunizationVaccinationProtocol> protected CodeableConceptprotected BooleanFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getDate()Gets the value of the date property.Gets the value of the doseQuantity property.Gets the value of the encounter property.Gets the value of the expirationDate property.Gets the value of the explanation property.Gets the value of the identifier property.Gets the value of the location property.Gets the value of the lotNumber property.Gets the value of the manufacturer property.getNote()Gets the value of the note property.Gets the value of the patient property.Gets the value of the performer property.Gets the value of the reaction property.Gets the value of the reported property.Gets the value of the requester property.getRoute()Gets the value of the route property.getSite()Gets the value of the site property.Gets the value of the status property.Gets the value of the vaccinationProtocol property.Gets the value of the vaccineCode property.Gets the value of the wasNotGiven property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the date property.voidsetDoseQuantity(SimpleQuantity value) Sets the value of the doseQuantity property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetExpirationDate(Date value) Sets the value of the expirationDate property.voidSets the value of the explanation property.voidsetIdentifier(List<Identifier> value) voidsetLocation(Reference value) Sets the value of the location property.voidsetLotNumber(String value) Sets the value of the lotNumber property.voidsetManufacturer(Reference value) Sets the value of the manufacturer property.voidsetNote(List<Annotation> value) voidsetPatient(Reference value) Sets the value of the patient property.voidsetPerformer(Reference value) Sets the value of the performer property.voidsetReaction(List<ImmunizationReaction> value) voidsetReported(Boolean value) Sets the value of the reported property.voidsetRequester(Reference value) Sets the value of the requester property.voidsetRoute(CodeableConcept value) Sets the value of the route property.voidsetSite(CodeableConcept value) Sets the value of the site property.voidSets the value of the status property.voidvoidsetVaccineCode(CodeableConcept value) Sets the value of the vaccineCode property.voidsetWasNotGiven(Boolean value) Sets the value of the wasNotGiven property.toString()withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDoseQuantity(SimpleQuantity value) withEncounter(Reference value) withExpirationDate(Date value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withLocation(Reference value) withLotNumber(String value) withManufacturer(Reference value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNote(Collection<Annotation> values) withNote(Annotation... values) withPatient(Reference value) withPerformer(Reference value) withReaction(Collection<ImmunizationReaction> values) withReaction(ImmunizationReaction... values) withReported(Boolean value) withRequester(Reference value) withRoute(CodeableConcept value) withSite(CodeableConcept value) withStatus(Code value) withVaccineCode(CodeableConcept value) withWasNotGiven(Boolean value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
status
-
date
-
vaccineCode
-
patient
-
wasNotGiven
-
reported
-
performer
-
requester
-
encounter
-
manufacturer
-
location
-
lotNumber
-
expirationDate
-
site
-
route
-
doseQuantity
-
note
-
explanation
-
reaction
-
vaccinationProtocol
-
-
Constructor Details
-
Immunization
public Immunization()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getStatus
Gets the value of the status property.- Returns:
- possible object is
Code
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isCode
-
getDate
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
getVaccineCode
Gets the value of the vaccineCode property.- Returns:
- possible object is
CodeableConcept
-
setVaccineCode
Sets the value of the vaccineCode property.- Parameters:
value- allowed object isCodeableConcept
-
getPatient
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getWasNotGiven
Gets the value of the wasNotGiven property.- Returns:
- possible object is
Boolean
-
setWasNotGiven
Sets the value of the wasNotGiven property.- Parameters:
value- allowed object isBoolean
-
getReported
Gets the value of the reported property.- Returns:
- possible object is
Boolean
-
setReported
Sets the value of the reported property.- Parameters:
value- allowed object isBoolean
-
getPerformer
Gets the value of the performer property.- Returns:
- possible object is
Reference
-
setPerformer
Sets the value of the performer property.- Parameters:
value- allowed object isReference
-
getRequester
Gets the value of the requester property.- Returns:
- possible object is
Reference
-
setRequester
Sets the value of the requester property.- Parameters:
value- allowed object isReference
-
getEncounter
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
getManufacturer
Gets the value of the manufacturer property.- Returns:
- possible object is
Reference
-
setManufacturer
Sets the value of the manufacturer property.- Parameters:
value- allowed object isReference
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
Reference
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isReference
-
getLotNumber
Gets the value of the lotNumber property.- Returns:
- possible object is
String
-
setLotNumber
Sets the value of the lotNumber property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
Date
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isDate
-
getSite
Gets the value of the site property.- Returns:
- possible object is
CodeableConcept
-
setSite
Sets the value of the site property.- Parameters:
value- allowed object isCodeableConcept
-
getRoute
Gets the value of the route property.- Returns:
- possible object is
CodeableConcept
-
setRoute
Sets the value of the route property.- Parameters:
value- allowed object isCodeableConcept
-
getDoseQuantity
Gets the value of the doseQuantity property.- Returns:
- possible object is
SimpleQuantity
-
setDoseQuantity
Sets the value of the doseQuantity property.- Parameters:
value- allowed object isSimpleQuantity
-
getNote
Gets the value of the note property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the note property.For example, to add a new item, do as follows:
getNote().add(newItem);Objects of the following type(s) are allowed in the list
Annotation -
getExplanation
Gets the value of the explanation property.- Returns:
- possible object is
ImmunizationExplanation
-
setExplanation
Sets the value of the explanation property.- Parameters:
value- allowed object isImmunizationExplanation
-
getReaction
Gets the value of the reaction property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the reaction property.For example, to add a new item, do as follows:
getReaction().add(newItem);Objects of the following type(s) are allowed in the list
ImmunizationReaction -
getVaccinationProtocol
Gets the value of the vaccinationProtocol property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the vaccinationProtocol property.For example, to add a new item, do as follows:
getVaccinationProtocol().add(newItem);Objects of the following type(s) are allowed in the list
ImmunizationVaccinationProtocol -
withIdentifier
-
withIdentifier
-
withStatus
-
withDate
-
withVaccineCode
-
withPatient
-
withWasNotGiven
-
withReported
-
withPerformer
-
withRequester
-
withEncounter
-
withManufacturer
-
withLocation
-
withLotNumber
-
withExpirationDate
-
withSite
-
withRoute
-
withDoseQuantity
-
withNote
-
withNote
-
withExplanation
-
withReaction
-
withReaction
-
withVaccinationProtocol
-
withVaccinationProtocol
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setIdentifier
-
setNote
-
setReaction
-
setVaccinationProtocol
-