Esempio n. 1
0
        ///<summary>
        /// Returns  first repetition of EHC_E04_PRODUCT_SERVICE_SECTION (a Group object) - creates it if necessary
        ///</summary>
        public EHC_E04_PRODUCT_SERVICE_SECTION GetPRODUCT_SERVICE_SECTION()
        {
            EHC_E04_PRODUCT_SERVICE_SECTION ret = null;

            try {
                ret = (EHC_E04_PRODUCT_SERVICE_SECTION)this.GetStructure("PRODUCT_SERVICE_SECTION");
            } 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);
        }
Esempio n. 2
0
 ///<summary>
 ///Removes the given EHC_E04_PRODUCT_SERVICE_SECTION
 ///</summary>
 public void RemovePRODUCT_SERVICE_SECTION(EHC_E04_PRODUCT_SERVICE_SECTION toRemove)
 {
     this.RemoveStructure("PRODUCT_SERVICE_SECTION", toRemove);
 }