Uses of Class
ca.uhn.hl7v2.model.v24.group.OMG_O19_ORDER
Packages that use OMG_O19_ORDER
-
Uses of OMG_O19_ORDER in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return OMG_O19_ORDERModifier and TypeMethodDescriptionOMG_O19.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryOMG_O19.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryOMG_O19.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)OMG_O19.removeORDER(int rep) Removes a specific repetition of ORDER (a Group object)Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type OMG_O19_ORDERModifier and TypeMethodDescriptionOMG_O19.getORDERAll()Returns a non-modifiable List containing all current existing repetitions of ORDER.Methods in ca.uhn.hl7v2.model.v24.message with parameters of type OMG_O19_ORDERModifier and TypeMethodDescriptionvoidOMG_O19.insertORDER(OMG_O19_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)