Class NutritionOrder
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for NutritionOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NutritionOrder">
<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}NutritionOrderStatus" minOccurs="0"/>
<element name="patient" type="{http://hl7.org/fhir}Reference"/>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="dateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="orderer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="allergyIntolerance" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="foodPreferenceModifier" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="excludeFoodModifier" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="oralDiet" type="{http://hl7.org/fhir}NutritionOrder.OralDiet" minOccurs="0"/>
<element name="supplement" type="{http://hl7.org/fhir}NutritionOrder.Supplement" maxOccurs="unbounded" minOccurs="0"/>
<element name="enteralFormula" type="{http://hl7.org/fhir}NutritionOrder.EnteralFormula" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeprotected Referenceprotected NutritionOrderEnteralFormulaprotected List<CodeableConcept> protected List<CodeableConcept> protected List<Identifier> protected NutritionOrderOralDietprotected Referenceprotected Referenceprotected NutritionOrderStatusprotected List<NutritionOrderSupplement> Fields 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) Gets the value of the allergyIntolerance property.Gets the value of the dateTime property.Gets the value of the encounter property.Gets the value of the enteralFormula property.Gets the value of the excludeFoodModifier property.Gets the value of the foodPreferenceModifier property.Gets the value of the identifier property.Gets the value of the oralDiet property.Gets the value of the orderer property.Gets the value of the patient property.Gets the value of the status property.Gets the value of the supplement property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAllergyIntolerance(List<Reference> value) voidsetDateTime(DateTime value) Sets the value of the dateTime property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidSets the value of the enteralFormula property.voidvoidvoidsetIdentifier(List<Identifier> value) voidSets the value of the oralDiet property.voidsetOrderer(Reference value) Sets the value of the orderer property.voidsetPatient(Reference value) Sets the value of the patient property.voidsetStatus(NutritionOrderStatus value) Sets the value of the status property.voidtoString()withAllergyIntolerance(Collection<Reference> values) withAllergyIntolerance(Reference... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDateTime(DateTime value) withEncounter(Reference value) withExcludeFoodModifier(CodeableConcept... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withFoodPreferenceModifier(CodeableConcept... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOrderer(Reference value) withPatient(Reference value) withStatus(NutritionOrderStatus value) withSupplement(NutritionOrderSupplement... values) 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
-
patient
-
encounter
-
dateTime
-
orderer
-
allergyIntolerance
-
foodPreferenceModifier
-
excludeFoodModifier
-
oralDiet
-
supplement
-
enteralFormula
-
-
Constructor Details
-
NutritionOrder
public NutritionOrder()
-
-
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
NutritionOrderStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isNutritionOrderStatus
-
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
-
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
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
DateTime
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value- allowed object isDateTime
-
getOrderer
Gets the value of the orderer property.- Returns:
- possible object is
Reference
-
setOrderer
Sets the value of the orderer property.- Parameters:
value- allowed object isReference
-
getAllergyIntolerance
Gets the value of the allergyIntolerance 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 allergyIntolerance property.For example, to add a new item, do as follows:
getAllergyIntolerance().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getFoodPreferenceModifier
Gets the value of the foodPreferenceModifier 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 foodPreferenceModifier property.For example, to add a new item, do as follows:
getFoodPreferenceModifier().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getExcludeFoodModifier
Gets the value of the excludeFoodModifier 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 excludeFoodModifier property.For example, to add a new item, do as follows:
getExcludeFoodModifier().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getOralDiet
Gets the value of the oralDiet property.- Returns:
- possible object is
NutritionOrderOralDiet
-
setOralDiet
Sets the value of the oralDiet property.- Parameters:
value- allowed object isNutritionOrderOralDiet
-
getSupplement
Gets the value of the supplement 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 supplement property.For example, to add a new item, do as follows:
getSupplement().add(newItem);Objects of the following type(s) are allowed in the list
NutritionOrderSupplement -
getEnteralFormula
Gets the value of the enteralFormula property.- Returns:
- possible object is
NutritionOrderEnteralFormula
-
setEnteralFormula
Sets the value of the enteralFormula property.- Parameters:
value- allowed object isNutritionOrderEnteralFormula
-
withIdentifier
-
withIdentifier
-
withStatus
-
withPatient
-
withEncounter
-
withDateTime
-
withOrderer
-
withAllergyIntolerance
-
withAllergyIntolerance
-
withFoodPreferenceModifier
-
withFoodPreferenceModifier
-
withExcludeFoodModifier
-
withExcludeFoodModifier
-
withOralDiet
-
withSupplement
-
withSupplement
-
withEnteralFormula
-
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
-
setAllergyIntolerance
-
setFoodPreferenceModifier
-
setExcludeFoodModifier
-
setSupplement
-