Uses of Class
ca.uhn.hl7v2.model.v251.group.RRE_O12_ORDER
Packages that use RRE_O12_ORDER
-
Uses of RRE_O12_ORDER in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return RRE_O12_ORDERModifier and TypeMethodDescriptionRRE_O12_RESPONSE.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryRRE_O12_RESPONSE.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryRRE_O12_RESPONSE.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)RRE_O12_RESPONSE.removeORDER(int rep) Removes a specific repetition of ORDER (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type RRE_O12_ORDERModifier and TypeMethodDescriptionRRE_O12_RESPONSE.getORDERAll()Returns a non-modifiable List containing all current existing repetitions of ORDER.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type RRE_O12_ORDERModifier and TypeMethodDescriptionvoidRRE_O12_RESPONSE.insertORDER(RRE_O12_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)