Class EncounterHospitalization
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Encounter.Hospitalization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Encounter.Hospitalization">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="preAdmissionIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="origin" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="admitSource" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="admittingDiagnosis" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="reAdmission" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="dietPreference" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="specialCourtesy" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="specialArrangement" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="destination" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="dischargeDisposition" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="dischargeDiagnosis" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected Referenceprotected List<CodeableConcept> protected CodeableConceptprotected Referenceprotected Identifierprotected CodeableConceptprotected List<CodeableConcept> protected List<CodeableConcept> Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
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) Gets the value of the admitSource property.Gets the value of the admittingDiagnosis property.Gets the value of the destination property.Gets the value of the dietPreference property.Gets the value of the dischargeDiagnosis property.Gets the value of the dischargeDisposition property.Gets the value of the origin property.Gets the value of the preAdmissionIdentifier property.Gets the value of the reAdmission property.Gets the value of the specialArrangement property.Gets the value of the specialCourtesy property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAdmitSource(CodeableConcept value) Sets the value of the admitSource property.voidsetAdmittingDiagnosis(List<Reference> value) voidsetDestination(Reference value) Sets the value of the destination property.voidsetDietPreference(List<CodeableConcept> value) voidsetDischargeDiagnosis(List<Reference> value) voidSets the value of the dischargeDisposition property.voidSets the value of the origin property.voidSets the value of the preAdmissionIdentifier property.voidsetReAdmission(CodeableConcept value) Sets the value of the reAdmission property.voidsetSpecialArrangement(List<CodeableConcept> value) voidsetSpecialCourtesy(List<CodeableConcept> value) toString()withAdmitSource(CodeableConcept value) withAdmittingDiagnosis(Collection<Reference> values) withAdmittingDiagnosis(Reference... values) withDestination(Reference value) withDietPreference(Collection<CodeableConcept> values) withDietPreference(CodeableConcept... values) withDischargeDiagnosis(Collection<Reference> values) withDischargeDiagnosis(Reference... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOrigin(Reference value) withReAdmission(CodeableConcept value) withSpecialArrangement(CodeableConcept... values) withSpecialCourtesy(Collection<CodeableConcept> values) withSpecialCourtesy(CodeableConcept... values) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
preAdmissionIdentifier
-
origin
-
admitSource
-
admittingDiagnosis
-
reAdmission
-
dietPreference
-
specialCourtesy
-
specialArrangement
-
destination
-
dischargeDisposition
-
dischargeDiagnosis
-
-
Constructor Details
-
EncounterHospitalization
public EncounterHospitalization()
-
-
Method Details
-
getPreAdmissionIdentifier
Gets the value of the preAdmissionIdentifier property.- Returns:
- possible object is
Identifier
-
setPreAdmissionIdentifier
Sets the value of the preAdmissionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
Reference
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isReference
-
getAdmitSource
Gets the value of the admitSource property.- Returns:
- possible object is
CodeableConcept
-
setAdmitSource
Sets the value of the admitSource property.- Parameters:
value- allowed object isCodeableConcept
-
getAdmittingDiagnosis
Gets the value of the admittingDiagnosis 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 admittingDiagnosis property.For example, to add a new item, do as follows:
getAdmittingDiagnosis().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getReAdmission
Gets the value of the reAdmission property.- Returns:
- possible object is
CodeableConcept
-
setReAdmission
Sets the value of the reAdmission property.- Parameters:
value- allowed object isCodeableConcept
-
getDietPreference
Gets the value of the dietPreference 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 dietPreference property.For example, to add a new item, do as follows:
getDietPreference().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getSpecialCourtesy
Gets the value of the specialCourtesy 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 specialCourtesy property.For example, to add a new item, do as follows:
getSpecialCourtesy().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getSpecialArrangement
Gets the value of the specialArrangement 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 specialArrangement property.For example, to add a new item, do as follows:
getSpecialArrangement().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getDestination
Gets the value of the destination property.- Returns:
- possible object is
Reference
-
setDestination
Sets the value of the destination property.- Parameters:
value- allowed object isReference
-
getDischargeDisposition
Gets the value of the dischargeDisposition property.- Returns:
- possible object is
CodeableConcept
-
setDischargeDisposition
Sets the value of the dischargeDisposition property.- Parameters:
value- allowed object isCodeableConcept
-
getDischargeDiagnosis
Gets the value of the dischargeDiagnosis 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 dischargeDiagnosis property.For example, to add a new item, do as follows:
getDischargeDiagnosis().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
withPreAdmissionIdentifier
-
withOrigin
-
withAdmitSource
-
withAdmittingDiagnosis
-
withAdmittingDiagnosis
-
withReAdmission
-
withDietPreference
-
withDietPreference
-
withSpecialCourtesy
-
withSpecialCourtesy
-
withSpecialArrangement
-
withSpecialArrangement
-
withDestination
-
withDischargeDisposition
-
withDischargeDiagnosis
-
withDischargeDiagnosis
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
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 classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
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 classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
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 classBackboneElement
-
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 classBackboneElement
-
setAdmittingDiagnosis
-
setDietPreference
-
setSpecialCourtesy
-
setSpecialArrangement
-
setDischargeDiagnosis
-