Uses of Class
ca.uhn.hl7v2.model.v24.group.SQR_S25_SCHEDULE
Packages that use SQR_S25_SCHEDULE
-
Uses of SQR_S25_SCHEDULE in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return SQR_S25_SCHEDULEModifier and TypeMethodDescriptionSQR_S25.getSCHEDULE()Returns the first repetition of SCHEDULE (a Group object) - creates it if necessarySQR_S25.getSCHEDULE(int rep) Returns a specific repetition of SCHEDULE (a Group object) - creates it if necessarySQR_S25.insertSCHEDULE(int rep) Inserts a specific repetition of SCHEDULE (a Group object)SQR_S25.removeSCHEDULE(int rep) Removes a specific repetition of SCHEDULE (a Group object)Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type SQR_S25_SCHEDULEModifier and TypeMethodDescriptionSQR_S25.getSCHEDULEAll()Returns a non-modifiable List containing all current existing repetitions of SCHEDULE.Methods in ca.uhn.hl7v2.model.v24.message with parameters of type SQR_S25_SCHEDULEModifier and TypeMethodDescriptionvoidSQR_S25.insertSCHEDULE(SQR_S25_SCHEDULE structure, int rep) Inserts a specific repetition of SCHEDULE (a Group object)