Uses of Class
ca.uhn.hl7v2.model.v24.group.RDR_RDR_DEFINITION
Packages that use RDR_RDR_DEFINITION
-
Uses of RDR_RDR_DEFINITION in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return RDR_RDR_DEFINITIONModifier and TypeMethodDescriptionRDR_RDR.getDEFINITION()Returns the first repetition of DEFINITION (a Group object) - creates it if necessaryRDR_RDR.getDEFINITION(int rep) Returns a specific repetition of DEFINITION (a Group object) - creates it if necessaryRDR_RDR.insertDEFINITION(int rep) Inserts a specific repetition of DEFINITION (a Group object)RDR_RDR.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 RDR_RDR_DEFINITIONModifier and TypeMethodDescriptionRDR_RDR.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 RDR_RDR_DEFINITIONModifier and TypeMethodDescriptionvoidRDR_RDR.insertDEFINITION(RDR_RDR_DEFINITION structure, int rep) Inserts a specific repetition of DEFINITION (a Group object)