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

            try {
                ret = (NMR_N01_CLOCK_AND_STATS_WITH_NOTES_ALT)this.GetStructure("CLOCK_AND_STATS_WITH_NOTES_ALT");
            } 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 NMR_N01_CLOCK_AND_STATS_WITH_NOTES_ALT (a Group object) - creates it if necessary</summary>
        public virtual NMR_N01_CLOCK_AND_STATS_WITH_NOTES_ALT getCLOCK_AND_STATS_WITH_NOTES_ALT()
        {
            NMR_N01_CLOCK_AND_STATS_WITH_NOTES_ALT ret = null;

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