Uses of Class
ca.uhn.hl7v2.model.v24.group.RER_RER_DEFINITION
Packages that use RER_RER_DEFINITION
-
Uses of RER_RER_DEFINITION in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return RER_RER_DEFINITIONModifier and TypeMethodDescriptionRER_RER.getDEFINITION()Returns the first repetition of DEFINITION (a Group object) - creates it if necessaryRER_RER.getDEFINITION(int rep) Returns a specific repetition of DEFINITION (a Group object) - creates it if necessaryRER_RER.insertDEFINITION(int rep) Inserts a specific repetition of DEFINITION (a Group object)RER_RER.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 RER_RER_DEFINITIONModifier and TypeMethodDescriptionRER_RER.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 RER_RER_DEFINITIONModifier and TypeMethodDescriptionvoidRER_RER.insertDEFINITION(RER_RER_DEFINITION structure, int rep) Inserts a specific repetition of DEFINITION (a Group object)