Uses of Class
ca.uhn.hl7v2.model.v251.group.RDS_O13_ORDER
Packages that use RDS_O13_ORDER
-
Uses of RDS_O13_ORDER in ca.uhn.hl7v2.model.v251.message
Methods in ca.uhn.hl7v2.model.v251.message that return RDS_O13_ORDERModifier and TypeMethodDescriptionRDS_O13.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryRDS_O13.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryRDS_O13.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)RDS_O13.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 RDS_O13_ORDERModifier and TypeMethodDescriptionRDS_O13.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 RDS_O13_ORDERModifier and TypeMethodDescriptionvoidRDS_O13.insertORDER(RDS_O13_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)