Exemplo n.º 1
0
        ///<summary>
        /// Returns  first repetition of RRI_I15_RESULTS (a Group object) - creates it if necessary
        ///</summary>
        public RRI_I15_RESULTS GetRESULTS()
        {
            RRI_I15_RESULTS ret = null;

            try {
                ret = (RRI_I15_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);
        }
Exemplo n.º 2
0
 ///<summary>
 ///Removes the given RRI_I15_RESULTS
 ///</summary>
 public void RemoveRESULTS(RRI_I15_RESULTS toRemove)
 {
     this.RemoveStructure("RESULTS", toRemove);
 }