Uses of Class
ca.uhn.hl7v2.model.v23.group.RDE_O01_INSURANCE
Packages that use RDE_O01_INSURANCE
-
Uses of RDE_O01_INSURANCE in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return RDE_O01_INSURANCEModifier and TypeMethodDescriptionRDE_O01_PATIENT.getINSURANCE()Returns the first repetition of INSURANCE (a Group object) - creates it if necessaryRDE_O01_PATIENT.getINSURANCE(int rep) Returns a specific repetition of INSURANCE (a Group object) - creates it if necessaryRDE_O01_PATIENT.insertINSURANCE(int rep) Inserts a specific repetition of INSURANCE (a Group object)RDE_O01_PATIENT.removeINSURANCE(int rep) Removes a specific repetition of INSURANCE (a Group object)Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type RDE_O01_INSURANCEModifier and TypeMethodDescriptionRDE_O01_PATIENT.getINSURANCEAll()Returns a non-modifiable List containing all current existing repetitions of INSURANCE.Methods in ca.uhn.hl7v2.model.v23.group with parameters of type RDE_O01_INSURANCEModifier and TypeMethodDescriptionvoidRDE_O01_PATIENT.insertINSURANCE(RDE_O01_INSURANCE structure, int rep) Inserts a specific repetition of INSURANCE (a Group object)