Uses of Class
ca.uhn.hl7v2.model.v251.group.ORD_O04_TIMING_DIET
Packages that use ORD_O04_TIMING_DIET
-
Uses of ORD_O04_TIMING_DIET in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return ORD_O04_TIMING_DIETModifier and TypeMethodDescriptionORD_O04_ORDER_DIET.getTIMING_DIET()Returns the first repetition of TIMING_DIET (a Group object) - creates it if necessaryORD_O04_ORDER_DIET.getTIMING_DIET(int rep) Returns a specific repetition of TIMING_DIET (a Group object) - creates it if necessaryORD_O04_ORDER_DIET.insertTIMING_DIET(int rep) Inserts a specific repetition of TIMING_DIET (a Group object)ORD_O04_ORDER_DIET.removeTIMING_DIET(int rep) Removes a specific repetition of TIMING_DIET (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type ORD_O04_TIMING_DIETModifier and TypeMethodDescriptionORD_O04_ORDER_DIET.getTIMING_DIETAll()Returns a non-modifiable List containing all current existing repetitions of TIMING_DIET.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type ORD_O04_TIMING_DIETModifier and TypeMethodDescriptionvoidORD_O04_ORDER_DIET.insertTIMING_DIET(ORD_O04_TIMING_DIET structure, int rep) Inserts a specific repetition of TIMING_DIET (a Group object)