Uses of Class
ca.uhn.hl7v2.model.v24.group.SRR_S01_PATIENT
Packages that use SRR_S01_PATIENT
-
Uses of SRR_S01_PATIENT in ca.uhn.hl7v2.model.v24.group
Methods in ca.uhn.hl7v2.model.v24.group that return SRR_S01_PATIENTModifier and TypeMethodDescriptionSRR_S01_SCHEDULE.getPATIENT()Returns the first repetition of PATIENT (a Group object) - creates it if necessarySRR_S01_SCHEDULE.getPATIENT(int rep) Returns a specific repetition of PATIENT (a Group object) - creates it if necessarySRR_S01_SCHEDULE.insertPATIENT(int rep) Inserts a specific repetition of PATIENT (a Group object)SRR_S01_SCHEDULE.removePATIENT(int rep) Removes a specific repetition of PATIENT (a Group object)Methods in ca.uhn.hl7v2.model.v24.group that return types with arguments of type SRR_S01_PATIENTModifier and TypeMethodDescriptionSRR_S01_SCHEDULE.getPATIENTAll()Returns a non-modifiable List containing all current existing repetitions of PATIENT.Methods in ca.uhn.hl7v2.model.v24.group with parameters of type SRR_S01_PATIENTModifier and TypeMethodDescriptionvoidSRR_S01_SCHEDULE.insertPATIENT(SRR_S01_PATIENT structure, int rep) Inserts a specific repetition of PATIENT (a Group object)