Uses of Class
ca.uhn.hl7v2.model.v24.group.ADT_AXX_PROCEDURE
Packages that use ADT_AXX_PROCEDURE
-
Uses of ADT_AXX_PROCEDURE in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return ADT_AXX_PROCEDUREModifier and TypeMethodDescriptionADT_AXX.getPROCEDURE()Returns the first repetition of PROCEDURE () - creates it if necessaryADT_AXX.getPROCEDURE(int rep) Returns a specific repetition of PROCEDURE () - creates it if necessaryADT_AXX.insertPROCEDURE(int rep) Inserts a specific repetition of PROCEDURE ()ADT_AXX.removePROCEDURE(int rep) Removes a specific repetition of PROCEDURE ()Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type ADT_AXX_PROCEDUREModifier and TypeMethodDescriptionADT_AXX.getPROCEDUREAll()Returns a non-modifiable List containing all current existing repetitions of PROCEDURE.Methods in ca.uhn.hl7v2.model.v24.message with parameters of type ADT_AXX_PROCEDUREModifier and TypeMethodDescriptionvoidADT_AXX.insertPROCEDURE(ADT_AXX_PROCEDURE structure, int rep) Inserts a specific repetition of PROCEDURE ()