///<summary> /// Returns first repetition of RQA_I08_RESULTS (a Group object) - creates it if necessary ///</summary> public RQA_I08_RESULTS GetRESULTS() { RQA_I08_RESULTS ret = null; try { ret = (RQA_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); }
///<summary> ///Removes the given RQA_I08_RESULTS ///</summary> public void RemoveRESULTS(RQA_I08_RESULTS toRemove) { this.RemoveStructure("RESULTS", toRemove); }