Uses of Class
ca.uhn.hl7v2.model.v23.group.PPV_PCA_PROBLEM
Packages that use PPV_PCA_PROBLEM
-
Uses of PPV_PCA_PROBLEM in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return PPV_PCA_PROBLEMModifier and TypeMethodDescriptionPPV_PCA_GOAL.getPROBLEM()Returns the first repetition of PROBLEM (a Group object) - creates it if necessaryPPV_PCA_GOAL.getPROBLEM(int rep) Returns a specific repetition of PROBLEM (a Group object) - creates it if necessaryPPV_PCA_GOAL.insertPROBLEM(int rep) Inserts a specific repetition of PROBLEM (a Group object)PPV_PCA_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 PPV_PCA_PROBLEMModifier and TypeMethodDescriptionPPV_PCA_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 PPV_PCA_PROBLEMModifier and TypeMethodDescriptionvoidPPV_PCA_GOAL.insertPROBLEM(PPV_PCA_PROBLEM structure, int rep) Inserts a specific repetition of PROBLEM (a Group object)