Uses of Class
ca.uhn.hl7v2.model.v251.group.DFT_P11_TIMING_QUANTITY
Packages that use DFT_P11_TIMING_QUANTITY
-
Uses of DFT_P11_TIMING_QUANTITY in ca.uhn.hl7v2.model.v251.group
Methods in ca.uhn.hl7v2.model.v251.group that return DFT_P11_TIMING_QUANTITYModifier and TypeMethodDescriptionDFT_P11_COMMON_ORDER.getTIMING_QUANTITY()Returns the first repetition of TIMING_QUANTITY (a Group object) - creates it if necessaryDFT_P11_COMMON_ORDER.getTIMING_QUANTITY(int rep) Returns a specific repetition of TIMING_QUANTITY (a Group object) - creates it if necessaryDFT_P11_COMMON_ORDER.insertTIMING_QUANTITY(int rep) Inserts a specific repetition of TIMING_QUANTITY (a Group object)DFT_P11_COMMON_ORDER.removeTIMING_QUANTITY(int rep) Removes a specific repetition of TIMING_QUANTITY (a Group object)Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type DFT_P11_TIMING_QUANTITYModifier and TypeMethodDescriptionDFT_P11_COMMON_ORDER.getTIMING_QUANTITYAll()Returns a non-modifiable List containing all current existing repetitions of TIMING_QUANTITY.Methods in ca.uhn.hl7v2.model.v251.group with parameters of type DFT_P11_TIMING_QUANTITYModifier and TypeMethodDescriptionvoidDFT_P11_COMMON_ORDER.insertTIMING_QUANTITY(DFT_P11_TIMING_QUANTITY structure, int rep) Inserts a specific repetition of TIMING_QUANTITY (a Group object)