Exemple #1
0
        ///<summary>
        /// Returns  first repetition of SRR_S01_RESOURCE (a Group object) - creates it if necessary
        ///</summary>
        public SRR_S01_RESOURCE GetRESOURCE()
        {
            SRR_S01_RESOURCE ret = null;

            try {
                ret = (SRR_S01_RESOURCE)this.GetStructure("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);
        }
Exemple #2
0
 ///<summary>
 ///Removes the given SRR_S01_RESOURCE
 ///</summary>
 public void RemoveRESOURCE(SRR_S01_RESOURCE toRemove)
 {
     this.RemoveStructure("RESOURCE", toRemove);
 }