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