public static class NutritionOrder.OralDiet extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Diet given orally in contrast to enteral (tube) feeding.
| Constructor and Description |
|---|
OralDiet() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addFluidConsistencyType()
Adds and returns a new value for fluidConsistencyType ()
|
NutritionOrder.OralDiet |
addFluidConsistencyType(CodeableConceptDt theValue)
Adds a given new value for fluidConsistencyType ()
|
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 ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<CodeableConceptDt> |
getFluidConsistencyType()
Gets the value(s) for fluidConsistencyType ().
|
CodeableConceptDt |
getFluidConsistencyTypeFirstRep()
Gets the first repetition for fluidConsistencyType (),
creating it if it does not already exist.
|
String |
getInstruction()
Gets the value(s) for instruction ().
|
ca.uhn.fhir.model.primitive.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(List<CodeableConceptDt> theValue)
Sets the value(s) for fluidConsistencyType ()
|
NutritionOrder.OralDiet |
setInstruction(String theString)
Sets the value for instruction ()
|
NutritionOrder.OralDiet |
setInstruction(ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic OralDiet()
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 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<CodeableConceptDt> 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<CodeableConceptDt> theValue)
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public CodeableConceptDt addFluidConsistencyType()
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public NutritionOrder.OralDiet addFluidConsistencyType(CodeableConceptDt theValue)
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
theValue - The fluidConsistencyType to add (must not be null)public CodeableConceptDt getFluidConsistencyTypeFirstRep()
Definition: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
public ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.