Пример #1
0
        /// <summary>
        /// Returns  first repetition of RRI_I15_OBSERVATION (a Group object) - creates it if necessary.
        /// </summary>
        ///
        /// <exception cref="Exception">    Thrown when an exception error condition occurs. </exception>
        ///
        /// <returns>   The observation. </returns>

        public RRI_I15_OBSERVATION GetOBSERVATION()
        {
            RRI_I15_OBSERVATION ret = null;

            try {
                ret = (RRI_I15_OBSERVATION)this.GetStructure("OBSERVATION");
            } 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);
        }
Пример #2
0
 ///<summary>
 ///Removes the given RRI_I15_OBSERVATION
 ///</summary>
 public void RemoveOBSERVATION(RRI_I15_OBSERVATION toRemove)
 {
     this.RemoveStructure("OBSERVATION", toRemove);
 }