Uses of Class
ca.uhn.hl7v2.model.v23.group.PPR_PC1_PROBLEM
Packages that use PPR_PC1_PROBLEM
-
Uses of PPR_PC1_PROBLEM in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return PPR_PC1_PROBLEMModifier and TypeMethodDescriptionPPR_PC1.getPROBLEM()Returns the first repetition of PROBLEM (a Group object) - creates it if necessaryPPR_PC1.getPROBLEM(int rep) Returns a specific repetition of PROBLEM (a Group object) - creates it if necessaryPPR_PC1.insertPROBLEM(int rep) Inserts a specific repetition of PROBLEM (a Group object)PPR_PC1.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_PC1_PROBLEMModifier and TypeMethodDescriptionPPR_PC1.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_PC1_PROBLEMModifier and TypeMethodDescriptionvoidPPR_PC1.insertPROBLEM(PPR_PC1_PROBLEM structure, int rep) Inserts a specific repetition of PROBLEM (a Group object)