Uses of Class
ca.uhn.hl7v2.model.v251.group.OMD_O03_TIMING_DIET
Packages that use OMD_O03_TIMING_DIET
-
Uses of OMD_O03_TIMING_DIET in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return OMD_O03_TIMING_DIETModifier and TypeMethodDescriptionOMD_O03_ORDER_DIET.getTIMING_DIET()Returns the first repetition of TIMING_DIET (a Group object) - creates it if necessaryOMD_O03_ORDER_DIET.getTIMING_DIET(int rep) Returns a specific repetition of TIMING_DIET (a Group object) - creates it if necessaryOMD_O03_ORDER_DIET.insertTIMING_DIET(int rep) Inserts a specific repetition of TIMING_DIET (a Group object)OMD_O03_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 OMD_O03_TIMING_DIETModifier and TypeMethodDescriptionOMD_O03_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 OMD_O03_TIMING_DIETModifier and TypeMethodDescriptionvoidOMD_O03_ORDER_DIET.insertTIMING_DIET(OMD_O03_TIMING_DIET structure, int rep) Inserts a specific repetition of TIMING_DIET (a Group object)