2022-04-14 15:09:25 +02:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
|
// Runtime Version:4.0.30319.42000
|
|
|
|
|
|
//
|
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
#pragma warning disable 1591
|
|
|
|
|
|
|
|
|
|
|
|
namespace syncEdosLocal {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents a strongly typed in-memory cache of data.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|
|
|
|
|
[global::System.Xml.Serialization.XmlRootAttribute("DataSet1")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
|
|
|
|
public partial class DataSet1 : global::System.Data.DataSet {
|
|
|
|
|
|
|
|
|
|
|
|
private LocalVisitsDataTable tableLocalVisits;
|
|
|
|
|
|
|
|
|
|
|
|
private CentralVisitsDataTable tableCentralVisits;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public DataSet1() {
|
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
|
this.InitClass();
|
|
|
|
|
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
|
|
|
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
|
base.Relations.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
|
this.EndInit();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
|
base(info, context, false) {
|
|
|
|
|
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
|
|
|
|
|
this.InitVars(false);
|
|
|
|
|
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
|
|
|
|
this.Tables.CollectionChanged += schemaChangedHandler1;
|
|
|
|
|
|
this.Relations.CollectionChanged += schemaChangedHandler1;
|
|
|
|
|
|
return;
|
|
|
|
|
|
}
|
|
|
|
|
|
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
|
|
|
|
|
|
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|
|
|
|
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|
|
|
|
|
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|
|
|
|
|
if ((ds.Tables["LocalVisits"] != null)) {
|
|
|
|
|
|
base.Tables.Add(new LocalVisitsDataTable(ds.Tables["LocalVisits"]));
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((ds.Tables["CentralVisits"] != null)) {
|
|
|
|
|
|
base.Tables.Add(new CentralVisitsDataTable(ds.Tables["CentralVisits"]));
|
|
|
|
|
|
}
|
|
|
|
|
|
this.DataSetName = ds.DataSetName;
|
|
|
|
|
|
this.Prefix = ds.Prefix;
|
|
|
|
|
|
this.Namespace = ds.Namespace;
|
|
|
|
|
|
this.Locale = ds.Locale;
|
|
|
|
|
|
this.CaseSensitive = ds.CaseSensitive;
|
|
|
|
|
|
this.EnforceConstraints = ds.EnforceConstraints;
|
|
|
|
|
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|
|
|
|
|
this.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|
|
|
|
|
}
|
|
|
|
|
|
this.GetSerializationData(info, context);
|
|
|
|
|
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
|
|
|
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
|
this.Relations.CollectionChanged += schemaChangedHandler;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
|
public LocalVisitsDataTable LocalVisits {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.tableLocalVisits;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
|
|
|
|
public CentralVisitsDataTable CentralVisits {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.tableCentralVisits;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(true)]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
|
|
|
|
|
|
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._schemaSerializationMode;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._schemaSerializationMode = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
|
|
|
|
public new global::System.Data.DataTableCollection Tables {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return base.Tables;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
|
|
|
|
public new global::System.Data.DataRelationCollection Relations {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return base.Relations;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void InitializeDerivedDataSet() {
|
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
|
this.InitClass();
|
|
|
|
|
|
this.EndInit();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public override global::System.Data.DataSet Clone() {
|
|
|
|
|
|
DataSet1 cln = ((DataSet1)(base.Clone()));
|
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
|
|
|
|
return cln;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override bool ShouldSerializeTables() {
|
|
|
|
|
|
return false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override bool ShouldSerializeRelations() {
|
|
|
|
|
|
return false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
|
|
|
|
|
|
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|
|
|
|
|
this.Reset();
|
|
|
|
|
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|
|
|
|
|
ds.ReadXml(reader);
|
|
|
|
|
|
if ((ds.Tables["LocalVisits"] != null)) {
|
|
|
|
|
|
base.Tables.Add(new LocalVisitsDataTable(ds.Tables["LocalVisits"]));
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((ds.Tables["CentralVisits"] != null)) {
|
|
|
|
|
|
base.Tables.Add(new CentralVisitsDataTable(ds.Tables["CentralVisits"]));
|
|
|
|
|
|
}
|
|
|
|
|
|
this.DataSetName = ds.DataSetName;
|
|
|
|
|
|
this.Prefix = ds.Prefix;
|
|
|
|
|
|
this.Namespace = ds.Namespace;
|
|
|
|
|
|
this.Locale = ds.Locale;
|
|
|
|
|
|
this.CaseSensitive = ds.CaseSensitive;
|
|
|
|
|
|
this.EnforceConstraints = ds.EnforceConstraints;
|
|
|
|
|
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|
|
|
|
|
this.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this.ReadXml(reader);
|
|
|
|
|
|
this.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
|
|
|
|
|
|
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
|
|
|
|
|
|
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
|
|
|
|
|
|
stream.Position = 0;
|
|
|
|
|
|
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal void InitVars() {
|
|
|
|
|
|
this.InitVars(true);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal void InitVars(bool initTable) {
|
|
|
|
|
|
this.tableLocalVisits = ((LocalVisitsDataTable)(base.Tables["LocalVisits"]));
|
|
|
|
|
|
if ((initTable == true)) {
|
|
|
|
|
|
if ((this.tableLocalVisits != null)) {
|
|
|
|
|
|
this.tableLocalVisits.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
this.tableCentralVisits = ((CentralVisitsDataTable)(base.Tables["CentralVisits"]));
|
|
|
|
|
|
if ((initTable == true)) {
|
|
|
|
|
|
if ((this.tableCentralVisits != null)) {
|
|
|
|
|
|
this.tableCentralVisits.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitClass() {
|
|
|
|
|
|
this.DataSetName = "DataSet1";
|
|
|
|
|
|
this.Prefix = "";
|
|
|
|
|
|
this.Namespace = "http://tempuri.org/DataSet1.xsd";
|
|
|
|
|
|
this.EnforceConstraints = true;
|
|
|
|
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
|
|
this.tableLocalVisits = new LocalVisitsDataTable();
|
|
|
|
|
|
base.Tables.Add(this.tableLocalVisits);
|
|
|
|
|
|
this.tableCentralVisits = new CentralVisitsDataTable();
|
|
|
|
|
|
base.Tables.Add(this.tableCentralVisits);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private bool ShouldSerializeLocalVisits() {
|
|
|
|
|
|
return false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private bool ShouldSerializeCentralVisits() {
|
|
|
|
|
|
return false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
|
|
|
|
|
|
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
|
|
|
|
|
|
this.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
|
DataSet1 ds = new DataSet1();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
|
any.Namespace = ds.Namespace;
|
|
|
|
|
|
sequence.Items.Add(any);
|
|
|
|
|
|
type.Particle = sequence;
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
|
try {
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
|
dsSchema.Write(s1);
|
|
|
|
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
|
s2.SetLength(0);
|
|
|
|
|
|
schema.Write(s2);
|
|
|
|
|
|
if ((s1.Length == s2.Length)) {
|
|
|
|
|
|
s1.Position = 0;
|
|
|
|
|
|
s2.Position = 0;
|
|
|
|
|
|
for (; ((s1.Position != s1.Length)
|
|
|
|
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
|
;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((s1.Position == s1.Length)) {
|
|
|
|
|
|
return type;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
finally {
|
|
|
|
|
|
if ((s1 != null)) {
|
|
|
|
|
|
s1.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((s2 != null)) {
|
|
|
|
|
|
s2.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
xs.Add(dsSchema);
|
|
|
|
|
|
return type;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public delegate void LocalVisitsRowChangeEventHandler(object sender, LocalVisitsRowChangeEvent e);
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public delegate void CentralVisitsRowChangeEventHandler(object sender, CentralVisitsRowChangeEvent e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents the strongly named DataTable class.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
|
public partial class LocalVisitsDataTable : global::System.Data.TypedTableBase<LocalVisitsRow> {
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Station;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Visit;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnInst_CODE;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPersID;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Task;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnEntryTime;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnReturnTime;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Dose;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Dose;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Total;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Total;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Peak;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Peak;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Time;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Time;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_EPD;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnQualityData;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK1;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK2;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK3;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK4;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK5;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK6;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnSG;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBC;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnFB;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHG;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnalarmStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnotherAlarms;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnerrorStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnoperatingStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisBG;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisComplete;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisDeleted;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisAlarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisAlarmCleared;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisManualExit;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Station_Return;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnENTRY_EPD_CLOCK;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnEXIT_EPD_CLOCK;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTIME_LOST;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnVisitStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnsyncedEntry;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnsyncedExit;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnepdType;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnepdID;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosBatteryWarning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose07Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose07Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate07Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate07Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose10Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose10Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate10Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate10Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsDataTable() {
|
|
|
|
|
|
this.TableName = "LocalVisits";
|
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
|
this.InitClass();
|
|
|
|
|
|
this.EndInit();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal LocalVisitsDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
|
this.TableName = table.TableName;
|
|
|
|
|
|
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
|
this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
|
this.Locale = table.Locale;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
|
this.Namespace = table.Namespace;
|
|
|
|
|
|
}
|
|
|
|
|
|
this.Prefix = table.Prefix;
|
|
|
|
|
|
this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected LocalVisitsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
|
base(info, context) {
|
|
|
|
|
|
this.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_StationColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Station;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_VisitColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Visit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Inst_CODEColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnInst_CODE;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn PersIDColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnPersID;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_TaskColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Task;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn EntryTimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnEntryTime;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ReturnTimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnReturnTime;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10DoseColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Dose;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07DoseColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Dose;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10TotalColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Total;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07TotalColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Total;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10PeakColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Peak;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07PeakColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Peak;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10TimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Time;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07TimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Time;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_EPDColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_EPD;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn QualityDataColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnQualityData;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K1Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK1;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K2Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK2;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K3Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK3;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K4Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK4;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K5Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK5;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K6Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK6;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn SGColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnSG;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn BCColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnBC;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn FBColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnFB;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn HGColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHG;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn alarmStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnalarmStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn otherAlarmsColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnotherAlarms;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn errorStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnerrorStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn operatingStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnoperatingStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isBGColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisBG;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isCompleteColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisComplete;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isDeletedColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisDeleted;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isAlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisAlarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isAlarmClearedColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisAlarmCleared;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isManualExitColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisManualExit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_Station_ReturnColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Station_Return;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ENTRY_EPD_CLOCKColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnENTRY_EPD_CLOCK;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn EXIT_EPD_CLOCKColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnEXIT_EPD_CLOCK;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn TIME_LOSTColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnTIME_LOST;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn VisitStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnVisitStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn syncedEntryColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnsyncedEntry;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn syncedExitColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnsyncedExit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn epdTypeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnepdType;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn epdIDColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnepdID;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosBatteryWarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosBatteryWarning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose07WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose07Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose07AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose07Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate07WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate07Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate07AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate07Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose10WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose10Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose10AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose10Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate10WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate10Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate10AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate10Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
|
public int Count {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.Rows.Count;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsRow this[int index] {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((LocalVisitsRow)(this.Rows[index]));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event LocalVisitsRowChangeEventHandler LocalVisitsRowChanging;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event LocalVisitsRowChangeEventHandler LocalVisitsRowChanged;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event LocalVisitsRowChangeEventHandler LocalVisitsRowDeleting;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event LocalVisitsRowChangeEventHandler LocalVisitsRowDeleted;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void AddLocalVisitsRow(LocalVisitsRow row) {
|
|
|
|
|
|
this.Rows.Add(row);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsRow AddLocalVisitsRow(
|
|
|
|
|
|
int ID_Station,
|
|
|
|
|
|
int ID_Visit,
|
|
|
|
|
|
int Inst_CODE,
|
|
|
|
|
|
int PersID,
|
|
|
|
|
|
int ID_Task,
|
|
|
|
|
|
System.DateTime EntryTime,
|
|
|
|
|
|
System.DateTime ReturnTime,
|
|
|
|
|
|
double Hp10Dose,
|
|
|
|
|
|
double Hp07Dose,
|
|
|
|
|
|
double Hp10Total,
|
|
|
|
|
|
double Hp07Total,
|
|
|
|
|
|
double Hp10Peak,
|
|
|
|
|
|
double Hp07Peak,
|
|
|
|
|
|
System.DateTime Hp10Time,
|
|
|
|
|
|
System.DateTime Hp07Time,
|
|
|
|
|
|
int ID_EPD,
|
|
|
|
|
|
int QualityData,
|
|
|
|
|
|
int K1,
|
|
|
|
|
|
int K2,
|
|
|
|
|
|
int K3,
|
|
|
|
|
|
int K4,
|
|
|
|
|
|
int K5,
|
|
|
|
|
|
int K6,
|
|
|
|
|
|
int SG,
|
|
|
|
|
|
int BC,
|
|
|
|
|
|
int FB,
|
|
|
|
|
|
int HG,
|
|
|
|
|
|
int alarmStatus,
|
|
|
|
|
|
int otherAlarms,
|
|
|
|
|
|
int errorStatus,
|
|
|
|
|
|
int operatingStatus,
|
|
|
|
|
|
bool isBG,
|
|
|
|
|
|
bool isComplete,
|
|
|
|
|
|
bool isDeleted,
|
|
|
|
|
|
bool isAlarm,
|
|
|
|
|
|
bool isAlarmCleared,
|
|
|
|
|
|
bool isManualExit,
|
|
|
|
|
|
int ID_Station_Return,
|
|
|
|
|
|
decimal ENTRY_EPD_CLOCK,
|
|
|
|
|
|
decimal EXIT_EPD_CLOCK,
|
|
|
|
|
|
int TIME_LOST,
|
|
|
|
|
|
byte VisitStatus,
|
|
|
|
|
|
bool syncedEntry,
|
|
|
|
|
|
bool syncedExit,
|
|
|
|
|
|
byte epdType,
|
|
|
|
|
|
int epdID,
|
|
|
|
|
|
bool eDosBatteryWarning,
|
|
|
|
|
|
bool eDosDose07Warning,
|
|
|
|
|
|
bool eDosDose07Alarm,
|
|
|
|
|
|
bool eDosRate07Warning,
|
|
|
|
|
|
bool eDosRate07Alarm,
|
|
|
|
|
|
bool eDosDose10Warning,
|
|
|
|
|
|
bool eDosDose10Alarm,
|
|
|
|
|
|
bool eDosRate10Warning,
|
|
|
|
|
|
bool eDosRate10Alarm) {
|
|
|
|
|
|
LocalVisitsRow rowLocalVisitsRow = ((LocalVisitsRow)(this.NewRow()));
|
|
|
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
|
|
|
ID_Station,
|
|
|
|
|
|
ID_Visit,
|
|
|
|
|
|
Inst_CODE,
|
|
|
|
|
|
PersID,
|
|
|
|
|
|
ID_Task,
|
|
|
|
|
|
EntryTime,
|
|
|
|
|
|
ReturnTime,
|
|
|
|
|
|
Hp10Dose,
|
|
|
|
|
|
Hp07Dose,
|
|
|
|
|
|
Hp10Total,
|
|
|
|
|
|
Hp07Total,
|
|
|
|
|
|
Hp10Peak,
|
|
|
|
|
|
Hp07Peak,
|
|
|
|
|
|
Hp10Time,
|
|
|
|
|
|
Hp07Time,
|
|
|
|
|
|
ID_EPD,
|
|
|
|
|
|
QualityData,
|
|
|
|
|
|
K1,
|
|
|
|
|
|
K2,
|
|
|
|
|
|
K3,
|
|
|
|
|
|
K4,
|
|
|
|
|
|
K5,
|
|
|
|
|
|
K6,
|
|
|
|
|
|
SG,
|
|
|
|
|
|
BC,
|
|
|
|
|
|
FB,
|
|
|
|
|
|
HG,
|
|
|
|
|
|
alarmStatus,
|
|
|
|
|
|
otherAlarms,
|
|
|
|
|
|
errorStatus,
|
|
|
|
|
|
operatingStatus,
|
|
|
|
|
|
isBG,
|
|
|
|
|
|
isComplete,
|
|
|
|
|
|
isDeleted,
|
|
|
|
|
|
isAlarm,
|
|
|
|
|
|
isAlarmCleared,
|
|
|
|
|
|
isManualExit,
|
|
|
|
|
|
ID_Station_Return,
|
|
|
|
|
|
ENTRY_EPD_CLOCK,
|
|
|
|
|
|
EXIT_EPD_CLOCK,
|
|
|
|
|
|
TIME_LOST,
|
|
|
|
|
|
VisitStatus,
|
|
|
|
|
|
syncedEntry,
|
|
|
|
|
|
syncedExit,
|
|
|
|
|
|
epdType,
|
|
|
|
|
|
epdID,
|
|
|
|
|
|
eDosBatteryWarning,
|
|
|
|
|
|
eDosDose07Warning,
|
|
|
|
|
|
eDosDose07Alarm,
|
|
|
|
|
|
eDosRate07Warning,
|
|
|
|
|
|
eDosRate07Alarm,
|
|
|
|
|
|
eDosDose10Warning,
|
|
|
|
|
|
eDosDose10Alarm,
|
|
|
|
|
|
eDosRate10Warning,
|
|
|
|
|
|
eDosRate10Alarm};
|
|
|
|
|
|
rowLocalVisitsRow.ItemArray = columnValuesArray;
|
|
|
|
|
|
this.Rows.Add(rowLocalVisitsRow);
|
|
|
|
|
|
return rowLocalVisitsRow;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsRow FindByID_StationID_Visit(int ID_Station, int ID_Visit) {
|
|
|
|
|
|
return ((LocalVisitsRow)(this.Rows.Find(new object[] {
|
|
|
|
|
|
ID_Station,
|
|
|
|
|
|
ID_Visit})));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
|
|
|
LocalVisitsDataTable cln = ((LocalVisitsDataTable)(base.Clone()));
|
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
|
return cln;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
|
return new LocalVisitsDataTable();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal void InitVars() {
|
|
|
|
|
|
this.columnID_Station = base.Columns["ID_Station"];
|
|
|
|
|
|
this.columnID_Visit = base.Columns["ID_Visit"];
|
|
|
|
|
|
this.columnInst_CODE = base.Columns["Inst_CODE"];
|
|
|
|
|
|
this.columnPersID = base.Columns["PersID"];
|
|
|
|
|
|
this.columnID_Task = base.Columns["ID_Task"];
|
|
|
|
|
|
this.columnEntryTime = base.Columns["EntryTime"];
|
|
|
|
|
|
this.columnReturnTime = base.Columns["ReturnTime"];
|
|
|
|
|
|
this.columnHp10Dose = base.Columns["Hp10Dose"];
|
|
|
|
|
|
this.columnHp07Dose = base.Columns["Hp07Dose"];
|
|
|
|
|
|
this.columnHp10Total = base.Columns["Hp10Total"];
|
|
|
|
|
|
this.columnHp07Total = base.Columns["Hp07Total"];
|
|
|
|
|
|
this.columnHp10Peak = base.Columns["Hp10Peak"];
|
|
|
|
|
|
this.columnHp07Peak = base.Columns["Hp07Peak"];
|
|
|
|
|
|
this.columnHp10Time = base.Columns["Hp10Time"];
|
|
|
|
|
|
this.columnHp07Time = base.Columns["Hp07Time"];
|
|
|
|
|
|
this.columnID_EPD = base.Columns["ID_EPD"];
|
|
|
|
|
|
this.columnQualityData = base.Columns["QualityData"];
|
|
|
|
|
|
this.columnK1 = base.Columns["K1"];
|
|
|
|
|
|
this.columnK2 = base.Columns["K2"];
|
|
|
|
|
|
this.columnK3 = base.Columns["K3"];
|
|
|
|
|
|
this.columnK4 = base.Columns["K4"];
|
|
|
|
|
|
this.columnK5 = base.Columns["K5"];
|
|
|
|
|
|
this.columnK6 = base.Columns["K6"];
|
|
|
|
|
|
this.columnSG = base.Columns["SG"];
|
|
|
|
|
|
this.columnBC = base.Columns["BC"];
|
|
|
|
|
|
this.columnFB = base.Columns["FB"];
|
|
|
|
|
|
this.columnHG = base.Columns["HG"];
|
|
|
|
|
|
this.columnalarmStatus = base.Columns["alarmStatus"];
|
|
|
|
|
|
this.columnotherAlarms = base.Columns["otherAlarms"];
|
|
|
|
|
|
this.columnerrorStatus = base.Columns["errorStatus"];
|
|
|
|
|
|
this.columnoperatingStatus = base.Columns["operatingStatus"];
|
|
|
|
|
|
this.columnisBG = base.Columns["isBG"];
|
|
|
|
|
|
this.columnisComplete = base.Columns["isComplete"];
|
|
|
|
|
|
this.columnisDeleted = base.Columns["isDeleted"];
|
|
|
|
|
|
this.columnisAlarm = base.Columns["isAlarm"];
|
|
|
|
|
|
this.columnisAlarmCleared = base.Columns["isAlarmCleared"];
|
|
|
|
|
|
this.columnisManualExit = base.Columns["isManualExit"];
|
|
|
|
|
|
this.columnID_Station_Return = base.Columns["ID_Station_Return"];
|
|
|
|
|
|
this.columnENTRY_EPD_CLOCK = base.Columns["ENTRY_EPD_CLOCK"];
|
|
|
|
|
|
this.columnEXIT_EPD_CLOCK = base.Columns["EXIT_EPD_CLOCK"];
|
|
|
|
|
|
this.columnTIME_LOST = base.Columns["TIME_LOST"];
|
|
|
|
|
|
this.columnVisitStatus = base.Columns["VisitStatus"];
|
|
|
|
|
|
this.columnsyncedEntry = base.Columns["syncedEntry"];
|
|
|
|
|
|
this.columnsyncedExit = base.Columns["syncedExit"];
|
|
|
|
|
|
this.columnepdType = base.Columns["epdType"];
|
|
|
|
|
|
this.columnepdID = base.Columns["epdID"];
|
|
|
|
|
|
this.columneDosBatteryWarning = base.Columns["eDosBatteryWarning"];
|
|
|
|
|
|
this.columneDosDose07Warning = base.Columns["eDosDose07Warning"];
|
|
|
|
|
|
this.columneDosDose07Alarm = base.Columns["eDosDose07Alarm"];
|
|
|
|
|
|
this.columneDosRate07Warning = base.Columns["eDosRate07Warning"];
|
|
|
|
|
|
this.columneDosRate07Alarm = base.Columns["eDosRate07Alarm"];
|
|
|
|
|
|
this.columneDosDose10Warning = base.Columns["eDosDose10Warning"];
|
|
|
|
|
|
this.columneDosDose10Alarm = base.Columns["eDosDose10Alarm"];
|
|
|
|
|
|
this.columneDosRate10Warning = base.Columns["eDosRate10Warning"];
|
|
|
|
|
|
this.columneDosRate10Alarm = base.Columns["eDosRate10Alarm"];
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitClass() {
|
|
|
|
|
|
this.columnID_Station = new global::System.Data.DataColumn("ID_Station", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Station);
|
|
|
|
|
|
this.columnID_Visit = new global::System.Data.DataColumn("ID_Visit", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Visit);
|
|
|
|
|
|
this.columnInst_CODE = new global::System.Data.DataColumn("Inst_CODE", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnInst_CODE);
|
|
|
|
|
|
this.columnPersID = new global::System.Data.DataColumn("PersID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnPersID);
|
|
|
|
|
|
this.columnID_Task = new global::System.Data.DataColumn("ID_Task", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Task);
|
|
|
|
|
|
this.columnEntryTime = new global::System.Data.DataColumn("EntryTime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnEntryTime);
|
|
|
|
|
|
this.columnReturnTime = new global::System.Data.DataColumn("ReturnTime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnReturnTime);
|
|
|
|
|
|
this.columnHp10Dose = new global::System.Data.DataColumn("Hp10Dose", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Dose);
|
|
|
|
|
|
this.columnHp07Dose = new global::System.Data.DataColumn("Hp07Dose", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Dose);
|
|
|
|
|
|
this.columnHp10Total = new global::System.Data.DataColumn("Hp10Total", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Total);
|
|
|
|
|
|
this.columnHp07Total = new global::System.Data.DataColumn("Hp07Total", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Total);
|
|
|
|
|
|
this.columnHp10Peak = new global::System.Data.DataColumn("Hp10Peak", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Peak);
|
|
|
|
|
|
this.columnHp07Peak = new global::System.Data.DataColumn("Hp07Peak", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Peak);
|
|
|
|
|
|
this.columnHp10Time = new global::System.Data.DataColumn("Hp10Time", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Time);
|
|
|
|
|
|
this.columnHp07Time = new global::System.Data.DataColumn("Hp07Time", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Time);
|
|
|
|
|
|
this.columnID_EPD = new global::System.Data.DataColumn("ID_EPD", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_EPD);
|
|
|
|
|
|
this.columnQualityData = new global::System.Data.DataColumn("QualityData", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnQualityData);
|
|
|
|
|
|
this.columnK1 = new global::System.Data.DataColumn("K1", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK1);
|
|
|
|
|
|
this.columnK2 = new global::System.Data.DataColumn("K2", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK2);
|
|
|
|
|
|
this.columnK3 = new global::System.Data.DataColumn("K3", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK3);
|
|
|
|
|
|
this.columnK4 = new global::System.Data.DataColumn("K4", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK4);
|
|
|
|
|
|
this.columnK5 = new global::System.Data.DataColumn("K5", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK5);
|
|
|
|
|
|
this.columnK6 = new global::System.Data.DataColumn("K6", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK6);
|
|
|
|
|
|
this.columnSG = new global::System.Data.DataColumn("SG", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnSG);
|
|
|
|
|
|
this.columnBC = new global::System.Data.DataColumn("BC", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnBC);
|
|
|
|
|
|
this.columnFB = new global::System.Data.DataColumn("FB", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnFB);
|
|
|
|
|
|
this.columnHG = new global::System.Data.DataColumn("HG", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHG);
|
|
|
|
|
|
this.columnalarmStatus = new global::System.Data.DataColumn("alarmStatus", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnalarmStatus);
|
|
|
|
|
|
this.columnotherAlarms = new global::System.Data.DataColumn("otherAlarms", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnotherAlarms);
|
|
|
|
|
|
this.columnerrorStatus = new global::System.Data.DataColumn("errorStatus", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnerrorStatus);
|
|
|
|
|
|
this.columnoperatingStatus = new global::System.Data.DataColumn("operatingStatus", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnoperatingStatus);
|
|
|
|
|
|
this.columnisBG = new global::System.Data.DataColumn("isBG", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisBG);
|
|
|
|
|
|
this.columnisComplete = new global::System.Data.DataColumn("isComplete", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisComplete);
|
|
|
|
|
|
this.columnisDeleted = new global::System.Data.DataColumn("isDeleted", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisDeleted);
|
|
|
|
|
|
this.columnisAlarm = new global::System.Data.DataColumn("isAlarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisAlarm);
|
|
|
|
|
|
this.columnisAlarmCleared = new global::System.Data.DataColumn("isAlarmCleared", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisAlarmCleared);
|
|
|
|
|
|
this.columnisManualExit = new global::System.Data.DataColumn("isManualExit", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisManualExit);
|
|
|
|
|
|
this.columnID_Station_Return = new global::System.Data.DataColumn("ID_Station_Return", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Station_Return);
|
|
|
|
|
|
this.columnENTRY_EPD_CLOCK = new global::System.Data.DataColumn("ENTRY_EPD_CLOCK", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnENTRY_EPD_CLOCK);
|
|
|
|
|
|
this.columnEXIT_EPD_CLOCK = new global::System.Data.DataColumn("EXIT_EPD_CLOCK", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnEXIT_EPD_CLOCK);
|
|
|
|
|
|
this.columnTIME_LOST = new global::System.Data.DataColumn("TIME_LOST", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnTIME_LOST);
|
|
|
|
|
|
this.columnVisitStatus = new global::System.Data.DataColumn("VisitStatus", typeof(byte), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnVisitStatus);
|
|
|
|
|
|
this.columnsyncedEntry = new global::System.Data.DataColumn("syncedEntry", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnsyncedEntry);
|
|
|
|
|
|
this.columnsyncedExit = new global::System.Data.DataColumn("syncedExit", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnsyncedExit);
|
|
|
|
|
|
this.columnepdType = new global::System.Data.DataColumn("epdType", typeof(byte), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnepdType);
|
|
|
|
|
|
this.columnepdID = new global::System.Data.DataColumn("epdID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnepdID);
|
|
|
|
|
|
this.columneDosBatteryWarning = new global::System.Data.DataColumn("eDosBatteryWarning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosBatteryWarning);
|
|
|
|
|
|
this.columneDosDose07Warning = new global::System.Data.DataColumn("eDosDose07Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose07Warning);
|
|
|
|
|
|
this.columneDosDose07Alarm = new global::System.Data.DataColumn("eDosDose07Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose07Alarm);
|
|
|
|
|
|
this.columneDosRate07Warning = new global::System.Data.DataColumn("eDosRate07Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate07Warning);
|
|
|
|
|
|
this.columneDosRate07Alarm = new global::System.Data.DataColumn("eDosRate07Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate07Alarm);
|
|
|
|
|
|
this.columneDosDose10Warning = new global::System.Data.DataColumn("eDosDose10Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose10Warning);
|
|
|
|
|
|
this.columneDosDose10Alarm = new global::System.Data.DataColumn("eDosDose10Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose10Alarm);
|
|
|
|
|
|
this.columneDosRate10Warning = new global::System.Data.DataColumn("eDosRate10Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate10Warning);
|
|
|
|
|
|
this.columneDosRate10Alarm = new global::System.Data.DataColumn("eDosRate10Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate10Alarm);
|
|
|
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
|
this.columnID_Station,
|
|
|
|
|
|
this.columnID_Visit}, true));
|
|
|
|
|
|
this.columnID_Station.AllowDBNull = false;
|
|
|
|
|
|
this.columnID_Visit.AllowDBNull = false;
|
|
|
|
|
|
this.columnInst_CODE.AllowDBNull = false;
|
|
|
|
|
|
this.columnisComplete.AllowDBNull = false;
|
|
|
|
|
|
this.columnisDeleted.AllowDBNull = false;
|
|
|
|
|
|
this.columnisAlarm.AllowDBNull = false;
|
|
|
|
|
|
this.columnisAlarmCleared.AllowDBNull = false;
|
|
|
|
|
|
this.columnisManualExit.AllowDBNull = false;
|
|
|
|
|
|
this.columnVisitStatus.ReadOnly = true;
|
|
|
|
|
|
this.columnsyncedEntry.AllowDBNull = false;
|
|
|
|
|
|
this.columnsyncedExit.AllowDBNull = false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsRow NewLocalVisitsRow() {
|
|
|
|
|
|
return ((LocalVisitsRow)(this.NewRow()));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
|
return new LocalVisitsRow(builder);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
|
|
|
return typeof(LocalVisitsRow);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowChanged(e);
|
|
|
|
|
|
if ((this.LocalVisitsRowChanged != null)) {
|
|
|
|
|
|
this.LocalVisitsRowChanged(this, new LocalVisitsRowChangeEvent(((LocalVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowChanging(e);
|
|
|
|
|
|
if ((this.LocalVisitsRowChanging != null)) {
|
|
|
|
|
|
this.LocalVisitsRowChanging(this, new LocalVisitsRowChangeEvent(((LocalVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowDeleted(e);
|
|
|
|
|
|
if ((this.LocalVisitsRowDeleted != null)) {
|
|
|
|
|
|
this.LocalVisitsRowDeleted(this, new LocalVisitsRowChangeEvent(((LocalVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowDeleting(e);
|
|
|
|
|
|
if ((this.LocalVisitsRowDeleting != null)) {
|
|
|
|
|
|
this.LocalVisitsRowDeleting(this, new LocalVisitsRowChangeEvent(((LocalVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void RemoveLocalVisitsRow(LocalVisitsRow row) {
|
|
|
|
|
|
this.Rows.Remove(row);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
|
DataSet1 ds = new DataSet1();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
|
any1.MinOccurs = new decimal(0);
|
|
|
|
|
|
any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
|
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
|
sequence.Items.Add(any1);
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
|
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
|
any2.MinOccurs = new decimal(1);
|
|
|
|
|
|
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
|
sequence.Items.Add(any2);
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
|
attribute1.Name = "namespace";
|
|
|
|
|
|
attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
|
type.Attributes.Add(attribute1);
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
|
attribute2.Name = "tableTypeName";
|
|
|
|
|
|
attribute2.FixedValue = "LocalVisitsDataTable";
|
|
|
|
|
|
type.Attributes.Add(attribute2);
|
|
|
|
|
|
type.Particle = sequence;
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
|
try {
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
|
dsSchema.Write(s1);
|
|
|
|
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
|
s2.SetLength(0);
|
|
|
|
|
|
schema.Write(s2);
|
|
|
|
|
|
if ((s1.Length == s2.Length)) {
|
|
|
|
|
|
s1.Position = 0;
|
|
|
|
|
|
s2.Position = 0;
|
|
|
|
|
|
for (; ((s1.Position != s1.Length)
|
|
|
|
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
|
;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((s1.Position == s1.Length)) {
|
|
|
|
|
|
return type;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
finally {
|
|
|
|
|
|
if ((s1 != null)) {
|
|
|
|
|
|
s1.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((s2 != null)) {
|
|
|
|
|
|
s2.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
xs.Add(dsSchema);
|
|
|
|
|
|
return type;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents the strongly named DataTable class.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Serializable()]
|
|
|
|
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
|
|
|
|
public partial class CentralVisitsDataTable : global::System.Data.TypedTableBase<CentralVisitsRow> {
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Station;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Visit;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnInst_CODE;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnPersID;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Task;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnEntryTime;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnReturnTime;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Dose;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Dose;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Total;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Total;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Peak;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Peak;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp10Time;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHp07Time;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_EPD;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnQualityData;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK1;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK2;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK3;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK4;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK5;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnK6;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnSG;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnBC;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnFB;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnHG;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnalarmStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnotherAlarms;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnerrorStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnoperatingStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisBG;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisComplete;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisDeleted;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisAlarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisAlarmCleared;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnisManualExit;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnID_Station_Return;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnENTRY_EPD_CLOCK;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnEXIT_EPD_CLOCK;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnTIME_LOST;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnVisitStatus;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnsyncedEntry;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnsyncedExit;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columnepdType;
|
|
|
|
|
|
|
2022-04-15 11:39:11 +02:00
|
|
|
|
private global::System.Data.DataColumn columnepdID;
|
|
|
|
|
|
|
2022-04-14 15:09:25 +02:00
|
|
|
|
private global::System.Data.DataColumn columneDosBatteryWarning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose07Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose07Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate07Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate07Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose10Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosDose10Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate10Warning;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataColumn columneDosRate10Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsDataTable() {
|
|
|
|
|
|
this.TableName = "CentralVisits";
|
|
|
|
|
|
this.BeginInit();
|
|
|
|
|
|
this.InitClass();
|
|
|
|
|
|
this.EndInit();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal CentralVisitsDataTable(global::System.Data.DataTable table) {
|
|
|
|
|
|
this.TableName = table.TableName;
|
|
|
|
|
|
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
|
|
|
|
this.CaseSensitive = table.CaseSensitive;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
|
|
|
|
this.Locale = table.Locale;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((table.Namespace != table.DataSet.Namespace)) {
|
|
|
|
|
|
this.Namespace = table.Namespace;
|
|
|
|
|
|
}
|
|
|
|
|
|
this.Prefix = table.Prefix;
|
|
|
|
|
|
this.MinimumCapacity = table.MinimumCapacity;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected CentralVisitsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
|
|
|
|
base(info, context) {
|
|
|
|
|
|
this.InitVars();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_StationColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Station;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_VisitColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Visit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Inst_CODEColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnInst_CODE;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn PersIDColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnPersID;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_TaskColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Task;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn EntryTimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnEntryTime;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ReturnTimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnReturnTime;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10DoseColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Dose;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07DoseColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Dose;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10TotalColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Total;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07TotalColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Total;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10PeakColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Peak;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07PeakColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Peak;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp10TimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp10Time;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn Hp07TimeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHp07Time;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_EPDColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_EPD;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn QualityDataColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnQualityData;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K1Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK1;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K2Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK2;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K3Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK3;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K4Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK4;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K5Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK5;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn K6Column {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnK6;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn SGColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnSG;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn BCColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnBC;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn FBColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnFB;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn HGColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnHG;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn alarmStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnalarmStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn otherAlarmsColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnotherAlarms;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn errorStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnerrorStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn operatingStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnoperatingStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isBGColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisBG;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isCompleteColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisComplete;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isDeletedColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisDeleted;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isAlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisAlarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isAlarmClearedColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisAlarmCleared;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn isManualExitColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnisManualExit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ID_Station_ReturnColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnID_Station_Return;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn ENTRY_EPD_CLOCKColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnENTRY_EPD_CLOCK;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn EXIT_EPD_CLOCKColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnEXIT_EPD_CLOCK;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn TIME_LOSTColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnTIME_LOST;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn VisitStatusColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnVisitStatus;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn syncedEntryColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnsyncedEntry;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn syncedExitColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnsyncedExit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn epdTypeColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnepdType;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-15 11:39:11 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn epdIDColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columnepdID;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-14 15:09:25 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosBatteryWarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosBatteryWarning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose07WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose07Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose07AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose07Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate07WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate07Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate07AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate07Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose10WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose10Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosDose10AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosDose10Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate10WarningColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate10Warning;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataColumn eDosRate10AlarmColumn {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.columneDosRate10Alarm;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
|
public int Count {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.Rows.Count;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsRow this[int index] {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((CentralVisitsRow)(this.Rows[index]));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event CentralVisitsRowChangeEventHandler CentralVisitsRowChanging;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event CentralVisitsRowChangeEventHandler CentralVisitsRowChanged;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event CentralVisitsRowChangeEventHandler CentralVisitsRowDeleting;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public event CentralVisitsRowChangeEventHandler CentralVisitsRowDeleted;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void AddCentralVisitsRow(CentralVisitsRow row) {
|
|
|
|
|
|
this.Rows.Add(row);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsRow AddCentralVisitsRow(
|
|
|
|
|
|
int ID_Station,
|
|
|
|
|
|
int ID_Visit,
|
|
|
|
|
|
int Inst_CODE,
|
|
|
|
|
|
int PersID,
|
|
|
|
|
|
int ID_Task,
|
|
|
|
|
|
System.DateTime EntryTime,
|
|
|
|
|
|
System.DateTime ReturnTime,
|
|
|
|
|
|
double Hp10Dose,
|
|
|
|
|
|
double Hp07Dose,
|
|
|
|
|
|
double Hp10Total,
|
|
|
|
|
|
double Hp07Total,
|
|
|
|
|
|
double Hp10Peak,
|
|
|
|
|
|
double Hp07Peak,
|
|
|
|
|
|
System.DateTime Hp10Time,
|
|
|
|
|
|
System.DateTime Hp07Time,
|
|
|
|
|
|
int ID_EPD,
|
|
|
|
|
|
int QualityData,
|
|
|
|
|
|
int K1,
|
|
|
|
|
|
int K2,
|
|
|
|
|
|
int K3,
|
|
|
|
|
|
int K4,
|
|
|
|
|
|
int K5,
|
|
|
|
|
|
int K6,
|
|
|
|
|
|
int SG,
|
|
|
|
|
|
int BC,
|
|
|
|
|
|
int FB,
|
|
|
|
|
|
int HG,
|
|
|
|
|
|
int alarmStatus,
|
|
|
|
|
|
int otherAlarms,
|
|
|
|
|
|
int errorStatus,
|
|
|
|
|
|
int operatingStatus,
|
|
|
|
|
|
bool isBG,
|
|
|
|
|
|
bool isComplete,
|
|
|
|
|
|
bool isDeleted,
|
|
|
|
|
|
bool isAlarm,
|
|
|
|
|
|
bool isAlarmCleared,
|
|
|
|
|
|
bool isManualExit,
|
|
|
|
|
|
int ID_Station_Return,
|
|
|
|
|
|
decimal ENTRY_EPD_CLOCK,
|
|
|
|
|
|
decimal EXIT_EPD_CLOCK,
|
|
|
|
|
|
int TIME_LOST,
|
|
|
|
|
|
byte VisitStatus,
|
|
|
|
|
|
bool syncedEntry,
|
|
|
|
|
|
bool syncedExit,
|
|
|
|
|
|
byte epdType,
|
2022-04-15 11:39:11 +02:00
|
|
|
|
int epdID,
|
2022-04-14 15:09:25 +02:00
|
|
|
|
bool eDosBatteryWarning,
|
|
|
|
|
|
bool eDosDose07Warning,
|
|
|
|
|
|
bool eDosDose07Alarm,
|
|
|
|
|
|
bool eDosRate07Warning,
|
|
|
|
|
|
bool eDosRate07Alarm,
|
|
|
|
|
|
bool eDosDose10Warning,
|
|
|
|
|
|
bool eDosDose10Alarm,
|
|
|
|
|
|
bool eDosRate10Warning,
|
2022-04-15 11:39:11 +02:00
|
|
|
|
bool eDosRate10Alarm) {
|
2022-04-14 15:09:25 +02:00
|
|
|
|
CentralVisitsRow rowCentralVisitsRow = ((CentralVisitsRow)(this.NewRow()));
|
|
|
|
|
|
object[] columnValuesArray = new object[] {
|
|
|
|
|
|
ID_Station,
|
|
|
|
|
|
ID_Visit,
|
|
|
|
|
|
Inst_CODE,
|
|
|
|
|
|
PersID,
|
|
|
|
|
|
ID_Task,
|
|
|
|
|
|
EntryTime,
|
|
|
|
|
|
ReturnTime,
|
|
|
|
|
|
Hp10Dose,
|
|
|
|
|
|
Hp07Dose,
|
|
|
|
|
|
Hp10Total,
|
|
|
|
|
|
Hp07Total,
|
|
|
|
|
|
Hp10Peak,
|
|
|
|
|
|
Hp07Peak,
|
|
|
|
|
|
Hp10Time,
|
|
|
|
|
|
Hp07Time,
|
|
|
|
|
|
ID_EPD,
|
|
|
|
|
|
QualityData,
|
|
|
|
|
|
K1,
|
|
|
|
|
|
K2,
|
|
|
|
|
|
K3,
|
|
|
|
|
|
K4,
|
|
|
|
|
|
K5,
|
|
|
|
|
|
K6,
|
|
|
|
|
|
SG,
|
|
|
|
|
|
BC,
|
|
|
|
|
|
FB,
|
|
|
|
|
|
HG,
|
|
|
|
|
|
alarmStatus,
|
|
|
|
|
|
otherAlarms,
|
|
|
|
|
|
errorStatus,
|
|
|
|
|
|
operatingStatus,
|
|
|
|
|
|
isBG,
|
|
|
|
|
|
isComplete,
|
|
|
|
|
|
isDeleted,
|
|
|
|
|
|
isAlarm,
|
|
|
|
|
|
isAlarmCleared,
|
|
|
|
|
|
isManualExit,
|
|
|
|
|
|
ID_Station_Return,
|
|
|
|
|
|
ENTRY_EPD_CLOCK,
|
|
|
|
|
|
EXIT_EPD_CLOCK,
|
|
|
|
|
|
TIME_LOST,
|
|
|
|
|
|
VisitStatus,
|
|
|
|
|
|
syncedEntry,
|
|
|
|
|
|
syncedExit,
|
|
|
|
|
|
epdType,
|
2022-04-15 11:39:11 +02:00
|
|
|
|
epdID,
|
2022-04-14 15:09:25 +02:00
|
|
|
|
eDosBatteryWarning,
|
|
|
|
|
|
eDosDose07Warning,
|
|
|
|
|
|
eDosDose07Alarm,
|
|
|
|
|
|
eDosRate07Warning,
|
|
|
|
|
|
eDosRate07Alarm,
|
|
|
|
|
|
eDosDose10Warning,
|
|
|
|
|
|
eDosDose10Alarm,
|
|
|
|
|
|
eDosRate10Warning,
|
2022-04-15 11:39:11 +02:00
|
|
|
|
eDosRate10Alarm};
|
2022-04-14 15:09:25 +02:00
|
|
|
|
rowCentralVisitsRow.ItemArray = columnValuesArray;
|
|
|
|
|
|
this.Rows.Add(rowCentralVisitsRow);
|
|
|
|
|
|
return rowCentralVisitsRow;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsRow FindByID_StationID_Visit(int ID_Station, int ID_Visit) {
|
|
|
|
|
|
return ((CentralVisitsRow)(this.Rows.Find(new object[] {
|
|
|
|
|
|
ID_Station,
|
|
|
|
|
|
ID_Visit})));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public override global::System.Data.DataTable Clone() {
|
|
|
|
|
|
CentralVisitsDataTable cln = ((CentralVisitsDataTable)(base.Clone()));
|
|
|
|
|
|
cln.InitVars();
|
|
|
|
|
|
return cln;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
|
|
|
|
return new CentralVisitsDataTable();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal void InitVars() {
|
|
|
|
|
|
this.columnID_Station = base.Columns["ID_Station"];
|
|
|
|
|
|
this.columnID_Visit = base.Columns["ID_Visit"];
|
|
|
|
|
|
this.columnInst_CODE = base.Columns["Inst_CODE"];
|
|
|
|
|
|
this.columnPersID = base.Columns["PersID"];
|
|
|
|
|
|
this.columnID_Task = base.Columns["ID_Task"];
|
|
|
|
|
|
this.columnEntryTime = base.Columns["EntryTime"];
|
|
|
|
|
|
this.columnReturnTime = base.Columns["ReturnTime"];
|
|
|
|
|
|
this.columnHp10Dose = base.Columns["Hp10Dose"];
|
|
|
|
|
|
this.columnHp07Dose = base.Columns["Hp07Dose"];
|
|
|
|
|
|
this.columnHp10Total = base.Columns["Hp10Total"];
|
|
|
|
|
|
this.columnHp07Total = base.Columns["Hp07Total"];
|
|
|
|
|
|
this.columnHp10Peak = base.Columns["Hp10Peak"];
|
|
|
|
|
|
this.columnHp07Peak = base.Columns["Hp07Peak"];
|
|
|
|
|
|
this.columnHp10Time = base.Columns["Hp10Time"];
|
|
|
|
|
|
this.columnHp07Time = base.Columns["Hp07Time"];
|
|
|
|
|
|
this.columnID_EPD = base.Columns["ID_EPD"];
|
|
|
|
|
|
this.columnQualityData = base.Columns["QualityData"];
|
|
|
|
|
|
this.columnK1 = base.Columns["K1"];
|
|
|
|
|
|
this.columnK2 = base.Columns["K2"];
|
|
|
|
|
|
this.columnK3 = base.Columns["K3"];
|
|
|
|
|
|
this.columnK4 = base.Columns["K4"];
|
|
|
|
|
|
this.columnK5 = base.Columns["K5"];
|
|
|
|
|
|
this.columnK6 = base.Columns["K6"];
|
|
|
|
|
|
this.columnSG = base.Columns["SG"];
|
|
|
|
|
|
this.columnBC = base.Columns["BC"];
|
|
|
|
|
|
this.columnFB = base.Columns["FB"];
|
|
|
|
|
|
this.columnHG = base.Columns["HG"];
|
|
|
|
|
|
this.columnalarmStatus = base.Columns["alarmStatus"];
|
|
|
|
|
|
this.columnotherAlarms = base.Columns["otherAlarms"];
|
|
|
|
|
|
this.columnerrorStatus = base.Columns["errorStatus"];
|
|
|
|
|
|
this.columnoperatingStatus = base.Columns["operatingStatus"];
|
|
|
|
|
|
this.columnisBG = base.Columns["isBG"];
|
|
|
|
|
|
this.columnisComplete = base.Columns["isComplete"];
|
|
|
|
|
|
this.columnisDeleted = base.Columns["isDeleted"];
|
|
|
|
|
|
this.columnisAlarm = base.Columns["isAlarm"];
|
|
|
|
|
|
this.columnisAlarmCleared = base.Columns["isAlarmCleared"];
|
|
|
|
|
|
this.columnisManualExit = base.Columns["isManualExit"];
|
|
|
|
|
|
this.columnID_Station_Return = base.Columns["ID_Station_Return"];
|
|
|
|
|
|
this.columnENTRY_EPD_CLOCK = base.Columns["ENTRY_EPD_CLOCK"];
|
|
|
|
|
|
this.columnEXIT_EPD_CLOCK = base.Columns["EXIT_EPD_CLOCK"];
|
|
|
|
|
|
this.columnTIME_LOST = base.Columns["TIME_LOST"];
|
|
|
|
|
|
this.columnVisitStatus = base.Columns["VisitStatus"];
|
|
|
|
|
|
this.columnsyncedEntry = base.Columns["syncedEntry"];
|
|
|
|
|
|
this.columnsyncedExit = base.Columns["syncedExit"];
|
|
|
|
|
|
this.columnepdType = base.Columns["epdType"];
|
2022-04-15 11:39:11 +02:00
|
|
|
|
this.columnepdID = base.Columns["epdID"];
|
2022-04-14 15:09:25 +02:00
|
|
|
|
this.columneDosBatteryWarning = base.Columns["eDosBatteryWarning"];
|
|
|
|
|
|
this.columneDosDose07Warning = base.Columns["eDosDose07Warning"];
|
|
|
|
|
|
this.columneDosDose07Alarm = base.Columns["eDosDose07Alarm"];
|
|
|
|
|
|
this.columneDosRate07Warning = base.Columns["eDosRate07Warning"];
|
|
|
|
|
|
this.columneDosRate07Alarm = base.Columns["eDosRate07Alarm"];
|
|
|
|
|
|
this.columneDosDose10Warning = base.Columns["eDosDose10Warning"];
|
|
|
|
|
|
this.columneDosDose10Alarm = base.Columns["eDosDose10Alarm"];
|
|
|
|
|
|
this.columneDosRate10Warning = base.Columns["eDosRate10Warning"];
|
|
|
|
|
|
this.columneDosRate10Alarm = base.Columns["eDosRate10Alarm"];
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitClass() {
|
|
|
|
|
|
this.columnID_Station = new global::System.Data.DataColumn("ID_Station", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Station);
|
|
|
|
|
|
this.columnID_Visit = new global::System.Data.DataColumn("ID_Visit", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Visit);
|
|
|
|
|
|
this.columnInst_CODE = new global::System.Data.DataColumn("Inst_CODE", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnInst_CODE);
|
|
|
|
|
|
this.columnPersID = new global::System.Data.DataColumn("PersID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnPersID);
|
|
|
|
|
|
this.columnID_Task = new global::System.Data.DataColumn("ID_Task", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Task);
|
|
|
|
|
|
this.columnEntryTime = new global::System.Data.DataColumn("EntryTime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnEntryTime);
|
|
|
|
|
|
this.columnReturnTime = new global::System.Data.DataColumn("ReturnTime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnReturnTime);
|
|
|
|
|
|
this.columnHp10Dose = new global::System.Data.DataColumn("Hp10Dose", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Dose);
|
|
|
|
|
|
this.columnHp07Dose = new global::System.Data.DataColumn("Hp07Dose", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Dose);
|
|
|
|
|
|
this.columnHp10Total = new global::System.Data.DataColumn("Hp10Total", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Total);
|
|
|
|
|
|
this.columnHp07Total = new global::System.Data.DataColumn("Hp07Total", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Total);
|
|
|
|
|
|
this.columnHp10Peak = new global::System.Data.DataColumn("Hp10Peak", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Peak);
|
|
|
|
|
|
this.columnHp07Peak = new global::System.Data.DataColumn("Hp07Peak", typeof(double), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Peak);
|
|
|
|
|
|
this.columnHp10Time = new global::System.Data.DataColumn("Hp10Time", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp10Time);
|
|
|
|
|
|
this.columnHp07Time = new global::System.Data.DataColumn("Hp07Time", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHp07Time);
|
|
|
|
|
|
this.columnID_EPD = new global::System.Data.DataColumn("ID_EPD", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_EPD);
|
|
|
|
|
|
this.columnQualityData = new global::System.Data.DataColumn("QualityData", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnQualityData);
|
|
|
|
|
|
this.columnK1 = new global::System.Data.DataColumn("K1", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK1);
|
|
|
|
|
|
this.columnK2 = new global::System.Data.DataColumn("K2", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK2);
|
|
|
|
|
|
this.columnK3 = new global::System.Data.DataColumn("K3", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK3);
|
|
|
|
|
|
this.columnK4 = new global::System.Data.DataColumn("K4", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK4);
|
|
|
|
|
|
this.columnK5 = new global::System.Data.DataColumn("K5", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK5);
|
|
|
|
|
|
this.columnK6 = new global::System.Data.DataColumn("K6", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnK6);
|
|
|
|
|
|
this.columnSG = new global::System.Data.DataColumn("SG", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnSG);
|
|
|
|
|
|
this.columnBC = new global::System.Data.DataColumn("BC", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnBC);
|
|
|
|
|
|
this.columnFB = new global::System.Data.DataColumn("FB", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnFB);
|
|
|
|
|
|
this.columnHG = new global::System.Data.DataColumn("HG", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnHG);
|
|
|
|
|
|
this.columnalarmStatus = new global::System.Data.DataColumn("alarmStatus", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnalarmStatus);
|
|
|
|
|
|
this.columnotherAlarms = new global::System.Data.DataColumn("otherAlarms", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnotherAlarms);
|
|
|
|
|
|
this.columnerrorStatus = new global::System.Data.DataColumn("errorStatus", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnerrorStatus);
|
|
|
|
|
|
this.columnoperatingStatus = new global::System.Data.DataColumn("operatingStatus", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnoperatingStatus);
|
|
|
|
|
|
this.columnisBG = new global::System.Data.DataColumn("isBG", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisBG);
|
|
|
|
|
|
this.columnisComplete = new global::System.Data.DataColumn("isComplete", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisComplete);
|
|
|
|
|
|
this.columnisDeleted = new global::System.Data.DataColumn("isDeleted", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisDeleted);
|
|
|
|
|
|
this.columnisAlarm = new global::System.Data.DataColumn("isAlarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisAlarm);
|
|
|
|
|
|
this.columnisAlarmCleared = new global::System.Data.DataColumn("isAlarmCleared", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisAlarmCleared);
|
|
|
|
|
|
this.columnisManualExit = new global::System.Data.DataColumn("isManualExit", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnisManualExit);
|
|
|
|
|
|
this.columnID_Station_Return = new global::System.Data.DataColumn("ID_Station_Return", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnID_Station_Return);
|
|
|
|
|
|
this.columnENTRY_EPD_CLOCK = new global::System.Data.DataColumn("ENTRY_EPD_CLOCK", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnENTRY_EPD_CLOCK);
|
|
|
|
|
|
this.columnEXIT_EPD_CLOCK = new global::System.Data.DataColumn("EXIT_EPD_CLOCK", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnEXIT_EPD_CLOCK);
|
|
|
|
|
|
this.columnTIME_LOST = new global::System.Data.DataColumn("TIME_LOST", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnTIME_LOST);
|
|
|
|
|
|
this.columnVisitStatus = new global::System.Data.DataColumn("VisitStatus", typeof(byte), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnVisitStatus);
|
|
|
|
|
|
this.columnsyncedEntry = new global::System.Data.DataColumn("syncedEntry", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnsyncedEntry);
|
|
|
|
|
|
this.columnsyncedExit = new global::System.Data.DataColumn("syncedExit", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnsyncedExit);
|
|
|
|
|
|
this.columnepdType = new global::System.Data.DataColumn("epdType", typeof(byte), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnepdType);
|
2022-04-15 11:39:11 +02:00
|
|
|
|
this.columnepdID = new global::System.Data.DataColumn("epdID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columnepdID);
|
2022-04-14 15:09:25 +02:00
|
|
|
|
this.columneDosBatteryWarning = new global::System.Data.DataColumn("eDosBatteryWarning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosBatteryWarning);
|
|
|
|
|
|
this.columneDosDose07Warning = new global::System.Data.DataColumn("eDosDose07Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose07Warning);
|
|
|
|
|
|
this.columneDosDose07Alarm = new global::System.Data.DataColumn("eDosDose07Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose07Alarm);
|
|
|
|
|
|
this.columneDosRate07Warning = new global::System.Data.DataColumn("eDosRate07Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate07Warning);
|
|
|
|
|
|
this.columneDosRate07Alarm = new global::System.Data.DataColumn("eDosRate07Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate07Alarm);
|
|
|
|
|
|
this.columneDosDose10Warning = new global::System.Data.DataColumn("eDosDose10Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose10Warning);
|
|
|
|
|
|
this.columneDosDose10Alarm = new global::System.Data.DataColumn("eDosDose10Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosDose10Alarm);
|
|
|
|
|
|
this.columneDosRate10Warning = new global::System.Data.DataColumn("eDosRate10Warning", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate10Warning);
|
|
|
|
|
|
this.columneDosRate10Alarm = new global::System.Data.DataColumn("eDosRate10Alarm", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
|
|
|
|
base.Columns.Add(this.columneDosRate10Alarm);
|
|
|
|
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
|
|
|
|
this.columnID_Station,
|
|
|
|
|
|
this.columnID_Visit}, true));
|
|
|
|
|
|
this.columnID_Station.AllowDBNull = false;
|
|
|
|
|
|
this.columnID_Visit.AllowDBNull = false;
|
|
|
|
|
|
this.columnInst_CODE.AllowDBNull = false;
|
|
|
|
|
|
this.columnisComplete.AllowDBNull = false;
|
|
|
|
|
|
this.columnisDeleted.AllowDBNull = false;
|
|
|
|
|
|
this.columnisAlarm.AllowDBNull = false;
|
|
|
|
|
|
this.columnisAlarmCleared.AllowDBNull = false;
|
|
|
|
|
|
this.columnisManualExit.AllowDBNull = false;
|
|
|
|
|
|
this.columnVisitStatus.ReadOnly = true;
|
|
|
|
|
|
this.columnsyncedEntry.ReadOnly = true;
|
|
|
|
|
|
this.columnsyncedExit.ReadOnly = true;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsRow NewCentralVisitsRow() {
|
|
|
|
|
|
return ((CentralVisitsRow)(this.NewRow()));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
|
|
|
|
return new CentralVisitsRow(builder);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override global::System.Type GetRowType() {
|
|
|
|
|
|
return typeof(CentralVisitsRow);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowChanged(e);
|
|
|
|
|
|
if ((this.CentralVisitsRowChanged != null)) {
|
|
|
|
|
|
this.CentralVisitsRowChanged(this, new CentralVisitsRowChangeEvent(((CentralVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowChanging(e);
|
|
|
|
|
|
if ((this.CentralVisitsRowChanging != null)) {
|
|
|
|
|
|
this.CentralVisitsRowChanging(this, new CentralVisitsRowChangeEvent(((CentralVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowDeleted(e);
|
|
|
|
|
|
if ((this.CentralVisitsRowDeleted != null)) {
|
|
|
|
|
|
this.CentralVisitsRowDeleted(this, new CentralVisitsRowChangeEvent(((CentralVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
|
|
|
|
base.OnRowDeleting(e);
|
|
|
|
|
|
if ((this.CentralVisitsRowDeleting != null)) {
|
|
|
|
|
|
this.CentralVisitsRowDeleting(this, new CentralVisitsRowChangeEvent(((CentralVisitsRow)(e.Row)), e.Action));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void RemoveCentralVisitsRow(CentralVisitsRow row) {
|
|
|
|
|
|
this.Rows.Remove(row);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
|
|
|
|
DataSet1 ds = new DataSet1();
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
|
|
|
|
any1.MinOccurs = new decimal(0);
|
|
|
|
|
|
any1.MaxOccurs = decimal.MaxValue;
|
|
|
|
|
|
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
|
sequence.Items.Add(any1);
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
|
|
|
|
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
|
|
|
|
any2.MinOccurs = new decimal(1);
|
|
|
|
|
|
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
|
|
|
|
sequence.Items.Add(any2);
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
|
attribute1.Name = "namespace";
|
|
|
|
|
|
attribute1.FixedValue = ds.Namespace;
|
|
|
|
|
|
type.Attributes.Add(attribute1);
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
|
|
|
|
attribute2.Name = "tableTypeName";
|
|
|
|
|
|
attribute2.FixedValue = "CentralVisitsDataTable";
|
|
|
|
|
|
type.Attributes.Add(attribute2);
|
|
|
|
|
|
type.Particle = sequence;
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
|
|
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
|
|
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
|
|
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
|
|
|
|
try {
|
|
|
|
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
|
|
|
|
dsSchema.Write(s1);
|
|
|
|
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
|
|
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
|
|
|
|
s2.SetLength(0);
|
|
|
|
|
|
schema.Write(s2);
|
|
|
|
|
|
if ((s1.Length == s2.Length)) {
|
|
|
|
|
|
s1.Position = 0;
|
|
|
|
|
|
s2.Position = 0;
|
|
|
|
|
|
for (; ((s1.Position != s1.Length)
|
|
|
|
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
|
|
|
|
;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((s1.Position == s1.Length)) {
|
|
|
|
|
|
return type;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
finally {
|
|
|
|
|
|
if ((s1 != null)) {
|
|
|
|
|
|
s1.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((s2 != null)) {
|
|
|
|
|
|
s2.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
xs.Add(dsSchema);
|
|
|
|
|
|
return type;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents strongly named DataRow class.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
public partial class LocalVisitsRow : global::System.Data.DataRow {
|
|
|
|
|
|
|
|
|
|
|
|
private LocalVisitsDataTable tableLocalVisits;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal LocalVisitsRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
|
base(rb) {
|
|
|
|
|
|
this.tableLocalVisits = ((LocalVisitsDataTable)(this.Table));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Station {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.ID_StationColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_StationColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Visit {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.ID_VisitColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_VisitColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int Inst_CODE {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.Inst_CODEColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Inst_CODEColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int PersID {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.PersIDColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'PersID\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.PersIDColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Task {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.ID_TaskColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ID_Task\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_TaskColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime EntryTime {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableLocalVisits.EntryTimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'EntryTime\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.EntryTimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime ReturnTime {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableLocalVisits.ReturnTimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ReturnTime\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ReturnTimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp10Dose {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableLocalVisits.Hp10DoseColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Dose\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10DoseColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp07Dose {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableLocalVisits.Hp07DoseColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Dose\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07DoseColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp10Total {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableLocalVisits.Hp10TotalColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Total\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10TotalColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp07Total {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableLocalVisits.Hp07TotalColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Total\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07TotalColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp10Peak {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableLocalVisits.Hp10PeakColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Peak\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10PeakColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp07Peak {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableLocalVisits.Hp07PeakColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Peak\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07PeakColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime Hp10Time {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableLocalVisits.Hp10TimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Time\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10TimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime Hp07Time {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableLocalVisits.Hp07TimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Time\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07TimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_EPD {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.ID_EPDColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ID_EPD\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_EPDColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int QualityData {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.QualityDataColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'QualityData\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.QualityDataColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K1 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.K1Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K1\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.K1Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K2 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.K2Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K2\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.K2Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K3 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.K3Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K3\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.K3Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K4 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.K4Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K4\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.K4Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K5 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.K5Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K5\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.K5Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K6 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.K6Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K6\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.K6Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int SG {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.SGColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SG\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.SGColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int BC {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.BCColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BC\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.BCColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int FB {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.FBColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'FB\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.FBColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int HG {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.HGColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'HG\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.HGColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int alarmStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.alarmStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'alarmStatus\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.alarmStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int otherAlarms {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.otherAlarmsColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'otherAlarms\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.otherAlarmsColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int errorStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.errorStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'errorStatus\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.errorStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int operatingStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.operatingStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'operatingStatus\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.operatingStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isBG {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.isBGColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'isBG\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.isBGColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isComplete {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.isCompleteColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.isCompleteColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isDeleted {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.isDeletedColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.isDeletedColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isAlarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.isAlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.isAlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isAlarmCleared {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.isAlarmClearedColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.isAlarmClearedColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isManualExit {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.isManualExitColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.isManualExitColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Station_Return {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.ID_Station_ReturnColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ID_Station_Return\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_Station_ReturnColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public decimal ENTRY_EPD_CLOCK {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((decimal)(this[this.tableLocalVisits.ENTRY_EPD_CLOCKColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_EPD_CLOCK\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.ENTRY_EPD_CLOCKColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public decimal EXIT_EPD_CLOCK {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((decimal)(this[this.tableLocalVisits.EXIT_EPD_CLOCKColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'EXIT_EPD_CLOCK\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.EXIT_EPD_CLOCKColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int TIME_LOST {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.TIME_LOSTColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TIME_LOST\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.TIME_LOSTColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public byte VisitStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((byte)(this[this.tableLocalVisits.VisitStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'VisitStatus\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.VisitStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool syncedEntry {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.syncedEntryColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.syncedEntryColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool syncedExit {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.syncedExitColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.syncedExitColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public byte epdType {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((byte)(this[this.tableLocalVisits.epdTypeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'epdType\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.epdTypeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int epdID {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableLocalVisits.epdIDColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'epdID\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.epdIDColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosBatteryWarning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosBatteryWarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosBatteryWarning\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosBatteryWarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose07Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosDose07WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose07Warning\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose07WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose07Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosDose07AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose07Alarm\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose07AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate07Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosRate07WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate07Warning\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate07WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate07Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosRate07AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate07Alarm\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate07AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose10Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosDose10WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose10Warning\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose10WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose10Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosDose10AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose10Alarm\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose10AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate10Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosRate10WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate10Warning\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate10WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate10Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableLocalVisits.eDosRate10AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate10Alarm\' in table \'LocalVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate10AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsPersIDNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.PersIDColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetPersIDNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.PersIDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsID_TaskNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.ID_TaskColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetID_TaskNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_TaskColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsEntryTimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.EntryTimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetEntryTimeNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.EntryTimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsReturnTimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.ReturnTimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetReturnTimeNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.ReturnTimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10DoseNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp10DoseColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10DoseNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10DoseColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07DoseNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp07DoseColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07DoseNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07DoseColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10TotalNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp10TotalColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10TotalNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10TotalColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07TotalNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp07TotalColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07TotalNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07TotalColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10PeakNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp10PeakColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10PeakNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10PeakColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07PeakNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp07PeakColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07PeakNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07PeakColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10TimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp10TimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10TimeNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp10TimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07TimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.Hp07TimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07TimeNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.Hp07TimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsID_EPDNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.ID_EPDColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetID_EPDNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_EPDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsQualityDataNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.QualityDataColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetQualityDataNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.QualityDataColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK1Null() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.K1Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK1Null() {
|
|
|
|
|
|
this[this.tableLocalVisits.K1Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK2Null() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.K2Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK2Null() {
|
|
|
|
|
|
this[this.tableLocalVisits.K2Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK3Null() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.K3Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK3Null() {
|
|
|
|
|
|
this[this.tableLocalVisits.K3Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK4Null() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.K4Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK4Null() {
|
|
|
|
|
|
this[this.tableLocalVisits.K4Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK5Null() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.K5Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK5Null() {
|
|
|
|
|
|
this[this.tableLocalVisits.K5Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK6Null() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.K6Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK6Null() {
|
|
|
|
|
|
this[this.tableLocalVisits.K6Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsSGNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.SGColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetSGNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.SGColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsBCNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.BCColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetBCNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.BCColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsFBNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.FBColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetFBNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.FBColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHGNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.HGColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHGNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.HGColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsalarmStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.alarmStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetalarmStatusNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.alarmStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsotherAlarmsNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.otherAlarmsColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetotherAlarmsNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.otherAlarmsColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IserrorStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.errorStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeterrorStatusNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.errorStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsoperatingStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.operatingStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetoperatingStatusNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.operatingStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsisBGNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.isBGColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetisBGNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.isBGColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsID_Station_ReturnNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.ID_Station_ReturnColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetID_Station_ReturnNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.ID_Station_ReturnColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsENTRY_EPD_CLOCKNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.ENTRY_EPD_CLOCKColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetENTRY_EPD_CLOCKNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.ENTRY_EPD_CLOCKColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsEXIT_EPD_CLOCKNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.EXIT_EPD_CLOCKColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetEXIT_EPD_CLOCKNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.EXIT_EPD_CLOCKColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsTIME_LOSTNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.TIME_LOSTColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetTIME_LOSTNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.TIME_LOSTColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsVisitStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.VisitStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetVisitStatusNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.VisitStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsepdTypeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.epdTypeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetepdTypeNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.epdTypeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsepdIDNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.epdIDColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetepdIDNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.epdIDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosBatteryWarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosBatteryWarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosBatteryWarningNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosBatteryWarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose07WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosDose07WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose07WarningNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose07WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose07AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosDose07AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose07AlarmNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose07AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate07WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosRate07WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate07WarningNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate07WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate07AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosRate07AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate07AlarmNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate07AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose10WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosDose10WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose10WarningNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose10WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose10AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosDose10AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose10AlarmNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosDose10AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate10WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosRate10WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate10WarningNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate10WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate10AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableLocalVisits.eDosRate10AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate10AlarmNull() {
|
|
|
|
|
|
this[this.tableLocalVisits.eDosRate10AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents strongly named DataRow class.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
public partial class CentralVisitsRow : global::System.Data.DataRow {
|
|
|
|
|
|
|
|
|
|
|
|
private CentralVisitsDataTable tableCentralVisits;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal CentralVisitsRow(global::System.Data.DataRowBuilder rb) :
|
|
|
|
|
|
base(rb) {
|
|
|
|
|
|
this.tableCentralVisits = ((CentralVisitsDataTable)(this.Table));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Station {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.ID_StationColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_StationColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Visit {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.ID_VisitColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_VisitColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int Inst_CODE {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.Inst_CODEColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Inst_CODEColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int PersID {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.PersIDColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'PersID\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.PersIDColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Task {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.ID_TaskColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ID_Task\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_TaskColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime EntryTime {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableCentralVisits.EntryTimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'EntryTime\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.EntryTimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime ReturnTime {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableCentralVisits.ReturnTimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ReturnTime\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ReturnTimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp10Dose {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableCentralVisits.Hp10DoseColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Dose\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10DoseColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp07Dose {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableCentralVisits.Hp07DoseColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Dose\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07DoseColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp10Total {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableCentralVisits.Hp10TotalColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Total\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10TotalColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp07Total {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableCentralVisits.Hp07TotalColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Total\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07TotalColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp10Peak {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableCentralVisits.Hp10PeakColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Peak\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10PeakColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public double Hp07Peak {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((double)(this[this.tableCentralVisits.Hp07PeakColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Peak\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07PeakColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime Hp10Time {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableCentralVisits.Hp10TimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp10Time\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10TimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public System.DateTime Hp07Time {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((global::System.DateTime)(this[this.tableCentralVisits.Hp07TimeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Hp07Time\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07TimeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_EPD {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.ID_EPDColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ID_EPD\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_EPDColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int QualityData {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.QualityDataColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'QualityData\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.QualityDataColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K1 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.K1Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K1\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.K1Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K2 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.K2Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K2\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.K2Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K3 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.K3Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K3\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.K3Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K4 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.K4Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K4\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.K4Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K5 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.K5Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K5\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.K5Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int K6 {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.K6Column]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'K6\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.K6Column] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int SG {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.SGColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SG\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.SGColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int BC {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.BCColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BC\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.BCColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int FB {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.FBColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'FB\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.FBColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int HG {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.HGColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'HG\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.HGColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int alarmStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.alarmStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'alarmStatus\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.alarmStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int otherAlarms {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.otherAlarmsColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'otherAlarms\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.otherAlarmsColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int errorStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.errorStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'errorStatus\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.errorStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int operatingStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.operatingStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'operatingStatus\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.operatingStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isBG {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.isBGColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'isBG\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.isBGColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isComplete {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.isCompleteColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.isCompleteColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isDeleted {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.isDeletedColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.isDeletedColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isAlarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.isAlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.isAlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isAlarmCleared {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.isAlarmClearedColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.isAlarmClearedColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool isManualExit {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.isManualExitColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.isManualExitColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int ID_Station_Return {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.ID_Station_ReturnColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ID_Station_Return\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_Station_ReturnColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public decimal ENTRY_EPD_CLOCK {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((decimal)(this[this.tableCentralVisits.ENTRY_EPD_CLOCKColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_EPD_CLOCK\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.ENTRY_EPD_CLOCKColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public decimal EXIT_EPD_CLOCK {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((decimal)(this[this.tableCentralVisits.EXIT_EPD_CLOCKColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'EXIT_EPD_CLOCK\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.EXIT_EPD_CLOCKColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int TIME_LOST {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.TIME_LOSTColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'TIME_LOST\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.TIME_LOSTColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public byte VisitStatus {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((byte)(this[this.tableCentralVisits.VisitStatusColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'VisitStatus\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.VisitStatusColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool syncedEntry {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.syncedEntryColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'syncedEntry\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.syncedEntryColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool syncedExit {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.syncedExitColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'syncedExit\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.syncedExitColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public byte epdType {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((byte)(this[this.tableCentralVisits.epdTypeColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'epdType\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.epdTypeColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-15 11:39:11 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int epdID {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((int)(this[this.tableCentralVisits.epdIDColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'epdID\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.epdIDColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-14 15:09:25 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosBatteryWarning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosBatteryWarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosBatteryWarning\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosBatteryWarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose07Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosDose07WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose07Warning\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose07WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose07Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosDose07AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose07Alarm\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose07AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate07Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosRate07WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate07Warning\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate07WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate07Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosRate07AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate07Alarm\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate07AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose10Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosDose10WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose10Warning\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose10WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosDose10Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosDose10AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosDose10Alarm\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose10AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate10Warning {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosRate10WarningColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate10Warning\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate10WarningColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool eDosRate10Alarm {
|
|
|
|
|
|
get {
|
|
|
|
|
|
try {
|
|
|
|
|
|
return ((bool)(this[this.tableCentralVisits.eDosRate10AlarmColumn]));
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.InvalidCastException e) {
|
|
|
|
|
|
throw new global::System.Data.StrongTypingException("The value for column \'eDosRate10Alarm\' in table \'CentralVisits\' is DBNull.", e);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate10AlarmColumn] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsPersIDNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.PersIDColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetPersIDNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.PersIDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsID_TaskNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.ID_TaskColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetID_TaskNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_TaskColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsEntryTimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.EntryTimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetEntryTimeNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.EntryTimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsReturnTimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.ReturnTimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetReturnTimeNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.ReturnTimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10DoseNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp10DoseColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10DoseNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10DoseColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07DoseNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp07DoseColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07DoseNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07DoseColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10TotalNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp10TotalColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10TotalNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10TotalColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07TotalNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp07TotalColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07TotalNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07TotalColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10PeakNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp10PeakColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10PeakNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10PeakColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07PeakNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp07PeakColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07PeakNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07PeakColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp10TimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp10TimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp10TimeNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp10TimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHp07TimeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.Hp07TimeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHp07TimeNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.Hp07TimeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsID_EPDNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.ID_EPDColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetID_EPDNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_EPDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsQualityDataNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.QualityDataColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetQualityDataNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.QualityDataColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK1Null() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.K1Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK1Null() {
|
|
|
|
|
|
this[this.tableCentralVisits.K1Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK2Null() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.K2Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK2Null() {
|
|
|
|
|
|
this[this.tableCentralVisits.K2Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK3Null() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.K3Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK3Null() {
|
|
|
|
|
|
this[this.tableCentralVisits.K3Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK4Null() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.K4Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK4Null() {
|
|
|
|
|
|
this[this.tableCentralVisits.K4Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK5Null() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.K5Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK5Null() {
|
|
|
|
|
|
this[this.tableCentralVisits.K5Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsK6Null() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.K6Column);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetK6Null() {
|
|
|
|
|
|
this[this.tableCentralVisits.K6Column] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsSGNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.SGColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetSGNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.SGColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsBCNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.BCColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetBCNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.BCColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsFBNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.FBColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetFBNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.FBColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsHGNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.HGColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetHGNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.HGColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsalarmStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.alarmStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetalarmStatusNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.alarmStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsotherAlarmsNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.otherAlarmsColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetotherAlarmsNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.otherAlarmsColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IserrorStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.errorStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeterrorStatusNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.errorStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsoperatingStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.operatingStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetoperatingStatusNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.operatingStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsisBGNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.isBGColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetisBGNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.isBGColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsID_Station_ReturnNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.ID_Station_ReturnColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetID_Station_ReturnNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.ID_Station_ReturnColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsENTRY_EPD_CLOCKNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.ENTRY_EPD_CLOCKColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetENTRY_EPD_CLOCKNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.ENTRY_EPD_CLOCKColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsEXIT_EPD_CLOCKNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.EXIT_EPD_CLOCKColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetEXIT_EPD_CLOCKNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.EXIT_EPD_CLOCKColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsTIME_LOSTNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.TIME_LOSTColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetTIME_LOSTNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.TIME_LOSTColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsVisitStatusNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.VisitStatusColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetVisitStatusNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.VisitStatusColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IssyncedEntryNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.syncedEntryColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetsyncedEntryNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.syncedEntryColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IssyncedExitNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.syncedExitColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetsyncedExitNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.syncedExitColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsepdTypeNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.epdTypeColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetepdTypeNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.epdTypeColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-15 11:39:11 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IsepdIDNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.epdIDColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SetepdIDNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.epdIDColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-14 15:09:25 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosBatteryWarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosBatteryWarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosBatteryWarningNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosBatteryWarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose07WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosDose07WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose07WarningNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose07WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose07AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosDose07AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose07AlarmNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose07AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate07WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosRate07WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate07WarningNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate07WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate07AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosRate07AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate07AlarmNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate07AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose10WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosDose10WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose10WarningNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose10WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosDose10AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosDose10AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosDose10AlarmNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosDose10AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate10WarningNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosRate10WarningColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate10WarningNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate10WarningColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool IseDosRate10AlarmNull() {
|
|
|
|
|
|
return this.IsNull(this.tableCentralVisits.eDosRate10AlarmColumn);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public void SeteDosRate10AlarmNull() {
|
|
|
|
|
|
this[this.tableCentralVisits.eDosRate10AlarmColumn] = global::System.Convert.DBNull;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Row event argument class
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public class LocalVisitsRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
|
|
|
|
|
|
private LocalVisitsRow eventRow;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsRowChangeEvent(LocalVisitsRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
|
this.eventRow = row;
|
|
|
|
|
|
this.eventAction = action;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsRow Row {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.eventRow;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataRowAction Action {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.eventAction;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Row event argument class
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public class CentralVisitsRowChangeEvent : global::System.EventArgs {
|
|
|
|
|
|
|
|
|
|
|
|
private CentralVisitsRow eventRow;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsRowChangeEvent(CentralVisitsRow row, global::System.Data.DataRowAction action) {
|
|
|
|
|
|
this.eventRow = row;
|
|
|
|
|
|
this.eventAction = action;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsRow Row {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.eventRow;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public global::System.Data.DataRowAction Action {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this.eventAction;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
namespace syncEdosLocal.DataSet1TableAdapters {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public partial class LocalVisitsTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
|
|
|
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public LocalVisitsTableAdapter() {
|
|
|
|
|
|
this.ClearBeforeFill = true;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._adapter == null)) {
|
|
|
|
|
|
this.InitAdapter();
|
|
|
|
|
|
}
|
|
|
|
|
|
return this._adapter;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._connection == null)) {
|
|
|
|
|
|
this.InitConnection();
|
|
|
|
|
|
}
|
|
|
|
|
|
return this._connection;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._connection = value;
|
|
|
|
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
|
if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._transaction = value;
|
|
|
|
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Adapter != null)
|
|
|
|
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Adapter != null)
|
|
|
|
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Adapter != null)
|
|
|
|
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._commandCollection == null)) {
|
|
|
|
|
|
this.InitCommandCollection();
|
|
|
|
|
|
}
|
|
|
|
|
|
return this._commandCollection;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool ClearBeforeFill {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._clearBeforeFill;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._clearBeforeFill = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitAdapter() {
|
|
|
|
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
|
tableMapping.SourceTable = "Table";
|
|
|
|
|
|
tableMapping.DataSetTable = "LocalVisits";
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Station", "ID_Station");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Visit", "ID_Visit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Inst_CODE", "Inst_CODE");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("PersID", "PersID");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Task", "ID_Task");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("EntryTime", "EntryTime");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ReturnTime", "ReturnTime");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Dose", "Hp10Dose");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Dose", "Hp07Dose");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Total", "Hp10Total");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Total", "Hp07Total");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Peak", "Hp10Peak");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Peak", "Hp07Peak");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Time", "Hp10Time");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Time", "Hp07Time");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_EPD", "ID_EPD");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("QualityData", "QualityData");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K1", "K1");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K2", "K2");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K3", "K3");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K4", "K4");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K5", "K5");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K6", "K6");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("SG", "SG");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("BC", "BC");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("FB", "FB");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("HG", "HG");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("alarmStatus", "alarmStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("otherAlarms", "otherAlarms");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("errorStatus", "errorStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("operatingStatus", "operatingStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isBG", "isBG");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isComplete", "isComplete");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isDeleted", "isDeleted");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isAlarm", "isAlarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isAlarmCleared", "isAlarmCleared");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isManualExit", "isManualExit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Station_Return", "ID_Station_Return");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ENTRY_EPD_CLOCK", "ENTRY_EPD_CLOCK");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("EXIT_EPD_CLOCK", "EXIT_EPD_CLOCK");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("TIME_LOST", "TIME_LOST");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("VisitStatus", "VisitStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("syncedEntry", "syncedEntry");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("SyncedExit", "syncedExit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("syncedExit", "syncedExit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("epdType", "epdType");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosBatteryWarning", "eDosBatteryWarning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose07Warning", "eDosDose07Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose07Alarm", "eDosDose07Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate07Warning", "eDosRate07Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate07Alarm", "eDosRate07Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose10Warning", "eDosDose10Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose10Alarm", "eDosDose10Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate10Warning", "eDosRate10Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate10Alarm", "eDosRate10Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("epdID", "epdID");
|
|
|
|
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
|
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
|
this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
|
this._adapter.UpdateCommand.CommandText = "export.VisitsUpdate";
|
|
|
|
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Station", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Station", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Visit", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Visit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@syncedEntry", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "syncedEntry", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@syncedExit", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "syncedExit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitConnection() {
|
|
|
|
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
|
this._connection.ConnectionString = global::syncEdosLocal.Properties.Settings.Default.eDosLocalConnectionString;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitCommandCollection() {
|
|
|
|
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
|
this._commandCollection[0].CommandText = "export.VisitsSelect";
|
|
|
|
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
|
|
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
|
public virtual int Fill(DataSet1.LocalVisitsDataTable dataTable) {
|
|
|
|
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
|
if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
|
dataTable.Clear();
|
|
|
|
|
|
}
|
|
|
|
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
|
return returnValue;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
|
public virtual DataSet1.LocalVisitsDataTable GetData() {
|
|
|
|
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
|
DataSet1.LocalVisitsDataTable dataTable = new DataSet1.LocalVisitsDataTable();
|
|
|
|
|
|
this.Adapter.Fill(dataTable);
|
|
|
|
|
|
return dataTable;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(DataSet1.LocalVisitsDataTable dataTable) {
|
|
|
|
|
|
return this.Adapter.Update(dataTable);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(DataSet1 dataSet) {
|
|
|
|
|
|
return this.Adapter.Update(dataSet, "LocalVisits");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
|
return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
|
dataRow});
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
|
return this.Adapter.Update(dataRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
|
|
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public partial class CentralVisitsTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
|
|
|
|
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public CentralVisitsTableAdapter() {
|
|
|
|
|
|
this.ClearBeforeFill = true;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._adapter == null)) {
|
|
|
|
|
|
this.InitAdapter();
|
|
|
|
|
|
}
|
|
|
|
|
|
return this._adapter;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._connection == null)) {
|
|
|
|
|
|
this.InitConnection();
|
|
|
|
|
|
}
|
|
|
|
|
|
return this._connection;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._connection = value;
|
|
|
|
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
|
|
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
|
|
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
|
|
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
|
if ((this.CommandCollection[i] != null)) {
|
|
|
|
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._transaction = value;
|
|
|
|
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
|
|
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Adapter != null)
|
|
|
|
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
|
|
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Adapter != null)
|
|
|
|
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
|
|
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Adapter != null)
|
|
|
|
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
|
|
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._commandCollection == null)) {
|
|
|
|
|
|
this.InitCommandCollection();
|
|
|
|
|
|
}
|
|
|
|
|
|
return this._commandCollection;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool ClearBeforeFill {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._clearBeforeFill;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._clearBeforeFill = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitAdapter() {
|
|
|
|
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
|
|
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
|
|
|
|
tableMapping.SourceTable = "Table";
|
|
|
|
|
|
tableMapping.DataSetTable = "CentralVisits";
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Station", "ID_Station");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Visit", "ID_Visit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Inst_CODE", "Inst_CODE");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("PersID", "PersID");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Task", "ID_Task");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("EntryTime", "EntryTime");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ReturnTime", "ReturnTime");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Dose", "Hp10Dose");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Dose", "Hp07Dose");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Total", "Hp10Total");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Total", "Hp07Total");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Peak", "Hp10Peak");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Peak", "Hp07Peak");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp10Time", "Hp10Time");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("Hp07Time", "Hp07Time");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_EPD", "ID_EPD");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("QualityData", "QualityData");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K1", "K1");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K2", "K2");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K3", "K3");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K4", "K4");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K5", "K5");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("K6", "K6");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("SG", "SG");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("BC", "BC");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("FB", "FB");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("HG", "HG");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("alarmStatus", "alarmStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("otherAlarms", "otherAlarms");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("errorStatus", "errorStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("operatingStatus", "operatingStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isBG", "isBG");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isComplete", "isComplete");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isDeleted", "isDeleted");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isAlarm", "isAlarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isAlarmCleared", "isAlarmCleared");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("isManualExit", "isManualExit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ID_Station_Return", "ID_Station_Return");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("ENTRY_EPD_CLOCK", "ENTRY_EPD_CLOCK");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("EXIT_EPD_CLOCK", "EXIT_EPD_CLOCK");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("TIME_LOST", "TIME_LOST");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("VisitStatus", "VisitStatus");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("syncedEntry", "syncedEntry");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("SyncedExit", "syncedExit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("syncedExit", "syncedExit");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("epdType", "epdType");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosBatteryWarning", "eDosBatteryWarning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose07Warning", "eDosDose07Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose07Alarm", "eDosDose07Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate07Warning", "eDosRate07Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate07Alarm", "eDosRate07Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose10Warning", "eDosDose10Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosDose10Alarm", "eDosDose10Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate10Warning", "eDosRate10Warning");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("eDosRate10Alarm", "eDosRate10Alarm");
|
|
|
|
|
|
tableMapping.ColumnMappings.Add("epdID", "epdID");
|
|
|
|
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
|
|
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
|
|
|
|
this._adapter.InsertCommand.CommandText = "import.VisitsInsert";
|
|
|
|
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Station", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Station", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Visit", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Visit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Inst_CODE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "Inst_CODE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PersID", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "PersID", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Task", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Task", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EntryTime", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "EntryTime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ReturnTime", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "ReturnTime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Dose", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp10Dose", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Dose", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp07Dose", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Total", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp10Total", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Total", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp07Total", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Peak", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp10Peak", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Peak", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp07Peak", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Time", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "Hp10Time", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Time", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "Hp07Time", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_EPD", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_EPD", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QualityData", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "QualityData", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K2", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K3", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K4", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K5", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K6", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K6", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SG", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "SG", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BC", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "BC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FB", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "FB", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HG", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "HG", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@alarmStatus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "alarmStatus", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@otherAlarms", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "otherAlarms", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@errorStatus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "errorStatus", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@operatingStatus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "operatingStatus", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isBG", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isBG", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isComplete", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isComplete", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isDeleted", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isDeleted", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isAlarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isAlarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isAlarmCleared", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isAlarmCleared", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isManualExit", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isManualExit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Station_Return", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Station_Return", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ENTRY_EPD_CLOCK", global::System.Data.SqlDbType.Decimal, 9, global::System.Data.ParameterDirection.Input, 10, 0, "ENTRY_EPD_CLOCK", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EXIT_EPD_CLOCK", global::System.Data.SqlDbType.Decimal, 9, global::System.Data.ParameterDirection.Input, 10, 0, "EXIT_EPD_CLOCK", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TIME_LOST", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "TIME_LOST", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@epdType", global::System.Data.SqlDbType.TinyInt, 1, global::System.Data.ParameterDirection.Input, 3, 0, "epdType", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@epdID", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "epdID", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosBatteryWarning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosBatteryWarning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose07Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose07Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose07Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose07Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate07Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate07Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate07Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate07Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose10Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose10Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose10Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose10Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate10Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate10Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate10Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate10Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
|
this._adapter.UpdateCommand.Connection = this.Connection;
|
|
|
|
|
|
this._adapter.UpdateCommand.CommandText = "import.VisitsUpdate";
|
|
|
|
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Station", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Station", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Visit", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Visit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Inst_CODE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "Inst_CODE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PersID", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "PersID", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Task", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Task", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EntryTime", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "EntryTime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ReturnTime", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "ReturnTime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Dose", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp10Dose", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Dose", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp07Dose", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Total", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp10Total", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Total", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp07Total", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Peak", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp10Peak", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Peak", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, "Hp07Peak", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp10Time", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "Hp10Time", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Hp07Time", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, "Hp07Time", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_EPD", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_EPD", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QualityData", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "QualityData", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K2", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K3", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K4", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K5", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@K6", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "K6", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SG", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "SG", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BC", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "BC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FB", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "FB", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HG", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "HG", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@alarmStatus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "alarmStatus", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@otherAlarms", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "otherAlarms", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@errorStatus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "errorStatus", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@operatingStatus", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "operatingStatus", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isBG", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isBG", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isComplete", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isComplete", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isDeleted", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isDeleted", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isAlarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isAlarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isAlarmCleared", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isAlarmCleared", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isManualExit", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "isManualExit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Station_Return", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "ID_Station_Return", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ENTRY_EPD_CLOCK", global::System.Data.SqlDbType.Decimal, 9, global::System.Data.ParameterDirection.Input, 10, 0, "ENTRY_EPD_CLOCK", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EXIT_EPD_CLOCK", global::System.Data.SqlDbType.Decimal, 9, global::System.Data.ParameterDirection.Input, 10, 0, "EXIT_EPD_CLOCK", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TIME_LOST", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "TIME_LOST", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@epdType", global::System.Data.SqlDbType.TinyInt, 1, global::System.Data.ParameterDirection.Input, 3, 0, "epdType", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@epdID", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, "epdID", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosBatteryWarning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosBatteryWarning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose07Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose07Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose07Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose07Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate07Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate07Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate07Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate07Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose10Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose10Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosDose10Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosDose10Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate10Warning", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate10Warning", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@eDosRate10Alarm", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, "eDosRate10Alarm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitConnection() {
|
|
|
|
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
|
|
|
|
this._connection.ConnectionString = global::syncEdosLocal.Properties.Settings.Default.eDosConnectionString;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private void InitCommandCollection() {
|
|
|
|
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
|
|
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
|
|
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
|
|
|
|
this._commandCollection[0].CommandText = "import.VisitsSelect";
|
|
|
|
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
|
|
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Station", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID_Visit", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
|
|
|
|
public virtual int Fill(DataSet1.CentralVisitsDataTable dataTable, global::System.Nullable<int> ID_Station, global::System.Nullable<int> ID_Visit) {
|
|
|
|
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
|
if ((ID_Station.HasValue == true)) {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(ID_Station.Value));
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((ID_Visit.HasValue == true)) {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((int)(ID_Visit.Value));
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this.ClearBeforeFill == true)) {
|
|
|
|
|
|
dataTable.Clear();
|
|
|
|
|
|
}
|
|
|
|
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
|
|
|
|
return returnValue;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
|
|
|
|
public virtual DataSet1.CentralVisitsDataTable GetData(global::System.Nullable<int> ID_Station, global::System.Nullable<int> ID_Visit) {
|
|
|
|
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
|
|
|
|
if ((ID_Station.HasValue == true)) {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(ID_Station.Value));
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((ID_Visit.HasValue == true)) {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((int)(ID_Visit.Value));
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
|
|
|
|
}
|
|
|
|
|
|
DataSet1.CentralVisitsDataTable dataTable = new DataSet1.CentralVisitsDataTable();
|
|
|
|
|
|
this.Adapter.Fill(dataTable);
|
|
|
|
|
|
return dataTable;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(DataSet1.CentralVisitsDataTable dataTable) {
|
|
|
|
|
|
return this.Adapter.Update(dataTable);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(DataSet1 dataSet) {
|
|
|
|
|
|
return this.Adapter.Update(dataSet, "CentralVisits");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
|
|
|
|
return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
|
|
|
|
dataRow});
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
|
|
|
|
public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
|
|
|
|
return this.Adapter.Update(dataRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
|
|
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
|
|
|
|
|
|
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
|
|
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
|
|
|
|
|
|
public partial class TableAdapterManager : global::System.ComponentModel.Component {
|
|
|
|
|
|
|
|
|
|
|
|
private UpdateOrderOption _updateOrder;
|
|
|
|
|
|
|
|
|
|
|
|
private LocalVisitsTableAdapter _localVisitsTableAdapter;
|
|
|
|
|
|
|
|
|
|
|
|
private CentralVisitsTableAdapter _centralVisitsTableAdapter;
|
|
|
|
|
|
|
|
|
|
|
|
private bool _backupDataSetBeforeUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.IDbConnection _connection;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public UpdateOrderOption UpdateOrder {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._updateOrder;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._updateOrder = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
|
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
|
"a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
|
public LocalVisitsTableAdapter LocalVisitsTableAdapter {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._localVisitsTableAdapter;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._localVisitsTableAdapter = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
|
|
|
|
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
|
|
|
|
"a", "System.Drawing.Design.UITypeEditor")]
|
|
|
|
|
|
public CentralVisitsTableAdapter CentralVisitsTableAdapter {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._centralVisitsTableAdapter;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._centralVisitsTableAdapter = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public bool BackupDataSetBeforeUpdate {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return this._backupDataSetBeforeUpdate;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._backupDataSetBeforeUpdate = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
|
public global::System.Data.IDbConnection Connection {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if ((this._connection != null)) {
|
|
|
|
|
|
return this._connection;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this._localVisitsTableAdapter != null)
|
|
|
|
|
|
&& (this._localVisitsTableAdapter.Connection != null))) {
|
|
|
|
|
|
return this._localVisitsTableAdapter.Connection;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this._centralVisitsTableAdapter != null)
|
|
|
|
|
|
&& (this._centralVisitsTableAdapter.Connection != null))) {
|
|
|
|
|
|
return this._centralVisitsTableAdapter.Connection;
|
|
|
|
|
|
}
|
|
|
|
|
|
return null;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this._connection = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
|
|
|
|
public int TableAdapterInstanceCount {
|
|
|
|
|
|
get {
|
|
|
|
|
|
int count = 0;
|
|
|
|
|
|
if ((this._localVisitsTableAdapter != null)) {
|
|
|
|
|
|
count = (count + 1);
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._centralVisitsTableAdapter != null)) {
|
|
|
|
|
|
count = (count + 1);
|
|
|
|
|
|
}
|
|
|
|
|
|
return count;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Update rows in top-down order.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
|
|
|
|
int result = 0;
|
|
|
|
|
|
if ((this._localVisitsTableAdapter != null)) {
|
|
|
|
|
|
global::System.Data.DataRow[] updatedRows = dataSet.LocalVisits.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
|
if (((updatedRows != null)
|
|
|
|
|
|
&& (0 < updatedRows.Length))) {
|
|
|
|
|
|
result = (result + this._localVisitsTableAdapter.Update(updatedRows));
|
|
|
|
|
|
allChangedRows.AddRange(updatedRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._centralVisitsTableAdapter != null)) {
|
|
|
|
|
|
global::System.Data.DataRow[] updatedRows = dataSet.CentralVisits.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
|
|
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
|
|
|
|
if (((updatedRows != null)
|
|
|
|
|
|
&& (0 < updatedRows.Length))) {
|
|
|
|
|
|
result = (result + this._centralVisitsTableAdapter.Update(updatedRows));
|
|
|
|
|
|
allChangedRows.AddRange(updatedRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
return result;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Insert rows in top-down order.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
|
|
|
|
int result = 0;
|
|
|
|
|
|
if ((this._localVisitsTableAdapter != null)) {
|
|
|
|
|
|
global::System.Data.DataRow[] addedRows = dataSet.LocalVisits.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
|
if (((addedRows != null)
|
|
|
|
|
|
&& (0 < addedRows.Length))) {
|
|
|
|
|
|
result = (result + this._localVisitsTableAdapter.Update(addedRows));
|
|
|
|
|
|
allAddedRows.AddRange(addedRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._centralVisitsTableAdapter != null)) {
|
|
|
|
|
|
global::System.Data.DataRow[] addedRows = dataSet.CentralVisits.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
|
|
|
|
if (((addedRows != null)
|
|
|
|
|
|
&& (0 < addedRows.Length))) {
|
|
|
|
|
|
result = (result + this._centralVisitsTableAdapter.Update(addedRows));
|
|
|
|
|
|
allAddedRows.AddRange(addedRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
return result;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Delete rows in bottom-up order.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
|
|
|
|
|
|
int result = 0;
|
|
|
|
|
|
if ((this._centralVisitsTableAdapter != null)) {
|
|
|
|
|
|
global::System.Data.DataRow[] deletedRows = dataSet.CentralVisits.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
|
if (((deletedRows != null)
|
|
|
|
|
|
&& (0 < deletedRows.Length))) {
|
|
|
|
|
|
result = (result + this._centralVisitsTableAdapter.Update(deletedRows));
|
|
|
|
|
|
allChangedRows.AddRange(deletedRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._localVisitsTableAdapter != null)) {
|
|
|
|
|
|
global::System.Data.DataRow[] deletedRows = dataSet.LocalVisits.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
|
|
|
|
if (((deletedRows != null)
|
|
|
|
|
|
&& (0 < deletedRows.Length))) {
|
|
|
|
|
|
result = (result + this._localVisitsTableAdapter.Update(deletedRows));
|
|
|
|
|
|
allChangedRows.AddRange(deletedRows);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
return result;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
|
|
|
|
if (((updatedRows == null)
|
|
|
|
|
|
|| (updatedRows.Length < 1))) {
|
|
|
|
|
|
return updatedRows;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((allAddedRows == null)
|
|
|
|
|
|
|| (allAddedRows.Count < 1))) {
|
|
|
|
|
|
return updatedRows;
|
|
|
|
|
|
}
|
|
|
|
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> realUpdatedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
|
|
|
|
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
|
|
|
|
|
|
global::System.Data.DataRow row = updatedRows[i];
|
|
|
|
|
|
if ((allAddedRows.Contains(row) == false)) {
|
|
|
|
|
|
realUpdatedRows.Add(row);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
return realUpdatedRows.ToArray();
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Update all changes to the dataset.
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public virtual int UpdateAll(DataSet1 dataSet) {
|
|
|
|
|
|
if ((dataSet == null)) {
|
|
|
|
|
|
throw new global::System.ArgumentNullException("dataSet");
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((dataSet.HasChanges() == false)) {
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this._localVisitsTableAdapter != null)
|
|
|
|
|
|
&& (this.MatchTableAdapterConnection(this._localVisitsTableAdapter.Connection) == false))) {
|
|
|
|
|
|
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
|
|
|
|
|
"tring.");
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this._centralVisitsTableAdapter != null)
|
|
|
|
|
|
&& (this.MatchTableAdapterConnection(this._centralVisitsTableAdapter.Connection) == false))) {
|
|
|
|
|
|
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
|
|
|
|
|
"tring.");
|
|
|
|
|
|
}
|
|
|
|
|
|
global::System.Data.IDbConnection workConnection = this.Connection;
|
|
|
|
|
|
if ((workConnection == null)) {
|
|
|
|
|
|
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
|
|
|
|
|
|
"ger TableAdapter property to a valid TableAdapter instance.");
|
|
|
|
|
|
}
|
|
|
|
|
|
bool workConnOpened = false;
|
|
|
|
|
|
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
|
|
|
|
|
== global::System.Data.ConnectionState.Broken)) {
|
|
|
|
|
|
workConnection.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
|
|
|
|
|
|
workConnection.Open();
|
|
|
|
|
|
workConnOpened = true;
|
|
|
|
|
|
}
|
|
|
|
|
|
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
|
|
|
|
|
if ((workTransaction == null)) {
|
|
|
|
|
|
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
|
|
|
|
|
|
"ctions or the current state is not allowing the transaction to begin.");
|
|
|
|
|
|
}
|
|
|
|
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
|
|
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
|
|
|
|
global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter> adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter>();
|
|
|
|
|
|
global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection> revertConnections = new global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection>();
|
|
|
|
|
|
int result = 0;
|
|
|
|
|
|
global::System.Data.DataSet backupDataSet = null;
|
|
|
|
|
|
if (this.BackupDataSetBeforeUpdate) {
|
|
|
|
|
|
backupDataSet = new global::System.Data.DataSet();
|
|
|
|
|
|
backupDataSet.Merge(dataSet);
|
|
|
|
|
|
}
|
|
|
|
|
|
try {
|
|
|
|
|
|
// ---- Prepare for update -----------
|
|
|
|
|
|
//
|
|
|
|
|
|
if ((this._localVisitsTableAdapter != null)) {
|
|
|
|
|
|
revertConnections.Add(this._localVisitsTableAdapter, this._localVisitsTableAdapter.Connection);
|
|
|
|
|
|
this._localVisitsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
|
this._localVisitsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
|
if (this._localVisitsTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
|
this._localVisitsTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._localVisitsTableAdapter.Adapter);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._centralVisitsTableAdapter != null)) {
|
|
|
|
|
|
revertConnections.Add(this._centralVisitsTableAdapter, this._centralVisitsTableAdapter.Connection);
|
|
|
|
|
|
this._centralVisitsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
|
|
|
|
this._centralVisitsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
|
|
|
|
if (this._centralVisitsTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
|
|
|
|
this._centralVisitsTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
|
|
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._centralVisitsTableAdapter.Adapter);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
//
|
|
|
|
|
|
//---- Perform updates -----------
|
|
|
|
|
|
//
|
|
|
|
|
|
if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) {
|
|
|
|
|
|
result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
|
|
|
|
result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
|
|
|
|
result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
|
|
|
|
}
|
|
|
|
|
|
result = (result + this.UpdateDeletedRows(dataSet, allChangedRows));
|
|
|
|
|
|
//
|
|
|
|
|
|
//---- Commit updates -----------
|
|
|
|
|
|
//
|
|
|
|
|
|
workTransaction.Commit();
|
|
|
|
|
|
if ((0 < allAddedRows.Count)) {
|
|
|
|
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
|
|
|
|
allAddedRows.CopyTo(rows);
|
|
|
|
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
|
|
|
|
global::System.Data.DataRow row = rows[i];
|
|
|
|
|
|
row.AcceptChanges();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((0 < allChangedRows.Count)) {
|
|
|
|
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count];
|
|
|
|
|
|
allChangedRows.CopyTo(rows);
|
|
|
|
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
|
|
|
|
global::System.Data.DataRow row = rows[i];
|
|
|
|
|
|
row.AcceptChanges();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
catch (global::System.Exception ex) {
|
|
|
|
|
|
workTransaction.Rollback();
|
|
|
|
|
|
// ---- Restore the dataset -----------
|
|
|
|
|
|
if (this.BackupDataSetBeforeUpdate) {
|
|
|
|
|
|
global::System.Diagnostics.Debug.Assert((backupDataSet != null));
|
|
|
|
|
|
dataSet.Clear();
|
|
|
|
|
|
dataSet.Merge(backupDataSet);
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
if ((0 < allAddedRows.Count)) {
|
|
|
|
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
|
|
|
|
allAddedRows.CopyTo(rows);
|
|
|
|
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
|
|
|
|
global::System.Data.DataRow row = rows[i];
|
|
|
|
|
|
row.AcceptChanges();
|
|
|
|
|
|
row.SetAdded();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
throw ex;
|
|
|
|
|
|
}
|
|
|
|
|
|
finally {
|
|
|
|
|
|
if (workConnOpened) {
|
|
|
|
|
|
workConnection.Close();
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._localVisitsTableAdapter != null)) {
|
|
|
|
|
|
this._localVisitsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._localVisitsTableAdapter]));
|
|
|
|
|
|
this._localVisitsTableAdapter.Transaction = null;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((this._centralVisitsTableAdapter != null)) {
|
|
|
|
|
|
this._centralVisitsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._centralVisitsTableAdapter]));
|
|
|
|
|
|
this._centralVisitsTableAdapter.Transaction = null;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) {
|
|
|
|
|
|
global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count];
|
|
|
|
|
|
adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters);
|
|
|
|
|
|
for (int i = 0; (i < adapters.Length); i = (i + 1)) {
|
|
|
|
|
|
global::System.Data.Common.DataAdapter adapter = adapters[i];
|
|
|
|
|
|
adapter.AcceptChangesDuringUpdate = true;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
return result;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) {
|
|
|
|
|
|
global::System.Array.Sort<global::System.Data.DataRow>(rows, new SelfReferenceComparer(relation, childFirst));
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) {
|
|
|
|
|
|
if ((this._connection != null)) {
|
|
|
|
|
|
return true;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (((this.Connection == null)
|
|
|
|
|
|
|| (inputConnection == null))) {
|
|
|
|
|
|
return true;
|
|
|
|
|
|
}
|
|
|
|
|
|
if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) {
|
|
|
|
|
|
return true;
|
|
|
|
|
|
}
|
|
|
|
|
|
return false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Update Order Option
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public enum UpdateOrderOption {
|
|
|
|
|
|
|
|
|
|
|
|
InsertUpdateDelete = 0,
|
|
|
|
|
|
|
|
|
|
|
|
UpdateInsertDelete = 1,
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
///Used to sort self-referenced table's rows
|
|
|
|
|
|
///</summary>
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer<global::System.Data.DataRow> {
|
|
|
|
|
|
|
|
|
|
|
|
private global::System.Data.DataRelation _relation;
|
|
|
|
|
|
|
|
|
|
|
|
private int _childFirst;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) {
|
|
|
|
|
|
this._relation = relation;
|
|
|
|
|
|
if (childFirst) {
|
|
|
|
|
|
this._childFirst = -1;
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
this._childFirst = 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) {
|
|
|
|
|
|
global::System.Diagnostics.Debug.Assert((row != null));
|
|
|
|
|
|
global::System.Data.DataRow root = row;
|
|
|
|
|
|
distance = 0;
|
|
|
|
|
|
|
|
|
|
|
|
global::System.Collections.Generic.IDictionary<global::System.Data.DataRow, global::System.Data.DataRow> traversedRows = new global::System.Collections.Generic.Dictionary<global::System.Data.DataRow, global::System.Data.DataRow>();
|
|
|
|
|
|
traversedRows[row] = row;
|
|
|
|
|
|
|
|
|
|
|
|
global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
|
|
|
|
for (
|
|
|
|
|
|
; ((parent != null)
|
|
|
|
|
|
&& (traversedRows.ContainsKey(parent) == false));
|
|
|
|
|
|
) {
|
|
|
|
|
|
distance = (distance + 1);
|
|
|
|
|
|
root = parent;
|
|
|
|
|
|
traversedRows[parent] = parent;
|
|
|
|
|
|
parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ((distance == 0)) {
|
|
|
|
|
|
traversedRows.Clear();
|
|
|
|
|
|
traversedRows[row] = row;
|
|
|
|
|
|
parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
|
|
|
|
for (
|
|
|
|
|
|
; ((parent != null)
|
|
|
|
|
|
&& (traversedRows.ContainsKey(parent) == false));
|
|
|
|
|
|
) {
|
|
|
|
|
|
distance = (distance + 1);
|
|
|
|
|
|
root = parent;
|
|
|
|
|
|
traversedRows[parent] = parent;
|
|
|
|
|
|
parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return root;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
|
|
|
|
public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) {
|
|
|
|
|
|
if (object.ReferenceEquals(row1, row2)) {
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((row1 == null)) {
|
|
|
|
|
|
return -1;
|
|
|
|
|
|
}
|
|
|
|
|
|
if ((row2 == null)) {
|
|
|
|
|
|
return 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int distance1 = 0;
|
|
|
|
|
|
global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1);
|
|
|
|
|
|
|
|
|
|
|
|
int distance2 = 0;
|
|
|
|
|
|
global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2);
|
|
|
|
|
|
|
|
|
|
|
|
if (object.ReferenceEquals(root1, root2)) {
|
|
|
|
|
|
return (this._childFirst * distance1.CompareTo(distance2));
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
global::System.Diagnostics.Debug.Assert(((root1.Table != null)
|
|
|
|
|
|
&& (root2.Table != null)));
|
|
|
|
|
|
if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) {
|
|
|
|
|
|
return -1;
|
|
|
|
|
|
}
|
|
|
|
|
|
else {
|
|
|
|
|
|
return 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-04-19 16:52:25 +02:00
|
|
|
|
#pragma warning restore 1591
|