Ignore:
Timestamp:
Sep 28, 2010, 9:40:17 AM (14 years ago)
Author:
Sam Habiel
Message:

Several fixes:

  1. Appointments in Past now trigger a warning.
  2. Changes to support Division based management of Scheduling GUI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/dsPatientApptDisplay2.Designer.cs

    r935 r964  
    328328        [global::System.Serializable()]
    329329        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
    330         public partial class PatientApptsDataTable : global::System.Data.TypedTableBase<PatientApptsRow> {
     330        public partial class PatientApptsDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
    331331           
    332332            private global::System.Data.DataColumn columnName;
     
    605605            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    606606            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
     607            public virtual global::System.Collections.IEnumerator GetEnumerator() {
     608                return this.Rows.GetEnumerator();
     609            }
     610           
     611            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     612            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    607613            public override global::System.Data.DataTable Clone() {
    608614                PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
     
    804810        [global::System.Serializable()]
    805811        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
    806         public partial class BSDXResourceDataTable : global::System.Data.TypedTableBase<BSDXResourceRow> {
     812        public partial class BSDXResourceDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
    807813           
    808814            private global::System.Data.DataColumn columnRESOURCEID;
     
    915921                this.Rows.Add(rowBSDXResourceRow);
    916922                return rowBSDXResourceRow;
     923            }
     924           
     925            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     926            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
     927            public virtual global::System.Collections.IEnumerator GetEnumerator() {
     928                return this.Rows.GetEnumerator();
    917929            }
    918930           
Note: See TracChangeset for help on using the changeset viewer.