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