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 |
|
---|
13 | namespace 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.DataTable, global::System.Collections.IEnumerable {
|
---|
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 virtual global::System.Collections.IEnumerator GetEnumerator() {
|
---|
608 | return this.Rows.GetEnumerator();
|
---|
609 | }
|
---|
610 |
|
---|
611 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
612 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
613 | public override global::System.Data.DataTable Clone() {
|
---|
614 | PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
|
---|
615 | cln.InitVars();
|
---|
616 | return cln;
|
---|
617 | }
|
---|
618 |
|
---|
619 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
620 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
621 | protected override global::System.Data.DataTable CreateInstance() {
|
---|
622 | return new PatientApptsDataTable();
|
---|
623 | }
|
---|
624 |
|
---|
625 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
626 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
627 | internal void InitVars() {
|
---|
628 | this.columnName = base.Columns["Name"];
|
---|
629 | this.columnDOB = base.Columns["DOB"];
|
---|
630 | this.columnSex = base.Columns["Sex"];
|
---|
631 | this.columnHRN = base.Columns["HRN"];
|
---|
632 | this.columnApptDate = base.Columns["ApptDate"];
|
---|
633 | this.columnClinic = base.Columns["Clinic"];
|
---|
634 | this.columnTypeStatus = base.Columns["TypeStatus"];
|
---|
635 | this.columnRESOURCEID = base.Columns["RESOURCEID"];
|
---|
636 | this.columnAPPT_MADE_BY = base.Columns["APPT_MADE_BY"];
|
---|
637 | this.columnDATE_APPT_MADE = base.Columns["DATE_APPT_MADE"];
|
---|
638 | this.columnNOTE = base.Columns["NOTE"];
|
---|
639 | this.columnSTREET = base.Columns["STREET"];
|
---|
640 | this.columnCITY = base.Columns["CITY"];
|
---|
641 | this.columnSTATE = base.Columns["STATE"];
|
---|
642 | this.columnZIP = base.Columns["ZIP"];
|
---|
643 | this.columnHOMEPHONE = base.Columns["HOMEPHONE"];
|
---|
644 | }
|
---|
645 |
|
---|
646 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
647 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
648 | private void InitClass() {
|
---|
649 | this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
650 | base.Columns.Add(this.columnName);
|
---|
651 | this.columnDOB = new global::System.Data.DataColumn("DOB", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
---|
652 | base.Columns.Add(this.columnDOB);
|
---|
653 | this.columnSex = new global::System.Data.DataColumn("Sex", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
654 | base.Columns.Add(this.columnSex);
|
---|
655 | this.columnHRN = new global::System.Data.DataColumn("HRN", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
656 | base.Columns.Add(this.columnHRN);
|
---|
657 | this.columnApptDate = new global::System.Data.DataColumn("ApptDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
---|
658 | base.Columns.Add(this.columnApptDate);
|
---|
659 | this.columnClinic = new global::System.Data.DataColumn("Clinic", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
660 | base.Columns.Add(this.columnClinic);
|
---|
661 | this.columnTypeStatus = new global::System.Data.DataColumn("TypeStatus", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
662 | base.Columns.Add(this.columnTypeStatus);
|
---|
663 | this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
|
---|
664 | base.Columns.Add(this.columnRESOURCEID);
|
---|
665 | this.columnAPPT_MADE_BY = new global::System.Data.DataColumn("APPT_MADE_BY", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
666 | base.Columns.Add(this.columnAPPT_MADE_BY);
|
---|
667 | this.columnDATE_APPT_MADE = new global::System.Data.DataColumn("DATE_APPT_MADE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
---|
668 | base.Columns.Add(this.columnDATE_APPT_MADE);
|
---|
669 | this.columnNOTE = new global::System.Data.DataColumn("NOTE", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
670 | base.Columns.Add(this.columnNOTE);
|
---|
671 | this.columnSTREET = new global::System.Data.DataColumn("STREET", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
672 | base.Columns.Add(this.columnSTREET);
|
---|
673 | this.columnCITY = new global::System.Data.DataColumn("CITY", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
674 | base.Columns.Add(this.columnCITY);
|
---|
675 | this.columnSTATE = new global::System.Data.DataColumn("STATE", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
676 | base.Columns.Add(this.columnSTATE);
|
---|
677 | this.columnZIP = new global::System.Data.DataColumn("ZIP", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
678 | base.Columns.Add(this.columnZIP);
|
---|
679 | this.columnHOMEPHONE = new global::System.Data.DataColumn("HOMEPHONE", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
680 | base.Columns.Add(this.columnHOMEPHONE);
|
---|
681 | }
|
---|
682 |
|
---|
683 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
684 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
685 | public PatientApptsRow NewPatientApptsRow() {
|
---|
686 | return ((PatientApptsRow)(this.NewRow()));
|
---|
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.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
---|
692 | return new PatientApptsRow(builder);
|
---|
693 | }
|
---|
694 |
|
---|
695 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
696 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
697 | protected override global::System.Type GetRowType() {
|
---|
698 | return typeof(PatientApptsRow);
|
---|
699 | }
|
---|
700 |
|
---|
701 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
702 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
703 | protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
---|
704 | base.OnRowChanged(e);
|
---|
705 | if ((this.PatientApptsRowChanged != null)) {
|
---|
706 | this.PatientApptsRowChanged(this, new PatientApptsRowChangeEvent(((PatientApptsRow)(e.Row)), e.Action));
|
---|
707 | }
|
---|
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 OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
---|
713 | base.OnRowChanging(e);
|
---|
714 | if ((this.PatientApptsRowChanging != null)) {
|
---|
715 | this.PatientApptsRowChanging(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 OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
---|
722 | base.OnRowDeleted(e);
|
---|
723 | if ((this.PatientApptsRowDeleted != null)) {
|
---|
724 | this.PatientApptsRowDeleted(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 OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
---|
731 | base.OnRowDeleting(e);
|
---|
732 | if ((this.PatientApptsRowDeleting != null)) {
|
---|
733 | this.PatientApptsRowDeleting(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 | public void RemovePatientApptsRow(PatientApptsRow row) {
|
---|
740 | this.Rows.Remove(row);
|
---|
741 | }
|
---|
742 |
|
---|
743 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
744 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
745 | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
---|
746 | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
---|
747 | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
---|
748 | dsPatientApptDisplay2 ds = new dsPatientApptDisplay2();
|
---|
749 | global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
---|
750 | any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
---|
751 | any1.MinOccurs = new decimal(0);
|
---|
752 | any1.MaxOccurs = decimal.MaxValue;
|
---|
753 | any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
---|
754 | sequence.Items.Add(any1);
|
---|
755 | global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
---|
756 | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
---|
757 | any2.MinOccurs = new decimal(1);
|
---|
758 | any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
---|
759 | sequence.Items.Add(any2);
|
---|
760 | global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
---|
761 | attribute1.Name = "namespace";
|
---|
762 | attribute1.FixedValue = ds.Namespace;
|
---|
763 | type.Attributes.Add(attribute1);
|
---|
764 | global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
---|
765 | attribute2.Name = "tableTypeName";
|
---|
766 | attribute2.FixedValue = "PatientApptsDataTable";
|
---|
767 | type.Attributes.Add(attribute2);
|
---|
768 | type.Particle = sequence;
|
---|
769 | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
---|
770 | if (xs.Contains(dsSchema.TargetNamespace)) {
|
---|
771 | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
---|
772 | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
---|
773 | try {
|
---|
774 | global::System.Xml.Schema.XmlSchema schema = null;
|
---|
775 | dsSchema.Write(s1);
|
---|
776 | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
---|
777 | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
---|
778 | s2.SetLength(0);
|
---|
779 | schema.Write(s2);
|
---|
780 | if ((s1.Length == s2.Length)) {
|
---|
781 | s1.Position = 0;
|
---|
782 | s2.Position = 0;
|
---|
783 | for (; ((s1.Position != s1.Length)
|
---|
784 | && (s1.ReadByte() == s2.ReadByte())); ) {
|
---|
785 | ;
|
---|
786 | }
|
---|
787 | if ((s1.Position == s1.Length)) {
|
---|
788 | return type;
|
---|
789 | }
|
---|
790 | }
|
---|
791 | }
|
---|
792 | }
|
---|
793 | finally {
|
---|
794 | if ((s1 != null)) {
|
---|
795 | s1.Close();
|
---|
796 | }
|
---|
797 | if ((s2 != null)) {
|
---|
798 | s2.Close();
|
---|
799 | }
|
---|
800 | }
|
---|
801 | }
|
---|
802 | xs.Add(dsSchema);
|
---|
803 | return type;
|
---|
804 | }
|
---|
805 | }
|
---|
806 |
|
---|
807 | /// <summary>
|
---|
808 | ///Represents the strongly named DataTable class.
|
---|
809 | ///</summary>
|
---|
810 | [global::System.Serializable()]
|
---|
811 | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
---|
812 | public partial class BSDXResourceDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
|
---|
813 |
|
---|
814 | private global::System.Data.DataColumn columnRESOURCEID;
|
---|
815 |
|
---|
816 | private global::System.Data.DataColumn columnRESOURCE_NAME;
|
---|
817 |
|
---|
818 | private global::System.Data.DataColumn columnLETTER_TEXT;
|
---|
819 |
|
---|
820 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
821 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
822 | public BSDXResourceDataTable() {
|
---|
823 | this.TableName = "BSDXResource";
|
---|
824 | this.BeginInit();
|
---|
825 | this.InitClass();
|
---|
826 | this.EndInit();
|
---|
827 | }
|
---|
828 |
|
---|
829 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
830 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
831 | internal BSDXResourceDataTable(global::System.Data.DataTable table) {
|
---|
832 | this.TableName = table.TableName;
|
---|
833 | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
---|
834 | this.CaseSensitive = table.CaseSensitive;
|
---|
835 | }
|
---|
836 | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
---|
837 | this.Locale = table.Locale;
|
---|
838 | }
|
---|
839 | if ((table.Namespace != table.DataSet.Namespace)) {
|
---|
840 | this.Namespace = table.Namespace;
|
---|
841 | }
|
---|
842 | this.Prefix = table.Prefix;
|
---|
843 | this.MinimumCapacity = table.MinimumCapacity;
|
---|
844 | }
|
---|
845 |
|
---|
846 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
847 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
848 | protected BSDXResourceDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
---|
849 | base(info, context) {
|
---|
850 | this.InitVars();
|
---|
851 | }
|
---|
852 |
|
---|
853 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
854 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
855 | public global::System.Data.DataColumn RESOURCEIDColumn {
|
---|
856 | get {
|
---|
857 | return this.columnRESOURCEID;
|
---|
858 | }
|
---|
859 | }
|
---|
860 |
|
---|
861 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
862 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
863 | public global::System.Data.DataColumn RESOURCE_NAMEColumn {
|
---|
864 | get {
|
---|
865 | return this.columnRESOURCE_NAME;
|
---|
866 | }
|
---|
867 | }
|
---|
868 |
|
---|
869 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
870 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
871 | public global::System.Data.DataColumn LETTER_TEXTColumn {
|
---|
872 | get {
|
---|
873 | return this.columnLETTER_TEXT;
|
---|
874 | }
|
---|
875 | }
|
---|
876 |
|
---|
877 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
878 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
879 | [global::System.ComponentModel.Browsable(false)]
|
---|
880 | public int Count {
|
---|
881 | get {
|
---|
882 | return this.Rows.Count;
|
---|
883 | }
|
---|
884 | }
|
---|
885 |
|
---|
886 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
887 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
888 | public BSDXResourceRow this[int index] {
|
---|
889 | get {
|
---|
890 | return ((BSDXResourceRow)(this.Rows[index]));
|
---|
891 | }
|
---|
892 | }
|
---|
893 |
|
---|
894 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
895 | public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanging;
|
---|
896 |
|
---|
897 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
898 | public event BSDXResourceRowChangeEventHandler BSDXResourceRowChanged;
|
---|
899 |
|
---|
900 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
901 | public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleting;
|
---|
902 |
|
---|
903 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
904 | public event BSDXResourceRowChangeEventHandler BSDXResourceRowDeleted;
|
---|
905 |
|
---|
906 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
907 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
908 | public void AddBSDXResourceRow(BSDXResourceRow row) {
|
---|
909 | this.Rows.Add(row);
|
---|
910 | }
|
---|
911 |
|
---|
912 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
913 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
914 | public BSDXResourceRow AddBSDXResourceRow(int RESOURCEID, string RESOURCE_NAME, string LETTER_TEXT) {
|
---|
915 | BSDXResourceRow rowBSDXResourceRow = ((BSDXResourceRow)(this.NewRow()));
|
---|
916 | object[] columnValuesArray = new object[] {
|
---|
917 | RESOURCEID,
|
---|
918 | RESOURCE_NAME,
|
---|
919 | LETTER_TEXT};
|
---|
920 | rowBSDXResourceRow.ItemArray = columnValuesArray;
|
---|
921 | this.Rows.Add(rowBSDXResourceRow);
|
---|
922 | return rowBSDXResourceRow;
|
---|
923 | }
|
---|
924 |
|
---|
925 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
926 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
927 | public virtual global::System.Collections.IEnumerator GetEnumerator() {
|
---|
928 | return this.Rows.GetEnumerator();
|
---|
929 | }
|
---|
930 |
|
---|
931 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
932 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
933 | public override global::System.Data.DataTable Clone() {
|
---|
934 | BSDXResourceDataTable cln = ((BSDXResourceDataTable)(base.Clone()));
|
---|
935 | cln.InitVars();
|
---|
936 | return cln;
|
---|
937 | }
|
---|
938 |
|
---|
939 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
940 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
941 | protected override global::System.Data.DataTable CreateInstance() {
|
---|
942 | return new BSDXResourceDataTable();
|
---|
943 | }
|
---|
944 |
|
---|
945 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
946 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
947 | internal void InitVars() {
|
---|
948 | this.columnRESOURCEID = base.Columns["RESOURCEID"];
|
---|
949 | this.columnRESOURCE_NAME = base.Columns["RESOURCE_NAME"];
|
---|
950 | this.columnLETTER_TEXT = base.Columns["LETTER_TEXT"];
|
---|
951 | }
|
---|
952 |
|
---|
953 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
954 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
955 | private void InitClass() {
|
---|
956 | this.columnRESOURCEID = new global::System.Data.DataColumn("RESOURCEID", typeof(int), null, global::System.Data.MappingType.Element);
|
---|
957 | base.Columns.Add(this.columnRESOURCEID);
|
---|
958 | this.columnRESOURCE_NAME = new global::System.Data.DataColumn("RESOURCE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
959 | base.Columns.Add(this.columnRESOURCE_NAME);
|
---|
960 | this.columnLETTER_TEXT = new global::System.Data.DataColumn("LETTER_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
|
---|
961 | base.Columns.Add(this.columnLETTER_TEXT);
|
---|
962 | this.Constraints.Add(new global::System.Data.UniqueConstraint("kBSDXResourceID", new global::System.Data.DataColumn[] {
|
---|
963 | this.columnRESOURCEID}, false));
|
---|
964 | this.columnRESOURCEID.AllowDBNull = false;
|
---|
965 | this.columnRESOURCEID.Unique = true;
|
---|
966 | }
|
---|
967 |
|
---|
968 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
969 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
970 | public BSDXResourceRow NewBSDXResourceRow() {
|
---|
971 | return ((BSDXResourceRow)(this.NewRow()));
|
---|
972 | }
|
---|
973 |
|
---|
974 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
975 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
976 | protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
---|
977 | return new BSDXResourceRow(builder);
|
---|
978 | }
|
---|
979 |
|
---|
980 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
981 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
982 | protected override global::System.Type GetRowType() {
|
---|
983 | return typeof(BSDXResourceRow);
|
---|
984 | }
|
---|
985 |
|
---|
986 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
987 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
988 | protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
---|
989 | base.OnRowChanged(e);
|
---|
990 | if ((this.BSDXResourceRowChanged != null)) {
|
---|
991 | this.BSDXResourceRowChanged(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
|
---|
992 | }
|
---|
993 | }
|
---|
994 |
|
---|
995 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
996 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
997 | protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
---|
998 | base.OnRowChanging(e);
|
---|
999 | if ((this.BSDXResourceRowChanging != null)) {
|
---|
1000 | this.BSDXResourceRowChanging(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
|
---|
1001 | }
|
---|
1002 | }
|
---|
1003 |
|
---|
1004 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1005 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1006 | protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
---|
1007 | base.OnRowDeleted(e);
|
---|
1008 | if ((this.BSDXResourceRowDeleted != null)) {
|
---|
1009 | this.BSDXResourceRowDeleted(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
|
---|
1010 | }
|
---|
1011 | }
|
---|
1012 |
|
---|
1013 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1014 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1015 | protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
---|
1016 | base.OnRowDeleting(e);
|
---|
1017 | if ((this.BSDXResourceRowDeleting != null)) {
|
---|
1018 | this.BSDXResourceRowDeleting(this, new BSDXResourceRowChangeEvent(((BSDXResourceRow)(e.Row)), e.Action));
|
---|
1019 | }
|
---|
1020 | }
|
---|
1021 |
|
---|
1022 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1023 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1024 | public void RemoveBSDXResourceRow(BSDXResourceRow row) {
|
---|
1025 | this.Rows.Remove(row);
|
---|
1026 | }
|
---|
1027 |
|
---|
1028 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1029 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1030 | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
---|
1031 | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
---|
1032 | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
---|
1033 | dsPatientApptDisplay2 ds = new dsPatientApptDisplay2();
|
---|
1034 | global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
---|
1035 | any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
---|
1036 | any1.MinOccurs = new decimal(0);
|
---|
1037 | any1.MaxOccurs = decimal.MaxValue;
|
---|
1038 | any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
---|
1039 | sequence.Items.Add(any1);
|
---|
1040 | global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
---|
1041 | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
---|
1042 | any2.MinOccurs = new decimal(1);
|
---|
1043 | any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
---|
1044 | sequence.Items.Add(any2);
|
---|
1045 | global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
---|
1046 | attribute1.Name = "namespace";
|
---|
1047 | attribute1.FixedValue = ds.Namespace;
|
---|
1048 | type.Attributes.Add(attribute1);
|
---|
1049 | global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
---|
1050 | attribute2.Name = "tableTypeName";
|
---|
1051 | attribute2.FixedValue = "BSDXResourceDataTable";
|
---|
1052 | type.Attributes.Add(attribute2);
|
---|
1053 | type.Particle = sequence;
|
---|
1054 | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
---|
1055 | if (xs.Contains(dsSchema.TargetNamespace)) {
|
---|
1056 | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
---|
1057 | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
---|
1058 | try {
|
---|
1059 | global::System.Xml.Schema.XmlSchema schema = null;
|
---|
1060 | dsSchema.Write(s1);
|
---|
1061 | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
---|
1062 | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
---|
1063 | s2.SetLength(0);
|
---|
1064 | schema.Write(s2);
|
---|
1065 | if ((s1.Length == s2.Length)) {
|
---|
1066 | s1.Position = 0;
|
---|
1067 | s2.Position = 0;
|
---|
1068 | for (; ((s1.Position != s1.Length)
|
---|
1069 | && (s1.ReadByte() == s2.ReadByte())); ) {
|
---|
1070 | ;
|
---|
1071 | }
|
---|
1072 | if ((s1.Position == s1.Length)) {
|
---|
1073 | return type;
|
---|
1074 | }
|
---|
1075 | }
|
---|
1076 | }
|
---|
1077 | }
|
---|
1078 | finally {
|
---|
1079 | if ((s1 != null)) {
|
---|
1080 | s1.Close();
|
---|
1081 | }
|
---|
1082 | if ((s2 != null)) {
|
---|
1083 | s2.Close();
|
---|
1084 | }
|
---|
1085 | }
|
---|
1086 | }
|
---|
1087 | xs.Add(dsSchema);
|
---|
1088 | return type;
|
---|
1089 | }
|
---|
1090 | }
|
---|
1091 |
|
---|
1092 | /// <summary>
|
---|
1093 | ///Represents strongly named DataRow class.
|
---|
1094 | ///</summary>
|
---|
1095 | public partial class PatientApptsRow : global::System.Data.DataRow {
|
---|
1096 |
|
---|
1097 | private PatientApptsDataTable tablePatientAppts;
|
---|
1098 |
|
---|
1099 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1100 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1101 | internal PatientApptsRow(global::System.Data.DataRowBuilder rb) :
|
---|
1102 | base(rb) {
|
---|
1103 | this.tablePatientAppts = ((PatientApptsDataTable)(this.Table));
|
---|
1104 | }
|
---|
1105 |
|
---|
1106 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1107 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1108 | public string Name {
|
---|
1109 | get {
|
---|
1110 | try {
|
---|
1111 | return ((string)(this[this.tablePatientAppts.NameColumn]));
|
---|
1112 | }
|
---|
1113 | catch (global::System.InvalidCastException e) {
|
---|
1114 | throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1115 | }
|
---|
1116 | }
|
---|
1117 | set {
|
---|
1118 | this[this.tablePatientAppts.NameColumn] = value;
|
---|
1119 | }
|
---|
1120 | }
|
---|
1121 |
|
---|
1122 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1123 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1124 | public System.DateTime DOB {
|
---|
1125 | get {
|
---|
1126 | try {
|
---|
1127 | return ((global::System.DateTime)(this[this.tablePatientAppts.DOBColumn]));
|
---|
1128 | }
|
---|
1129 | catch (global::System.InvalidCastException e) {
|
---|
1130 | throw new global::System.Data.StrongTypingException("The value for column \'DOB\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1131 | }
|
---|
1132 | }
|
---|
1133 | set {
|
---|
1134 | this[this.tablePatientAppts.DOBColumn] = value;
|
---|
1135 | }
|
---|
1136 | }
|
---|
1137 |
|
---|
1138 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1139 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1140 | public string Sex {
|
---|
1141 | get {
|
---|
1142 | try {
|
---|
1143 | return ((string)(this[this.tablePatientAppts.SexColumn]));
|
---|
1144 | }
|
---|
1145 | catch (global::System.InvalidCastException e) {
|
---|
1146 | throw new global::System.Data.StrongTypingException("The value for column \'Sex\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1147 | }
|
---|
1148 | }
|
---|
1149 | set {
|
---|
1150 | this[this.tablePatientAppts.SexColumn] = value;
|
---|
1151 | }
|
---|
1152 | }
|
---|
1153 |
|
---|
1154 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1155 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1156 | public string HRN {
|
---|
1157 | get {
|
---|
1158 | try {
|
---|
1159 | return ((string)(this[this.tablePatientAppts.HRNColumn]));
|
---|
1160 | }
|
---|
1161 | catch (global::System.InvalidCastException e) {
|
---|
1162 | throw new global::System.Data.StrongTypingException("The value for column \'HRN\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1163 | }
|
---|
1164 | }
|
---|
1165 | set {
|
---|
1166 | this[this.tablePatientAppts.HRNColumn] = value;
|
---|
1167 | }
|
---|
1168 | }
|
---|
1169 |
|
---|
1170 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1171 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1172 | public System.DateTime ApptDate {
|
---|
1173 | get {
|
---|
1174 | try {
|
---|
1175 | return ((global::System.DateTime)(this[this.tablePatientAppts.ApptDateColumn]));
|
---|
1176 | }
|
---|
1177 | catch (global::System.InvalidCastException e) {
|
---|
1178 | throw new global::System.Data.StrongTypingException("The value for column \'ApptDate\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1179 | }
|
---|
1180 | }
|
---|
1181 | set {
|
---|
1182 | this[this.tablePatientAppts.ApptDateColumn] = value;
|
---|
1183 | }
|
---|
1184 | }
|
---|
1185 |
|
---|
1186 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1187 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1188 | public string Clinic {
|
---|
1189 | get {
|
---|
1190 | try {
|
---|
1191 | return ((string)(this[this.tablePatientAppts.ClinicColumn]));
|
---|
1192 | }
|
---|
1193 | catch (global::System.InvalidCastException e) {
|
---|
1194 | throw new global::System.Data.StrongTypingException("The value for column \'Clinic\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1195 | }
|
---|
1196 | }
|
---|
1197 | set {
|
---|
1198 | this[this.tablePatientAppts.ClinicColumn] = value;
|
---|
1199 | }
|
---|
1200 | }
|
---|
1201 |
|
---|
1202 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1203 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1204 | public string TypeStatus {
|
---|
1205 | get {
|
---|
1206 | try {
|
---|
1207 | return ((string)(this[this.tablePatientAppts.TypeStatusColumn]));
|
---|
1208 | }
|
---|
1209 | catch (global::System.InvalidCastException e) {
|
---|
1210 | throw new global::System.Data.StrongTypingException("The value for column \'TypeStatus\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1211 | }
|
---|
1212 | }
|
---|
1213 | set {
|
---|
1214 | this[this.tablePatientAppts.TypeStatusColumn] = value;
|
---|
1215 | }
|
---|
1216 | }
|
---|
1217 |
|
---|
1218 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1219 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1220 | public int RESOURCEID {
|
---|
1221 | get {
|
---|
1222 | try {
|
---|
1223 | return ((int)(this[this.tablePatientAppts.RESOURCEIDColumn]));
|
---|
1224 | }
|
---|
1225 | catch (global::System.InvalidCastException e) {
|
---|
1226 | throw new global::System.Data.StrongTypingException("The value for column \'RESOURCEID\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1227 | }
|
---|
1228 | }
|
---|
1229 | set {
|
---|
1230 | this[this.tablePatientAppts.RESOURCEIDColumn] = value;
|
---|
1231 | }
|
---|
1232 | }
|
---|
1233 |
|
---|
1234 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1235 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1236 | public string APPT_MADE_BY {
|
---|
1237 | get {
|
---|
1238 | try {
|
---|
1239 | return ((string)(this[this.tablePatientAppts.APPT_MADE_BYColumn]));
|
---|
1240 | }
|
---|
1241 | catch (global::System.InvalidCastException e) {
|
---|
1242 | throw new global::System.Data.StrongTypingException("The value for column \'APPT_MADE_BY\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1243 | }
|
---|
1244 | }
|
---|
1245 | set {
|
---|
1246 | this[this.tablePatientAppts.APPT_MADE_BYColumn] = value;
|
---|
1247 | }
|
---|
1248 | }
|
---|
1249 |
|
---|
1250 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1251 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1252 | public System.DateTime DATE_APPT_MADE {
|
---|
1253 | get {
|
---|
1254 | try {
|
---|
1255 | return ((global::System.DateTime)(this[this.tablePatientAppts.DATE_APPT_MADEColumn]));
|
---|
1256 | }
|
---|
1257 | catch (global::System.InvalidCastException e) {
|
---|
1258 | throw new global::System.Data.StrongTypingException("The value for column \'DATE_APPT_MADE\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1259 | }
|
---|
1260 | }
|
---|
1261 | set {
|
---|
1262 | this[this.tablePatientAppts.DATE_APPT_MADEColumn] = value;
|
---|
1263 | }
|
---|
1264 | }
|
---|
1265 |
|
---|
1266 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1267 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1268 | public string NOTE {
|
---|
1269 | get {
|
---|
1270 | try {
|
---|
1271 | return ((string)(this[this.tablePatientAppts.NOTEColumn]));
|
---|
1272 | }
|
---|
1273 | catch (global::System.InvalidCastException e) {
|
---|
1274 | throw new global::System.Data.StrongTypingException("The value for column \'NOTE\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1275 | }
|
---|
1276 | }
|
---|
1277 | set {
|
---|
1278 | this[this.tablePatientAppts.NOTEColumn] = value;
|
---|
1279 | }
|
---|
1280 | }
|
---|
1281 |
|
---|
1282 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1283 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1284 | public string STREET {
|
---|
1285 | get {
|
---|
1286 | try {
|
---|
1287 | return ((string)(this[this.tablePatientAppts.STREETColumn]));
|
---|
1288 | }
|
---|
1289 | catch (global::System.InvalidCastException e) {
|
---|
1290 | throw new global::System.Data.StrongTypingException("The value for column \'STREET\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1291 | }
|
---|
1292 | }
|
---|
1293 | set {
|
---|
1294 | this[this.tablePatientAppts.STREETColumn] = value;
|
---|
1295 | }
|
---|
1296 | }
|
---|
1297 |
|
---|
1298 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1299 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1300 | public string CITY {
|
---|
1301 | get {
|
---|
1302 | try {
|
---|
1303 | return ((string)(this[this.tablePatientAppts.CITYColumn]));
|
---|
1304 | }
|
---|
1305 | catch (global::System.InvalidCastException e) {
|
---|
1306 | throw new global::System.Data.StrongTypingException("The value for column \'CITY\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1307 | }
|
---|
1308 | }
|
---|
1309 | set {
|
---|
1310 | this[this.tablePatientAppts.CITYColumn] = value;
|
---|
1311 | }
|
---|
1312 | }
|
---|
1313 |
|
---|
1314 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1315 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1316 | public string STATE {
|
---|
1317 | get {
|
---|
1318 | try {
|
---|
1319 | return ((string)(this[this.tablePatientAppts.STATEColumn]));
|
---|
1320 | }
|
---|
1321 | catch (global::System.InvalidCastException e) {
|
---|
1322 | throw new global::System.Data.StrongTypingException("The value for column \'STATE\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1323 | }
|
---|
1324 | }
|
---|
1325 | set {
|
---|
1326 | this[this.tablePatientAppts.STATEColumn] = value;
|
---|
1327 | }
|
---|
1328 | }
|
---|
1329 |
|
---|
1330 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1331 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1332 | public string ZIP {
|
---|
1333 | get {
|
---|
1334 | try {
|
---|
1335 | return ((string)(this[this.tablePatientAppts.ZIPColumn]));
|
---|
1336 | }
|
---|
1337 | catch (global::System.InvalidCastException e) {
|
---|
1338 | throw new global::System.Data.StrongTypingException("The value for column \'ZIP\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1339 | }
|
---|
1340 | }
|
---|
1341 | set {
|
---|
1342 | this[this.tablePatientAppts.ZIPColumn] = value;
|
---|
1343 | }
|
---|
1344 | }
|
---|
1345 |
|
---|
1346 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1347 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1348 | public string HOMEPHONE {
|
---|
1349 | get {
|
---|
1350 | try {
|
---|
1351 | return ((string)(this[this.tablePatientAppts.HOMEPHONEColumn]));
|
---|
1352 | }
|
---|
1353 | catch (global::System.InvalidCastException e) {
|
---|
1354 | throw new global::System.Data.StrongTypingException("The value for column \'HOMEPHONE\' in table \'PatientAppts\' is DBNull.", e);
|
---|
1355 | }
|
---|
1356 | }
|
---|
1357 | set {
|
---|
1358 | this[this.tablePatientAppts.HOMEPHONEColumn] = value;
|
---|
1359 | }
|
---|
1360 | }
|
---|
1361 |
|
---|
1362 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1363 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1364 | public BSDXResourceRow BSDXResourceRow {
|
---|
1365 | get {
|
---|
1366 | return ((BSDXResourceRow)(this.GetParentRow(this.Table.ParentRelations["FK_BSDXResource_PatientAppts"])));
|
---|
1367 | }
|
---|
1368 | set {
|
---|
1369 | this.SetParentRow(value, this.Table.ParentRelations["FK_BSDXResource_PatientAppts"]);
|
---|
1370 | }
|
---|
1371 | }
|
---|
1372 |
|
---|
1373 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1374 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1375 | public bool IsNameNull() {
|
---|
1376 | return this.IsNull(this.tablePatientAppts.NameColumn);
|
---|
1377 | }
|
---|
1378 |
|
---|
1379 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1380 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1381 | public void SetNameNull() {
|
---|
1382 | this[this.tablePatientAppts.NameColumn] = 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 IsDOBNull() {
|
---|
1388 | return this.IsNull(this.tablePatientAppts.DOBColumn);
|
---|
1389 | }
|
---|
1390 |
|
---|
1391 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1392 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1393 | public void SetDOBNull() {
|
---|
1394 | this[this.tablePatientAppts.DOBColumn] = 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 IsSexNull() {
|
---|
1400 | return this.IsNull(this.tablePatientAppts.SexColumn);
|
---|
1401 | }
|
---|
1402 |
|
---|
1403 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1404 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1405 | public void SetSexNull() {
|
---|
1406 | this[this.tablePatientAppts.SexColumn] = 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 IsHRNNull() {
|
---|
1412 | return this.IsNull(this.tablePatientAppts.HRNColumn);
|
---|
1413 | }
|
---|
1414 |
|
---|
1415 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1416 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1417 | public void SetHRNNull() {
|
---|
1418 | this[this.tablePatientAppts.HRNColumn] = 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 IsApptDateNull() {
|
---|
1424 | return this.IsNull(this.tablePatientAppts.ApptDateColumn);
|
---|
1425 | }
|
---|
1426 |
|
---|
1427 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1428 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1429 | public void SetApptDateNull() {
|
---|
1430 | this[this.tablePatientAppts.ApptDateColumn] = 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 IsClinicNull() {
|
---|
1436 | return this.IsNull(this.tablePatientAppts.ClinicColumn);
|
---|
1437 | }
|
---|
1438 |
|
---|
1439 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1440 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1441 | public void SetClinicNull() {
|
---|
1442 | this[this.tablePatientAppts.ClinicColumn] = 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 IsTypeStatusNull() {
|
---|
1448 | return this.IsNull(this.tablePatientAppts.TypeStatusColumn);
|
---|
1449 | }
|
---|
1450 |
|
---|
1451 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1452 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1453 | public void SetTypeStatusNull() {
|
---|
1454 | this[this.tablePatientAppts.TypeStatusColumn] = 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 IsRESOURCEIDNull() {
|
---|
1460 | return this.IsNull(this.tablePatientAppts.RESOURCEIDColumn);
|
---|
1461 | }
|
---|
1462 |
|
---|
1463 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1464 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1465 | public void SetRESOURCEIDNull() {
|
---|
1466 | this[this.tablePatientAppts.RESOURCEIDColumn] = 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 IsAPPT_MADE_BYNull() {
|
---|
1472 | return this.IsNull(this.tablePatientAppts.APPT_MADE_BYColumn);
|
---|
1473 | }
|
---|
1474 |
|
---|
1475 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1476 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1477 | public void SetAPPT_MADE_BYNull() {
|
---|
1478 | this[this.tablePatientAppts.APPT_MADE_BYColumn] = 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 IsDATE_APPT_MADENull() {
|
---|
1484 | return this.IsNull(this.tablePatientAppts.DATE_APPT_MADEColumn);
|
---|
1485 | }
|
---|
1486 |
|
---|
1487 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1488 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1489 | public void SetDATE_APPT_MADENull() {
|
---|
1490 | this[this.tablePatientAppts.DATE_APPT_MADEColumn] = 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 IsNOTENull() {
|
---|
1496 | return this.IsNull(this.tablePatientAppts.NOTEColumn);
|
---|
1497 | }
|
---|
1498 |
|
---|
1499 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1500 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1501 | public void SetNOTENull() {
|
---|
1502 | this[this.tablePatientAppts.NOTEColumn] = 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 IsSTREETNull() {
|
---|
1508 | return this.IsNull(this.tablePatientAppts.STREETColumn);
|
---|
1509 | }
|
---|
1510 |
|
---|
1511 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1512 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1513 | public void SetSTREETNull() {
|
---|
1514 | this[this.tablePatientAppts.STREETColumn] = 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 IsCITYNull() {
|
---|
1520 | return this.IsNull(this.tablePatientAppts.CITYColumn);
|
---|
1521 | }
|
---|
1522 |
|
---|
1523 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1524 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1525 | public void SetCITYNull() {
|
---|
1526 | this[this.tablePatientAppts.CITYColumn] = 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 IsSTATENull() {
|
---|
1532 | return this.IsNull(this.tablePatientAppts.STATEColumn);
|
---|
1533 | }
|
---|
1534 |
|
---|
1535 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1536 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1537 | public void SetSTATENull() {
|
---|
1538 | this[this.tablePatientAppts.STATEColumn] = 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 IsZIPNull() {
|
---|
1544 | return this.IsNull(this.tablePatientAppts.ZIPColumn);
|
---|
1545 | }
|
---|
1546 |
|
---|
1547 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1548 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1549 | public void SetZIPNull() {
|
---|
1550 | this[this.tablePatientAppts.ZIPColumn] = global::System.Convert.DBNull;
|
---|
1551 | }
|
---|
1552 |
|
---|
1553 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1554 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1555 | public bool IsHOMEPHONENull() {
|
---|
1556 | return this.IsNull(this.tablePatientAppts.HOMEPHONEColumn);
|
---|
1557 | }
|
---|
1558 |
|
---|
1559 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1560 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1561 | public void SetHOMEPHONENull() {
|
---|
1562 | this[this.tablePatientAppts.HOMEPHONEColumn] = global::System.Convert.DBNull;
|
---|
1563 | }
|
---|
1564 | }
|
---|
1565 |
|
---|
1566 | /// <summary>
|
---|
1567 | ///Represents strongly named DataRow class.
|
---|
1568 | ///</summary>
|
---|
1569 | public partial class BSDXResourceRow : global::System.Data.DataRow {
|
---|
1570 |
|
---|
1571 | private BSDXResourceDataTable tableBSDXResource;
|
---|
1572 |
|
---|
1573 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1574 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1575 | internal BSDXResourceRow(global::System.Data.DataRowBuilder rb) :
|
---|
1576 | base(rb) {
|
---|
1577 | this.tableBSDXResource = ((BSDXResourceDataTable)(this.Table));
|
---|
1578 | }
|
---|
1579 |
|
---|
1580 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1581 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1582 | public int RESOURCEID {
|
---|
1583 | get {
|
---|
1584 | return ((int)(this[this.tableBSDXResource.RESOURCEIDColumn]));
|
---|
1585 | }
|
---|
1586 | set {
|
---|
1587 | this[this.tableBSDXResource.RESOURCEIDColumn] = value;
|
---|
1588 | }
|
---|
1589 | }
|
---|
1590 |
|
---|
1591 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1592 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1593 | public string RESOURCE_NAME {
|
---|
1594 | get {
|
---|
1595 | try {
|
---|
1596 | return ((string)(this[this.tableBSDXResource.RESOURCE_NAMEColumn]));
|
---|
1597 | }
|
---|
1598 | catch (global::System.InvalidCastException e) {
|
---|
1599 | throw new global::System.Data.StrongTypingException("The value for column \'RESOURCE_NAME\' in table \'BSDXResource\' is DBNull.", e);
|
---|
1600 | }
|
---|
1601 | }
|
---|
1602 | set {
|
---|
1603 | this[this.tableBSDXResource.RESOURCE_NAMEColumn] = value;
|
---|
1604 | }
|
---|
1605 | }
|
---|
1606 |
|
---|
1607 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1608 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1609 | public string LETTER_TEXT {
|
---|
1610 | get {
|
---|
1611 | try {
|
---|
1612 | return ((string)(this[this.tableBSDXResource.LETTER_TEXTColumn]));
|
---|
1613 | }
|
---|
1614 | catch (global::System.InvalidCastException e) {
|
---|
1615 | throw new global::System.Data.StrongTypingException("The value for column \'LETTER_TEXT\' in table \'BSDXResource\' is DBNull.", e);
|
---|
1616 | }
|
---|
1617 | }
|
---|
1618 | set {
|
---|
1619 | this[this.tableBSDXResource.LETTER_TEXTColumn] = value;
|
---|
1620 | }
|
---|
1621 | }
|
---|
1622 |
|
---|
1623 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1624 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1625 | public bool IsRESOURCE_NAMENull() {
|
---|
1626 | return this.IsNull(this.tableBSDXResource.RESOURCE_NAMEColumn);
|
---|
1627 | }
|
---|
1628 |
|
---|
1629 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1630 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1631 | public void SetRESOURCE_NAMENull() {
|
---|
1632 | this[this.tableBSDXResource.RESOURCE_NAMEColumn] = 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 bool IsLETTER_TEXTNull() {
|
---|
1638 | return this.IsNull(this.tableBSDXResource.LETTER_TEXTColumn);
|
---|
1639 | }
|
---|
1640 |
|
---|
1641 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1642 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1643 | public void SetLETTER_TEXTNull() {
|
---|
1644 | this[this.tableBSDXResource.LETTER_TEXTColumn] = global::System.Convert.DBNull;
|
---|
1645 | }
|
---|
1646 |
|
---|
1647 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1648 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1649 | public PatientApptsRow[] GetPatientApptsRows() {
|
---|
1650 | if ((this.Table.ChildRelations["FK_BSDXResource_PatientAppts"] == null)) {
|
---|
1651 | return new PatientApptsRow[0];
|
---|
1652 | }
|
---|
1653 | else {
|
---|
1654 | return ((PatientApptsRow[])(base.GetChildRows(this.Table.ChildRelations["FK_BSDXResource_PatientAppts"])));
|
---|
1655 | }
|
---|
1656 | }
|
---|
1657 | }
|
---|
1658 |
|
---|
1659 | /// <summary>
|
---|
1660 | ///Row event argument class
|
---|
1661 | ///</summary>
|
---|
1662 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1663 | public class PatientApptsRowChangeEvent : global::System.EventArgs {
|
---|
1664 |
|
---|
1665 | private PatientApptsRow eventRow;
|
---|
1666 |
|
---|
1667 | private global::System.Data.DataRowAction eventAction;
|
---|
1668 |
|
---|
1669 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1670 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1671 | public PatientApptsRowChangeEvent(PatientApptsRow row, global::System.Data.DataRowAction action) {
|
---|
1672 | this.eventRow = row;
|
---|
1673 | this.eventAction = action;
|
---|
1674 | }
|
---|
1675 |
|
---|
1676 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1677 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1678 | public PatientApptsRow Row {
|
---|
1679 | get {
|
---|
1680 | return this.eventRow;
|
---|
1681 | }
|
---|
1682 | }
|
---|
1683 |
|
---|
1684 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1685 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1686 | public global::System.Data.DataRowAction Action {
|
---|
1687 | get {
|
---|
1688 | return this.eventAction;
|
---|
1689 | }
|
---|
1690 | }
|
---|
1691 | }
|
---|
1692 |
|
---|
1693 | /// <summary>
|
---|
1694 | ///Row event argument class
|
---|
1695 | ///</summary>
|
---|
1696 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1697 | public class BSDXResourceRowChangeEvent : global::System.EventArgs {
|
---|
1698 |
|
---|
1699 | private BSDXResourceRow eventRow;
|
---|
1700 |
|
---|
1701 | private global::System.Data.DataRowAction eventAction;
|
---|
1702 |
|
---|
1703 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1704 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1705 | public BSDXResourceRowChangeEvent(BSDXResourceRow row, global::System.Data.DataRowAction action) {
|
---|
1706 | this.eventRow = row;
|
---|
1707 | this.eventAction = action;
|
---|
1708 | }
|
---|
1709 |
|
---|
1710 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1711 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1712 | public BSDXResourceRow Row {
|
---|
1713 | get {
|
---|
1714 | return this.eventRow;
|
---|
1715 | }
|
---|
1716 | }
|
---|
1717 |
|
---|
1718 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
1719 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
---|
1720 | public global::System.Data.DataRowAction Action {
|
---|
1721 | get {
|
---|
1722 | return this.eventAction;
|
---|
1723 | }
|
---|
1724 | }
|
---|
1725 | }
|
---|
1726 | }
|
---|
1727 | }
|
---|
1728 |
|
---|
1729 | #pragma warning restore 1591
|
---|