Uses of Class
ca.uhn.hl7v2.model.v24.group.BAR_P05_PROCEDURE
Packages that use BAR_P05_PROCEDURE
-
Uses of BAR_P05_PROCEDURE in ca.uhn.hl7v2.model.v24.group
Methods in ca.uhn.hl7v2.model.v24.group that return BAR_P05_PROCEDUREModifier and TypeMethodDescriptionBAR_P05_VISIT.getPROCEDURE()Returns the first repetition of PROCEDURE (a Group object) - creates it if necessaryBAR_P05_VISIT.getPROCEDURE(int rep) Returns a specific repetition of PROCEDURE (a Group object) - creates it if necessaryBAR_P05_VISIT.insertPROCEDURE(int rep) Inserts a specific repetition of PROCEDURE (a Group object)BAR_P05_VISIT.removePROCEDURE(int rep) Removes a specific repetition of PROCEDURE (a Group object)Methods in ca.uhn.hl7v2.model.v24.group that return types with arguments of type BAR_P05_PROCEDUREModifier and TypeMethodDescriptionBAR_P05_VISIT.getPROCEDUREAll()Returns a non-modifiable List containing all current existing repetitions of PROCEDURE.Methods in ca.uhn.hl7v2.model.v24.group with parameters of type BAR_P05_PROCEDUREModifier and TypeMethodDescriptionvoidBAR_P05_VISIT.insertPROCEDURE(BAR_P05_PROCEDURE structure, int rep) Inserts a specific repetition of PROCEDURE (a Group object)