///<summary>
        /// Returns  first repetition of RQA_I10_RESULTS (a Group object) - creates it if necessary
        ///</summary>
        public RQA_I10_RESULTS GetRESULTS()
        {
            RQA_I10_RESULTS ret = null;

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