Uses of Class
ca.uhn.hl7v2.model.v24.group.ORM_O01_INSURANCE
Packages that use ORM_O01_INSURANCE
-
Uses of ORM_O01_INSURANCE in ca.uhn.hl7v2.model.v24.group
Methods in ca.uhn.hl7v2.model.v24.group that return ORM_O01_INSURANCEModifier and TypeMethodDescriptionORM_O01_PATIENT.getINSURANCE()Returns the first repetition of INSURANCE (a Group object) - creates it if necessaryORM_O01_PATIENT.getINSURANCE(int rep) Returns a specific repetition of INSURANCE (a Group object) - creates it if necessaryORM_O01_PATIENT.insertINSURANCE(int rep) Inserts a specific repetition of INSURANCE (a Group object)ORM_O01_PATIENT.removeINSURANCE(int rep) Removes a specific repetition of INSURANCE (a Group object)Methods in ca.uhn.hl7v2.model.v24.group that return types with arguments of type ORM_O01_INSURANCEModifier and TypeMethodDescriptionORM_O01_PATIENT.getINSURANCEAll()Returns a non-modifiable List containing all current existing repetitions of INSURANCE.Methods in ca.uhn.hl7v2.model.v24.group with parameters of type ORM_O01_INSURANCEModifier and TypeMethodDescriptionvoidORM_O01_PATIENT.insertINSURANCE(ORM_O01_INSURANCE structure, int rep) Inserts a specific repetition of INSURANCE (a Group object)