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