Uses of Class
ca.uhn.hl7v2.model.v22.group.ORF_R04_ORDER
Packages that use ORF_R04_ORDER
-
Uses of ORF_R04_ORDER in ca.uhn.hl7v2.model.v22.message
Methods in ca.uhn.hl7v2.model.v22.message that return ORF_R04_ORDERModifier and TypeMethodDescriptionORF_R04.getORDER()Returns the first repetition of ORDER (a Group object) - creates it if necessaryORF_R04.getORDER(int rep) Returns a specific repetition of ORDER (a Group object) - creates it if necessaryORF_R04.insertORDER(int rep) Inserts a specific repetition of ORDER (a Group object)ORF_R04.removeORDER(int rep) Removes a specific repetition of ORDER (a Group object)Methods in ca.uhn.hl7v2.model.v22.message that return types with arguments of type ORF_R04_ORDERModifier and TypeMethodDescriptionORF_R04.getORDERAll()Returns a non-modifiable List containing all current existing repetitions of ORDER.Methods in ca.uhn.hl7v2.model.v22.message with parameters of type ORF_R04_ORDERModifier and TypeMethodDescriptionvoidORF_R04.insertORDER(ORF_R04_ORDER structure, int rep) Inserts a specific repetition of ORDER (a Group object)