Uses of Class
ca.uhn.hl7v2.model.v23.group.SRM_S10_PATIENT
Packages that use SRM_S10_PATIENT
-
Uses of SRM_S10_PATIENT in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return SRM_S10_PATIENTModifier and TypeMethodDescriptionSRM_S10.getPATIENT()Returns the first repetition of PATIENT (a Group object) - creates it if necessarySRM_S10.getPATIENT(int rep) Returns a specific repetition of PATIENT (a Group object) - creates it if necessarySRM_S10.insertPATIENT(int rep) Inserts a specific repetition of PATIENT (a Group object)SRM_S10.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 SRM_S10_PATIENTModifier and TypeMethodDescriptionSRM_S10.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 SRM_S10_PATIENTModifier and TypeMethodDescriptionvoidSRM_S10.insertPATIENT(SRM_S10_PATIENT structure, int rep) Inserts a specific repetition of PATIENT (a Group object)