Uses of Class
ca.uhn.hl7v2.model.v251.datatype.PTA
Packages that use PTA
-
Uses of PTA in ca.uhn.hl7v2.model.v251.segment
Methods in ca.uhn.hl7v2.model.v251.segment that return PTAModifier and TypeMethodDescriptionPTA[]Returns all repetitions of Policy Type/Amount (IN2-29).IN2.getIn229_PolicyTypeAmount(int rep) Returns a specific repetition of IN2-29: "Policy Type/Amount" - creates it if necessaryPTA[]IN2.getPolicyTypeAmount()Returns all repetitions of Policy Type/Amount (IN2-29).IN2.getPolicyTypeAmount(int rep) Returns a specific repetition of IN2-29: "Policy Type/Amount" - creates it if necessaryIN2.insertIn229_PolicyTypeAmount(int rep) Inserts a repetition of IN2-29: "Policy Type/Amount" at a specific indexIN2.insertPolicyTypeAmount(int rep) Inserts a repetition of IN2-29: "Policy Type/Amount" at a specific indexIN2.removeIn229_PolicyTypeAmount(int rep) Removes a repetition of IN2-29: "Policy Type/Amount" at a specific indexIN2.removePolicyTypeAmount(int rep) Removes a repetition of IN2-29: "Policy Type/Amount" at a specific index