Example #1
0
        ///<summary>
        /// Returns  first repetition of EHC_E10_PRODUCT_SERVICE_GROUP (a Group object) - creates it if necessary
        ///</summary>
        public EHC_E10_PRODUCT_SERVICE_GROUP GetPRODUCT_SERVICE_GROUP()
        {
            EHC_E10_PRODUCT_SERVICE_GROUP ret = null;

            try {
                ret = (EHC_E10_PRODUCT_SERVICE_GROUP)this.GetStructure("PRODUCT_SERVICE_GROUP");
            } 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);
        }
Example #2
0
 ///<summary>
 ///Removes the given EHC_E10_PRODUCT_SERVICE_GROUP
 ///</summary>
 public void RemovePRODUCT_SERVICE_GROUP(EHC_E10_PRODUCT_SERVICE_GROUP toRemove)
 {
     this.RemoveStructure("PRODUCT_SERVICE_GROUP", toRemove);
 }