Example #1
0
        ///<summary>
        /// Returns  first repetition of RCI_I05_OBSERVATION (a Group object) - creates it if necessary
        ///</summary>
        public RCI_I05_OBSERVATION GetOBSERVATION()
        {
            RCI_I05_OBSERVATION ret = null;

            try {
                ret = (RCI_I05_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);
        }
Example #2
0
        /// <summary> Returns  first repetition of RCI_I05_OBSERVATION (a Group object) - creates it if necessary</summary>
        public virtual RCI_I05_OBSERVATION getOBSERVATION()
        {
            RCI_I05_OBSERVATION ret = null;

            try
            {
                ret = (RCI_I05_OBSERVATION)this.get_Renamed("OBSERVATION");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Example #3
0
 ///<summary>
 ///Removes the given RCI_I05_OBSERVATION
 ///</summary>
 public void RemoveOBSERVATION(RCI_I05_OBSERVATION toRemove)
 {
     this.RemoveStructure("OBSERVATION", toRemove);
 }