Package org.hl7.fhir
Class NutritionOrderEnteralFormula
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.NutritionOrderEnteralFormula
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class NutritionOrderEnteralFormula
extends BackboneElement
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Java class for NutritionOrder.EnteralFormula complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NutritionOrder.EnteralFormula">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="baseFormulaType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="baseFormulaProductName" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="additiveType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="additiveProductName" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="caloricDensity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
<element name="routeofAdministration" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="administration" type="{http://hl7.org/fhir}NutritionOrder.Administration" maxOccurs="unbounded" minOccurs="0"/>
<element name="maxVolumeToDeliver" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
<element name="administrationInstruction" type="{http://hl7.org/fhir}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CodeableConceptprotected List<NutritionOrderAdministration> protected Stringprotected Stringprotected CodeableConceptprotected SimpleQuantityprotected SimpleQuantityprotected CodeableConceptFields 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 additiveProductName property.Gets the value of the additiveType property.Gets the value of the administration property.Gets the value of the administrationInstruction property.Gets the value of the baseFormulaProductName property.Gets the value of the baseFormulaType property.Gets the value of the caloricDensity property.Gets the value of the maxVolumeToDeliver property.Gets the value of the routeofAdministration property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAdditiveProductName(String value) Sets the value of the additiveProductName property.voidsetAdditiveType(CodeableConcept value) Sets the value of the additiveType property.voidvoidSets the value of the administrationInstruction property.voidsetBaseFormulaProductName(String value) Sets the value of the baseFormulaProductName property.voidSets the value of the baseFormulaType property.voidsetCaloricDensity(SimpleQuantity value) Sets the value of the caloricDensity property.voidSets the value of the maxVolumeToDeliver property.voidSets the value of the routeofAdministration property.toString()withAdditiveProductName(String value) withAdditiveType(CodeableConcept value) withAdministration(NutritionOrderAdministration... values) withBaseFormulaProductName(String value) withCaloricDensity(SimpleQuantity value) withExtension(Collection<Extension> values) withExtension(Extension... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
baseFormulaType
-
baseFormulaProductName
-
additiveType
-
additiveProductName
-
caloricDensity
-
routeofAdministration
-
administration
-
maxVolumeToDeliver
-
administrationInstruction
-
-
Constructor Details
-
NutritionOrderEnteralFormula
public NutritionOrderEnteralFormula()
-
-
Method Details
-
getBaseFormulaType
Gets the value of the baseFormulaType property.- Returns:
- possible object is
CodeableConcept
-
setBaseFormulaType
Sets the value of the baseFormulaType property.- Parameters:
value- allowed object isCodeableConcept
-
getBaseFormulaProductName
Gets the value of the baseFormulaProductName property.- Returns:
- possible object is
String
-
setBaseFormulaProductName
Sets the value of the baseFormulaProductName property.- Parameters:
value- allowed object isString
-
getAdditiveType
Gets the value of the additiveType property.- Returns:
- possible object is
CodeableConcept
-
setAdditiveType
Sets the value of the additiveType property.- Parameters:
value- allowed object isCodeableConcept
-
getAdditiveProductName
Gets the value of the additiveProductName property.- Returns:
- possible object is
String
-
setAdditiveProductName
Sets the value of the additiveProductName property.- Parameters:
value- allowed object isString
-
getCaloricDensity
Gets the value of the caloricDensity property.- Returns:
- possible object is
SimpleQuantity
-
setCaloricDensity
Sets the value of the caloricDensity property.- Parameters:
value- allowed object isSimpleQuantity
-
getRouteofAdministration
Gets the value of the routeofAdministration property.- Returns:
- possible object is
CodeableConcept
-
setRouteofAdministration
Sets the value of the routeofAdministration property.- Parameters:
value- allowed object isCodeableConcept
-
getAdministration
Gets the value of the administration 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 administration property.For example, to add a new item, do as follows:
getAdministration().add(newItem);Objects of the following type(s) are allowed in the list
NutritionOrderAdministration -
getMaxVolumeToDeliver
Gets the value of the maxVolumeToDeliver property.- Returns:
- possible object is
SimpleQuantity
-
setMaxVolumeToDeliver
Sets the value of the maxVolumeToDeliver property.- Parameters:
value- allowed object isSimpleQuantity
-
getAdministrationInstruction
Gets the value of the administrationInstruction property.- Returns:
- possible object is
String
-
setAdministrationInstruction
Sets the value of the administrationInstruction property.- Parameters:
value- allowed object isString
-
withBaseFormulaType
-
withBaseFormulaProductName
-
withAdditiveType
-
withAdditiveProductName
-
withCaloricDensity
-
withRouteofAdministration
-
withAdministration
-
withAdministration
public NutritionOrderEnteralFormula withAdministration(Collection<NutritionOrderAdministration> values) -
withMaxVolumeToDeliver
-
withAdministrationInstruction
-
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
-
setAdministration
-