Ejemplo n.º 1
0
        ///<summary>
        /// Returns  first repetition of RPA_I08_OBSERVATION (a Group object) - creates it if necessary
        ///</summary>
        public RPA_I08_OBSERVATION GetOBSERVATION()
        {
            RPA_I08_OBSERVATION ret = null;

            try {
                ret = (RPA_I08_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);
        }
Ejemplo n.º 2
0
        /// <summary> Returns  first repetition of RPA_I08_OBSERVATION (a Group object) - creates it if necessary</summary>
        public virtual RPA_I08_OBSERVATION getOBSERVATION()
        {
            RPA_I08_OBSERVATION ret = null;

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