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

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