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