///<summary> /// Returns first repetition of OMI_O23_INSURANCE (a Group object) - creates it if necessary ///</summary> public OMI_O23_INSURANCE GetINSURANCE() { OMI_O23_INSURANCE ret = null; try { ret = (OMI_O23_INSURANCE)this.GetStructure("INSURANCE"); } catch (HL7Exception e) { HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e); throw new System.Exception("An unexpected error ocurred", e); } return(ret); }
///<summary> ///Removes the given OMI_O23_INSURANCE ///</summary> public void RemoveINSURANCE(OMI_O23_INSURANCE toRemove) { this.RemoveStructure("INSURANCE", toRemove); }