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

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

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).

File size: 100.7 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
4// Runtime Version:4.0.30319.1
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
31 private global::System.Data.DataRelation relationFK_BSDXResource_PatientAppts;
32
33 private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
34
35 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
36 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
47 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
86 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
96 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
106 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
119 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
128 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
137 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
138 protected override void InitializeDerivedDataSet() {
139 this.BeginInit();
140 this.InitClass();
141 this.EndInit();
142 }
143
144 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
145 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
154 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
155 protected override bool ShouldSerializeTables() {
156 return false;
157 }
158
159 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
160 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
161 protected override bool ShouldSerializeRelations() {
162 return false;
163 }
164
165 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
166 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
194 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
203 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
204 internal void InitVars() {
205 this.InitVars(true);
206 }
207
208 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
209 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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 }
223 this.relationFK_BSDXResource_PatientAppts = this.Relations["FK_BSDXResource_PatientAppts"];
224 }
225
226 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
227 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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;
239 fkc = new global::System.Data.ForeignKeyConstraint("FK_BSDXResource_PatientAppts", new global::System.Data.DataColumn[] {
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;
246 this.relationFK_BSDXResource_PatientAppts = new global::System.Data.DataRelation("FK_BSDXResource_PatientAppts", new global::System.Data.DataColumn[] {
247 this.tableBSDXResource.RESOURCEIDColumn}, new global::System.Data.DataColumn[] {
248 this.tablePatientAppts.RESOURCEIDColumn}, false);
249 this.Relations.Add(this.relationFK_BSDXResource_PatientAppts);
250 }
251
252 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
253 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
254 private bool ShouldSerializePatientAppts() {
255 return false;
256 }
257
258 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
259 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
260 private bool ShouldSerializeBSDXResource() {
261 return false;
262 }
263
264 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
265 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
273 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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
319 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
320 public delegate void PatientApptsRowChangeEventHandler(object sender, PatientApptsRowChangeEvent e);
321
322 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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")]
330 public partial class PatientApptsDataTable : global::System.Data.TypedTableBase<PatientApptsRow> {
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()]
367 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
368 public PatientApptsDataTable() {
369 this.TableName = "PatientAppts";
370 this.BeginInit();
371 this.InitClass();
372 this.EndInit();
373 }
374
375 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
376 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
393 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
400 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
401 public global::System.Data.DataColumn NameColumn {
402 get {
403 return this.columnName;
404 }
405 }
406
407 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
408 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
409 public global::System.Data.DataColumn DOBColumn {
410 get {
411 return this.columnDOB;
412 }
413 }
414
415 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
416 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
417 public global::System.Data.DataColumn SexColumn {
418 get {
419 return this.columnSex;
420 }
421 }
422
423 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
424 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
425 public global::System.Data.DataColumn HRNColumn {
426 get {
427 return this.columnHRN;
428 }
429 }
430
431 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
432 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
433 public global::System.Data.DataColumn NewApptDateColumn {
434 get {
435 return this.columnNewApptDate;
436 }
437 }
438
439 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
440 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
441 public global::System.Data.DataColumn ClinicColumn {
442 get {
443 return this.columnClinic;
444 }
445 }
446
447 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
448 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
449 public global::System.Data.DataColumn TypeStatusColumn {
450 get {
451 return this.columnTypeStatus;
452 }
453 }
454
455 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
456 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
457 public global::System.Data.DataColumn RESOURCEIDColumn {
458 get {
459 return this.columnRESOURCEID;
460 }
461 }
462
463 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
464 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
472 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
480 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
481 public global::System.Data.DataColumn NOTEColumn {
482 get {
483 return this.columnNOTE;
484 }
485 }
486
487 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
488 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
489 public global::System.Data.DataColumn STREETColumn {
490 get {
491 return this.columnSTREET;
492 }
493 }
494
495 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
496 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
497 public global::System.Data.DataColumn CITYColumn {
498 get {
499 return this.columnCITY;
500 }
501 }
502
503 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
504 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
505 public global::System.Data.DataColumn STATEColumn {
506 get {
507 return this.columnSTATE;
508 }
509 }
510
511 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
512 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
513 public global::System.Data.DataColumn ZIPColumn {
514 get {
515 return this.columnZIP;
516 }
517 }
518
519 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
520 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
521 public global::System.Data.DataColumn HOMEPHONEColumn {
522 get {
523 return this.columnHOMEPHONE;
524 }
525 }
526
527 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
528 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
529 public global::System.Data.DataColumn OldApptDateColumn {
530 get {
531 return this.columnOldApptDate;
532 }
533 }
534
535 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
536 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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()]
545 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
546 public PatientApptsRow this[int index] {
547 get {
548 return ((PatientApptsRow)(this.Rows[index]));
549 }
550 }
551
552 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
553 public event PatientApptsRowChangeEventHandler PatientApptsRowChanging;
554
555 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
556 public event PatientApptsRowChangeEventHandler PatientApptsRowChanged;
557
558 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
559 public event PatientApptsRowChangeEventHandler PatientApptsRowDeleting;
560
561 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
562 public event PatientApptsRowChangeEventHandler PatientApptsRowDeleted;
563
564 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
565 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
566 public void AddPatientApptsRow(PatientApptsRow row) {
567 this.Rows.Add(row);
568 }
569
570 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
571 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
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,
580 BSDXResourceRow parentBSDXResourceRowByFK_BSDXResource_PatientAppts,
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};
609 if ((parentBSDXResourceRowByFK_BSDXResource_PatientAppts != null)) {
610 columnValuesArray[7] = parentBSDXResourceRowByFK_BSDXResource_PatientAppts[0];
611 }
612 rowPatientApptsRow.ItemArray = columnValuesArray;
613 this.Rows.Add(rowPatientApptsRow);
614 return rowPatientApptsRow;
615 }
616
617 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
618 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
619 public override global::System.Data.DataTable Clone() {
620 PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
621 cln.InitVars();
622 return cln;
623 }
624
625 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
626 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
627 protected override global::System.Data.DataTable CreateInstance() {
628 return new PatientApptsDataTable();
629 }
630
631 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
632 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
633 internal void InitVars() {
634 this.columnName = base.Columns["Name"];
635 this.columnDOB = base.Columns["DOB"];
636 this.columnSex = base.Columns["Sex"];
637 this.columnHRN = base.Columns["HRN"];
638 this.columnNewApptDate = base.Columns["NewApptDate"];
639 this.columnClinic = base.Columns["Clinic"];
640 this.columnTypeStatus = base.Columns["TypeStatus"];
641 this.columnRESOURCEID = base.Columns["RESOURCEID"];
642 this.columnAPPT_MADE_BY = base.Columns["APPT_MADE_BY"];
643 this.columnDATE_APPT_MADE = base.Columns["DATE_APPT_MADE"];
644 this.columnNOTE = base.Columns["NOTE"];
645 this.columnSTREET = base.Columns["STREET"];
646 this.columnCITY = base.Columns["CITY"];
647 this.columnSTATE = base.Columns["STATE"];
648 this.columnZIP = base.Columns["ZIP"];
649 this.columnHOMEPHONE = base.Columns["HOMEPHONE"];
650 this.columnOldApptDate = base.Columns["OldApptDate"];
651 }
652
653 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
654 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
655 private void InitClass() {
656 this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
657 base.Columns.Add(this.columnName);
658 this.columnDOB = new global::System.Data.DataColumn("DOB", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
659 base.Columns.Add(this.columnDOB);
660 this.columnSex = new global::System.Data.DataColumn("Sex", typeof(string), null, global::System.Data.MappingType.Element);
661 base.Columns.Add(this.columnSex);
662 this.columnHRN = new global::System.Data.DataColumn("HRN", typeof(string), null, global::System.Data.MappingType.Element);
663 base.Columns.Add(this.columnHRN);
664 this.columnNewApptDate = new global::System.Data.DataColumn("NewApptDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
665 base.Columns.Add(this.columnNewApptDate);
666 this.columnClinic = new global::System.Data.DataColumn("Clinic", typeof(string), null, global::System.Data.MappingType.Element);
667 base.Columns.Add(this.columnClinic);
668 this.columnTypeStatus = new global::System.Data.DataColumn("TypeStatus", typeof(string), null, global::System.Data.MappingType.Element);
669 base.Columns.Add(this.columnTypeStatus);
670 this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
671 base.Columns.Add(this.columnRESOURCEID);
672 this.columnAPPT_MADE_BY = new global::System.Data.DataColumn("APPT_MADE_BY", typeof(string), null, global::System.Data.MappingType.Element);
673 base.Columns.Add(this.columnAPPT_MADE_BY);
674 this.columnDATE_APPT_MADE = new global::System.Data.DataColumn("DATE_APPT_MADE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
675 base.Columns.Add(this.columnDATE_APPT_MADE);
676 this.columnNOTE = new global::System.Data.DataColumn("NOTE", typeof(string), null, global::System.Data.MappingType.Element);
677 base.Columns.Add(this.columnNOTE);
678 this.columnSTREET = new global::System.Data.DataColumn("STREET", typeof(string), null, global::System.Data.MappingType.Element);
679 base.Columns.Add(this.columnSTREET);
680 this.columnCITY = new global::System.Data.DataColumn("CITY", typeof(string), null, global::System.Data.MappingType.Element);
681 base.Columns.Add(this.columnCITY);
682 this.columnSTATE = new global::System.Data.DataColumn("STATE", typeof(string), null, global::System.Data.MappingType.Element);
683 base.Columns.Add(this.columnSTATE);
684 this.columnZIP = new global::System.Data.DataColumn("ZIP", typeof(string), null, global::System.Data.MappingType.Element);
685 base.Columns.Add(this.columnZIP);
686 this.columnHOMEPHONE = new global::System.Data.DataColumn("HOMEPHONE", typeof(string), null, global::System.Data.MappingType.Element);
687 base.Columns.Add(this.columnHOMEPHONE);
688 this.columnOldApptDate = new global::System.Data.DataColumn("OldApptDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
689 base.Columns.Add(this.columnOldApptDate);
690 }
691
692 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
693 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
694 public PatientApptsRow NewPatientApptsRow() {
695 return ((PatientApptsRow)(this.NewRow()));
696 }
697
698 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
699 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
700 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
701 return new PatientApptsRow(builder);
702 }
703
704 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
705 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
706 protected override global::System.Type GetRowType() {
707 return typeof(PatientApptsRow);
708 }
709
710 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
711 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
712 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
713 base.OnRowChanged(e);
714 if ((this.PatientApptsRowChanged != null)) {
715 this.PatientApptsRowChanged(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
716 }
717 }
718
719 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
720 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
721 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
722 base.OnRowChanging(e);
723 if ((this.PatientApptsRowChanging != null)) {
724 this.PatientApptsRowChanging(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
725 }
726 }
727
728 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
729 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
730 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
731 base.OnRowDeleted(e);
732 if ((this.PatientApptsRowDeleted != null)) {
733 this.PatientApptsRowDeleted(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
734 }
735 }
736
737 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
738 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
739 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
740 base.OnRowDeleting(e);
741 if ((this.PatientApptsRowDeleting != null)) {
742 this.PatientApptsRowDeleting(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
743 }
744 }
745
746 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
747 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
748 public void RemovePatientApptsRow(PatientApptsRow row) {
749 this.Rows.Remove(row);
750 }
751
752 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
753 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
754 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
755 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
756 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
757 dsRebookAppts ds = new dsRebookAppts();
758 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
759 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
760 any1.MinOccurs = new decimal(0);
761 any1.MaxOccurs = decimal.MaxValue;
762 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
763 sequence.Items.Add(any1);
764 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
765 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
766 any2.MinOccurs = new decimal(1);
767 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
768 sequence.Items.Add(any2);
769 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
770 attribute1.Name = "namespace";
771 attribute1.FixedValue = ds.Namespace;
772 type.Attributes.Add(attribute1);
773 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
774 attribute2.Name = "tableTypeName";
775 attribute2.FixedValue = "PatientApptsDataTable";
776 type.Attributes.Add(attribute2);
777 type.Particle = sequence;
778 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
779 if (xs.Contains(dsSchema.TargetNamespace)) {
780 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
781 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
782 try {
783 global::System.Xml.Schema.XmlSchema schema = null;
784 dsSchema.Write(s1);
785 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
786 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
787 s2.SetLength(0);
788 schema.Write(s2);
789 if ((s1.Length == s2.Length)) {
790 s1.Position = 0;
791 s2.Position = 0;
792 for (; ((s1.Position != s1.Length)
793 && (s1.ReadByte() == s2.ReadByte())); ) {
794 ;
795 }
796 if ((s1.Position == s1.Length)) {
797 return type;
798 }
799 }
800 }
801 }
802 finally {
803 if ((s1 != null)) {
804 s1.Close();
805 }
806 if ((s2 != null)) {
807 s2.Close();
808 }
809 }
810 }
811 xs.Add(dsSchema);
812 return type;
813 }
814 }
815
816 /// <summary>
817 ///Represents the strongly named DataTable class.
818 ///</summary>
819 [global::System.Serializable()]
820 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
821 public partial class BSDXResourceDataTable : global::System.Data.TypedTableBase<BSDXResourceRow> {
822
823 private global::System.Data.DataColumn columnRESOURCEID;
824
825 private global::System.Data.DataColumn columnRESOURCE_NAME;
826
827 private global::System.Data.DataColumn columnLETTER_TEXT;
828
829 private global::System.Data.DataColumn columnNO_SHOW_LETTER;
830
831 private global::System.Data.DataColumn columnCLINIC_CANCELLATION_LETTER;
832
833 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
834 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
835 public BSDXResourceDataTable() {
836 this.TableName = "BSDXResource";
837 this.BeginInit();
838 this.InitClass();
839 this.EndInit();
840 }
841
842 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
843 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
844 internal BSDXResourceDataTable(global::System.Data.DataTable table) {
845 this.TableName = table.TableName;
846 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
847 this.CaseSensitive = table.CaseSensitive;
848 }
849 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
850 this.Locale = table.Locale;
851 }
852 if ((table.Namespace != table.DataSet.Namespace)) {
853 this.Namespace = table.Namespace;
854 }
855 this.Prefix = table.Prefix;
856 this.MinimumCapacity = table.MinimumCapacity;
857 }
858
859 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
860 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
861 protected BSDXResourceDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
862 base(info, context) {
863 this.InitVars();
864 }
865
866 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
867 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
868 public global::System.Data.DataColumn RESOURCEIDColumn {
869 get {
870 return this.columnRESOURCEID;
871 }
872 }
873
874 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
875 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
876 public global::System.Data.DataColumn RESOURCE_NAMEColumn {
877 get {
878 return this.columnRESOURCE_NAME;
879 }
880 }
881
882 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
883 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
884 public global::System.Data.DataColumn LETTER_TEXTColumn {
885 get {
886 return this.columnLETTER_TEXT;
887 }
888 }
889
890 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
891 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
892 public global::System.Data.DataColumn NO_SHOW_LETTERColumn {
893 get {
894 return this.columnNO_SHOW_LETTER;
895 }
896 }
897
898 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
899 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
900 public global::System.Data.DataColumn CLINIC_CANCELLATION_LETTERColumn {
901 get {
902 return this.columnCLINIC_CANCELLATION_LETTER;
903 }
904 }
905
906 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
907 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
908 [global::System.ComponentModel.Browsable(false)]
909 public int Count {
910 get {
911 return this.Rows.Count;
912 }
913 }
914
915 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
916 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
917 public BSDXResourceRow this[int index] {
918 get {
919 return ((BSDXResourceRow)(this.Rows[index]));
920 }
921 }
922
923 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
924 public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanging;
925
926 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
927 public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanged;
928
929 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
930 public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleting;
931
932 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
933 public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleted;
934
935 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
936 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
937 public void AddBSDXResourceRow(BSDXResourceRow row) {
938 this.Rows.Add(row);
939 }
940
941 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
942 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
943 public BSDXResourceRow AddBSDXResourceRow(int RESOURCEID, string RESOURCE_NAME, string LETTER_TEXT, string NO_SHOW_LETTER, string CLINIC_CANCELLATION_LETTER) {
944 BSDXResourceRow rowBSDXResourceRow = ((BSDXResourceRow)(this.NewRow()));
945 object[] columnValuesArray = new object[] {
946 RESOURCEID,
947 RESOURCE_NAME,
948 LETTER_TEXT,
949 NO_SHOW_LETTER,
950 CLINIC_CANCELLATION_LETTER};
951 rowBSDXResourceRow.ItemArray = columnValuesArray;
952 this.Rows.Add(rowBSDXResourceRow);
953 return rowBSDXResourceRow;
954 }
955
956 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
957 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
958 public override global::System.Data.DataTable Clone() {
959 BSDXResourceDataTable cln = ((BSDXResourceDataTable)(base.Clone()));
960 cln.InitVars();
961 return cln;
962 }
963
964 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
965 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
966 protected override global::System.Data.DataTable CreateInstance() {
967 return new BSDXResourceDataTable();
968 }
969
970 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
971 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
972 internal void InitVars() {
973 this.columnRESOURCEID = base.Columns["RESOURCEID"];
974 this.columnRESOURCE_NAME = base.Columns["RESOURCE_NAME"];
975 this.columnLETTER_TEXT = base.Columns["LETTER_TEXT"];
976 this.columnNO_SHOW_LETTER = base.Columns["NO_SHOW_LETTER"];
977 this.columnCLINIC_CANCELLATION_LETTER = base.Columns["CLINIC_CANCELLATION_LETTER"];
978 }
979
980 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
981 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
982 private void InitClass() {
983 this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
984 base.Columns.Add(this.columnRESOURCEID);
985 this.columnRESOURCE_NAME = new global::System.Data.DataColumn("RESOURCE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
986 base.Columns.Add(this.columnRESOURCE_NAME);
987 this.columnLETTER_TEXT = new global::System.Data.DataColumn("LETTER_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
988 base.Columns.Add(this.columnLETTER_TEXT);
989 this.columnNO_SHOW_LETTER = new global::System.Data.DataColumn("NO_SHOW_LETTER", typeof(string), null, global::System.Data.MappingType.Element);
990 base.Columns.Add(this.columnNO_SHOW_LETTER);
991 this.columnCLINIC_CANCELLATION_LETTER = new global::System.Data.DataColumn("CLINIC_CANCELLATION_LETTER", typeof(string), null, global::System.Data.MappingType.Element);
992 base.Columns.Add(this.columnCLINIC_CANCELLATION_LETTER);
993 this.Constraints.Add(new global::System.Data.UniqueConstraint("kBSDXResourceID", new global::System.Data.DataColumn[] {
994 this.columnRESOURCEID}, false));
995 this.columnRESOURCEID.AllowDBNull = false;
996 this.columnRESOURCEID.Unique = true;
997 }
998
999 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1000 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1001 public BSDXResourceRow NewBSDXResourceRow() {
1002 return ((BSDXResourceRow)(this.NewRow()));
1003 }
1004
1005 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1006 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1007 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
1008 return new BSDXResourceRow(builder);
1009 }
1010
1011 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1012 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1013 protected override global::System.Type GetRowType() {
1014 return typeof(BSDXResourceRow);
1015 }
1016
1017 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1018 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1019 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
1020 base.OnRowChanged(e);
1021 if ((this.BSDXResourceRowChanged != null)) {
1022 this.BSDXResourceRowChanged(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1023 }
1024 }
1025
1026 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1027 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1028 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
1029 base.OnRowChanging(e);
1030 if ((this.BSDXResourceRowChanging != null)) {
1031 this.BSDXResourceRowChanging(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1032 }
1033 }
1034
1035 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1036 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1037 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
1038 base.OnRowDeleted(e);
1039 if ((this.BSDXResourceRowDeleted != null)) {
1040 this.BSDXResourceRowDeleted(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1041 }
1042 }
1043
1044 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1045 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1046 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
1047 base.OnRowDeleting(e);
1048 if ((this.BSDXResourceRowDeleting != null)) {
1049 this.BSDXResourceRowDeleting(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
1050 }
1051 }
1052
1053 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1054 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1055 public void RemoveBSDXResourceRow(BSDXResourceRow row) {
1056 this.Rows.Remove(row);
1057 }
1058
1059 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1060 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1061 public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
1062 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
1063 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
1064 dsRebookAppts ds = new dsRebookAppts();
1065 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
1066 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
1067 any1.MinOccurs = new decimal(0);
1068 any1.MaxOccurs = decimal.MaxValue;
1069 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
1070 sequence.Items.Add(any1);
1071 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
1072 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
1073 any2.MinOccurs = new decimal(1);
1074 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
1075 sequence.Items.Add(any2);
1076 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
1077 attribute1.Name = "namespace";
1078 attribute1.FixedValue = ds.Namespace;
1079 type.Attributes.Add(attribute1);
1080 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
1081 attribute2.Name = "tableTypeName";
1082 attribute2.FixedValue = "BSDXResourceDataTable";
1083 type.Attributes.Add(attribute2);
1084 type.Particle = sequence;
1085 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
1086 if (xs.Contains(dsSchema.TargetNamespace)) {
1087 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
1088 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
1089 try {
1090 global::System.Xml.Schema.XmlSchema schema = null;
1091 dsSchema.Write(s1);
1092 for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
1093 schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
1094 s2.SetLength(0);
1095 schema.Write(s2);
1096 if ((s1.Length == s2.Length)) {
1097 s1.Position = 0;
1098 s2.Position = 0;
1099 for (; ((s1.Position != s1.Length)
1100 && (s1.ReadByte() == s2.ReadByte())); ) {
1101 ;
1102 }
1103 if ((s1.Position == s1.Length)) {
1104 return type;
1105 }
1106 }
1107 }
1108 }
1109 finally {
1110 if ((s1 != null)) {
1111 s1.Close();
1112 }
1113 if ((s2 != null)) {
1114 s2.Close();
1115 }
1116 }
1117 }
1118 xs.Add(dsSchema);
1119 return type;
1120 }
1121 }
1122
1123 /// <summary>
1124 ///Represents strongly named DataRow class.
1125 ///</summary>
1126 public partial class PatientApptsRow : global::System.Data.DataRow {
1127
1128 private PatientApptsDataTable tablePatientAppts;
1129
1130 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1131 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1132 internal PatientApptsRow(global::System.Data.DataRowBuilder rb) :
1133 base(rb) {
1134 this.tablePatientAppts = ((PatientApptsDataTable)(this.Table));
1135 }
1136
1137 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1138 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1139 public string Name {
1140 get {
1141 try {
1142 return ((string)(this[this.tablePatientAppts.NameColumn]));
1143 }
1144 catch (global::System.InvalidCastException e) {
1145 throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'PatientAppts\' is DBNull.", e);
1146 }
1147 }
1148 set {
1149 this[this.tablePatientAppts.NameColumn] = value;
1150 }
1151 }
1152
1153 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1154 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1155 public System.DateTime DOB {
1156 get {
1157 try {
1158 return ((global::System.DateTime)(this[this.tablePatientAppts.DOBColumn]));
1159 }
1160 catch (global::System.InvalidCastException e) {
1161 throw new global::System.Data.StrongTypingException("The value for column \'DOB\' in table \'PatientAppts\' is DBNull.", e);
1162 }
1163 }
1164 set {
1165 this[this.tablePatientAppts.DOBColumn] = value;
1166 }
1167 }
1168
1169 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1170 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1171 public string Sex {
1172 get {
1173 try {
1174 return ((string)(this[this.tablePatientAppts.SexColumn]));
1175 }
1176 catch (global::System.InvalidCastException e) {
1177 throw new global::System.Data.StrongTypingException("The value for column \'Sex\' in table \'PatientAppts\' is DBNull.", e);
1178 }
1179 }
1180 set {
1181 this[this.tablePatientAppts.SexColumn] = value;
1182 }
1183 }
1184
1185 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1186 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1187 public string HRN {
1188 get {
1189 try {
1190 return ((string)(this[this.tablePatientAppts.HRNColumn]));
1191 }
1192 catch (global::System.InvalidCastException e) {
1193 throw new global::System.Data.StrongTypingException("The value for column \'HRN\' in table \'PatientAppts\' is DBNull.", e);
1194 }
1195 }
1196 set {
1197 this[this.tablePatientAppts.HRNColumn] = value;
1198 }
1199 }
1200
1201 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1202 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1203 public System.DateTime NewApptDate {
1204 get {
1205 try {
1206 return ((global::System.DateTime)(this[this.tablePatientAppts.NewApptDateColumn]));
1207 }
1208 catch (global::System.InvalidCastException e) {
1209 throw new global::System.Data.StrongTypingException("The value for column \'NewApptDate\' in table \'PatientAppts\' is DBNull.", e);
1210 }
1211 }
1212 set {
1213 this[this.tablePatientAppts.NewApptDateColumn] = value;
1214 }
1215 }
1216
1217 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1218 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1219 public string Clinic {
1220 get {
1221 try {
1222 return ((string)(this[this.tablePatientAppts.ClinicColumn]));
1223 }
1224 catch (global::System.InvalidCastException e) {
1225 throw new global::System.Data.StrongTypingException("The value for column \'Clinic\' in table \'PatientAppts\' is DBNull.", e);
1226 }
1227 }
1228 set {
1229 this[this.tablePatientAppts.ClinicColumn] = value;
1230 }
1231 }
1232
1233 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1234 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1235 public string TypeStatus {
1236 get {
1237 try {
1238 return ((string)(this[this.tablePatientAppts.TypeStatusColumn]));
1239 }
1240 catch (global::System.InvalidCastException e) {
1241 throw new global::System.Data.StrongTypingException("The value for column \'TypeStatus\' in table \'PatientAppts\' is DBNull.", e);
1242 }
1243 }
1244 set {
1245 this[this.tablePatientAppts.TypeStatusColumn] = value;
1246 }
1247 }
1248
1249 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1250 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1251 public int RESOURCEID {
1252 get {
1253 try {
1254 return ((int)(this[this.tablePatientAppts.RESOURCEIDColumn]));
1255 }
1256 catch (global::System.InvalidCastException e) {
1257 throw new global::System.Data.StrongTypingException("The value for column \'RESOURCEID\' in table \'PatientAppts\' is DBNull.", e);
1258 }
1259 }
1260 set {
1261 this[this.tablePatientAppts.RESOURCEIDColumn] = value;
1262 }
1263 }
1264
1265 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1266 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1267 public string APPT_MADE_BY {
1268 get {
1269 try {
1270 return ((string)(this[this.tablePatientAppts.APPT_MADE_BYColumn]));
1271 }
1272 catch (global::System.InvalidCastException e) {
1273 throw new global::System.Data.StrongTypingException("The value for column \'APPT_MADE_BY\' in table \'PatientAppts\' is DBNull.", e);
1274 }
1275 }
1276 set {
1277 this[this.tablePatientAppts.APPT_MADE_BYColumn] = value;
1278 }
1279 }
1280
1281 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1282 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1283 public System.DateTime DATE_APPT_MADE {
1284 get {
1285 try {
1286 return ((global::System.DateTime)(this[this.tablePatientAppts.DATE_APPT_MADEColumn]));
1287 }
1288 catch (global::System.InvalidCastException e) {
1289 throw new global::System.Data.StrongTypingException("The value for column \'DATE_APPT_MADE\' in table \'PatientAppts\' is DBNull.", e);
1290 }
1291 }
1292 set {
1293 this[this.tablePatientAppts.DATE_APPT_MADEColumn] = value;
1294 }
1295 }
1296
1297 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1298 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1299 public string NOTE {
1300 get {
1301 try {
1302 return ((string)(this[this.tablePatientAppts.NOTEColumn]));
1303 }
1304 catch (global::System.InvalidCastException e) {
1305 throw new global::System.Data.StrongTypingException("The value for column \'NOTE\' in table \'PatientAppts\' is DBNull.", e);
1306 }
1307 }
1308 set {
1309 this[this.tablePatientAppts.NOTEColumn] = value;
1310 }
1311 }
1312
1313 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1314 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1315 public string STREET {
1316 get {
1317 try {
1318 return ((string)(this[this.tablePatientAppts.STREETColumn]));
1319 }
1320 catch (global::System.InvalidCastException e) {
1321 throw new global::System.Data.StrongTypingException("The value for column \'STREET\' in table \'PatientAppts\' is DBNull.", e);
1322 }
1323 }
1324 set {
1325 this[this.tablePatientAppts.STREETColumn] = value;
1326 }
1327 }
1328
1329 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1330 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1331 public string CITY {
1332 get {
1333 try {
1334 return ((string)(this[this.tablePatientAppts.CITYColumn]));
1335 }
1336 catch (global::System.InvalidCastException e) {
1337 throw new global::System.Data.StrongTypingException("The value for column \'CITY\' in table \'PatientAppts\' is DBNull.", e);
1338 }
1339 }
1340 set {
1341 this[this.tablePatientAppts.CITYColumn] = value;
1342 }
1343 }
1344
1345 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1346 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1347 public string STATE {
1348 get {
1349 try {
1350 return ((string)(this[this.tablePatientAppts.STATEColumn]));
1351 }
1352 catch (global::System.InvalidCastException e) {
1353 throw new global::System.Data.StrongTypingException("The value for column \'STATE\' in table \'PatientAppts\' is DBNull.", e);
1354 }
1355 }
1356 set {
1357 this[this.tablePatientAppts.STATEColumn] = value;
1358 }
1359 }
1360
1361 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1362 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1363 public string ZIP {
1364 get {
1365 try {
1366 return ((string)(this[this.tablePatientAppts.ZIPColumn]));
1367 }
1368 catch (global::System.InvalidCastException e) {
1369 throw new global::System.Data.StrongTypingException("The value for column \'ZIP\' in table \'PatientAppts\' is DBNull.", e);
1370 }
1371 }
1372 set {
1373 this[this.tablePatientAppts.ZIPColumn] = value;
1374 }
1375 }
1376
1377 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1378 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1379 public string HOMEPHONE {
1380 get {
1381 try {
1382 return ((string)(this[this.tablePatientAppts.HOMEPHONEColumn]));
1383 }
1384 catch (global::System.InvalidCastException e) {
1385 throw new global::System.Data.StrongTypingException("The value for column \'HOMEPHONE\' in table \'PatientAppts\' is DBNull.", e);
1386 }
1387 }
1388 set {
1389 this[this.tablePatientAppts.HOMEPHONEColumn] = value;
1390 }
1391 }
1392
1393 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1394 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1395 public System.DateTime OldApptDate {
1396 get {
1397 try {
1398 return ((global::System.DateTime)(this[this.tablePatientAppts.OldApptDateColumn]));
1399 }
1400 catch (global::System.InvalidCastException e) {
1401 throw new global::System.Data.StrongTypingException("The value for column \'OldApptDate\' in table \'PatientAppts\' is DBNull.", e);
1402 }
1403 }
1404 set {
1405 this[this.tablePatientAppts.OldApptDateColumn] = value;
1406 }
1407 }
1408
1409 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1410 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1411 public BSDXResourceRow BSDXResourceRow {
1412 get {
1413 return ((BSDXResourceRow)(this.GetParentRow(this.Table.ParentRelations["FK_BSDXResource_PatientAppts"])));
1414 }
1415 set {
1416 this.SetParentRow(value, this.Table.ParentRelations["FK_BSDXResource_PatientAppts"]);
1417 }
1418 }
1419
1420 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1421 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1422 public bool IsNameNull() {
1423 return this.IsNull(this.tablePatientAppts.NameColumn);
1424 }
1425
1426 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1427 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1428 public void SetNameNull() {
1429 this[this.tablePatientAppts.NameColumn] = global::System.Convert.DBNull;
1430 }
1431
1432 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1433 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1434 public bool IsDOBNull() {
1435 return this.IsNull(this.tablePatientAppts.DOBColumn);
1436 }
1437
1438 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1439 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1440 public void SetDOBNull() {
1441 this[this.tablePatientAppts.DOBColumn] = global::System.Convert.DBNull;
1442 }
1443
1444 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1445 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1446 public bool IsSexNull() {
1447 return this.IsNull(this.tablePatientAppts.SexColumn);
1448 }
1449
1450 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1451 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1452 public void SetSexNull() {
1453 this[this.tablePatientAppts.SexColumn] = global::System.Convert.DBNull;
1454 }
1455
1456 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1457 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1458 public bool IsHRNNull() {
1459 return this.IsNull(this.tablePatientAppts.HRNColumn);
1460 }
1461
1462 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1463 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1464 public void SetHRNNull() {
1465 this[this.tablePatientAppts.HRNColumn] = global::System.Convert.DBNull;
1466 }
1467
1468 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1469 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1470 public bool IsNewApptDateNull() {
1471 return this.IsNull(this.tablePatientAppts.NewApptDateColumn);
1472 }
1473
1474 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1475 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1476 public void SetNewApptDateNull() {
1477 this[this.tablePatientAppts.NewApptDateColumn] = global::System.Convert.DBNull;
1478 }
1479
1480 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1481 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1482 public bool IsClinicNull() {
1483 return this.IsNull(this.tablePatientAppts.ClinicColumn);
1484 }
1485
1486 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1487 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1488 public void SetClinicNull() {
1489 this[this.tablePatientAppts.ClinicColumn] = global::System.Convert.DBNull;
1490 }
1491
1492 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1493 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1494 public bool IsTypeStatusNull() {
1495 return this.IsNull(this.tablePatientAppts.TypeStatusColumn);
1496 }
1497
1498 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1499 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1500 public void SetTypeStatusNull() {
1501 this[this.tablePatientAppts.TypeStatusColumn] = global::System.Convert.DBNull;
1502 }
1503
1504 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1505 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1506 public bool IsRESOURCEIDNull() {
1507 return this.IsNull(this.tablePatientAppts.RESOURCEIDColumn);
1508 }
1509
1510 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1511 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1512 public void SetRESOURCEIDNull() {
1513 this[this.tablePatientAppts.RESOURCEIDColumn] = global::System.Convert.DBNull;
1514 }
1515
1516 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1517 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1518 public bool IsAPPT_MADE_BYNull() {
1519 return this.IsNull(this.tablePatientAppts.APPT_MADE_BYColumn);
1520 }
1521
1522 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1523 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1524 public void SetAPPT_MADE_BYNull() {
1525 this[this.tablePatientAppts.APPT_MADE_BYColumn] = global::System.Convert.DBNull;
1526 }
1527
1528 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1529 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1530 public bool IsDATE_APPT_MADENull() {
1531 return this.IsNull(this.tablePatientAppts.DATE_APPT_MADEColumn);
1532 }
1533
1534 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1535 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1536 public void SetDATE_APPT_MADENull() {
1537 this[this.tablePatientAppts.DATE_APPT_MADEColumn] = global::System.Convert.DBNull;
1538 }
1539
1540 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1541 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1542 public bool IsNOTENull() {
1543 return this.IsNull(this.tablePatientAppts.NOTEColumn);
1544 }
1545
1546 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1547 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1548 public void SetNOTENull() {
1549 this[this.tablePatientAppts.NOTEColumn] = global::System.Convert.DBNull;
1550 }
1551
1552 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1553 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1554 public bool IsSTREETNull() {
1555 return this.IsNull(this.tablePatientAppts.STREETColumn);
1556 }
1557
1558 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1559 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1560 public void SetSTREETNull() {
1561 this[this.tablePatientAppts.STREETColumn] = global::System.Convert.DBNull;
1562 }
1563
1564 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1565 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1566 public bool IsCITYNull() {
1567 return this.IsNull(this.tablePatientAppts.CITYColumn);
1568 }
1569
1570 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1571 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1572 public void SetCITYNull() {
1573 this[this.tablePatientAppts.CITYColumn] = global::System.Convert.DBNull;
1574 }
1575
1576 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1577 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1578 public bool IsSTATENull() {
1579 return this.IsNull(this.tablePatientAppts.STATEColumn);
1580 }
1581
1582 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1583 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1584 public void SetSTATENull() {
1585 this[this.tablePatientAppts.STATEColumn] = global::System.Convert.DBNull;
1586 }
1587
1588 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1589 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1590 public bool IsZIPNull() {
1591 return this.IsNull(this.tablePatientAppts.ZIPColumn);
1592 }
1593
1594 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1595 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1596 public void SetZIPNull() {
1597 this[this.tablePatientAppts.ZIPColumn] = global::System.Convert.DBNull;
1598 }
1599
1600 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1601 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1602 public bool IsHOMEPHONENull() {
1603 return this.IsNull(this.tablePatientAppts.HOMEPHONEColumn);
1604 }
1605
1606 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1607 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1608 public void SetHOMEPHONENull() {
1609 this[this.tablePatientAppts.HOMEPHONEColumn] = global::System.Convert.DBNull;
1610 }
1611
1612 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1613 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1614 public bool IsOldApptDateNull() {
1615 return this.IsNull(this.tablePatientAppts.OldApptDateColumn);
1616 }
1617
1618 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1619 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1620 public void SetOldApptDateNull() {
1621 this[this.tablePatientAppts.OldApptDateColumn] = global::System.Convert.DBNull;
1622 }
1623 }
1624
1625 /// <summary>
1626 ///Represents strongly named DataRow class.
1627 ///</summary>
1628 public partial class BSDXResourceRow : global::System.Data.DataRow {
1629
1630 private BSDXResourceDataTable tableBSDXResource;
1631
1632 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1633 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1634 internal BSDXResourceRow(global::System.Data.DataRowBuilder rb) :
1635 base(rb) {
1636 this.tableBSDXResource = ((BSDXResourceDataTable)(this.Table));
1637 }
1638
1639 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1640 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1641 public int RESOURCEID {
1642 get {
1643 return ((int)(this[this.tableBSDXResource.RESOURCEIDColumn]));
1644 }
1645 set {
1646 this[this.tableBSDXResource.RESOURCEIDColumn] = value;
1647 }
1648 }
1649
1650 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1651 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1652 public string RESOURCE_NAME {
1653 get {
1654 try {
1655 return ((string)(this[this.tableBSDXResource.RESOURCE_NAMEColumn]));
1656 }
1657 catch (global::System.InvalidCastException e) {
1658 throw new global::System.Data.StrongTypingException("The value for column \'RESOURCE_NAME\' in table \'BSDXResource\' is DBNull.", e);
1659 }
1660 }
1661 set {
1662 this[this.tableBSDXResource.RESOURCE_NAMEColumn] = value;
1663 }
1664 }
1665
1666 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1667 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1668 public string LETTER_TEXT {
1669 get {
1670 try {
1671 return ((string)(this[this.tableBSDXResource.LETTER_TEXTColumn]));
1672 }
1673 catch (global::System.InvalidCastException e) {
1674 throw new global::System.Data.StrongTypingException("The value for column \'LETTER_TEXT\' in table \'BSDXResource\' is DBNull.", e);
1675 }
1676 }
1677 set {
1678 this[this.tableBSDXResource.LETTER_TEXTColumn] = value;
1679 }
1680 }
1681
1682 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1683 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1684 public string NO_SHOW_LETTER {
1685 get {
1686 try {
1687 return ((string)(this[this.tableBSDXResource.NO_SHOW_LETTERColumn]));
1688 }
1689 catch (global::System.InvalidCastException e) {
1690 throw new global::System.Data.StrongTypingException("The value for column \'NO_SHOW_LETTER\' in table \'BSDXResource\' is DBNull.", e);
1691 }
1692 }
1693 set {
1694 this[this.tableBSDXResource.NO_SHOW_LETTERColumn] = value;
1695 }
1696 }
1697
1698 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1699 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1700 public string CLINIC_CANCELLATION_LETTER {
1701 get {
1702 try {
1703 return ((string)(this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn]));
1704 }
1705 catch (global::System.InvalidCastException e) {
1706 throw new global::System.Data.StrongTypingException("The value for column \'CLINIC_CANCELLATION_LETTER\' in table \'BSDXResource\' is DBNu" +
1707 "ll.", e);
1708 }
1709 }
1710 set {
1711 this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn] = value;
1712 }
1713 }
1714
1715 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1716 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1717 public bool IsRESOURCE_NAMENull() {
1718 return this.IsNull(this.tableBSDXResource.RESOURCE_NAMEColumn);
1719 }
1720
1721 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1722 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1723 public void SetRESOURCE_NAMENull() {
1724 this[this.tableBSDXResource.RESOURCE_NAMEColumn] = global::System.Convert.DBNull;
1725 }
1726
1727 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1728 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1729 public bool IsLETTER_TEXTNull() {
1730 return this.IsNull(this.tableBSDXResource.LETTER_TEXTColumn);
1731 }
1732
1733 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1734 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1735 public void SetLETTER_TEXTNull() {
1736 this[this.tableBSDXResource.LETTER_TEXTColumn] = global::System.Convert.DBNull;
1737 }
1738
1739 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1740 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1741 public bool IsNO_SHOW_LETTERNull() {
1742 return this.IsNull(this.tableBSDXResource.NO_SHOW_LETTERColumn);
1743 }
1744
1745 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1746 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1747 public void SetNO_SHOW_LETTERNull() {
1748 this[this.tableBSDXResource.NO_SHOW_LETTERColumn] = global::System.Convert.DBNull;
1749 }
1750
1751 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1752 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1753 public bool IsCLINIC_CANCELLATION_LETTERNull() {
1754 return this.IsNull(this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn);
1755 }
1756
1757 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1758 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1759 public void SetCLINIC_CANCELLATION_LETTERNull() {
1760 this[this.tableBSDXResource.CLINIC_CANCELLATION_LETTERColumn] = global::System.Convert.DBNull;
1761 }
1762
1763 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1764 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1765 public PatientApptsRow[] GetPatientApptsRows() {
1766 if ((this.Table.ChildRelations["FK_BSDXResource_PatientAppts"] == null)) {
1767 return new PatientApptsRow[0];
1768 }
1769 else {
1770 return ((PatientApptsRow[])(base.GetChildRows(this.Table.ChildRelations["FK_BSDXResource_PatientAppts"])));
1771 }
1772 }
1773 }
1774
1775 /// <summary>
1776 ///Row event argument class
1777 ///</summary>
1778 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1779 public class PatientApptsRowChangeEvent : global::System.EventArgs {
1780
1781 private PatientApptsRow eventRow;
1782
1783 private global::System.Data.DataRowAction eventAction;
1784
1785 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1786 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1787 public PatientApptsRowChangeEvent(PatientApptsRow row, global::System.Data.DataRowAction action) {
1788 this.eventRow = row;
1789 this.eventAction = action;
1790 }
1791
1792 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1793 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1794 public PatientApptsRow Row {
1795 get {
1796 return this.eventRow;
1797 }
1798 }
1799
1800 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1801 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1802 public global::System.Data.DataRowAction Action {
1803 get {
1804 return this.eventAction;
1805 }
1806 }
1807 }
1808
1809 /// <summary>
1810 ///Row event argument class
1811 ///</summary>
1812 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1813 public class BSDXResourceRowChangeEvent : global::System.EventArgs {
1814
1815 private BSDXResourceRow eventRow;
1816
1817 private global::System.Data.DataRowAction eventAction;
1818
1819 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1820 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1821 public BSDXResourceRowChangeEvent(BSDXResourceRow row, global::System.Data.DataRowAction action) {
1822 this.eventRow = row;
1823 this.eventAction = action;
1824 }
1825
1826 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1827 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1828 public BSDXResourceRow Row {
1829 get {
1830 return this.eventRow;
1831 }
1832 }
1833
1834 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1835 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
1836 public global::System.Data.DataRowAction Action {
1837 get {
1838 return this.eventAction;
1839 }
1840 }
1841 }
1842 }
1843}
1844
1845#pragma warning restore 1591
Note: See TracBrowser for help on using the repository browser.