Uses of Class
ca.uhn.hl7v2.model.v23.group.PPV_PCA_PATIENT
Packages that use PPV_PCA_PATIENT
-
Uses of PPV_PCA_PATIENT in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return PPV_PCA_PATIENTModifier and TypeMethodDescriptionPPV_PCA.getPATIENT()Returns the first repetition of PATIENT (a Group object) - creates it if necessaryPPV_PCA.getPATIENT(int rep) Returns a specific repetition of PATIENT (a Group object) - creates it if necessaryPPV_PCA.insertPATIENT(int rep) Inserts a specific repetition of PATIENT (a Group object)PPV_PCA.removePATIENT(int rep) Removes a specific repetition of PATIENT (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type PPV_PCA_PATIENTModifier and TypeMethodDescriptionPPV_PCA.getPATIENTAll()Returns a non-modifiable List containing all current existing repetitions of PATIENT.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type PPV_PCA_PATIENTModifier and TypeMethodDescriptionvoidPPV_PCA.insertPATIENT(PPV_PCA_PATIENT structure, int rep) Inserts a specific repetition of PATIENT (a Group object)