示例#1
0
        ///<summary>
        /// Returns  first repetition of SIU_S22_RESOURCES (a Group object) - creates it if necessary
        ///</summary>
        public SIU_S22_RESOURCES GetRESOURCES()
        {
            SIU_S22_RESOURCES ret = null;

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