Exemplo n.º 1
0
        /// <summary>
        /// Returns  first repetition of DFT_P03_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 DFT_P03_INSURANCE GetINSURANCE()
        {
            DFT_P03_INSURANCE ret = null;

            try {
                ret = (DFT_P03_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);
        }
Exemplo n.º 2
0
        /// <summary> Returns  first repetition of DFT_P03_INSURANCE (a Group object) - creates it if necessary</summary>
        public virtual DFT_P03_INSURANCE getINSURANCE()
        {
            DFT_P03_INSURANCE ret = null;

            try
            {
                ret = (DFT_P03_INSURANCE)this.get_Renamed("INSURANCE");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Exemplo n.º 3
0
 ///<summary>
 ///Removes the given DFT_P03_INSURANCE
 ///</summary>
 public void RemoveINSURANCE(DFT_P03_INSURANCE toRemove)
 {
     this.RemoveStructure("INSURANCE", toRemove);
 }