Uses of Class
ca.uhn.hl7v2.model.v251.group.DFT_P03_COMMON_ORDER
Packages that use DFT_P03_COMMON_ORDER
-
Uses of DFT_P03_COMMON_ORDER in ca.uhn.hl7v2.model.v251.message
Methods in ca.uhn.hl7v2.model.v251.message that return DFT_P03_COMMON_ORDERModifier and TypeMethodDescriptionDFT_P03.getCOMMON_ORDER()Returns the first repetition of COMMON_ORDER (a Group object) - creates it if necessaryDFT_P03.getCOMMON_ORDER(int rep) Returns a specific repetition of COMMON_ORDER (a Group object) - creates it if necessaryDFT_P03.insertCOMMON_ORDER(int rep) Inserts a specific repetition of COMMON_ORDER (a Group object)DFT_P03.removeCOMMON_ORDER(int rep) Removes a specific repetition of COMMON_ORDER (a Group object)Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type DFT_P03_COMMON_ORDERModifier and TypeMethodDescriptionDFT_P03.getCOMMON_ORDERAll()Returns a non-modifiable List containing all current existing repetitions of COMMON_ORDER.Methods in ca.uhn.hl7v2.model.v251.message with parameters of type DFT_P03_COMMON_ORDERModifier and TypeMethodDescriptionvoidDFT_P03.insertCOMMON_ORDER(DFT_P03_COMMON_ORDER structure, int rep) Inserts a specific repetition of COMMON_ORDER (a Group object)