Uses of Class
ca.uhn.hl7v2.model.v251.datatype.RPT
Packages that use RPT
-
Uses of RPT in ca.uhn.hl7v2.model.v251.segment
Methods in ca.uhn.hl7v2.model.v251.segment that return RPTModifier and TypeMethodDescriptionRPT[]TQ1.getRepeatPattern()Returns all repetitions of Repeat Pattern (TQ1-3).TQ1.getRepeatPattern(int rep) Returns a specific repetition of TQ1-3: "Repeat Pattern" - creates it if necessaryRPT[]TQ1.getTq13_RepeatPattern()Returns all repetitions of Repeat Pattern (TQ1-3).TQ1.getTq13_RepeatPattern(int rep) Returns a specific repetition of TQ1-3: "Repeat Pattern" - creates it if necessaryTQ1.insertRepeatPattern(int rep) Inserts a repetition of TQ1-3: "Repeat Pattern" at a specific indexTQ1.insertTq13_RepeatPattern(int rep) Inserts a repetition of TQ1-3: "Repeat Pattern" at a specific indexTQ1.removeRepeatPattern(int rep) Removes a repetition of TQ1-3: "Repeat Pattern" at a specific indexTQ1.removeTq13_RepeatPattern(int rep) Removes a repetition of TQ1-3: "Repeat Pattern" at a specific index