/// <summary> /// Returns first repetition of REF_I12_RESULTS_NOTES (a Group object) - creates it if necessary. /// </summary> /// /// <exception cref="Exception"> Thrown when an exception error condition occurs. </exception> /// /// <returns> The results notes. </returns> public REF_I12_RESULTS_NOTES GetRESULTS_NOTES() { REF_I12_RESULTS_NOTES ret = null; try { ret = (REF_I12_RESULTS_NOTES)this.GetStructure("RESULTS_NOTES"); } 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 REF_I12_RESULTS_NOTES ///</summary> public void RemoveRESULTS_NOTES(REF_I12_RESULTS_NOTES toRemove) { this.RemoveStructure("RESULTS_NOTES", toRemove); }