Uses of Class
ca.uhn.hl7v2.model.v23.group.OMN_O01_INSURANCE
Packages that use OMN_O01_INSURANCE
-
Uses of OMN_O01_INSURANCE in ca.uhn.hl7v2.model.v23.group
Methods in ca.uhn.hl7v2.model.v23.group that return OMN_O01_INSURANCEModifier and TypeMethodDescriptionOMN_O01_PATIENT.getINSURANCE()Returns the first repetition of INSURANCE (a Group object) - creates it if necessaryOMN_O01_PATIENT.getINSURANCE(int rep) Returns a specific repetition of INSURANCE (a Group object) - creates it if necessaryOMN_O01_PATIENT.insertINSURANCE(int rep) Inserts a specific repetition of INSURANCE (a Group object)OMN_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 OMN_O01_INSURANCEModifier and TypeMethodDescriptionOMN_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 OMN_O01_INSURANCEModifier and TypeMethodDescriptionvoidOMN_O01_PATIENT.insertINSURANCE(OMN_O01_INSURANCE structure, int rep) Inserts a specific repetition of INSURANCE (a Group object)