Uses of Class
ca.uhn.hl7v2.model.v24.group.OMP_O09_ORDER
Packages that use OMP_O09_ORDER
-
Uses of OMP_O09_ORDER in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return OMP_O09_ORDERModifier and TypeMethodDescriptionOMP_O09.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryOMP_O09.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryOMP_O09.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)OMP_O09.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 OMP_O09_ORDERModifier and TypeMethodDescriptionOMP_O09.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 OMP_O09_ORDERModifier and TypeMethodDescriptionvoidOMP_O09.insertORDER(OMP_O09_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)