Uses of Class
ca.uhn.hl7v2.model.v23.group.PPT_PCL_PATIENT
Packages that use PPT_PCL_PATIENT
-
Uses of PPT_PCL_PATIENT in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return PPT_PCL_PATIENTModifier and TypeMethodDescriptionPPT_PCL.getPATIENT()Returns the first repetition of PATIENT (a Group object) - creates it if necessaryPPT_PCL.getPATIENT(int rep) Returns a specific repetition of PATIENT (a Group object) - creates it if necessaryPPT_PCL.insertPATIENT(int rep) Inserts a specific repetition of PATIENT (a Group object)PPT_PCL.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 PPT_PCL_PATIENTModifier and TypeMethodDescriptionPPT_PCL.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 PPT_PCL_PATIENTModifier and TypeMethodDescriptionvoidPPT_PCL.insertPATIENT(PPT_PCL_PATIENT structure, int rep) Inserts a specific repetition of PATIENT (a Group object)