Esempio n. 1
0
        /// <summary>
        /// Returns  first repetition of SQR_S25_SERVICE (a Group object) - creates it if necessary.
        /// </summary>
        ///
        /// <exception cref="Exception">    Thrown when an exception error condition occurs. </exception>
        ///
        /// <returns>   The service. </returns>

        public SQR_S25_SERVICE GetSERVICE()
        {
            SQR_S25_SERVICE ret = null;

            try {
                ret = (SQR_S25_SERVICE)this.GetStructure("SERVICE");
            } 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>
 ///Removes the given SQR_S25_SERVICE
 ///</summary>
 public void RemoveSERVICE(SQR_S25_SERVICE toRemove)
 {
     this.RemoveStructure("SERVICE", toRemove);
 }