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

            try {
                ret = (CQU_I19_PATHWAY_OBSERVATION)this.GetStructure("PATHWAY_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>
 ///Removes the given CQU_I19_PATHWAY_OBSERVATION
 ///</summary>
 public void RemovePATHWAY_OBSERVATION(CQU_I19_PATHWAY_OBSERVATION toRemove)
 {
     this.RemoveStructure("PATHWAY_OBSERVATION", toRemove);
 }