Uses of Class
ca.uhn.hl7v2.model.v23.group.PPR_PC2_PROBLEM
Packages that use PPR_PC2_PROBLEM
-
Uses of PPR_PC2_PROBLEM in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return PPR_PC2_PROBLEMModifier and TypeMethodDescriptionPPR_PC2.getPROBLEM()Returns the first repetition of PROBLEM (a Group object) - creates it if necessaryPPR_PC2.getPROBLEM(int rep) Returns a specific repetition of PROBLEM (a Group object) - creates it if necessaryPPR_PC2.insertPROBLEM(int rep) Inserts a specific repetition of PROBLEM (a Group object)PPR_PC2.removePROBLEM(int rep) Removes a specific repetition of PROBLEM (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type PPR_PC2_PROBLEMModifier and TypeMethodDescriptionPPR_PC2.getPROBLEMAll()Returns a non-modifiable List containing all current existing repetitions of PROBLEM.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type PPR_PC2_PROBLEMModifier and TypeMethodDescriptionvoidPPR_PC2.insertPROBLEM(PPR_PC2_PROBLEM structure, int rep) Inserts a specific repetition of PROBLEM (a Group object)