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

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

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