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

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