示例#1
0
        /// <summary>
        /// Returns  first repetition of SRM_S03_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 SRM_S03_RESOURCES GetRESOURCES()
        {
            SRM_S03_RESOURCES ret = null;

            try {
                ret = (SRM_S03_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
文件: SRM_S03.cs 项目: nHapiNET/nHapi
 ///<summary>
 ///Removes the given SRM_S03_RESOURCES
 ///</summary>
 public void RemoveRESOURCES(SRM_S03_RESOURCES toRemove)
 {
     this.RemoveStructure("RESOURCES", toRemove);
 }