///<summary> /// Returns first repetition of DFT_P11_INSURANCE (a Group object) - creates it if necessary ///</summary> public DFT_P11_INSURANCE GetINSURANCE() { DFT_P11_INSURANCE ret = null; try { ret = (DFT_P11_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 DFT_P11_INSURANCE (a Group object) - creates it if necessary</summary> public virtual DFT_P11_INSURANCE getINSURANCE() { DFT_P11_INSURANCE ret = null; try { ret = (DFT_P11_INSURANCE)this.get_Renamed("INSURANCE"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }
///<summary> ///Removes the given DFT_P11_INSURANCE ///</summary> public void RemoveINSURANCE(DFT_P11_INSURANCE toRemove) { this.RemoveStructure("INSURANCE", toRemove); }