Uses of Class
ca.uhn.hl7v2.model.v23.group.PGL_PC7_PROBLEM
Packages that use PGL_PC7_PROBLEM
-
Uses of PGL_PC7_PROBLEM in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return PGL_PC7_PROBLEMModifier and TypeMethodDescriptionPGL_PC7_GOAL.getPROBLEM()Returns the first repetition of PROBLEM (a Group object) - creates it if necessaryPGL_PC7_GOAL.getPROBLEM(int rep) Returns a specific repetition of PROBLEM (a Group object) - creates it if necessaryPGL_PC7_GOAL.insertPROBLEM(int rep) Inserts a specific repetition of PROBLEM (a Group object)PGL_PC7_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 PGL_PC7_PROBLEMModifier and TypeMethodDescriptionPGL_PC7_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 PGL_PC7_PROBLEMModifier and TypeMethodDescriptionvoidPGL_PC7_GOAL.insertPROBLEM(PGL_PC7_PROBLEM structure, int rep) Inserts a specific repetition of PROBLEM (a Group object)