source: Scheduling/trunk/cs/bsdx0200GUISourceCode/dsRebookAppts.Designer.cs@ 1731

Last change on this file since 1731 was 964, checked in by Sam Habiel, 14 years ago

Several fixes:

  1. Appointments in Past now trigger a warning.
  2. Changes to support Division based management of Scheduling GUI.
File size: 101.4 KB
RevLine 
[614]1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
[935]4// Runtime Version:4.0.30319.1
[614]5//
6// Changes to this file may cause incorrect behavior and will be lost if
7// the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11#pragma warning disable 1591
12
13namespace IndianHealthService.ClinicalScheduling {
14
15
16 /// <summary>
17 ///Represents a strongly typed in-memory cache of data.
18 ///</summary>
19 [global::System.Serializable()]
20 [global::System.ComponentModel.DesignerCategoryAttribute("code")]
21 [global::System.ComponentModel.ToolboxItem(true)]
22 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
23 [global::System.Xml.Serialization.XmlRootAttribute("dsRebookAppts")]
24 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
25 public partial class dsRebookAppts : global::System.Data.DataSet {
26
27 private PatientApptsDataTable tablePatientAppts;
28
29 private BSDXResourceDataTable tableBSDXResource;
30
[772]31 private global::System.Data.DataRelation relationFK_BSDXResource_PatientAppts;
[614]32
33 private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
34
35 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]36 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]37 public dsRebookAppts() {
38 this.BeginInit();
39 this.InitClass();
40 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
41 base.Tables.CollectionChanged += schemaChangedHandler;
42 base.Relations.CollectionChanged += schemaChangedHandler;
43 this.EndInit();
44 }
45
46 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]47 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]48 protected dsRebookAppts(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
49 base(info, context, false) {
50 if ((this.IsBinarySerialized(info, context) == true)) {
51 this.InitVars(false);
52 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
53 this.Tables.CollectionChanged += schemaChangedHandler1;
54 this.Relations.CollectionChanged += schemaChangedHandler1;
55 return;
56 }
57 string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
58 if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
59 global::System.Data.DataSet ds = new global::System.Data.DataSet();
60 ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
61 if ((ds.Tables["PatientAppts"] != null)) {
62 base.Tables.Add(new PatientApptsDataTable(ds.Tables["PatientAppts"]));
63 }
64 if ((ds.Tables["BSDXResource"] != null)) {
65 base.Tables.Add(new BSDXResourceDataTable(ds.Tables["BSDXResource"]));
66 }
67 this.DataSetName = ds.DataSetName;
68 this.Prefix = ds.Prefix;
69 this.Namespace = ds.Namespace;
70 this.Locale = ds.Locale;
71 this.CaseSensitive = ds.CaseSensitive;
72 this.EnforceConstraints = ds.EnforceConstraints;
73 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
74 this.InitVars();
75 }
76 else {
77 this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
78 }
79 this.GetSerializationData(info, context);
80 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
81 base.Tables.CollectionChanged += schemaChangedHandler;
82 this.Relations.CollectionChanged += schemaChangedHandler;
83 }
84
85 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]86 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]87 [global::System.ComponentModel.Browsable(false)]
88 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
89 public PatientApptsDataTable PatientAppts {
90 get {
91 return this.tablePatientAppts;
92 }
93 }
94
95 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]96 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]97 [global::System.ComponentModel.Browsable(false)]
98 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
99 public BSDXResourceDataTable BSDXResource {
100 get {
101 return this.tableBSDXResource;
102 }
103 }
104
105 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]106 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]107 [global::System.ComponentModel.BrowsableAttribute(true)]
108 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
109 public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
110 get {
111 return this._schemaSerializationMode;
112 }
113 set {
114 this._schemaSerializationMode = value;
115 }
116 }
117
118 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]119 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]120 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
121 public new global::System.Data.DataTableCollection Tables {
122 get {
123 return base.Tables;
124 }
125 }
126
127 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]128 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]129 [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
130 public new global::System.Data.DataRelationCollection Relations {
131 get {
132 return base.Relations;
133 }
134 }
135
136 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]137 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]138 protected override void InitializeDerivedDataSet() {
139 this.BeginInit();
140 this.InitClass();
141 this.EndInit();
142 }
143
144 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]145 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]146 public override global::System.Data.DataSet Clone() {
147 dsRebookAppts cln = ((dsRebookAppts)(base.Clone()));
148 cln.InitVars();
149 cln.SchemaSerializationMode = this.SchemaSerializationMode;
150 return cln;
151 }
152
153 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]154 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]155 protected override bool ShouldSerializeTables() {
156 return false;
157 }
158
159 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]160 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]161 protected override bool ShouldSerializeRelations() {
162 return false;
163 }
164
165 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]166 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]167 protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
168 if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
169 this.Reset();
170 global::System.Data.DataSet ds = new global::System.Data.DataSet();
171 ds.ReadXml(reader);
172 if ((ds.Tables["PatientAppts"] != null)) {
173 base.Tables.Add(new PatientApptsDataTable(ds.Tables["PatientAppts"]));
174 }
175 if ((ds.Tables["BSDXResource"] != null)) {
176 base.Tables.Add(new BSDXResourceDataTable(ds.Tables["BSDXResource"]));
177 }
178 this.DataSetName = ds.DataSetName;
179 this.Prefix = ds.Prefix;
180 this.Namespace = ds.Namespace;
181 this.Locale = ds.Locale;
182 this.CaseSensitive = ds.CaseSensitive;
183 this.EnforceConstraints = ds.EnforceConstraints;
184 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
185 this.InitVars();
186 }
187 else {
188 this.ReadXml(reader);
189 this.InitVars();
190 }
191 }
192
193 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]194 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]195 protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
196 global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
197 this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
198 stream.Position = 0;
199 return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
200 }
201
202 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]203 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]204 internal void InitVars() {
205 this.InitVars(true);
206 }
207
208 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]209 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]210 internal void InitVars(bool initTable) {
211 this.tablePatientAppts = ((PatientApptsDataTable)(base.Tables["PatientAppts"]));
212 if ((initTable == true)) {
213 if ((this.tablePatientAppts != null)) {
214 this.tablePatientAppts.InitVars();
215 }
216 }
217 this.tableBSDXResource = ((BSDXResourceDataTable)(base.Tables["BSDXResource"]));
218 if ((initTable == true)) {
219 if ((this.tableBSDXResource != null)) {
220 this.tableBSDXResource.InitVars();
221 }
222 }
[772]223 this.relationFK_BSDXResource_PatientAppts = this.Relations["FK_BSDXResource_PatientAppts"];
[614]224 }
225
226 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]227 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]228 private void InitClass() {
229 this.DataSetName = "dsRebookAppts";
230 this.Prefix = "";
231 this.Namespace = "http://tempuri.org/dsRebookAppts.xsd";
232 this.EnforceConstraints = true;
233 this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
234 this.tablePatientAppts = new PatientApptsDataTable();
235 base.Tables.Add(this.tablePatientAppts);
236 this.tableBSDXResource = new BSDXResourceDataTable();
237 base.Tables.Add(this.tableBSDXResource);
238 global::System.Data.ForeignKeyConstraint fkc;
[772]239 fkc = new global::System.Data.ForeignKeyConstraint("FK_BSDXResource_PatientAppts", new global::System.Data.DataColumn[] {
[614]240 this.tableBSDXResource.RESOURCEIDColumn}, new global::System.Data.DataColumn[] {
241 this.tablePatientAppts.RESOURCEIDColumn});
242 this.tablePatientAppts.Constraints.Add(fkc);
243 fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
244 fkc.DeleteRule = global::System.Data.Rule.Cascade;
245 fkc.UpdateRule = global::System.Data.Rule.Cascade;
[772]246 this.relationFK_BSDXResource_PatientAppts = new global::System.Data.DataRelation("FK_BSDXResource_PatientAppts", new global::System.Data.DataColumn[] {
[614]247 this.tableBSDXResource.RESOURCEIDColumn}, new global::System.Data.DataColumn[] {
248 this.tablePatientAppts.RESOURCEIDColumn}, false);
[772]249 this.Relations.Add(this.relationFK_BSDXResource_PatientAppts);
[614]250 }
251
252 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]253 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]254 private bool ShouldSerializePatientAppts() {
255 return false;
256 }
257
258 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]259 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]260 private bool ShouldSerializeBSDXResource() {
261 return false;
262 }
263
264 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]265 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]266 private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
267 if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
268 this.InitVars();
269 }
270 }
271
272 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]273 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]274 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
275 dsRebookAppts ds = new dsRebookAppts();
276 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
277 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
278 global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
279 any.Namespace = ds.Namespace;
280 sequence.Items.Add(any);
281 type.Particle = sequence;
282 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
283 if (xs.Contains(dsSchema.TargetNamespace)) {
284 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
285 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
286 try {
287 global::System.Xml.Schema.XmlSchema schema = null;
288 dsSchema.Write(s1);
289 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
290 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
291 s2.SetLength(0);
292 schema.Write(s2);
293 if ((s1.Length == s2.Length)) {
294 s1.Position = 0;
295 s2.Position = 0;
296 for (; ((s1.Position != s1.Length)
297 && (s1.ReadByte() == s2.ReadByte())); ) {
298 ;
299 }
300 if ((s1.Position == s1.Length)) {
301 return type;
302 }
303 }
304 }
305 }
306 finally {
307 if ((s1 != null)) {
308 s1.Close();
309 }
310 if ((s2 != null)) {
311 s2.Close();
312 }
313 }
314 }
315 xs.Add(dsSchema);
316 return type;
317 }
318
[935]319 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]320 public delegate void PatientApptsRowChangeEventHandler(object sender, PatientApptsRowChangeEvent e);
321
[935]322 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]323 public delegate void BSDXResourceRowChangeEventHandler(object sender, BSDXResourceRowChangeEvent e);
324
325 /// <summary>
326 ///Represents the strongly named DataTable class.
327 ///</summary>
328 [global::System.Serializable()]
329 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
[964]330 public partial class PatientApptsDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
[614]331
332 private global::System.Data.DataColumn columnName;
333
334 private global::System.Data.DataColumn columnDOB;
335
336 private global::System.Data.DataColumn columnSex;
337
338 private global::System.Data.DataColumn columnHRN;
339
340 private global::System.Data.DataColumn columnNewApptDate;
341
342 private global::System.Data.DataColumn columnClinic;
343
344 private global::System.Data.DataColumn columnTypeStatus;
345
346 private global::System.Data.DataColumn columnRESOURCEID;
347
348 private global::System.Data.DataColumn columnAPPT_MADE_BY;
349
350 private global::System.Data.DataColumn columnDATE_APPT_MADE;
351
352 private global::System.Data.DataColumn columnNOTE;
353
354 private global::System.Data.DataColumn columnSTREET;
355
356 private global::System.Data.DataColumn columnCITY;
357
358 private global::System.Data.DataColumn columnSTATE;
359
360 private global::System.Data.DataColumn columnZIP;
361
362 private global::System.Data.DataColumn columnHOMEPHONE;
363
364 private global::System.Data.DataColumn columnOldApptDate;
365
366 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]367 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]368 public PatientApptsDataTable() {
369 this.TableName = "PatientAppts";
370 this.BeginInit();
371 this.InitClass();
372 this.EndInit();
373 }
374
375 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]376 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]377 internal PatientApptsDataTable(global::System.Data.DataTable table) {
378 this.TableName = table.TableName;
379 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
380 this.CaseSensitive = table.CaseSensitive;
381 }
382 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
383 this.Locale = table.Locale;
384 }
385 if ((table.Namespace != table.DataSet.Namespace)) {
386 this.Namespace = table.Namespace;
387 }
388 this.Prefix = table.Prefix;
389 this.MinimumCapacity = table.MinimumCapacity;
390 }
391
392 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]393 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]394 protected PatientApptsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
395 base(info, context) {
396 this.InitVars();
397 }
398
399 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]400 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]401 public global::System.Data.DataColumn NameColumn {
402 get {
403 return this.columnName;
404 }
405 }
406
407 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]408 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]409 public global::System.Data.DataColumn DOBColumn {
410 get {
411 return this.columnDOB;
412 }
413 }
414
415 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]416 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]417 public global::System.Data.DataColumn SexColumn {
418 get {
419 return this.columnSex;
420 }
421 }
422
423 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]424 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]425 public global::System.Data.DataColumn HRNColumn {
426 get {
427 return this.columnHRN;
428 }
429 }
430
431 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]432 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]433 public global::System.Data.DataColumn NewApptDateColumn {
434 get {
435 return this.columnNewApptDate;
436 }
437 }
438
439 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]440 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]441 public global::System.Data.DataColumn ClinicColumn {
442 get {
443 return this.columnClinic;
444 }
445 }
446
447 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]448 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]449 public global::System.Data.DataColumn TypeStatusColumn {
450 get {
451 return this.columnTypeStatus;
452 }
453 }
454
455 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]456 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]457 public global::System.Data.DataColumn RESOURCEIDColumn {
458 get {
459 return this.columnRESOURCEID;
460 }
461 }
462
463 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]464 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]465 public global::System.Data.DataColumn APPT_MADE_BYColumn {
466 get {
467 return this.columnAPPT_MADE_BY;
468 }
469 }
470
471 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]472 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]473 public global::System.Data.DataColumn DATE_APPT_MADEColumn {
474 get {
475 return this.columnDATE_APPT_MADE;
476 }
477 }
478
479 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]480 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]481 public global::System.Data.DataColumn NOTEColumn {
482 get {
483 return this.columnNOTE;
484 }
485 }
486
487 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]488 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]489 public global::System.Data.DataColumn STREETColumn {
490 get {
491 return this.columnSTREET;
492 }
493 }
494
495 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]496 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]497 public global::System.Data.DataColumn CITYColumn {
498 get {
499 return this.columnCITY;
500 }
501 }
502
503 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]504 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]505 public global::System.Data.DataColumn STATEColumn {
506 get {
507 return this.columnSTATE;
508 }
509 }
510
511 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]512 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]513 public global::System.Data.DataColumn ZIPColumn {
514 get {
515 return this.columnZIP;
516 }
517 }
518
519 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]520 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]521 public global::System.Data.DataColumn HOMEPHONEColumn {
522 get {
523 return this.columnHOMEPHONE;
524 }
525 }
526
527 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]528 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]529 public global::System.Data.DataColumn OldApptDateColumn {
530 get {
531 return this.columnOldApptDate;
532 }
533 }
534
535 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]536 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]537 [global::System.ComponentModel.Browsable(false)]
538 public int Count {
539 get {
540 return this.Rows.Count;
541 }
542 }
543
544 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]545 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]546 public PatientApptsRow this[int index] {
547 get {
548 return ((PatientApptsRow)(this.Rows[index]));
549 }
550 }
551
[935]552 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]553 public event PatientApptsRowChangeEventHandler PatientApptsRowChanging;
554
[935]555 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]556 public event PatientApptsRowChangeEventHandler PatientApptsRowChanged;
557
[935]558 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]559 public event PatientApptsRowChangeEventHandler PatientApptsRowDeleting;
560
[935]561 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]562 public event PatientApptsRowChangeEventHandler PatientApptsRowDeleted;
563
564 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]565 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]566 public void AddPatientApptsRow(PatientApptsRow row) {
567 this.Rows.Add(row);
568 }
569
570 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]571 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]572 public PatientApptsRow AddPatientApptsRow(
573 string Name,
574 System.DateTime DOB,
575 string Sex,
576 string HRN,
577 System.DateTime NewApptDate,
578 string Clinic,
579 string TypeStatus,
[772]580 BSDXResourceRow parentBSDXResourceRowByFK_BSDXResource_PatientAppts,
[614]581 string APPT_MADE_BY,
582 System.DateTime DATE_APPT_MADE,
583 string NOTE,
584 string STREET,
585 string CITY,
586 string STATE,
587 string ZIP,
588 string HOMEPHONE,
589 System.DateTime OldApptDate) {
590 PatientApptsRow rowPatientApptsRow = ((PatientApptsRow)(this.NewRow()));
591 object[] columnValuesArray = new object[] {
592 Name,
593 DOB,
594 Sex,
595 HRN,
596 NewApptDate,
597 Clinic,
598 TypeStatus,
599 null,
600 APPT_MADE_BY,
601 DATE_APPT_MADE,
602 NOTE,
603 STREET,
604 CITY,
605 STATE,
606 ZIP,
607 HOMEPHONE,
608 OldApptDate};
[772]609 if ((parentBSDXResourceRowByFK_BSDXResource_PatientAppts != null)) {
610 columnValuesArray[7] = parentBSDXResourceRowByFK_BSDXResource_PatientAppts[0];
[614]611 }
612 rowPatientApptsRow.ItemArray = columnValuesArray;
613 this.Rows.Add(rowPatientApptsRow);
614 return rowPatientApptsRow;
615 }
616
617 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]618 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[964]619 public virtual global::System.Collections.IEnumerator GetEnumerator() {
620 return this.Rows.GetEnumerator();
621 }
622
623 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
624 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]625 public override global::System.Data.DataTable Clone() {
626 PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
627 cln.InitVars();
628 return cln;
629 }
630
631 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]632 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]633 protected override global::System.Data.DataTable CreateInstance() {
634 return new PatientApptsDataTable();
635 }
636
637 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]638 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]639 internal void InitVars() {
640 this.columnName = base.Columns["Name"];
641 this.columnDOB = base.Columns["DOB"];
642 this.columnSex = base.Columns["Sex"];
643 this.columnHRN = base.Columns["HRN"];
644 this.columnNewApptDate = base.Columns["NewApptDate"];
645 this.columnClinic = base.Columns["Clinic"];
646 this.columnTypeStatus = base.Columns["TypeStatus"];
647 this.columnRESOURCEID = base.Columns["RESOURCEID"];
648 this.columnAPPT_MADE_BY = base.Columns["APPT_MADE_BY"];
649 this.columnDATE_APPT_MADE = base.Columns["DATE_APPT_MADE"];
650 this.columnNOTE = base.Columns["NOTE"];
651 this.columnSTREET = base.Columns["STREET"];
652 this.columnCITY = base.Columns["CITY"];
653 this.columnSTATE = base.Columns["STATE"];
654 this.columnZIP = base.Columns["ZIP"];
655 this.columnHOMEPHONE = base.Columns["HOMEPHONE"];
656 this.columnOldApptDate = base.Columns["OldApptDate"];
657 }
658
659 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]660 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]661 private void InitClass() {
662 this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
663 base.Columns.Add(this.columnName);
664 this.columnDOB = new global::System.Data.DataColumn("DOB", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
665 base.Columns.Add(this.columnDOB);
666 this.columnSex = new global::System.Data.DataColumn("Sex", typeof(string), null, global::System.Data.MappingType.Element);
667 base.Columns.Add(this.columnSex);
668 this.columnHRN = new global::System.Data.DataColumn("HRN", typeof(string), null, global::System.Data.MappingType.Element);
669 base.Columns.Add(this.columnHRN);
670 this.columnNewApptDate = new global::System.Data.DataColumn("NewApptDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
671 base.Columns.Add(this.columnNewApptDate);
672 this.columnClinic = new global::System.Data.DataColumn("Clinic", typeof(string), null, global::System.Data.MappingType.Element);
673 base.Columns.Add(this.columnClinic);
674 this.columnTypeStatus = new global::System.Data.DataColumn("TypeStatus", typeof(string), null, global::System.Data.MappingType.Element);
675 base.Columns.Add(this.columnTypeStatus);
[772]676 this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
[614]677 base.Columns.Add(this.columnRESOURCEID);
678 this.columnAPPT_MADE_BY = new global::System.Data.DataColumn("APPT_MADE_BY", typeof(string), null, global::System.Data.MappingType.Element);
679 base.Columns.Add(this.columnAPPT_MADE_BY);
680 this.columnDATE_APPT_MADE = new global::System.Data.DataColumn("DATE_APPT_MADE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
681 base.Columns.Add(this.columnDATE_APPT_MADE);
682 this.columnNOTE = new global::System.Data.DataColumn("NOTE", typeof(string), null, global::System.Data.MappingType.Element);
683 base.Columns.Add(this.columnNOTE);
684 this.columnSTREET = new global::System.Data.DataColumn("STREET", typeof(string), null, global::System.Data.MappingType.Element);
685 base.Columns.Add(this.columnSTREET);
686 this.columnCITY = new global::System.Data.DataColumn("CITY", typeof(string), null, global::System.Data.MappingType.Element);
687 base.Columns.Add(this.columnCITY);
688 this.columnSTATE = new global::System.Data.DataColumn("STATE", typeof(string), null, global::System.Data.MappingType.Element);
689 base.Columns.Add(this.columnSTATE);
690 this.columnZIP = new global::System.Data.DataColumn("ZIP", typeof(string), null, global::System.Data.MappingType.Element);
691 base.Columns.Add(this.columnZIP);
692 this.columnHOMEPHONE = new global::System.Data.DataColumn("HOMEPHONE", typeof(string), null, global::System.Data.MappingType.Element);
693 base.Columns.Add(this.columnHOMEPHONE);
694 this.columnOldApptDate = new global::System.Data.DataColumn("OldApptDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
695 base.Columns.Add(this.columnOldApptDate);
696 }
697
698 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]699 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]700 public PatientApptsRow NewPatientApptsRow() {
701 return ((PatientApptsRow)(this.NewRow()));
702 }
703
704 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]705 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]706 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
707 return new PatientApptsRow(builder);
708 }
709
710 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]711 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]712 protected override global::System.Type GetRowType() {
713 return typeof(PatientApptsRow);
714 }
715
716 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]717 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]718 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
719 base.OnRowChanged(e);
720 if ((this.PatientApptsRowChanged != null)) {
721 this.PatientApptsRowChanged(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
722 }
723 }
724
725 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]726 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]727 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
728 base.OnRowChanging(e);
729 if ((this.PatientApptsRowChanging != null)) {
730 this.PatientApptsRowChanging(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
731 }
732 }
733
734 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]735 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]736 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
737 base.OnRowDeleted(e);
738 if ((this.PatientApptsRowDeleted != null)) {
739 this.PatientApptsRowDeleted(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
740 }
741 }
742
743 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]744 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]745 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
746 base.OnRowDeleting(e);
747 if ((this.PatientApptsRowDeleting != null)) {
748 this.PatientApptsRowDeleting(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
749 }
750 }
751
752 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]753 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]754 public void RemovePatientApptsRow(PatientApptsRow row) {
755 this.Rows.Remove(row);
756 }
757
758 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]759 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]760 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
761 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
762 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
763 dsRebookAppts ds = new dsRebookAppts();
764 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
765 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
766 any1.MinOccurs = new decimal(0);
767 any1.MaxOccurs = decimal.MaxValue;
768 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
769 sequence.Items.Add(any1);
770 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
771 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
772 any2.MinOccurs = new decimal(1);
773 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
774 sequence.Items.Add(any2);
775 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
776 attribute1.Name = "namespace";
777 attribute1.FixedValue = ds.Namespace;
778 type.Attributes.Add(attribute1);
779 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
780 attribute2.Name = "tableTypeName";
781 attribute2.FixedValue = "PatientApptsDataTable";
782 type.Attributes.Add(attribute2);
783 type.Particle = sequence;
784 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
785 if (xs.Contains(dsSchema.TargetNamespace)) {
786 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
787 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
788 try {
789 global::System.Xml.Schema.XmlSchema schema = null;
790 dsSchema.Write(s1);
791 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
792 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
793 s2.SetLength(0);
794 schema.Write(s2);
795 if ((s1.Length == s2.Length)) {
796 s1.Position = 0;
797 s2.Position = 0;
798 for (; ((s1.Position != s1.Length)
799 && (s1.ReadByte() == s2.ReadByte())); ) {
800 ;
801 }
802 if ((s1.Position == s1.Length)) {
803 return type;
804 }
805 }
806 }
807 }
808 finally {
809 if ((s1 != null)) {
810 s1.Close();
811 }
812 if ((s2 != null)) {
813 s2.Close();
814 }
815 }
816 }
817 xs.Add(dsSchema);
818 return type;
819 }
820 }
821
822 /// <summary>
823 ///Represents the strongly named DataTable class.
824 ///</summary>
825 [global::System.Serializable()]
826 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
[964]827 public partial class BSDXResourceDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
[614]828
829 private global::System.Data.DataColumn columnRESOURCEID;
830
831 private global::System.Data.DataColumn columnRESOURCE_NAME;
832
833 private global::System.Data.DataColumn columnLETTER_TEXT;
834
835 private global::System.Data.DataColumn columnNO_SHOW_LETTER;
836
837 private global::System.Data.DataColumn columnCLINIC_CANCELLATION_LETTER;
838
839 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]840 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]841 public BSDXResourceDataTable() {
842 this.TableName = "BSDXResource";
843 this.BeginInit();
844 this.InitClass();
845 this.EndInit();
846 }
847
848 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]849 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]850 internal BSDXResourceDataTable(global::System.Data.DataTable table) {
851 this.TableName = table.TableName;
852 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
853 this.CaseSensitive = table.CaseSensitive;
854 }
855 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
856 this.Locale = table.Locale;
857 }
858 if ((table.Namespace != table.DataSet.Namespace)) {
859 this.Namespace = table.Namespace;
860 }
861 this.Prefix = table.Prefix;
862 this.MinimumCapacity = table.MinimumCapacity;
863 }
864
865 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]866 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]867 protected BSDXResourceDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
868 base(info, context) {
869 this.InitVars();
870 }
871
872 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]873 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]874 public global::System.Data.DataColumn RESOURCEIDColumn {
875 get {
876 return this.columnRESOURCEID;
877 }
878 }
879
880 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]881 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]882 public global::System.Data.DataColumn RESOURCE_NAMEColumn {
883 get {
884 return this.columnRESOURCE_NAME;
885 }
886 }
887
888 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]889 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]890 public global::System.Data.DataColumn LETTER_TEXTColumn {
891 get {
892 return this.columnLETTER_TEXT;
893 }
894 }
895
896 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]897 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]898 public global::System.Data.DataColumn NO_SHOW_LETTERColumn {
899 get {
900 return this.columnNO_SHOW_LETTER;
901 }
902 }
903
904 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]905 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]906 public global::System.Data.DataColumn CLINIC_CANCELLATION_LETTERColumn {
907 get {
908 return this.columnCLINIC_CANCELLATION_LETTER;
909 }
910 }
911
912 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]913 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]914 [global::System.ComponentModel.Browsable(false)]
915 public int Count {
916 get {
917 return this.Rows.Count;
918 }
919 }
920
921 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]922 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]923 public BSDXResourceRow this[int index] {
924 get {
925 return ((BSDXResourceRow)(this.Rows[index]));
926 }
927 }
928
[935]929 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]930 public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanging;
931
[935]932 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]933 public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanged;
934
[935]935 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]936 public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleting;
937
[935]938 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]939 public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleted;
940
941 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]942 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]943 public void AddBSDXResourceRow(BSDXResourceRow row) {
944 this.Rows.Add(row);
945 }
946
947 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]948 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[772]949 public BSDXResourceRow AddBSDXResourceRow(int RESOURCEID, string RESOURCE_NAME, string LETTER_TEXT, string NO_SHOW_LETTER, string CLINIC_CANCELLATION_LETTER) {
[614]950 BSDXResourceRow rowBSDXResourceRow = ((BSDXResourceRow)(this.NewRow()));
951 object[] columnValuesArray = new object[] {
952 RESOURCEID,
953 RESOURCE_NAME,
954 LETTER_TEXT,
955 NO_SHOW_LETTER,
956 CLINIC_CANCELLATION_LETTER};
957 rowBSDXResourceRow.ItemArray = columnValuesArray;
958 this.Rows.Add(rowBSDXResourceRow);
959 return rowBSDXResourceRow;
960 }
961
962 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]963 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[964]964 public virtual global::System.Collections.IEnumerator GetEnumerator() {
965 return this.Rows.GetEnumerator();
966 }
967
968 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
969 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]970 public override global::System.Data.DataTable Clone() {
971 BSDXResourceDataTable cln = ((BSDXResourceDataTable)(base.Clone()));
972 cln.InitVars();
973 return cln;
974 }
975
976 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]977 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]978 protected override global::System.Data.DataTable CreateInstance() {
979 return new BSDXResourceDataTable();
980 }
981
982 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]983 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]984 internal void InitVars() {
985 this.columnRESOURCEID = base.Columns["RESOURCEID"];
986 this.columnRESOURCE_NAME = base.Columns["RESOURCE_NAME"];
987 this.columnLETTER_TEXT = base.Columns["LETTER_TEXT"];
988 this.columnNO_SHOW_LETTER = base.Columns["NO_SHOW_LETTER"];
989 this.columnCLINIC_CANCELLATION_LETTER = base.Columns["CLINIC_CANCELLATION_LETTER"];
990 }
991
992 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]993 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]994 private void InitClass() {
[772]995 this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
[614]996 base.Columns.Add(this.columnRESOURCEID);
997 this.columnRESOURCE_NAME = new global::System.Data.DataColumn("RESOURCE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
998 base.Columns.Add(this.columnRESOURCE_NAME);
999 this.columnLETTER_TEXT = new global::System.Data.DataColumn("LETTER_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
1000 base.Columns.Add(this.columnLETTER_TEXT);
1001 this.columnNO_SHOW_LETTER = new global::System.Data.DataColumn("NO_SHOW_LETTER", typeof(string), null, global::System.Data.MappingType.Element);
1002 base.Columns.Add(this.columnNO_SHOW_LETTER);
1003 this.columnCLINIC_CANCELLATION_LETTER = new global::System.Data.DataColumn("CLINIC_CANCELLATION_LETTER", typeof(string), null, global::System.Data.MappingType.Element);
1004 base.Columns.Add(this.columnCLINIC_CANCELLATION_LETTER);
1005 this.Constraints.Add(new global::System.Data.UniqueConstraint("kBSDXResourceID", new global::System.Data.DataColumn[] {
1006 this.columnRESOURCEID}, false));
1007 this.columnRESOURCEID.AllowDBNull = false;
1008 this.columnRESOURCEID.Unique = true;
1009 }
1010
1011 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1012 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1013 public BSDXResourceRow NewBSDXResourceRow() {
1014 return ((BSDXResourceRow)(this.NewRow()));
1015 }
1016
1017 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1018 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1019 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
1020 return new BSDXResourceRow(builder);
1021 }
1022
1023 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1024 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1025 protected override global::System.Type GetRowType() {
1026 return typeof(BSDXResourceRow);
1027 }
1028
1029 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1030 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1031 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
1032 base.OnRowChanged(e);
1033 if ((this.BSDXResourceRowChanged != null)) {
1034 this.BSDXResourceRowChanged(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1035 }
1036 }
1037
1038 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1039 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1040 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
1041 base.OnRowChanging(e);
1042 if ((this.BSDXResourceRowChanging != null)) {
1043 this.BSDXResourceRowChanging(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1044 }
1045 }
1046
1047 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1048 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1049 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
1050 base.OnRowDeleted(e);
1051 if ((this.BSDXResourceRowDeleted != null)) {
1052 this.BSDXResourceRowDeleted(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1053 }
1054 }
1055
1056 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1057 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1058 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
1059 base.OnRowDeleting(e);
1060 if ((this.BSDXResourceRowDeleting != null)) {
1061 this.BSDXResourceRowDeleting(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1062 }
1063 }
1064
1065 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1066 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1067 public void RemoveBSDXResourceRow(BSDXResourceRow row) {
1068 this.Rows.Remove(row);
1069 }
1070
1071 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1072 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1073 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
1074 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
1075 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
1076 dsRebookAppts ds = new dsRebookAppts();
1077 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
1078 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
1079 any1.MinOccurs = new decimal(0);
1080 any1.MaxOccurs = decimal.MaxValue;
1081 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
1082 sequence.Items.Add(any1);
1083 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
1084 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
1085 any2.MinOccurs = new decimal(1);
1086 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
1087 sequence.Items.Add(any2);
1088 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
1089 attribute1.Name = "namespace";
1090 attribute1.FixedValue = ds.Namespace;
1091 type.Attributes.Add(attribute1);
1092 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
1093 attribute2.Name = "tableTypeName";
1094 attribute2.FixedValue = "BSDXResourceDataTable";
1095 type.Attributes.Add(attribute2);
1096 type.Particle = sequence;
1097 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
1098 if (xs.Contains(dsSchema.TargetNamespace)) {
1099 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
1100 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
1101 try {
1102 global::System.Xml.Schema.XmlSchema schema = null;
1103 dsSchema.Write(s1);
1104 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
1105 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
1106 s2.SetLength(0);
1107 schema.Write(s2);
1108 if ((s1.Length == s2.Length)) {
1109 s1.Position = 0;
1110 s2.Position = 0;
1111 for (; ((s1.Position != s1.Length)
1112 && (s1.ReadByte() == s2.ReadByte())); ) {
1113 ;
1114 }
1115 if ((s1.Position == s1.Length)) {
1116 return type;
1117 }
1118 }
1119 }
1120 }
1121 finally {
1122 if ((s1 != null)) {
1123 s1.Close();
1124 }
1125 if ((s2 != null)) {
1126 s2.Close();
1127 }
1128 }
1129 }
1130 xs.Add(dsSchema);
1131 return type;
1132 }
1133 }
1134
1135 /// <summary>
1136 ///Represents strongly named DataRow class.
1137 ///</summary>
1138 public partial class PatientApptsRow : global::System.Data.DataRow {
1139
1140 private PatientApptsDataTable tablePatientAppts;
1141
1142 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1143 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1144 internal PatientApptsRow(global::System.Data.DataRowBuilder rb) :
1145 base(rb) {
1146 this.tablePatientAppts = ((PatientApptsDataTable)(this.Table));
1147 }
1148
1149 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1150 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1151 public string Name {
1152 get {
1153 try {
1154 return ((string)(this[this.tablePatientAppts.NameColumn]));
1155 }
1156 catch (global::System.InvalidCastException e) {
1157 throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'PatientAppts\' is DBNull.", e);
1158 }
1159 }
1160 set {
1161 this[this.tablePatientAppts.NameColumn] = value;
1162 }
1163 }
1164
1165 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1166 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1167 public System.DateTime DOB {
1168 get {
1169 try {
1170 return ((global::System.DateTime)(this[this.tablePatientAppts.DOBColumn]));
1171 }
1172 catch (global::System.InvalidCastException e) {
1173 throw new global::System.Data.StrongTypingException("The value for column \'DOB\' in table \'PatientAppts\' is DBNull.", e);
1174 }
1175 }
1176 set {
1177 this[this.tablePatientAppts.DOBColumn] = value;
1178 }
1179 }
1180
1181 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1182 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1183 public string Sex {
1184 get {
1185 try {
1186 return ((string)(this[this.tablePatientAppts.SexColumn]));
1187 }
1188 catch (global::System.InvalidCastException e) {
1189 throw new global::System.Data.StrongTypingException("The value for column \'Sex\' in table \'PatientAppts\' is DBNull.", e);
1190 }
1191 }
1192 set {
1193 this[this.tablePatientAppts.SexColumn] = value;
1194 }
1195 }
1196
1197 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1198 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1199 public string HRN {
1200 get {
1201 try {
1202 return ((string)(this[this.tablePatientAppts.HRNColumn]));
1203 }
1204 catch (global::System.InvalidCastException e) {
1205 throw new global::System.Data.StrongTypingException("The value for column \'HRN\' in table \'PatientAppts\' is DBNull.", e);
1206 }
1207 }
1208 set {
1209 this[this.tablePatientAppts.HRNColumn] = value;
1210 }
1211 }
1212
1213 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1214 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1215 public System.DateTime NewApptDate {
1216 get {
1217 try {
1218 return ((global::System.DateTime)(this[this.tablePatientAppts.NewApptDateColumn]));
1219 }
1220 catch (global::System.InvalidCastException e) {
1221 throw new global::System.Data.StrongTypingException("The value for column \'NewApptDate\' in table \'PatientAppts\' is DBNull.", e);
1222 }
1223 }
1224 set {
1225 this[this.tablePatientAppts.NewApptDateColumn] = value;
1226 }
1227 }
1228
1229 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1230 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1231 public string Clinic {
1232 get {
1233 try {
1234 return ((string)(this[this.tablePatientAppts.ClinicColumn]));
1235 }
1236 catch (global::System.InvalidCastException e) {
1237 throw new global::System.Data.StrongTypingException("The value for column \'Clinic\' in table \'PatientAppts\' is DBNull.", e);
1238 }
1239 }
1240 set {
1241 this[this.tablePatientAppts.ClinicColumn] = value;
1242 }
1243 }
1244
1245 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1246 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1247 public string TypeStatus {
1248 get {
1249 try {
1250 return ((string)(this[this.tablePatientAppts.TypeStatusColumn]));
1251 }
1252 catch (global::System.InvalidCastException e) {
1253 throw new global::System.Data.StrongTypingException("The value for column \'TypeStatus\' in table \'PatientAppts\' is DBNull.", e);
1254 }
1255 }
1256 set {
1257 this[this.tablePatientAppts.TypeStatusColumn] = value;
1258 }
1259 }
1260
1261 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1262 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[772]1263 public int RESOURCEID {
[614]1264 get {
1265 try {
[772]1266 return ((int)(this[this.tablePatientAppts.RESOURCEIDColumn]));
[614]1267 }
1268 catch (global::System.InvalidCastException e) {
1269 throw new global::System.Data.StrongTypingException("The value for column \'RESOURCEID\' in table \'PatientAppts\' is DBNull.", e);
1270 }
1271 }
1272 set {
1273 this[this.tablePatientAppts.RESOURCEIDColumn] = value;
1274 }
1275 }
1276
1277 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1278 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1279 public string APPT_MADE_BY {
1280 get {
1281 try {
1282 return ((string)(this[this.tablePatientAppts.APPT_MADE_BYColumn]));
1283 }
1284 catch (global::System.InvalidCastException e) {
1285 throw new global::System.Data.StrongTypingException("The value for column \'APPT_MADE_BY\' in table \'PatientAppts\' is DBNull.", e);
1286 }
1287 }
1288 set {
1289 this[this.tablePatientAppts.APPT_MADE_BYColumn] = value;
1290 }
1291 }
1292
1293 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1294 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1295 public System.DateTime DATE_APPT_MADE {
1296 get {
1297 try {
1298 return ((global::System.DateTime)(this[this.tablePatientAppts.DATE_APPT_MADEColumn]));
1299 }
1300 catch (global::System.InvalidCastException e) {
1301 throw new global::System.Data.StrongTypingException("The value for column \'DATE_APPT_MADE\' in table \'PatientAppts\' is DBNull.", e);
1302 }
1303 }
1304 set {
1305 this[this.tablePatientAppts.DATE_APPT_MADEColumn] = value;
1306 }
1307 }
1308
1309 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1310 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1311 public string NOTE {
1312 get {
1313 try {
1314 return ((string)(this[this.tablePatientAppts.NOTEColumn]));
1315 }
1316 catch (global::System.InvalidCastException e) {
1317 throw new global::System.Data.StrongTypingException("The value for column \'NOTE\' in table \'PatientAppts\' is DBNull.", e);
1318 }
1319 }
1320 set {
1321 this[this.tablePatientAppts.NOTEColumn] = value;
1322 }
1323 }
1324
1325 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1326 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1327 public string STREET {
1328 get {
1329 try {
1330 return ((string)(this[this.tablePatientAppts.STREETColumn]));
1331 }
1332 catch (global::System.InvalidCastException e) {
1333 throw new global::System.Data.StrongTypingException("The value for column \'STREET\' in table \'PatientAppts\' is DBNull.", e);
1334 }
1335 }
1336 set {
1337 this[this.tablePatientAppts.STREETColumn] = value;
1338 }
1339 }
1340
1341 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1342 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1343 public string CITY {
1344 get {
1345 try {
1346 return ((string)(this[this.tablePatientAppts.CITYColumn]));
1347 }
1348 catch (global::System.InvalidCastException e) {
1349 throw new global::System.Data.StrongTypingException("The value for column \'CITY\' in table \'PatientAppts\' is DBNull.", e);
1350 }
1351 }
1352 set {
1353 this[this.tablePatientAppts.CITYColumn] = value;
1354 }
1355 }
1356
1357 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1358 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1359 public string STATE {
1360 get {
1361 try {
1362 return ((string)(this[this.tablePatientAppts.STATEColumn]));
1363 }
1364 catch (global::System.InvalidCastException e) {
1365 throw new global::System.Data.StrongTypingException("The value for column \'STATE\' in table \'PatientAppts\' is DBNull.", e);
1366 }
1367 }
1368 set {
1369 this[this.tablePatientAppts.STATEColumn] = value;
1370 }
1371 }
1372
1373 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1374 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1375 public string ZIP {
1376 get {
1377 try {
1378 return ((string)(this[this.tablePatientAppts.ZIPColumn]));
1379 }
1380 catch (global::System.InvalidCastException e) {
1381 throw new global::System.Data.StrongTypingException("The value for column \'ZIP\' in table \'PatientAppts\' is DBNull.", e);
1382 }
1383 }
1384 set {
1385 this[this.tablePatientAppts.ZIPColumn] = value;
1386 }
1387 }
1388
1389 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1390 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1391 public string HOMEPHONE {
1392 get {
1393 try {
1394 return ((string)(this[this.tablePatientAppts.HOMEPHONEColumn]));
1395 }
1396 catch (global::System.InvalidCastException e) {
1397 throw new global::System.Data.StrongTypingException("The value for column \'HOMEPHONE\' in table \'PatientAppts\' is DBNull.", e);
1398 }
1399 }
1400 set {
1401 this[this.tablePatientAppts.HOMEPHONEColumn] = value;
1402 }
1403 }
1404
1405 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1406 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1407 public System.DateTime OldApptDate {
1408 get {
1409 try {
1410 return ((global::System.DateTime)(this[this.tablePatientAppts.OldApptDateColumn]));
1411 }
1412 catch (global::System.InvalidCastException e) {
1413 throw new global::System.Data.StrongTypingException("The value for column \'OldApptDate\' in table \'PatientAppts\' is DBNull.", e);
1414 }
1415 }
1416 set {
1417 this[this.tablePatientAppts.OldApptDateColumn] = value;
1418 }
1419 }
1420
1421 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1422 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1423 public BSDXResourceRow BSDXResourceRow {
1424 get {
[772]1425 return ((BSDXResourceRow)(this.GetParentRow(this.Table.ParentRelations["FK_BSDXResource_PatientAppts"])));
[614]1426 }
1427 set {
[772]1428 this.SetParentRow(value, this.Table.ParentRelations["FK_BSDXResource_PatientAppts"]);
[614]1429 }
1430 }
1431
1432 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1433 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1434 public bool IsNameNull() {
1435 return this.IsNull(this.tablePatientAppts.NameColumn);
1436 }
1437
1438 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1439 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1440 public void SetNameNull() {
1441 this[this.tablePatientAppts.NameColumn] = global::System.Convert.DBNull;
1442 }
1443
1444 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1445 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1446 public bool IsDOBNull() {
1447 return this.IsNull(this.tablePatientAppts.DOBColumn);
1448 }
1449
1450 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1451 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1452 public void SetDOBNull() {
1453 this[this.tablePatientAppts.DOBColumn] = global::System.Convert.DBNull;
1454 }
1455
1456 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1457 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1458 public bool IsSexNull() {
1459 return this.IsNull(this.tablePatientAppts.SexColumn);
1460 }
1461
1462 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1463 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1464 public void SetSexNull() {
1465 this[this.tablePatientAppts.SexColumn] = global::System.Convert.DBNull;
1466 }
1467
1468 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1469 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1470 public bool IsHRNNull() {
1471 return this.IsNull(this.tablePatientAppts.HRNColumn);
1472 }
1473
1474 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1475 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1476 public void SetHRNNull() {
1477 this[this.tablePatientAppts.HRNColumn] = global::System.Convert.DBNull;
1478 }
1479
1480 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1481 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1482 public bool IsNewApptDateNull() {
1483 return this.IsNull(this.tablePatientAppts.NewApptDateColumn);
1484 }
1485
1486 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1487 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1488 public void SetNewApptDateNull() {
1489 this[this.tablePatientAppts.NewApptDateColumn] = global::System.Convert.DBNull;
1490 }
1491
1492 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1493 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1494 public bool IsClinicNull() {
1495 return this.IsNull(this.tablePatientAppts.ClinicColumn);
1496 }
1497
1498 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1499 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1500 public void SetClinicNull() {
1501 this[this.tablePatientAppts.ClinicColumn] = global::System.Convert.DBNull;
1502 }
1503
1504 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1505 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1506 public bool IsTypeStatusNull() {
1507 return this.IsNull(this.tablePatientAppts.TypeStatusColumn);
1508 }
1509
1510 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1511 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1512 public void SetTypeStatusNull() {
1513 this[this.tablePatientAppts.TypeStatusColumn] = global::System.Convert.DBNull;
1514 }
1515
1516 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1517 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1518 public bool IsRESOURCEIDNull() {
1519 return this.IsNull(this.tablePatientAppts.RESOURCEIDColumn);
1520 }
1521
1522 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1523 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1524 public void SetRESOURCEIDNull() {
1525 this[this.tablePatientAppts.RESOURCEIDColumn] = global::System.Convert.DBNull;
1526 }
1527
1528 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1529 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1530 public bool IsAPPT_MADE_BYNull() {
1531 return this.IsNull(this.tablePatientAppts.APPT_MADE_BYColumn);
1532 }
1533
1534 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1535 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1536 public void SetAPPT_MADE_BYNull() {
1537 this[this.tablePatientAppts.APPT_MADE_BYColumn] = global::System.Convert.DBNull;
1538 }
1539
1540 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1541 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1542 public bool IsDATE_APPT_MADENull() {
1543 return this.IsNull(this.tablePatientAppts.DATE_APPT_MADEColumn);
1544 }
1545
1546 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1547 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1548 public void SetDATE_APPT_MADENull() {
1549 this[this.tablePatientAppts.DATE_APPT_MADEColumn] = global::System.Convert.DBNull;
1550 }
1551
1552 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1553 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1554 public bool IsNOTENull() {
1555 return this.IsNull(this.tablePatientAppts.NOTEColumn);
1556 }
1557
1558 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1559 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1560 public void SetNOTENull() {
1561 this[this.tablePatientAppts.NOTEColumn] = global::System.Convert.DBNull;
1562 }
1563
1564 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1565 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1566 public bool IsSTREETNull() {
1567 return this.IsNull(this.tablePatientAppts.STREETColumn);
1568 }
1569
1570 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1571 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1572 public void SetSTREETNull() {
1573 this[this.tablePatientAppts.STREETColumn] = global::System.Convert.DBNull;
1574 }
1575
1576 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1577 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1578 public bool IsCITYNull() {
1579 return this.IsNull(this.tablePatientAppts.CITYColumn);
1580 }
1581
1582 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1583 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1584 public void SetCITYNull() {
1585 this[this.tablePatientAppts.CITYColumn] = global::System.Convert.DBNull;
1586 }
1587
1588 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1589 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1590 public bool IsSTATENull() {
1591 return this.IsNull(this.tablePatientAppts.STATEColumn);
1592 }
1593
1594 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1595 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1596 public void SetSTATENull() {
1597 this[this.tablePatientAppts.STATEColumn] = global::System.Convert.DBNull;
1598 }
1599
1600 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1601 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1602 public bool IsZIPNull() {
1603 return this.IsNull(this.tablePatientAppts.ZIPColumn);
1604 }
1605
1606 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1607 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1608 public void SetZIPNull() {
1609 this[this.tablePatientAppts.ZIPColumn] = global::System.Convert.DBNull;
1610 }
1611
1612 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1613 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1614 public bool IsHOMEPHONENull() {
1615 return this.IsNull(this.tablePatientAppts.HOMEPHONEColumn);
1616 }
1617
1618 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1619 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1620 public void SetHOMEPHONENull() {
1621 this[this.tablePatientAppts.HOMEPHONEColumn] = global::System.Convert.DBNull;
1622 }
1623
1624 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1625 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1626 public bool IsOldApptDateNull() {
1627 return this.IsNull(this.tablePatientAppts.OldApptDateColumn);
1628 }
1629
1630 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1631 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1632 public void SetOldApptDateNull() {
1633 this[this.tablePatientAppts.OldApptDateColumn] = global::System.Convert.DBNull;
1634 }
1635 }
1636
1637 /// <summary>
1638 ///Represents strongly named DataRow class.
1639 ///</summary>
1640 public partial class BSDXResourceRow : global::System.Data.DataRow {
1641
1642 private BSDXResourceDataTable tableBSDXResource;
1643
1644 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1645 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1646 internal BSDXResourceRow(global::System.Data.DataRowBuilder rb) :
1647 base(rb) {
1648 this.tableBSDXResource = ((BSDXResourceDataTable)(this.Table));
1649 }
1650
1651 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1652 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[772]1653 public int RESOURCEID {
[614]1654 get {
[772]1655 return ((int)(this[this.tableBSDXResource.RESOURCEIDColumn]));
[614]1656 }
1657 set {
1658 this[this.tableBSDXResource.RESOURCEIDColumn] = value;
1659 }
1660 }
1661
1662 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1663 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1664 public string RESOURCE_NAME {
1665 get {
1666 try {
1667 return ((string)(this[this.tableBSDXResource.RESOURCE_NAMEColumn]));
1668 }
1669 catch (global::System.InvalidCastException e) {
1670 throw new global::System.Data.StrongTypingException("The value for column \'RESOURCE_NAME\' in table \'BSDXResource\' is DBNull.", e);
1671 }
1672 }
1673 set {
1674 this[this.tableBSDXResource.RESOURCE_NAMEColumn] = value;
1675 }
1676 }
1677
1678 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1679 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1680 public string LETTER_TEXT {
1681 get {
1682 try {
1683 return ((string)(this[this.tableBSDXResource.LETTER_TEXTColumn]));
1684 }
1685 catch (global::System.InvalidCastException e) {
1686 throw new global::System.Data.StrongTypingException("The value for column \'LETTER_TEXT\' in table \'BSDXResource\' is DBNull.", e);
1687 }
1688 }
1689 set {
1690 this[this.tableBSDXResource.LETTER_TEXTColumn] = value;
1691 }
1692 }
1693
1694 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1695 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1696 public string NO_SHOW_LETTER {
1697 get {
1698 try {
1699 return ((string)(this[this.tableBSDXResource.NO_SHOW_LETTERColumn]));
1700 }
1701 catch (global::System.InvalidCastException e) {
1702 throw new global::System.Data.StrongTypingException("The value for column \'NO_SHOW_LETTER\' in table \'BSDXResource\' is DBNull.", e);
1703 }
1704 }
1705 set {
1706 this[this.tableBSDXResource.NO_SHOW_LETTERColumn] = value;
1707 }
1708 }
1709
1710 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1711 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1712 public string CLINIC_CANCELLATION_LETTER {
1713 get {
1714 try {
1715 return ((string)(this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn]));
1716 }
1717 catch (global::System.InvalidCastException e) {
1718 throw new global::System.Data.StrongTypingException("The value for column \'CLINIC_CANCELLATION_LETTER\' in table \'BSDXResource\' is DBNu" +
1719 "ll.", e);
1720 }
1721 }
1722 set {
1723 this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn] = value;
1724 }
1725 }
1726
1727 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1728 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1729 public bool IsRESOURCE_NAMENull() {
1730 return this.IsNull(this.tableBSDXResource.RESOURCE_NAMEColumn);
1731 }
1732
1733 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1734 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1735 public void SetRESOURCE_NAMENull() {
1736 this[this.tableBSDXResource.RESOURCE_NAMEColumn] = global::System.Convert.DBNull;
1737 }
1738
1739 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1740 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1741 public bool IsLETTER_TEXTNull() {
1742 return this.IsNull(this.tableBSDXResource.LETTER_TEXTColumn);
1743 }
1744
1745 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1746 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1747 public void SetLETTER_TEXTNull() {
1748 this[this.tableBSDXResource.LETTER_TEXTColumn] = global::System.Convert.DBNull;
1749 }
1750
1751 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1752 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1753 public bool IsNO_SHOW_LETTERNull() {
1754 return this.IsNull(this.tableBSDXResource.NO_SHOW_LETTERColumn);
1755 }
1756
1757 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1758 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1759 public void SetNO_SHOW_LETTERNull() {
1760 this[this.tableBSDXResource.NO_SHOW_LETTERColumn] = global::System.Convert.DBNull;
1761 }
1762
1763 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1764 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1765 public bool IsCLINIC_CANCELLATION_LETTERNull() {
1766 return this.IsNull(this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn);
1767 }
1768
1769 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1770 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1771 public void SetCLINIC_CANCELLATION_LETTERNull() {
1772 this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn] = global::System.Convert.DBNull;
1773 }
1774
1775 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1776 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1777 public PatientApptsRow[] GetPatientApptsRows() {
[772]1778 if ((this.Table.ChildRelations["FK_BSDXResource_PatientAppts"] == null)) {
[614]1779 return new PatientApptsRow[0];
1780 }
1781 else {
[772]1782 return ((PatientApptsRow[])(base.GetChildRows(this.Table.ChildRelations["FK_BSDXResource_PatientAppts"])));
[614]1783 }
1784 }
1785 }
1786
1787 /// <summary>
1788 ///Row event argument class
1789 ///</summary>
[935]1790 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1791 public class PatientApptsRowChangeEvent : global::System.EventArgs {
1792
1793 private PatientApptsRow eventRow;
1794
1795 private global::System.Data.DataRowAction eventAction;
1796
1797 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1798 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1799 public PatientApptsRowChangeEvent(PatientApptsRow row, global::System.Data.DataRowAction action) {
1800 this.eventRow = row;
1801 this.eventAction = action;
1802 }
1803
1804 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1805 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1806 public PatientApptsRow Row {
1807 get {
1808 return this.eventRow;
1809 }
1810 }
1811
1812 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1813 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1814 public global::System.Data.DataRowAction Action {
1815 get {
1816 return this.eventAction;
1817 }
1818 }
1819 }
1820
1821 /// <summary>
1822 ///Row event argument class
1823 ///</summary>
[935]1824 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1825 public class BSDXResourceRowChangeEvent : global::System.EventArgs {
1826
1827 private BSDXResourceRow eventRow;
1828
1829 private global::System.Data.DataRowAction eventAction;
1830
1831 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1832 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1833 public BSDXResourceRowChangeEvent(BSDXResourceRow row, global::System.Data.DataRowAction action) {
1834 this.eventRow = row;
1835 this.eventAction = action;
1836 }
1837
1838 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1839 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1840 public BSDXResourceRow Row {
1841 get {
1842 return this.eventRow;
1843 }
1844 }
1845
1846 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[935]1847 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[614]1848 public global::System.Data.DataRowAction Action {
1849 get {
1850 return this.eventAction;
1851 }
1852 }
1853 }
1854 }
1855}
1856
1857#pragma warning restore 1591
Note: See TracBrowser for help on using the repository browser.