Uses of Class
ca.uhn.hl7v2.model.v23.group.BAR_P01_PROCEDURE
Packages that use BAR_P01_PROCEDURE
-
Uses of BAR_P01_PROCEDURE in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return BAR_P01_PROCEDUREModifier and TypeMethodDescriptionBAR_P01_VISIT.getPROCEDURE()Returns the first repetition of PROCEDURE (a Group object) - creates it if necessaryBAR_P01_VISIT.getPROCEDURE(int rep) Returns a specific repetition of PROCEDURE (a Group object) - creates it if necessaryBAR_P01_VISIT.insertPROCEDURE(int rep) Inserts a specific repetition of PROCEDURE (a Group object)BAR_P01_VISIT.removePROCEDURE(int rep) Removes a specific repetition of PROCEDURE (a Group object)Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type BAR_P01_PROCEDUREModifier and TypeMethodDescriptionBAR_P01_VISIT.getPROCEDUREAll()Returns a non-modifiable List containing all current existing repetitions of PROCEDURE.Methods in ca.uhn.hl7v2.model.v23.group with parameters of type BAR_P01_PROCEDUREModifier and TypeMethodDescriptionvoidBAR_P01_VISIT.insertPROCEDURE(BAR_P01_PROCEDURE structure, int rep) Inserts a specific repetition of PROCEDURE (a Group object)