Uses of Class
ca.uhn.hl7v2.model.v251.group.OMD_O03_TIMING_TRAY
Packages that use OMD_O03_TIMING_TRAY
-
Uses of OMD_O03_TIMING_TRAY in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return OMD_O03_TIMING_TRAYModifier and TypeMethodDescriptionOMD_O03_ORDER_TRAY.getTIMING_TRAY()Returns the first repetition of TIMING_TRAY (a Group object) - creates it if necessaryOMD_O03_ORDER_TRAY.getTIMING_TRAY(int rep) Returns a specific repetition of TIMING_TRAY (a Group object) - creates it if necessaryOMD_O03_ORDER_TRAY.insertTIMING_TRAY(int rep) Inserts a specific repetition of TIMING_TRAY (a Group object)OMD_O03_ORDER_TRAY.removeTIMING_TRAY(int rep) Removes a specific repetition of TIMING_TRAY (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type OMD_O03_TIMING_TRAYModifier and TypeMethodDescriptionOMD_O03_ORDER_TRAY.getTIMING_TRAYAll()Returns a non-modifiable List containing all current existing repetitions of TIMING_TRAY.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type OMD_O03_TIMING_TRAYModifier and TypeMethodDescriptionvoidOMD_O03_ORDER_TRAY.insertTIMING_TRAY(OMD_O03_TIMING_TRAY structure, int rep) Inserts a specific repetition of TIMING_TRAY (a Group object)