Beispiel #1
0
        ///<summary>
        /// Returns  first repetition of REF_I12_RESULTS_NOTES (a Group object) - creates it if necessary
        ///</summary>
        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);
        }
Beispiel #2
0
 ///<summary>
 ///Removes the given REF_I12_RESULTS_NOTES
 ///</summary>
 public void RemoveRESULTS_NOTES(REF_I12_RESULTS_NOTES toRemove)
 {
     this.RemoveStructure("RESULTS_NOTES", toRemove);
 }