public static class NutritionOrder.EnteralFormulaAdministration extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
SimpleQuantityDt |
getQuantity()
Gets the value(s) for quantity ().
|
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(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic EnteralFormulaAdministration()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface 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 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(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–2016 University Health Network. All rights reserved.