Uses of Class
ca.uhn.hl7v2.model.v24.group.RAR_RAR_DEFINITION
Packages that use RAR_RAR_DEFINITION
-
Uses of RAR_RAR_DEFINITION in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return RAR_RAR_DEFINITIONModifier and TypeMethodDescriptionRAR_RAR.getDEFINITION()Returns the first repetition of DEFINITION (a Group object) - creates it if necessaryRAR_RAR.getDEFINITION(int rep) Returns a specific repetition of DEFINITION (a Group object) - creates it if necessaryRAR_RAR.insertDEFINITION(int rep) Inserts a specific repetition of DEFINITION (a Group object)RAR_RAR.removeDEFINITION(int rep) Removes a specific repetition of DEFINITION (a Group object)Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type RAR_RAR_DEFINITIONModifier and TypeMethodDescriptionRAR_RAR.getDEFINITIONAll()Returns a non-modifiable List containing all current existing repetitions of DEFINITION.Methods in ca.uhn.hl7v2.model.v24.message with parameters of type RAR_RAR_DEFINITIONModifier and TypeMethodDescriptionvoidRAR_RAR.insertDEFINITION(RAR_RAR_DEFINITION structure, int rep) Inserts a specific repetition of DEFINITION (a Group object)