public static class NutritionOrder.EnteralFormulaAdministration extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.
| Constructor and Description |
|---|
EnteralFormulaAdministration() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
SimpleQuantityDt |
getQuantity()
Gets the value(s) for quantity ().
|
ca.uhn.fhir.model.api.IDatatype |
getRate()
Gets the value(s) for rate[x] ().
|
TimingDt |
getSchedule()
Gets the value(s) for schedule ().
|
boolean |
isEmpty() |
NutritionOrder.EnteralFormulaAdministration |
setQuantity(SimpleQuantityDt theValue)
Sets the value(s) for quantity ()
|
NutritionOrder.EnteralFormulaAdministration |
setRate(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for rate[x] ()
|
NutritionOrder.EnteralFormulaAdministration |
setSchedule(TimingDt theValue)
Sets the value(s) for schedule ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EnteralFormulaAdministration()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic TimingDt getSchedule()
null.
Definition: The time period and frequency at which the enteral formula should be delivered to the patient
public NutritionOrder.EnteralFormulaAdministration setSchedule(TimingDt theValue)
Definition: The time period and frequency at which the enteral formula should be delivered to the patient
public SimpleQuantityDt getQuantity()
null.
Definition: The volume of formula to provide to the patient per the specified administration schedule.
public NutritionOrder.EnteralFormulaAdministration setQuantity(SimpleQuantityDt theValue)
Definition: The volume of formula to provide to the patient per the specified administration schedule.
public ca.uhn.fhir.model.api.IDatatype getRate()
null.
Definition: The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule.
public NutritionOrder.EnteralFormulaAdministration setRate(ca.uhn.fhir.model.api.IDatatype theValue)
Definition: The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule.
Copyright © 2014–2018 University Health Network. All rights reserved.