Uses of Class
ca.uhn.hl7v2.model.v24.group.RDE_O11_ORDER
Packages that use RDE_O11_ORDER
-
Uses of RDE_O11_ORDER in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return RDE_O11_ORDERModifier and TypeMethodDescriptionRDE_O11.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryRDE_O11.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryRDE_O11.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)RDE_O11.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 RDE_O11_ORDERModifier and TypeMethodDescriptionRDE_O11.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 RDE_O11_ORDERModifier and TypeMethodDescriptionvoidRDE_O11.insertORDER(RDE_O11_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)