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

            try {
                ret = (RCI_I05_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);
        }
 ///<summary>
 ///Removes the given RCI_I05_RESULTS
 ///</summary>
 public void RemoveRESULTS(RCI_I05_RESULTS toRemove)
 {
     this.RemoveStructure("RESULTS", toRemove);
 }