Changeset 935


Ignore:
Timestamp:
Sep 7, 2010, 3:50:55 PM (14 years ago)
Author:
Sam Habiel
Message:

Finally. v. 1.4.
Support for checking encoding on the server (if supports UTF-8 and encoding not specified, uses UTF-8; otherwise uses what locale says).

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
1 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/AssemblyInfo.cs

    r915 r935  
    2828// by using the '*' as shown below:
    2929
    30 [assembly: AssemblyVersion("1.3.1.*")]
     30[assembly: AssemblyVersion("1.4.0.*")]
    3131
    3232//
     
    5858[assembly: AssemblyKeyFile("")]
    5959[assembly: AssemblyKeyName("")]
    60 [assembly: AssemblyFileVersionAttribute("1.3.1.0")]
     60[assembly: AssemblyFileVersionAttribute("1.4.0.0")]
    6161[assembly: ComVisibleAttribute(false)]
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs

    r843 r935  
    338338                //decimal fBuild = Convert.ToDecimal(sBuild);
    339339
     340                //Change encoding
     341                if (m_Encoding == String.Empty)
     342                {
     343                    string utf8_server_support = m_ConnectInfo.bmxNetLib.TransmitRPC("BMX UTF-8", "");
     344                    if (utf8_server_support == "1")
     345                        m_ConnectInfo.bmxNetLib.Encoder = System.Text.UTF8Encoding.UTF8;
     346                }
    340347                                //Set application context
    341348                                m_ds.SetStatus("Setting Application Context to BSDXRPC...");
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/dsPatientApptDisplay2.Designer.cs

    r772 r935  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3603
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1717    ///Represents a strongly typed in-memory cache of data.
    1818    ///</summary>
    19     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    2019    [global::System.Serializable()]
    2120    [global::System.ComponentModel.DesignerCategoryAttribute("code")]
     
    3534       
    3635        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     36        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    3737        public dsPatientApptDisplay2() {
    3838            this.BeginInit();
     
    4545       
    4646        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     47        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    4748        protected dsPatientApptDisplay2(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
    4849                base(info, context, false) {
     
    8384       
    8485        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     86        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    8587        [global::System.ComponentModel.Browsable(false)]
    8688        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
     
    9294       
    9395        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     96        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9497        [global::System.ComponentModel.Browsable(false)]
    9598        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
     
    101104       
    102105        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     106        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    103107        [global::System.ComponentModel.BrowsableAttribute(true)]
    104108        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
     
    113117       
    114118        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     119        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    115120        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
    116121        public new global::System.Data.DataTableCollection Tables {
     
    121126       
    122127        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     128        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    123129        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
    124130        public new global::System.Data.DataRelationCollection Relations {
     
    129135       
    130136        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     137        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    131138        protected override void InitializeDerivedDataSet() {
    132139            this.BeginInit();
     
    136143       
    137144        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     145        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    138146        public override global::System.Data.DataSet Clone() {
    139147            dsPatientApptDisplay2 cln = ((dsPatientApptDisplay2)(base.Clone()));
     
    144152       
    145153        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     154        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    146155        protected override bool ShouldSerializeTables() {
    147156            return false;
     
    149158       
    150159        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     160        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    151161        protected override bool ShouldSerializeRelations() {
    152162            return false;
     
    154164       
    155165        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     166        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    156167        protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
    157168            if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
     
    181192       
    182193        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     194        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    183195        protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
    184196            global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
     
    189201       
    190202        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     203        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    191204        internal void InitVars() {
    192205            this.InitVars(true);
     
    194207       
    195208        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     209        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    196210        internal void InitVars(bool initTable) {
    197211            this.tablePatientAppts = ((PatientApptsDataTable)(base.Tables["PatientAppts"]));
     
    211225       
    212226        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     227        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    213228        private void InitClass() {
    214229            this.DataSetName = "dsPatientApptDisplay2";
     
    236251       
    237252        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     253        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    238254        private bool ShouldSerializePatientAppts() {
    239255            return false;
     
    241257       
    242258        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     259        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    243260        private bool ShouldSerializeBSDXResource() {
    244261            return false;
     
    246263       
    247264        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     265        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    248266        private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
    249267            if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
     
    253271       
    254272        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     273        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    255274        public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
    256275            dsPatientApptDisplay2 ds = new dsPatientApptDisplay2();
     
    298317        }
    299318       
     319        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    300320        public delegate void PatientApptsRowChangeEventHandler(object sender, PatientApptsRowChangeEvent e);
    301321       
     322        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    302323        public delegate void BSDXResourceRowChangeEventHandler(object sender, BSDXResourceRowChangeEvent e);
    303324       
     
    305326        ///Represents the strongly named DataTable class.
    306327        ///</summary>
    307         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    308328        [global::System.Serializable()]
    309329        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
     
    343363           
    344364            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     365            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    345366            public PatientApptsDataTable() {
    346367                this.TableName = "PatientAppts";
     
    351372           
    352373            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     374            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    353375            internal PatientApptsDataTable(global::System.Data.DataTable table) {
    354376                this.TableName = table.TableName;
     
    367389           
    368390            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     391            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    369392            protected PatientApptsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
    370393                    base(info, context) {
     
    373396           
    374397            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     398            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    375399            public global::System.Data.DataColumn NameColumn {
    376400                get {
     
    380404           
    381405            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     406            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    382407            public global::System.Data.DataColumn DOBColumn {
    383408                get {
     
    387412           
    388413            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     414            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    389415            public global::System.Data.DataColumn SexColumn {
    390416                get {
     
    394420           
    395421            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     422            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    396423            public global::System.Data.DataColumn HRNColumn {
    397424                get {
     
    401428           
    402429            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     430            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    403431            public global::System.Data.DataColumn ApptDateColumn {
    404432                get {
     
    408436           
    409437            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     438            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    410439            public global::System.Data.DataColumn ClinicColumn {
    411440                get {
     
    415444           
    416445            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     446            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    417447            public global::System.Data.DataColumn TypeStatusColumn {
    418448                get {
     
    422452           
    423453            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     454            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    424455            public global::System.Data.DataColumn RESOURCEIDColumn {
    425456                get {
     
    429460           
    430461            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     462            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    431463            public global::System.Data.DataColumn APPT_MADE_BYColumn {
    432464                get {
     
    436468           
    437469            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     470            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    438471            public global::System.Data.DataColumn DATE_APPT_MADEColumn {
    439472                get {
     
    443476           
    444477            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     478            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    445479            public global::System.Data.DataColumn NOTEColumn {
    446480                get {
     
    450484           
    451485            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     486            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    452487            public global::System.Data.DataColumn STREETColumn {
    453488                get {
     
    457492           
    458493            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     494            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    459495            public global::System.Data.DataColumn CITYColumn {
    460496                get {
     
    464500           
    465501            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     502            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    466503            public global::System.Data.DataColumn STATEColumn {
    467504                get {
     
    471508           
    472509            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     510            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    473511            public global::System.Data.DataColumn ZIPColumn {
    474512                get {
     
    478516           
    479517            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     518            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    480519            public global::System.Data.DataColumn HOMEPHONEColumn {
    481520                get {
     
    485524           
    486525            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     526            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    487527            [global::System.ComponentModel.Browsable(false)]
    488528            public int Count {
     
    493533           
    494534            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     535            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    495536            public PatientApptsRow this[int index] {
    496537                get {
     
    499540            }
    500541           
     542            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    501543            public event PatientApptsRowChangeEventHandler PatientApptsRowChanging;
    502544           
     545            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    503546            public event PatientApptsRowChangeEventHandler PatientApptsRowChanged;
    504547           
     548            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    505549            public event PatientApptsRowChangeEventHandler PatientApptsRowDeleting;
    506550           
     551            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    507552            public event PatientApptsRowChangeEventHandler PatientApptsRowDeleted;
    508553           
    509554            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     555            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    510556            public void AddPatientApptsRow(PatientApptsRow row) {
    511557                this.Rows.Add(row);
     
    513559           
    514560            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     561            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    515562            public PatientApptsRow AddPatientApptsRow(
    516563                        string Name,
     
    557604           
    558605            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     606            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    559607            public override global::System.Data.DataTable Clone() {
    560608                PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
     
    564612           
    565613            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     614            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    566615            protected override global::System.Data.DataTable CreateInstance() {
    567616                return new PatientApptsDataTable();
     
    569618           
    570619            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     620            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    571621            internal void InitVars() {
    572622                this.columnName = base.Columns["Name"];
     
    589639           
    590640            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     641            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    591642            private void InitClass() {
    592643                this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
     
    625676           
    626677            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     678            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    627679            public PatientApptsRow NewPatientApptsRow() {
    628680                return ((PatientApptsRow)(this.NewRow()));
     
    630682           
    631683            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     684            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    632685            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
    633686                return new PatientApptsRow(builder);
     
    635688           
    636689            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     690            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    637691            protected override global::System.Type GetRowType() {
    638692                return typeof(PatientApptsRow);
     
    640694           
    641695            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     696            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    642697            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
    643698                base.OnRowChanged(e);
     
    648703           
    649704            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     705            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    650706            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
    651707                base.OnRowChanging(e);
     
    656712           
    657713            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     714            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    658715            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
    659716                base.OnRowDeleted(e);
     
    664721           
    665722            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     723            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    666724            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
    667725                base.OnRowDeleting(e);
     
    672730           
    673731            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     732            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    674733            public void RemovePatientApptsRow(PatientApptsRow row) {
    675734                this.Rows.Remove(row);
     
    677736           
    678737            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     738            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    679739            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
    680740                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
     
    742802        ///Represents the strongly named DataTable class.
    743803        ///</summary>
    744         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    745804        [global::System.Serializable()]
    746805        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
     
    754813           
    755814            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     815            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    756816            public BSDXResourceDataTable() {
    757817                this.TableName = "BSDXResource";
     
    762822           
    763823            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     824            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    764825            internal BSDXResourceDataTable(global::System.Data.DataTable table) {
    765826                this.TableName = table.TableName;
     
    778839           
    779840            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     841            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    780842            protected BSDXResourceDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
    781843                    base(info, context) {
     
    784846           
    785847            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     848            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    786849            public global::System.Data.DataColumn RESOURCEIDColumn {
    787850                get {
     
    791854           
    792855            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     856            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    793857            public global::System.Data.DataColumn RESOURCE_NAMEColumn {
    794858                get {
     
    798862           
    799863            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     864            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    800865            public global::System.Data.DataColumn LETTER_TEXTColumn {
    801866                get {
     
    805870           
    806871            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     872            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    807873            [global::System.ComponentModel.Browsable(false)]
    808874            public int Count {
     
    813879           
    814880            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     881            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    815882            public BSDXResourceRow this[int index] {
    816883                get {
     
    819886            }
    820887           
     888            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    821889            public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanging;
    822890           
     891            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    823892            public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanged;
    824893           
     894            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    825895            public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleting;
    826896           
     897            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    827898            public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleted;
    828899           
    829900            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     901            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    830902            public void AddBSDXResourceRow(BSDXResourceRow row) {
    831903                this.Rows.Add(row);
     
    833905           
    834906            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     907            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    835908            public BSDXResourceRow AddBSDXResourceRow(int RESOURCEID, string RESOURCE_NAME, string LETTER_TEXT) {
    836909                BSDXResourceRow rowBSDXResourceRow = ((BSDXResourceRow)(this.NewRow()));
     
    845918           
    846919            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     920            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    847921            public override global::System.Data.DataTable Clone() {
    848922                BSDXResourceDataTable cln = ((BSDXResourceDataTable)(base.Clone()));
     
    852926           
    853927            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     928            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    854929            protected override global::System.Data.DataTable CreateInstance() {
    855930                return new BSDXResourceDataTable();
     
    857932           
    858933            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     934            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    859935            internal void InitVars() {
    860936                this.columnRESOURCEID = base.Columns["RESOURCEID"];
     
    864940           
    865941            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     942            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    866943            private void InitClass() {
    867944                this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
     
    878955           
    879956            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     957            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    880958            public BSDXResourceRow NewBSDXResourceRow() {
    881959                return ((BSDXResourceRow)(this.NewRow()));
     
    883961           
    884962            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     963            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    885964            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
    886965                return new BSDXResourceRow(builder);
     
    888967           
    889968            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     969            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    890970            protected override global::System.Type GetRowType() {
    891971                return typeof(BSDXResourceRow);
     
    893973           
    894974            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     975            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    895976            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
    896977                base.OnRowChanged(e);
     
    901982           
    902983            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     984            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    903985            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
    904986                base.OnRowChanging(e);
     
    909991           
    910992            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     993            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    911994            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
    912995                base.OnRowDeleted(e);
     
    9171000           
    9181001            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1002            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9191003            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
    9201004                base.OnRowDeleting(e);
     
    9251009           
    9261010            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1011            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9271012            public void RemoveBSDXResourceRow(BSDXResourceRow row) {
    9281013                this.Rows.Remove(row);
     
    9301015           
    9311016            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1017            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9321018            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
    9331019                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
     
    9951081        ///Represents strongly named DataRow class.
    9961082        ///</summary>
    997         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    9981083        public partial class PatientApptsRow : global::System.Data.DataRow {
    9991084           
     
    10011086           
    10021087            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1088            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10031089            internal PatientApptsRow(global::System.Data.DataRowBuilder rb) :
    10041090                    base(rb) {
     
    10071093           
    10081094            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1095            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10091096            public string Name {
    10101097                get {
     
    10221109           
    10231110            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1111            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10241112            public System.DateTime DOB {
    10251113                get {
     
    10371125           
    10381126            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1127            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10391128            public string Sex {
    10401129                get {
     
    10521141           
    10531142            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1143            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10541144            public string HRN {
    10551145                get {
     
    10671157           
    10681158            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1159            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10691160            public System.DateTime ApptDate {
    10701161                get {
     
    10821173           
    10831174            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1175            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10841176            public string Clinic {
    10851177                get {
     
    10971189           
    10981190            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1191            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10991192            public string TypeStatus {
    11001193                get {
     
    11121205           
    11131206            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1207            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11141208            public int RESOURCEID {
    11151209                get {
     
    11271221           
    11281222            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1223            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11291224            public string APPT_MADE_BY {
    11301225                get {
     
    11421237           
    11431238            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1239            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11441240            public System.DateTime DATE_APPT_MADE {
    11451241                get {
     
    11571253           
    11581254            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1255            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11591256            public string NOTE {
    11601257                get {
     
    11721269           
    11731270            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1271            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11741272            public string STREET {
    11751273                get {
     
    11871285           
    11881286            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1287            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11891288            public string CITY {
    11901289                get {
     
    12021301           
    12031302            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1303            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12041304            public string STATE {
    12051305                get {
     
    12171317           
    12181318            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1319            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12191320            public string ZIP {
    12201321                get {
     
    12321333           
    12331334            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1335            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12341336            public string HOMEPHONE {
    12351337                get {
     
    12471349           
    12481350            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1351            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12491352            public BSDXResourceRow BSDXResourceRow {
    12501353                get {
     
    12571360           
    12581361            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1362            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12591363            public bool IsNameNull() {
    12601364                return this.IsNull(this.tablePatientAppts.NameColumn);
     
    12621366           
    12631367            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1368            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12641369            public void SetNameNull() {
    12651370                this[this.tablePatientAppts.NameColumn] = global::System.Convert.DBNull;
     
    12671372           
    12681373            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1374            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12691375            public bool IsDOBNull() {
    12701376                return this.IsNull(this.tablePatientAppts.DOBColumn);
     
    12721378           
    12731379            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1380            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12741381            public void SetDOBNull() {
    12751382                this[this.tablePatientAppts.DOBColumn] = global::System.Convert.DBNull;
     
    12771384           
    12781385            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1386            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12791387            public bool IsSexNull() {
    12801388                return this.IsNull(this.tablePatientAppts.SexColumn);
     
    12821390           
    12831391            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1392            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12841393            public void SetSexNull() {
    12851394                this[this.tablePatientAppts.SexColumn] = global::System.Convert.DBNull;
     
    12871396           
    12881397            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1398            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12891399            public bool IsHRNNull() {
    12901400                return this.IsNull(this.tablePatientAppts.HRNColumn);
     
    12921402           
    12931403            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1404            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12941405            public void SetHRNNull() {
    12951406                this[this.tablePatientAppts.HRNColumn] = global::System.Convert.DBNull;
     
    12971408           
    12981409            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1410            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12991411            public bool IsApptDateNull() {
    13001412                return this.IsNull(this.tablePatientAppts.ApptDateColumn);
     
    13021414           
    13031415            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1416            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13041417            public void SetApptDateNull() {
    13051418                this[this.tablePatientAppts.ApptDateColumn] = global::System.Convert.DBNull;
     
    13071420           
    13081421            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1422            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13091423            public bool IsClinicNull() {
    13101424                return this.IsNull(this.tablePatientAppts.ClinicColumn);
     
    13121426           
    13131427            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1428            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13141429            public void SetClinicNull() {
    13151430                this[this.tablePatientAppts.ClinicColumn] = global::System.Convert.DBNull;
     
    13171432           
    13181433            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1434            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13191435            public bool IsTypeStatusNull() {
    13201436                return this.IsNull(this.tablePatientAppts.TypeStatusColumn);
     
    13221438           
    13231439            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1440            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13241441            public void SetTypeStatusNull() {
    13251442                this[this.tablePatientAppts.TypeStatusColumn] = global::System.Convert.DBNull;
     
    13271444           
    13281445            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1446            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13291447            public bool IsRESOURCEIDNull() {
    13301448                return this.IsNull(this.tablePatientAppts.RESOURCEIDColumn);
     
    13321450           
    13331451            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1452            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13341453            public void SetRESOURCEIDNull() {
    13351454                this[this.tablePatientAppts.RESOURCEIDColumn] = global::System.Convert.DBNull;
     
    13371456           
    13381457            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1458            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13391459            public bool IsAPPT_MADE_BYNull() {
    13401460                return this.IsNull(this.tablePatientAppts.APPT_MADE_BYColumn);
     
    13421462           
    13431463            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1464            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13441465            public void SetAPPT_MADE_BYNull() {
    13451466                this[this.tablePatientAppts.APPT_MADE_BYColumn] = global::System.Convert.DBNull;
     
    13471468           
    13481469            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1470            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13491471            public bool IsDATE_APPT_MADENull() {
    13501472                return this.IsNull(this.tablePatientAppts.DATE_APPT_MADEColumn);
     
    13521474           
    13531475            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1476            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13541477            public void SetDATE_APPT_MADENull() {
    13551478                this[this.tablePatientAppts.DATE_APPT_MADEColumn] = global::System.Convert.DBNull;
     
    13571480           
    13581481            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1482            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13591483            public bool IsNOTENull() {
    13601484                return this.IsNull(this.tablePatientAppts.NOTEColumn);
     
    13621486           
    13631487            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1488            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13641489            public void SetNOTENull() {
    13651490                this[this.tablePatientAppts.NOTEColumn] = global::System.Convert.DBNull;
     
    13671492           
    13681493            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1494            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13691495            public bool IsSTREETNull() {
    13701496                return this.IsNull(this.tablePatientAppts.STREETColumn);
     
    13721498           
    13731499            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1500            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13741501            public void SetSTREETNull() {
    13751502                this[this.tablePatientAppts.STREETColumn] = global::System.Convert.DBNull;
     
    13771504           
    13781505            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1506            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13791507            public bool IsCITYNull() {
    13801508                return this.IsNull(this.tablePatientAppts.CITYColumn);
     
    13821510           
    13831511            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1512            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13841513            public void SetCITYNull() {
    13851514                this[this.tablePatientAppts.CITYColumn] = global::System.Convert.DBNull;
     
    13871516           
    13881517            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1518            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13891519            public bool IsSTATENull() {
    13901520                return this.IsNull(this.tablePatientAppts.STATEColumn);
     
    13921522           
    13931523            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1524            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13941525            public void SetSTATENull() {
    13951526                this[this.tablePatientAppts.STATEColumn] = global::System.Convert.DBNull;
     
    13971528           
    13981529            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1530            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13991531            public bool IsZIPNull() {
    14001532                return this.IsNull(this.tablePatientAppts.ZIPColumn);
     
    14021534           
    14031535            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1536            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14041537            public void SetZIPNull() {
    14051538                this[this.tablePatientAppts.ZIPColumn] = global::System.Convert.DBNull;
     
    14071540           
    14081541            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1542            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14091543            public bool IsHOMEPHONENull() {
    14101544                return this.IsNull(this.tablePatientAppts.HOMEPHONEColumn);
     
    14121546           
    14131547            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1548            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14141549            public void SetHOMEPHONENull() {
    14151550                this[this.tablePatientAppts.HOMEPHONEColumn] = global::System.Convert.DBNull;
     
    14201555        ///Represents strongly named DataRow class.
    14211556        ///</summary>
    1422         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    14231557        public partial class BSDXResourceRow : global::System.Data.DataRow {
    14241558           
     
    14261560           
    14271561            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1562            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14281563            internal BSDXResourceRow(global::System.Data.DataRowBuilder rb) :
    14291564                    base(rb) {
     
    14321567           
    14331568            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1569            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14341570            public int RESOURCEID {
    14351571                get {
     
    14421578           
    14431579            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1580            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14441581            public string RESOURCE_NAME {
    14451582                get {
     
    14571594           
    14581595            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1596            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14591597            public string LETTER_TEXT {
    14601598                get {
     
    14721610           
    14731611            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1612            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14741613            public bool IsRESOURCE_NAMENull() {
    14751614                return this.IsNull(this.tableBSDXResource.RESOURCE_NAMEColumn);
     
    14771616           
    14781617            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1618            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14791619            public void SetRESOURCE_NAMENull() {
    14801620                this[this.tableBSDXResource.RESOURCE_NAMEColumn] = global::System.Convert.DBNull;
     
    14821622           
    14831623            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1624            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14841625            public bool IsLETTER_TEXTNull() {
    14851626                return this.IsNull(this.tableBSDXResource.LETTER_TEXTColumn);
     
    14871628           
    14881629            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1630            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14891631            public void SetLETTER_TEXTNull() {
    14901632                this[this.tableBSDXResource.LETTER_TEXTColumn] = global::System.Convert.DBNull;
     
    14921634           
    14931635            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1636            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14941637            public PatientApptsRow[] GetPatientApptsRows() {
    14951638                if ((this.Table.ChildRelations["FK_BSDXResource_PatientAppts"] == null)) {
     
    15051648        ///Row event argument class
    15061649        ///</summary>
    1507         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
     1650        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15081651        public class PatientApptsRowChangeEvent : global::System.EventArgs {
    15091652           
     
    15131656           
    15141657            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1658            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15151659            public PatientApptsRowChangeEvent(PatientApptsRow row, global::System.Data.DataRowAction action) {
    15161660                this.eventRow = row;
     
    15191663           
    15201664            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1665            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15211666            public PatientApptsRow Row {
    15221667                get {
     
    15261671           
    15271672            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1673            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15281674            public global::System.Data.DataRowAction Action {
    15291675                get {
     
    15361682        ///Row event argument class
    15371683        ///</summary>
    1538         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
     1684        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15391685        public class BSDXResourceRowChangeEvent : global::System.EventArgs {
    15401686           
     
    15441690           
    15451691            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1692            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15461693            public BSDXResourceRowChangeEvent(BSDXResourceRow row, global::System.Data.DataRowAction action) {
    15471694                this.eventRow = row;
     
    15501697           
    15511698            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1699            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15521700            public BSDXResourceRow Row {
    15531701                get {
     
    15571705           
    15581706            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1707            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15591708            public global::System.Data.DataRowAction Action {
    15601709                get {
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/dsRebookAppts.Designer.cs

    r772 r935  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3603
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1717    ///Represents a strongly typed in-memory cache of data.
    1818    ///</summary>
    19     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    2019    [global::System.Serializable()]
    2120    [global::System.ComponentModel.DesignerCategoryAttribute("code")]
     
    3534       
    3635        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     36        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    3737        public dsRebookAppts() {
    3838            this.BeginInit();
     
    4545       
    4646        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     47        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    4748        protected dsRebookAppts(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
    4849                base(info, context, false) {
     
    8384       
    8485        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     86        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    8587        [global::System.ComponentModel.Browsable(false)]
    8688        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
     
    9294       
    9395        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     96        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9497        [global::System.ComponentModel.Browsable(false)]
    9598        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
     
    101104       
    102105        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     106        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    103107        [global::System.ComponentModel.BrowsableAttribute(true)]
    104108        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
     
    113117       
    114118        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     119        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    115120        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
    116121        public new global::System.Data.DataTableCollection Tables {
     
    121126       
    122127        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     128        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    123129        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
    124130        public new global::System.Data.DataRelationCollection Relations {
     
    129135       
    130136        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     137        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    131138        protected override void InitializeDerivedDataSet() {
    132139            this.BeginInit();
     
    136143       
    137144        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     145        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    138146        public override global::System.Data.DataSet Clone() {
    139147            dsRebookAppts cln = ((dsRebookAppts)(base.Clone()));
     
    144152       
    145153        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     154        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    146155        protected override bool ShouldSerializeTables() {
    147156            return false;
     
    149158       
    150159        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     160        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    151161        protected override bool ShouldSerializeRelations() {
    152162            return false;
     
    154164       
    155165        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     166        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    156167        protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
    157168            if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
     
    181192       
    182193        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     194        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    183195        protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
    184196            global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
     
    189201       
    190202        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     203        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    191204        internal void InitVars() {
    192205            this.InitVars(true);
     
    194207       
    195208        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     209        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    196210        internal void InitVars(bool initTable) {
    197211            this.tablePatientAppts = ((PatientApptsDataTable)(base.Tables["PatientAppts"]));
     
    211225       
    212226        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     227        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    213228        private void InitClass() {
    214229            this.DataSetName = "dsRebookAppts";
     
    236251       
    237252        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     253        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    238254        private bool ShouldSerializePatientAppts() {
    239255            return false;
     
    241257       
    242258        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     259        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    243260        private bool ShouldSerializeBSDXResource() {
    244261            return false;
     
    246263       
    247264        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     265        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    248266        private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
    249267            if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
     
    253271       
    254272        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     273        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    255274        public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
    256275            dsRebookAppts ds = new dsRebookAppts();
     
    298317        }
    299318       
     319        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    300320        public delegate void PatientApptsRowChangeEventHandler(object sender, PatientApptsRowChangeEvent e);
    301321       
     322        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    302323        public delegate void BSDXResourceRowChangeEventHandler(object sender, BSDXResourceRowChangeEvent e);
    303324       
     
    305326        ///Represents the strongly named DataTable class.
    306327        ///</summary>
    307         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    308328        [global::System.Serializable()]
    309329        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
     
    345365           
    346366            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     367            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    347368            public PatientApptsDataTable() {
    348369                this.TableName = "PatientAppts";
     
    353374           
    354375            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     376            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    355377            internal PatientApptsDataTable(global::System.Data.DataTable table) {
    356378                this.TableName = table.TableName;
     
    369391           
    370392            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     393            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    371394            protected PatientApptsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
    372395                    base(info, context) {
     
    375398           
    376399            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     400            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    377401            public global::System.Data.DataColumn NameColumn {
    378402                get {
     
    382406           
    383407            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     408            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    384409            public global::System.Data.DataColumn DOBColumn {
    385410                get {
     
    389414           
    390415            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     416            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    391417            public global::System.Data.DataColumn SexColumn {
    392418                get {
     
    396422           
    397423            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     424            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    398425            public global::System.Data.DataColumn HRNColumn {
    399426                get {
     
    403430           
    404431            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     432            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    405433            public global::System.Data.DataColumn NewApptDateColumn {
    406434                get {
     
    410438           
    411439            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     440            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    412441            public global::System.Data.DataColumn ClinicColumn {
    413442                get {
     
    417446           
    418447            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     448            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    419449            public global::System.Data.DataColumn TypeStatusColumn {
    420450                get {
     
    424454           
    425455            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     456            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    426457            public global::System.Data.DataColumn RESOURCEIDColumn {
    427458                get {
     
    431462           
    432463            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     464            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    433465            public global::System.Data.DataColumn APPT_MADE_BYColumn {
    434466                get {
     
    438470           
    439471            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     472            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    440473            public global::System.Data.DataColumn DATE_APPT_MADEColumn {
    441474                get {
     
    445478           
    446479            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     480            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    447481            public global::System.Data.DataColumn NOTEColumn {
    448482                get {
     
    452486           
    453487            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     488            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    454489            public global::System.Data.DataColumn STREETColumn {
    455490                get {
     
    459494           
    460495            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     496            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    461497            public global::System.Data.DataColumn CITYColumn {
    462498                get {
     
    466502           
    467503            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     504            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    468505            public global::System.Data.DataColumn STATEColumn {
    469506                get {
     
    473510           
    474511            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     512            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    475513            public global::System.Data.DataColumn ZIPColumn {
    476514                get {
     
    480518           
    481519            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     520            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    482521            public global::System.Data.DataColumn HOMEPHONEColumn {
    483522                get {
     
    487526           
    488527            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     528            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    489529            public global::System.Data.DataColumn OldApptDateColumn {
    490530                get {
     
    494534           
    495535            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     536            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    496537            [global::System.ComponentModel.Browsable(false)]
    497538            public int Count {
     
    502543           
    503544            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     545            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    504546            public PatientApptsRow this[int index] {
    505547                get {
     
    508550            }
    509551           
     552            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    510553            public event PatientApptsRowChangeEventHandler PatientApptsRowChanging;
    511554           
     555            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    512556            public event PatientApptsRowChangeEventHandler PatientApptsRowChanged;
    513557           
     558            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    514559            public event PatientApptsRowChangeEventHandler PatientApptsRowDeleting;
    515560           
     561            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    516562            public event PatientApptsRowChangeEventHandler PatientApptsRowDeleted;
    517563           
    518564            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     565            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    519566            public void AddPatientApptsRow(PatientApptsRow row) {
    520567                this.Rows.Add(row);
     
    522569           
    523570            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     571            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    524572            public PatientApptsRow AddPatientApptsRow(
    525573                        string Name,
     
    568616           
    569617            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     618            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    570619            public override global::System.Data.DataTable Clone() {
    571620                PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
     
    575624           
    576625            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     626            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    577627            protected override global::System.Data.DataTable CreateInstance() {
    578628                return new PatientApptsDataTable();
     
    580630           
    581631            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     632            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    582633            internal void InitVars() {
    583634                this.columnName = base.Columns["Name"];
     
    601652           
    602653            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     654            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    603655            private void InitClass() {
    604656                this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
     
    639691           
    640692            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     693            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    641694            public PatientApptsRow NewPatientApptsRow() {
    642695                return ((PatientApptsRow)(this.NewRow()));
     
    644697           
    645698            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     699            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    646700            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
    647701                return new PatientApptsRow(builder);
     
    649703           
    650704            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     705            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    651706            protected override global::System.Type GetRowType() {
    652707                return typeof(PatientApptsRow);
     
    654709           
    655710            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     711            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    656712            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
    657713                base.OnRowChanged(e);
     
    662718           
    663719            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     720            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    664721            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
    665722                base.OnRowChanging(e);
     
    670727           
    671728            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     729            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    672730            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
    673731                base.OnRowDeleted(e);
     
    678736           
    679737            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     738            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    680739            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
    681740                base.OnRowDeleting(e);
     
    686745           
    687746            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     747            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    688748            public void RemovePatientApptsRow(PatientApptsRow row) {
    689749                this.Rows.Remove(row);
     
    691751           
    692752            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     753            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    693754            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
    694755                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
     
    756817        ///Represents the strongly named DataTable class.
    757818        ///</summary>
    758         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    759819        [global::System.Serializable()]
    760820        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
     
    772832           
    773833            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     834            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    774835            public BSDXResourceDataTable() {
    775836                this.TableName = "BSDXResource";
     
    780841           
    781842            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     843            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    782844            internal BSDXResourceDataTable(global::System.Data.DataTable table) {
    783845                this.TableName = table.TableName;
     
    796858           
    797859            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     860            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    798861            protected BSDXResourceDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
    799862                    base(info, context) {
     
    802865           
    803866            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     867            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    804868            public global::System.Data.DataColumn RESOURCEIDColumn {
    805869                get {
     
    809873           
    810874            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     875            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    811876            public global::System.Data.DataColumn RESOURCE_NAMEColumn {
    812877                get {
     
    816881           
    817882            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     883            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    818884            public global::System.Data.DataColumn LETTER_TEXTColumn {
    819885                get {
     
    823889           
    824890            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     891            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    825892            public global::System.Data.DataColumn NO_SHOW_LETTERColumn {
    826893                get {
     
    830897           
    831898            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     899            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    832900            public global::System.Data.DataColumn CLINIC_CANCELLATION_LETTERColumn {
    833901                get {
     
    837905           
    838906            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     907            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    839908            [global::System.ComponentModel.Browsable(false)]
    840909            public int Count {
     
    845914           
    846915            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     916            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    847917            public BSDXResourceRow this[int index] {
    848918                get {
     
    851921            }
    852922           
     923            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    853924            public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanging;
    854925           
     926            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    855927            public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanged;
    856928           
     929            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    857930            public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleting;
    858931           
     932            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    859933            public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleted;
    860934           
    861935            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     936            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    862937            public void AddBSDXResourceRow(BSDXResourceRow row) {
    863938                this.Rows.Add(row);
     
    865940           
    866941            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     942            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    867943            public BSDXResourceRow AddBSDXResourceRow(int RESOURCEID, string RESOURCE_NAME, string LETTER_TEXT, string NO_SHOW_LETTER, string CLINIC_CANCELLATION_LETTER) {
    868944                BSDXResourceRow rowBSDXResourceRow = ((BSDXResourceRow)(this.NewRow()));
     
    879955           
    880956            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     957            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    881958            public override global::System.Data.DataTable Clone() {
    882959                BSDXResourceDataTable cln = ((BSDXResourceDataTable)(base.Clone()));
     
    886963           
    887964            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     965            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    888966            protected override global::System.Data.DataTable CreateInstance() {
    889967                return new BSDXResourceDataTable();
     
    891969           
    892970            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     971            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    893972            internal void InitVars() {
    894973                this.columnRESOURCEID = base.Columns["RESOURCEID"];
     
    900979           
    901980            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     981            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    902982            private void InitClass() {
    903983                this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
     
    918998           
    919999            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1000            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9201001            public BSDXResourceRow NewBSDXResourceRow() {
    9211002                return ((BSDXResourceRow)(this.NewRow()));
     
    9231004           
    9241005            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1006            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9251007            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
    9261008                return new BSDXResourceRow(builder);
     
    9281010           
    9291011            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1012            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9301013            protected override global::System.Type GetRowType() {
    9311014                return typeof(BSDXResourceRow);
     
    9331016           
    9341017            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1018            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9351019            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
    9361020                base.OnRowChanged(e);
     
    9411025           
    9421026            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1027            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9431028            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
    9441029                base.OnRowChanging(e);
     
    9491034           
    9501035            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1036            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9511037            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
    9521038                base.OnRowDeleted(e);
     
    9571043           
    9581044            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1045            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9591046            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
    9601047                base.OnRowDeleting(e);
     
    9651052           
    9661053            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1054            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9671055            public void RemoveBSDXResourceRow(BSDXResourceRow row) {
    9681056                this.Rows.Remove(row);
     
    9701058           
    9711059            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1060            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    9721061            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
    9731062                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
     
    10351124        ///Represents strongly named DataRow class.
    10361125        ///</summary>
    1037         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    10381126        public partial class PatientApptsRow : global::System.Data.DataRow {
    10391127           
     
    10411129           
    10421130            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1131            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10431132            internal PatientApptsRow(global::System.Data.DataRowBuilder rb) :
    10441133                    base(rb) {
     
    10471136           
    10481137            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1138            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10491139            public string Name {
    10501140                get {
     
    10621152           
    10631153            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1154            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10641155            public System.DateTime DOB {
    10651156                get {
     
    10771168           
    10781169            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1170            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10791171            public string Sex {
    10801172                get {
     
    10921184           
    10931185            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1186            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    10941187            public string HRN {
    10951188                get {
     
    11071200           
    11081201            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1202            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11091203            public System.DateTime NewApptDate {
    11101204                get {
     
    11221216           
    11231217            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1218            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11241219            public string Clinic {
    11251220                get {
     
    11371232           
    11381233            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1234            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11391235            public string TypeStatus {
    11401236                get {
     
    11521248           
    11531249            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1250            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11541251            public int RESOURCEID {
    11551252                get {
     
    11671264           
    11681265            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1266            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11691267            public string APPT_MADE_BY {
    11701268                get {
     
    11821280           
    11831281            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1282            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11841283            public System.DateTime DATE_APPT_MADE {
    11851284                get {
     
    11971296           
    11981297            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1298            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    11991299            public string NOTE {
    12001300                get {
     
    12121312           
    12131313            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1314            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12141315            public string STREET {
    12151316                get {
     
    12271328           
    12281329            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1330            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12291331            public string CITY {
    12301332                get {
     
    12421344           
    12431345            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1346            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12441347            public string STATE {
    12451348                get {
     
    12571360           
    12581361            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1362            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12591363            public string ZIP {
    12601364                get {
     
    12721376           
    12731377            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1378            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12741379            public string HOMEPHONE {
    12751380                get {
     
    12871392           
    12881393            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1394            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    12891395            public System.DateTime OldApptDate {
    12901396                get {
     
    13021408           
    13031409            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1410            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13041411            public BSDXResourceRow BSDXResourceRow {
    13051412                get {
     
    13121419           
    13131420            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1421            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13141422            public bool IsNameNull() {
    13151423                return this.IsNull(this.tablePatientAppts.NameColumn);
     
    13171425           
    13181426            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1427            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13191428            public void SetNameNull() {
    13201429                this[this.tablePatientAppts.NameColumn] = global::System.Convert.DBNull;
     
    13221431           
    13231432            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1433            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13241434            public bool IsDOBNull() {
    13251435                return this.IsNull(this.tablePatientAppts.DOBColumn);
     
    13271437           
    13281438            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1439            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13291440            public void SetDOBNull() {
    13301441                this[this.tablePatientAppts.DOBColumn] = global::System.Convert.DBNull;
     
    13321443           
    13331444            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1445            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13341446            public bool IsSexNull() {
    13351447                return this.IsNull(this.tablePatientAppts.SexColumn);
     
    13371449           
    13381450            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1451            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13391452            public void SetSexNull() {
    13401453                this[this.tablePatientAppts.SexColumn] = global::System.Convert.DBNull;
     
    13421455           
    13431456            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1457            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13441458            public bool IsHRNNull() {
    13451459                return this.IsNull(this.tablePatientAppts.HRNColumn);
     
    13471461           
    13481462            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1463            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13491464            public void SetHRNNull() {
    13501465                this[this.tablePatientAppts.HRNColumn] = global::System.Convert.DBNull;
     
    13521467           
    13531468            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1469            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13541470            public bool IsNewApptDateNull() {
    13551471                return this.IsNull(this.tablePatientAppts.NewApptDateColumn);
     
    13571473           
    13581474            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1475            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13591476            public void SetNewApptDateNull() {
    13601477                this[this.tablePatientAppts.NewApptDateColumn] = global::System.Convert.DBNull;
     
    13621479           
    13631480            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1481            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13641482            public bool IsClinicNull() {
    13651483                return this.IsNull(this.tablePatientAppts.ClinicColumn);
     
    13671485           
    13681486            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1487            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13691488            public void SetClinicNull() {
    13701489                this[this.tablePatientAppts.ClinicColumn] = global::System.Convert.DBNull;
     
    13721491           
    13731492            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1493            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13741494            public bool IsTypeStatusNull() {
    13751495                return this.IsNull(this.tablePatientAppts.TypeStatusColumn);
     
    13771497           
    13781498            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1499            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13791500            public void SetTypeStatusNull() {
    13801501                this[this.tablePatientAppts.TypeStatusColumn] = global::System.Convert.DBNull;
     
    13821503           
    13831504            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1505            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13841506            public bool IsRESOURCEIDNull() {
    13851507                return this.IsNull(this.tablePatientAppts.RESOURCEIDColumn);
     
    13871509           
    13881510            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1511            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13891512            public void SetRESOURCEIDNull() {
    13901513                this[this.tablePatientAppts.RESOURCEIDColumn] = global::System.Convert.DBNull;
     
    13921515           
    13931516            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1517            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13941518            public bool IsAPPT_MADE_BYNull() {
    13951519                return this.IsNull(this.tablePatientAppts.APPT_MADE_BYColumn);
     
    13971521           
    13981522            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1523            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    13991524            public void SetAPPT_MADE_BYNull() {
    14001525                this[this.tablePatientAppts.APPT_MADE_BYColumn] = global::System.Convert.DBNull;
     
    14021527           
    14031528            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1529            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14041530            public bool IsDATE_APPT_MADENull() {
    14051531                return this.IsNull(this.tablePatientAppts.DATE_APPT_MADEColumn);
     
    14071533           
    14081534            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1535            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14091536            public void SetDATE_APPT_MADENull() {
    14101537                this[this.tablePatientAppts.DATE_APPT_MADEColumn] = global::System.Convert.DBNull;
     
    14121539           
    14131540            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1541            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14141542            public bool IsNOTENull() {
    14151543                return this.IsNull(this.tablePatientAppts.NOTEColumn);
     
    14171545           
    14181546            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1547            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14191548            public void SetNOTENull() {
    14201549                this[this.tablePatientAppts.NOTEColumn] = global::System.Convert.DBNull;
     
    14221551           
    14231552            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1553            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14241554            public bool IsSTREETNull() {
    14251555                return this.IsNull(this.tablePatientAppts.STREETColumn);
     
    14271557           
    14281558            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1559            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14291560            public void SetSTREETNull() {
    14301561                this[this.tablePatientAppts.STREETColumn] = global::System.Convert.DBNull;
     
    14321563           
    14331564            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1565            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14341566            public bool IsCITYNull() {
    14351567                return this.IsNull(this.tablePatientAppts.CITYColumn);
     
    14371569           
    14381570            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1571            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14391572            public void SetCITYNull() {
    14401573                this[this.tablePatientAppts.CITYColumn] = global::System.Convert.DBNull;
     
    14421575           
    14431576            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1577            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14441578            public bool IsSTATENull() {
    14451579                return this.IsNull(this.tablePatientAppts.STATEColumn);
     
    14471581           
    14481582            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1583            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14491584            public void SetSTATENull() {
    14501585                this[this.tablePatientAppts.STATEColumn] = global::System.Convert.DBNull;
     
    14521587           
    14531588            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1589            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14541590            public bool IsZIPNull() {
    14551591                return this.IsNull(this.tablePatientAppts.ZIPColumn);
     
    14571593           
    14581594            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1595            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14591596            public void SetZIPNull() {
    14601597                this[this.tablePatientAppts.ZIPColumn] = global::System.Convert.DBNull;
     
    14621599           
    14631600            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1601            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14641602            public bool IsHOMEPHONENull() {
    14651603                return this.IsNull(this.tablePatientAppts.HOMEPHONEColumn);
     
    14671605           
    14681606            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1607            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14691608            public void SetHOMEPHONENull() {
    14701609                this[this.tablePatientAppts.HOMEPHONEColumn] = global::System.Convert.DBNull;
     
    14721611           
    14731612            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1613            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14741614            public bool IsOldApptDateNull() {
    14751615                return this.IsNull(this.tablePatientAppts.OldApptDateColumn);
     
    14771617           
    14781618            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1619            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14791620            public void SetOldApptDateNull() {
    14801621                this[this.tablePatientAppts.OldApptDateColumn] = global::System.Convert.DBNull;
     
    14851626        ///Represents strongly named DataRow class.
    14861627        ///</summary>
    1487         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    14881628        public partial class BSDXResourceRow : global::System.Data.DataRow {
    14891629           
     
    14911631           
    14921632            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1633            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14931634            internal BSDXResourceRow(global::System.Data.DataRowBuilder rb) :
    14941635                    base(rb) {
     
    14971638           
    14981639            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1640            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    14991641            public int RESOURCEID {
    15001642                get {
     
    15071649           
    15081650            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1651            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15091652            public string RESOURCE_NAME {
    15101653                get {
     
    15221665           
    15231666            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1667            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15241668            public string LETTER_TEXT {
    15251669                get {
     
    15371681           
    15381682            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1683            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15391684            public string NO_SHOW_LETTER {
    15401685                get {
     
    15521697           
    15531698            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1699            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15541700            public string CLINIC_CANCELLATION_LETTER {
    15551701                get {
     
    15681714           
    15691715            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1716            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15701717            public bool IsRESOURCE_NAMENull() {
    15711718                return this.IsNull(this.tableBSDXResource.RESOURCE_NAMEColumn);
     
    15731720           
    15741721            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1722            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15751723            public void SetRESOURCE_NAMENull() {
    15761724                this[this.tableBSDXResource.RESOURCE_NAMEColumn] = global::System.Convert.DBNull;
     
    15781726           
    15791727            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1728            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15801729            public bool IsLETTER_TEXTNull() {
    15811730                return this.IsNull(this.tableBSDXResource.LETTER_TEXTColumn);
     
    15831732           
    15841733            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1734            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15851735            public void SetLETTER_TEXTNull() {
    15861736                this[this.tableBSDXResource.LETTER_TEXTColumn] = global::System.Convert.DBNull;
     
    15881738           
    15891739            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1740            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15901741            public bool IsNO_SHOW_LETTERNull() {
    15911742                return this.IsNull(this.tableBSDXResource.NO_SHOW_LETTERColumn);
     
    15931744           
    15941745            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1746            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    15951747            public void SetNO_SHOW_LETTERNull() {
    15961748                this[this.tableBSDXResource.NO_SHOW_LETTERColumn] = global::System.Convert.DBNull;
     
    15981750           
    15991751            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1752            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16001753            public bool IsCLINIC_CANCELLATION_LETTERNull() {
    16011754                return this.IsNull(this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn);
     
    16031756           
    16041757            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1758            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16051759            public void SetCLINIC_CANCELLATION_LETTERNull() {
    16061760                this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn] = global::System.Convert.DBNull;
     
    16081762           
    16091763            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1764            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16101765            public PatientApptsRow[] GetPatientApptsRows() {
    16111766                if ((this.Table.ChildRelations["FK_BSDXResource_PatientAppts"] == null)) {
     
    16211776        ///Row event argument class
    16221777        ///</summary>
    1623         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
     1778        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16241779        public class PatientApptsRowChangeEvent : global::System.EventArgs {
    16251780           
     
    16291784           
    16301785            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1786            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16311787            public PatientApptsRowChangeEvent(PatientApptsRow row, global::System.Data.DataRowAction action) {
    16321788                this.eventRow = row;
     
    16351791           
    16361792            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1793            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16371794            public PatientApptsRow Row {
    16381795                get {
     
    16421799           
    16431800            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1801            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16441802            public global::System.Data.DataRowAction Action {
    16451803                get {
     
    16521810        ///Row event argument class
    16531811        ///</summary>
    1654         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
     1812        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16551813        public class BSDXResourceRowChangeEvent : global::System.EventArgs {
    16561814           
     
    16601818           
    16611819            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1820            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16621821            public BSDXResourceRowChangeEvent(BSDXResourceRow row, global::System.Data.DataRowAction action) {
    16631822                this.eventRow = row;
     
    16661825           
    16671826            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1827            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16681828            public BSDXResourceRow Row {
    16691829                get {
     
    16731833           
    16741834            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     1835            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    16751836            public global::System.Data.DataRowAction Action {
    16761837                get {
Note: See TracChangeset for help on using the changeset viewer.