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