Uses of Class
ca.uhn.hl7v2.model.v23.group.PTR_PCF_PATHWAY
Packages that use PTR_PCF_PATHWAY
-
Uses of PTR_PCF_PATHWAY in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return PTR_PCF_PATHWAYModifier and TypeMethodDescriptionPTR_PCF_PATIENT.getPATHWAY()Returns the first repetition of PATHWAY (a Group object) - creates it if necessaryPTR_PCF_PATIENT.getPATHWAY(int rep) Returns a specific repetition of PATHWAY (a Group object) - creates it if necessaryPTR_PCF_PATIENT.insertPATHWAY(int rep) Inserts a specific repetition of PATHWAY (a Group object)PTR_PCF_PATIENT.removePATHWAY(int rep) Removes a specific repetition of PATHWAY (a Group object)Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type PTR_PCF_PATHWAYModifier and TypeMethodDescriptionPTR_PCF_PATIENT.getPATHWAYAll()Returns a non-modifiable List containing all current existing repetitions of PATHWAY.Methods in ca.uhn.hl7v2.model.v23.group with parameters of type PTR_PCF_PATHWAYModifier and TypeMethodDescriptionvoidPTR_PCF_PATIENT.insertPATHWAY(PTR_PCF_PATHWAY structure, int rep) Inserts a specific repetition of PATHWAY (a Group object)