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

        public SIU_S14_RESOURCES GetRESOURCES()
        {
            SIU_S14_RESOURCES ret = null;

            try {
                ret = (SIU_S14_RESOURCES)this.GetStructure("RESOURCES");
            } 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 SIU_S14_RESOURCES
 ///</summary>
 public void RemoveRESOURCES(SIU_S14_RESOURCES toRemove)
 {
     this.RemoveStructure("RESOURCES", toRemove);
 }