/// <summary> /// Returns first repetition of ADT_A14_INSURANCE (a Group object) - creates it if necessary. /// </summary> /// /// <exception cref="Exception"> Thrown when an exception error condition occurs. </exception> /// /// <returns> The insurance. </returns> public ADT_A14_INSURANCE GetINSURANCE() { ADT_A14_INSURANCE ret = null; try { ret = (ADT_A14_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> Returns first repetition of ADT_A14_INSURANCE (a Group object) - creates it if necessary</summary> public virtual ADT_A14_INSURANCE getINSURANCE() { ADT_A14_INSURANCE ret = null; try { ret = (ADT_A14_INSURANCE)this.get_Renamed("INSURANCE"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }
///<summary> ///Removes the given ADT_A14_INSURANCE ///</summary> public void RemoveINSURANCE(ADT_A14_INSURANCE toRemove) { this.RemoveStructure("INSURANCE", toRemove); }