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

        public SRM_S05_LOCATION_RESOURCE GetLOCATION_RESOURCE()
        {
            SRM_S05_LOCATION_RESOURCE ret = null;

            try {
                ret = (SRM_S05_LOCATION_RESOURCE)this.GetStructure("LOCATION_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);
        }
Ejemplo n.º 2
0
 ///<summary>
 ///Removes the given SRM_S05_LOCATION_RESOURCE
 ///</summary>
 public void RemoveLOCATION_RESOURCE(SRM_S05_LOCATION_RESOURCE toRemove)
 {
     this.RemoveStructure("LOCATION_RESOURCE", toRemove);
 }