public static class NutritionOrder.OralDiet extends BaseIdentifiableElement implements IResourceBlock
Definition: Diet given orally in contrast to enteral (tube) feeding.
| Constructor and Description |
|---|
OralDiet() |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
addFluidConsistencyType()
Add a value for fluidConsistencyType ()
|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
addFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
Add a value for fluidConsistencyType () using an enumerated type.
|
NutritionOrder.OralDietNutrient |
addNutrient()
Adds and returns a new value for nutrient ()
|
NutritionOrder.OralDiet |
addNutrient(NutritionOrder.OralDietNutrient theValue)
Adds a given new value for nutrient ()
|
TimingDt |
addSchedule()
Adds and returns a new value for schedule ()
|
NutritionOrder.OralDiet |
addSchedule(TimingDt theValue)
Adds a given new value for schedule ()
|
NutritionOrder.OralDietTexture |
addTexture()
Adds and returns a new value for texture ()
|
NutritionOrder.OralDiet |
addTexture(NutritionOrder.OralDietTexture theValue)
Adds a given new value for texture ()
|
CodeableConceptDt |
addType()
Adds and returns a new value for type ()
|
NutritionOrder.OralDiet |
addType(CodeableConceptDt theValue)
Adds a given new value for type ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum>> |
getFluidConsistencyType()
Gets the value(s) for fluidConsistencyType ().
|
BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> |
getFluidConsistencyTypeFirstRep()
Gets the first repetition for fluidConsistencyType (),
creating it if it does not already exist.
|
String |
getInstruction()
Gets the value(s) for instruction ().
|
StringDt |
getInstructionElement()
Gets the value(s) for instruction ().
|
List<NutritionOrder.OralDietNutrient> |
getNutrient()
Gets the value(s) for nutrient ().
|
NutritionOrder.OralDietNutrient |
getNutrientFirstRep()
Gets the first repetition for nutrient (),
creating it if it does not already exist.
|
List<TimingDt> |
getSchedule()
Gets the value(s) for schedule ().
|
TimingDt |
getScheduleFirstRep()
Gets the first repetition for schedule (),
creating it if it does not already exist.
|
List<NutritionOrder.OralDietTexture> |
getTexture()
Gets the value(s) for texture ().
|
NutritionOrder.OralDietTexture |
getTextureFirstRep()
Gets the first repetition for texture (),
creating it if it does not already exist.
|
List<CodeableConceptDt> |
getType()
Gets the value(s) for type ().
|
CodeableConceptDt |
getTypeFirstRep()
Gets the first repetition for type (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
NutritionOrder.OralDiet |
setFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
Sets the value(s), and clears any existing value(s) for fluidConsistencyType ()
|
NutritionOrder.OralDiet |
setFluidConsistencyType(List<BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum>> theValue)
Sets the value(s) for fluidConsistencyType ()
|
NutritionOrder.OralDiet |
setInstruction(String theString)
Sets the value for instruction ()
|
NutritionOrder.OralDiet |
setInstruction(StringDt theValue)
Sets the value(s) for instruction ()
|
NutritionOrder.OralDiet |
setNutrient(List<NutritionOrder.OralDietNutrient> theValue)
Sets the value(s) for nutrient ()
|
NutritionOrder.OralDiet |
setSchedule(List<TimingDt> theValue)
Sets the value(s) for schedule ()
|
NutritionOrder.OralDiet |
setTexture(List<NutritionOrder.OralDietTexture> theValue)
Sets the value(s) for texture ()
|
NutritionOrder.OralDiet |
setType(List<CodeableConceptDt> theValue)
Sets the value(s) for type ()
|
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 OralDiet()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<CodeableConceptDt> getType()
null.
Definition: The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.
public NutritionOrder.OralDiet setType(List<CodeableConceptDt> theValue)
Definition: The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.
public CodeableConceptDt addType()
Definition: The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.
public NutritionOrder.OralDiet addType(CodeableConceptDt theValue)
Definition: The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.
theValue - The type to add (must not be null)public CodeableConceptDt getTypeFirstRep()
Definition: The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.
public List<TimingDt> getSchedule()
null.
Definition: The time period and frequency at which the diet should be given
public NutritionOrder.OralDiet setSchedule(List<TimingDt> theValue)
Definition: The time period and frequency at which the diet should be given
public TimingDt addSchedule()
Definition: The time period and frequency at which the diet should be given
public NutritionOrder.OralDiet addSchedule(TimingDt theValue)
Definition: The time period and frequency at which the diet should be given
theValue - The schedule to add (must not be null)public TimingDt getScheduleFirstRep()
Definition: The time period and frequency at which the diet should be given
public List<NutritionOrder.OralDietNutrient> getNutrient()
null.
Definition: Class that defines the quantity and type of nutrient modifications required for the oral diet.
public NutritionOrder.OralDiet setNutrient(List<NutritionOrder.OralDietNutrient> theValue)
Definition: Class that defines the quantity and type of nutrient modifications required for the oral diet.
public NutritionOrder.OralDietNutrient addNutrient()
Definition: Class that defines the quantity and type of nutrient modifications required for the oral diet.
public NutritionOrder.OralDiet addNutrient(NutritionOrder.OralDietNutrient theValue)
Definition: Class that defines the quantity and type of nutrient modifications required for the oral diet.
theValue - The nutrient to add (must not be null)public NutritionOrder.OralDietNutrient getNutrientFirstRep()
Definition: Class that defines the quantity and type of nutrient modifications required for the oral diet.
public List<NutritionOrder.OralDietTexture> getTexture()
null.
Definition: Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
public NutritionOrder.OralDiet setTexture(List<NutritionOrder.OralDietTexture> theValue)
Definition: Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
public NutritionOrder.OralDietTexture addTexture()
Definition: Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
public NutritionOrder.OralDiet addTexture(NutritionOrder.OralDietTexture theValue)
Definition: Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
theValue - The texture to add (must not be null)public NutritionOrder.OralDietTexture getTextureFirstRep()
Definition: Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
public List<BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum>> getFluidConsistencyType()
null.
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public NutritionOrder.OralDiet setFluidConsistencyType(List<BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum>> theValue)
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> addFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
addFluidConsistencyType() method.
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> getFluidConsistencyTypeFirstRep()
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public BoundCodeableConceptDt<FluidConsistencyTypeCodesEnum> addFluidConsistencyType()
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public NutritionOrder.OralDiet setFluidConsistencyType(FluidConsistencyTypeCodesEnum theValue)
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public StringDt getInstructionElement()
null.
Definition: Free text or additional instructions or information pertaining to the oral diet.
public String getInstruction()
null.
Definition: Free text or additional instructions or information pertaining to the oral diet.
public NutritionOrder.OralDiet setInstruction(StringDt theValue)
Definition: Free text or additional instructions or information pertaining to the oral diet.
public NutritionOrder.OralDiet setInstruction(String theString)
Definition: Free text or additional instructions or information pertaining to the oral diet.
Copyright © 2014–2016 University Health Network. All rights reserved.