Uses of Class
ca.uhn.hl7v2.model.v23.group.VXU_V04_ORDER
Packages that use VXU_V04_ORDER
-
Uses of VXU_V04_ORDER in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return VXU_V04_ORDERModifier and TypeMethodDescriptionVXU_V04.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryVXU_V04.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryVXU_V04.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)VXU_V04.removeORDER(int rep) Removes a specific repetition of ORDER (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type VXU_V04_ORDERModifier and TypeMethodDescriptionVXU_V04.getORDERAll()Returns a non-modifiable List containing all current existing repetitions of ORDER.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type VXU_V04_ORDERModifier and TypeMethodDescriptionvoidVXU_V04.insertORDER(VXU_V04_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)