Uses of Class
ca.uhn.hl7v2.model.v23.group.VXR_V03_ORDER
Packages that use VXR_V03_ORDER
-
Uses of VXR_V03_ORDER in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return VXR_V03_ORDERModifier and TypeMethodDescriptionVXR_V03.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryVXR_V03.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryVXR_V03.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)VXR_V03.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 VXR_V03_ORDERModifier and TypeMethodDescriptionVXR_V03.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 VXR_V03_ORDERModifier and TypeMethodDescriptionvoidVXR_V03.insertORDER(VXR_V03_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)