Пример #1
0
        ///<summary>
        /// Returns  first repetition of SQM_S25_RESOURCES (a Group object) - creates it if necessary
        ///</summary>
        public SQM_S25_RESOURCES GetRESOURCES()
        {
            SQM_S25_RESOURCES ret = null;

            try {
                ret = (SQM_S25_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);
        }
Пример #2
0
 ///<summary>
 ///Removes the given SQM_S25_RESOURCES
 ///</summary>
 public void RemoveRESOURCES(SQM_S25_RESOURCES toRemove)
 {
     this.RemoveStructure("RESOURCES", toRemove);
 }