31024 lines
1.8 MiB
Plaintext
31024 lines
1.8 MiB
Plaintext
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Il codice è stato generato da uno strumento.
|
|
// Versione runtime:4.0.30319.42000
|
|
//
|
|
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
|
// il codice viene rigenerato.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
#pragma warning disable 1591
|
|
|
|
namespace ScheMe_Data {
|
|
|
|
|
|
/// <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("DS_Applicazione")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
public partial class DS_Applicazione : global::System.Data.DataSet {
|
|
|
|
private AnagPazientiDataTable tableAnagPazienti;
|
|
|
|
private _ElencoVisite_AFADataTable _tableElencoVisite_AFA;
|
|
|
|
private VisLabDataTable tableVisLab;
|
|
|
|
private VisAnamCliDataTable tableVisAnamCli;
|
|
|
|
private VisCardioPolDataTable tableVisCardioPol;
|
|
|
|
private VisPsicoDataTable tableVisPsico;
|
|
|
|
private VisStileVitaDataTable tableVisStileVita;
|
|
|
|
private VisRelazFinDataTable tableVisRelazFin;
|
|
|
|
private stp_rep_DatiFullByPazienteDataDataTable tablestp_rep_DatiFullByPazienteData;
|
|
|
|
private VisBioMecAntDataTable tableVisBioMecAnt;
|
|
|
|
private VisValFunzDataTable tableVisValFunz;
|
|
|
|
private VisValFunzGTDataTable tableVisValFunzGT;
|
|
|
|
private Pazienti2LabelsDataTable tablePazienti2Labels;
|
|
|
|
private _ElencoVisite_SPDataTable _tableElencoVisite_SP;
|
|
|
|
private VisValSP_12DataTable tableVisValSP_12;
|
|
|
|
private VisValSP_345DataTable tableVisValSP_345;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisClinGen_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisAnamCli_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisCardioPol_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisPsico_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisStileVita_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisRelazFin_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationAnagPazienti_v_VisBioMecAnt;
|
|
|
|
private global::System.Data.DataRelation relationFK_VisValFunz_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_ValSvolAtt_AnagPazienti;
|
|
|
|
private global::System.Data.DataRelation relationFK_Pazienti2Labels_AnagPazienti;
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public DS_Applicazione() {
|
|
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", "15.0.0.0")]
|
|
protected DS_Applicazione(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["AnagPazienti"] != null)) {
|
|
base.Tables.Add(new AnagPazientiDataTable(ds.Tables["AnagPazienti"]));
|
|
}
|
|
if ((ds.Tables["ElencoVisite-AFA"] != null)) {
|
|
base.Tables.Add(new _ElencoVisite_AFADataTable(ds.Tables["ElencoVisite-AFA"]));
|
|
}
|
|
if ((ds.Tables["VisLab"] != null)) {
|
|
base.Tables.Add(new VisLabDataTable(ds.Tables["VisLab"]));
|
|
}
|
|
if ((ds.Tables["VisAnamCli"] != null)) {
|
|
base.Tables.Add(new VisAnamCliDataTable(ds.Tables["VisAnamCli"]));
|
|
}
|
|
if ((ds.Tables["VisCardioPol"] != null)) {
|
|
base.Tables.Add(new VisCardioPolDataTable(ds.Tables["VisCardioPol"]));
|
|
}
|
|
if ((ds.Tables["VisPsico"] != null)) {
|
|
base.Tables.Add(new VisPsicoDataTable(ds.Tables["VisPsico"]));
|
|
}
|
|
if ((ds.Tables["VisStileVita"] != null)) {
|
|
base.Tables.Add(new VisStileVitaDataTable(ds.Tables["VisStileVita"]));
|
|
}
|
|
if ((ds.Tables["VisRelazFin"] != null)) {
|
|
base.Tables.Add(new VisRelazFinDataTable(ds.Tables["VisRelazFin"]));
|
|
}
|
|
if ((ds.Tables["stp_rep_DatiFullByPazienteData"] != null)) {
|
|
base.Tables.Add(new stp_rep_DatiFullByPazienteDataDataTable(ds.Tables["stp_rep_DatiFullByPazienteData"]));
|
|
}
|
|
if ((ds.Tables["VisBioMecAnt"] != null)) {
|
|
base.Tables.Add(new VisBioMecAntDataTable(ds.Tables["VisBioMecAnt"]));
|
|
}
|
|
if ((ds.Tables["VisValFunz"] != null)) {
|
|
base.Tables.Add(new VisValFunzDataTable(ds.Tables["VisValFunz"]));
|
|
}
|
|
if ((ds.Tables["VisValFunzGT"] != null)) {
|
|
base.Tables.Add(new VisValFunzGTDataTable(ds.Tables["VisValFunzGT"]));
|
|
}
|
|
if ((ds.Tables["Pazienti2Labels"] != null)) {
|
|
base.Tables.Add(new Pazienti2LabelsDataTable(ds.Tables["Pazienti2Labels"]));
|
|
}
|
|
if ((ds.Tables["ElencoVisite-SP"] != null)) {
|
|
base.Tables.Add(new _ElencoVisite_SPDataTable(ds.Tables["ElencoVisite-SP"]));
|
|
}
|
|
if ((ds.Tables["VisValSP_12"] != null)) {
|
|
base.Tables.Add(new VisValSP_12DataTable(ds.Tables["VisValSP_12"]));
|
|
}
|
|
if ((ds.Tables["VisValSP_345"] != null)) {
|
|
base.Tables.Add(new VisValSP_345DataTable(ds.Tables["VisValSP_345"]));
|
|
}
|
|
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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public AnagPazientiDataTable AnagPazienti {
|
|
get {
|
|
return this.tableAnagPazienti;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public _ElencoVisite_AFADataTable _ElencoVisite_AFA {
|
|
get {
|
|
return this._tableElencoVisite_AFA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisLabDataTable VisLab {
|
|
get {
|
|
return this.tableVisLab;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisAnamCliDataTable VisAnamCli {
|
|
get {
|
|
return this.tableVisAnamCli;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisCardioPolDataTable VisCardioPol {
|
|
get {
|
|
return this.tableVisCardioPol;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisPsicoDataTable VisPsico {
|
|
get {
|
|
return this.tableVisPsico;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisStileVitaDataTable VisStileVita {
|
|
get {
|
|
return this.tableVisStileVita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisRelazFinDataTable VisRelazFin {
|
|
get {
|
|
return this.tableVisRelazFin;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_rep_DatiFullByPazienteDataDataTable stp_rep_DatiFullByPazienteData {
|
|
get {
|
|
return this.tablestp_rep_DatiFullByPazienteData;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisBioMecAntDataTable VisBioMecAnt {
|
|
get {
|
|
return this.tableVisBioMecAnt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisValFunzDataTable VisValFunz {
|
|
get {
|
|
return this.tableVisValFunz;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisValFunzGTDataTable VisValFunzGT {
|
|
get {
|
|
return this.tableVisValFunzGT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public Pazienti2LabelsDataTable Pazienti2Labels {
|
|
get {
|
|
return this.tablePazienti2Labels;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public _ElencoVisite_SPDataTable _ElencoVisite_SP {
|
|
get {
|
|
return this._tableElencoVisite_SP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisValSP_12DataTable VisValSP_12 {
|
|
get {
|
|
return this.tableVisValSP_12;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public VisValSP_345DataTable VisValSP_345 {
|
|
get {
|
|
return this.tableVisValSP_345;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.0.0.0")]
|
|
public override global::System.Data.DataSet Clone() {
|
|
DS_Applicazione cln = ((DS_Applicazione)(base.Clone()));
|
|
cln.InitVars();
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override bool ShouldSerializeTables() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override bool ShouldSerializeRelations() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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["AnagPazienti"] != null)) {
|
|
base.Tables.Add(new AnagPazientiDataTable(ds.Tables["AnagPazienti"]));
|
|
}
|
|
if ((ds.Tables["ElencoVisite-AFA"] != null)) {
|
|
base.Tables.Add(new _ElencoVisite_AFADataTable(ds.Tables["ElencoVisite-AFA"]));
|
|
}
|
|
if ((ds.Tables["VisLab"] != null)) {
|
|
base.Tables.Add(new VisLabDataTable(ds.Tables["VisLab"]));
|
|
}
|
|
if ((ds.Tables["VisAnamCli"] != null)) {
|
|
base.Tables.Add(new VisAnamCliDataTable(ds.Tables["VisAnamCli"]));
|
|
}
|
|
if ((ds.Tables["VisCardioPol"] != null)) {
|
|
base.Tables.Add(new VisCardioPolDataTable(ds.Tables["VisCardioPol"]));
|
|
}
|
|
if ((ds.Tables["VisPsico"] != null)) {
|
|
base.Tables.Add(new VisPsicoDataTable(ds.Tables["VisPsico"]));
|
|
}
|
|
if ((ds.Tables["VisStileVita"] != null)) {
|
|
base.Tables.Add(new VisStileVitaDataTable(ds.Tables["VisStileVita"]));
|
|
}
|
|
if ((ds.Tables["VisRelazFin"] != null)) {
|
|
base.Tables.Add(new VisRelazFinDataTable(ds.Tables["VisRelazFin"]));
|
|
}
|
|
if ((ds.Tables["stp_rep_DatiFullByPazienteData"] != null)) {
|
|
base.Tables.Add(new stp_rep_DatiFullByPazienteDataDataTable(ds.Tables["stp_rep_DatiFullByPazienteData"]));
|
|
}
|
|
if ((ds.Tables["VisBioMecAnt"] != null)) {
|
|
base.Tables.Add(new VisBioMecAntDataTable(ds.Tables["VisBioMecAnt"]));
|
|
}
|
|
if ((ds.Tables["VisValFunz"] != null)) {
|
|
base.Tables.Add(new VisValFunzDataTable(ds.Tables["VisValFunz"]));
|
|
}
|
|
if ((ds.Tables["VisValFunzGT"] != null)) {
|
|
base.Tables.Add(new VisValFunzGTDataTable(ds.Tables["VisValFunzGT"]));
|
|
}
|
|
if ((ds.Tables["Pazienti2Labels"] != null)) {
|
|
base.Tables.Add(new Pazienti2LabelsDataTable(ds.Tables["Pazienti2Labels"]));
|
|
}
|
|
if ((ds.Tables["ElencoVisite-SP"] != null)) {
|
|
base.Tables.Add(new _ElencoVisite_SPDataTable(ds.Tables["ElencoVisite-SP"]));
|
|
}
|
|
if ((ds.Tables["VisValSP_12"] != null)) {
|
|
base.Tables.Add(new VisValSP_12DataTable(ds.Tables["VisValSP_12"]));
|
|
}
|
|
if ((ds.Tables["VisValSP_345"] != null)) {
|
|
base.Tables.Add(new VisValSP_345DataTable(ds.Tables["VisValSP_345"]));
|
|
}
|
|
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", "15.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", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.InitVars(true);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars(bool initTable) {
|
|
this.tableAnagPazienti = ((AnagPazientiDataTable)(base.Tables["AnagPazienti"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableAnagPazienti != null)) {
|
|
this.tableAnagPazienti.InitVars();
|
|
}
|
|
}
|
|
this._tableElencoVisite_AFA = ((_ElencoVisite_AFADataTable)(base.Tables["ElencoVisite-AFA"]));
|
|
if ((initTable == true)) {
|
|
if ((this._tableElencoVisite_AFA != null)) {
|
|
this._tableElencoVisite_AFA.InitVars();
|
|
}
|
|
}
|
|
this.tableVisLab = ((VisLabDataTable)(base.Tables["VisLab"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisLab != null)) {
|
|
this.tableVisLab.InitVars();
|
|
}
|
|
}
|
|
this.tableVisAnamCli = ((VisAnamCliDataTable)(base.Tables["VisAnamCli"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisAnamCli != null)) {
|
|
this.tableVisAnamCli.InitVars();
|
|
}
|
|
}
|
|
this.tableVisCardioPol = ((VisCardioPolDataTable)(base.Tables["VisCardioPol"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisCardioPol != null)) {
|
|
this.tableVisCardioPol.InitVars();
|
|
}
|
|
}
|
|
this.tableVisPsico = ((VisPsicoDataTable)(base.Tables["VisPsico"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisPsico != null)) {
|
|
this.tableVisPsico.InitVars();
|
|
}
|
|
}
|
|
this.tableVisStileVita = ((VisStileVitaDataTable)(base.Tables["VisStileVita"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisStileVita != null)) {
|
|
this.tableVisStileVita.InitVars();
|
|
}
|
|
}
|
|
this.tableVisRelazFin = ((VisRelazFinDataTable)(base.Tables["VisRelazFin"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisRelazFin != null)) {
|
|
this.tableVisRelazFin.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_rep_DatiFullByPazienteData = ((stp_rep_DatiFullByPazienteDataDataTable)(base.Tables["stp_rep_DatiFullByPazienteData"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_rep_DatiFullByPazienteData != null)) {
|
|
this.tablestp_rep_DatiFullByPazienteData.InitVars();
|
|
}
|
|
}
|
|
this.tableVisBioMecAnt = ((VisBioMecAntDataTable)(base.Tables["VisBioMecAnt"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisBioMecAnt != null)) {
|
|
this.tableVisBioMecAnt.InitVars();
|
|
}
|
|
}
|
|
this.tableVisValFunz = ((VisValFunzDataTable)(base.Tables["VisValFunz"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisValFunz != null)) {
|
|
this.tableVisValFunz.InitVars();
|
|
}
|
|
}
|
|
this.tableVisValFunzGT = ((VisValFunzGTDataTable)(base.Tables["VisValFunzGT"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisValFunzGT != null)) {
|
|
this.tableVisValFunzGT.InitVars();
|
|
}
|
|
}
|
|
this.tablePazienti2Labels = ((Pazienti2LabelsDataTable)(base.Tables["Pazienti2Labels"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablePazienti2Labels != null)) {
|
|
this.tablePazienti2Labels.InitVars();
|
|
}
|
|
}
|
|
this._tableElencoVisite_SP = ((_ElencoVisite_SPDataTable)(base.Tables["ElencoVisite-SP"]));
|
|
if ((initTable == true)) {
|
|
if ((this._tableElencoVisite_SP != null)) {
|
|
this._tableElencoVisite_SP.InitVars();
|
|
}
|
|
}
|
|
this.tableVisValSP_12 = ((VisValSP_12DataTable)(base.Tables["VisValSP_12"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisValSP_12 != null)) {
|
|
this.tableVisValSP_12.InitVars();
|
|
}
|
|
}
|
|
this.tableVisValSP_345 = ((VisValSP_345DataTable)(base.Tables["VisValSP_345"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableVisValSP_345 != null)) {
|
|
this.tableVisValSP_345.InitVars();
|
|
}
|
|
}
|
|
this.relationFK_VisClinGen_AnagPazienti = this.Relations["FK_VisClinGen_AnagPazienti"];
|
|
this.relationFK_VisAnamCli_AnagPazienti = this.Relations["FK_VisAnamCli_AnagPazienti"];
|
|
this.relationFK_VisCardioPol_AnagPazienti = this.Relations["FK_VisCardioPol_AnagPazienti"];
|
|
this.relationFK_VisPsico_AnagPazienti = this.Relations["FK_VisPsico_AnagPazienti"];
|
|
this.relationFK_VisStileVita_AnagPazienti = this.Relations["FK_VisStileVita_AnagPazienti"];
|
|
this.relationFK_VisRelazFin_AnagPazienti = this.Relations["FK_VisRelazFin_AnagPazienti"];
|
|
this.relationAnagPazienti_v_VisBioMecAnt = this.Relations["AnagPazienti_v_VisBioMecAnt"];
|
|
this.relationFK_VisValFunz_AnagPazienti = this.Relations["FK_VisValFunz_AnagPazienti"];
|
|
this.relationFK_ValSvolAtt_AnagPazienti = this.Relations["FK_ValSvolAtt_AnagPazienti"];
|
|
this.relationFK_Pazienti2Labels_AnagPazienti = this.Relations["FK_Pazienti2Labels_AnagPazienti"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.DataSetName = "DS_Applicazione";
|
|
this.Prefix = "";
|
|
this.Namespace = "http://tempuri.org/DS_Applicazione.xsd";
|
|
this.EnforceConstraints = true;
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
this.tableAnagPazienti = new AnagPazientiDataTable();
|
|
base.Tables.Add(this.tableAnagPazienti);
|
|
this._tableElencoVisite_AFA = new _ElencoVisite_AFADataTable();
|
|
base.Tables.Add(this._tableElencoVisite_AFA);
|
|
this.tableVisLab = new VisLabDataTable();
|
|
base.Tables.Add(this.tableVisLab);
|
|
this.tableVisAnamCli = new VisAnamCliDataTable();
|
|
base.Tables.Add(this.tableVisAnamCli);
|
|
this.tableVisCardioPol = new VisCardioPolDataTable();
|
|
base.Tables.Add(this.tableVisCardioPol);
|
|
this.tableVisPsico = new VisPsicoDataTable();
|
|
base.Tables.Add(this.tableVisPsico);
|
|
this.tableVisStileVita = new VisStileVitaDataTable();
|
|
base.Tables.Add(this.tableVisStileVita);
|
|
this.tableVisRelazFin = new VisRelazFinDataTable();
|
|
base.Tables.Add(this.tableVisRelazFin);
|
|
this.tablestp_rep_DatiFullByPazienteData = new stp_rep_DatiFullByPazienteDataDataTable();
|
|
base.Tables.Add(this.tablestp_rep_DatiFullByPazienteData);
|
|
this.tableVisBioMecAnt = new VisBioMecAntDataTable();
|
|
base.Tables.Add(this.tableVisBioMecAnt);
|
|
this.tableVisValFunz = new VisValFunzDataTable();
|
|
base.Tables.Add(this.tableVisValFunz);
|
|
this.tableVisValFunzGT = new VisValFunzGTDataTable();
|
|
base.Tables.Add(this.tableVisValFunzGT);
|
|
this.tablePazienti2Labels = new Pazienti2LabelsDataTable();
|
|
base.Tables.Add(this.tablePazienti2Labels);
|
|
this._tableElencoVisite_SP = new _ElencoVisite_SPDataTable();
|
|
base.Tables.Add(this._tableElencoVisite_SP);
|
|
this.tableVisValSP_12 = new VisValSP_12DataTable();
|
|
base.Tables.Add(this.tableVisValSP_12);
|
|
this.tableVisValSP_345 = new VisValSP_345DataTable();
|
|
base.Tables.Add(this.tableVisValSP_345);
|
|
this.relationFK_VisClinGen_AnagPazienti = new global::System.Data.DataRelation("FK_VisClinGen_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisLab.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisClinGen_AnagPazienti);
|
|
this.relationFK_VisAnamCli_AnagPazienti = new global::System.Data.DataRelation("FK_VisAnamCli_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisAnamCli.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisAnamCli_AnagPazienti);
|
|
this.relationFK_VisCardioPol_AnagPazienti = new global::System.Data.DataRelation("FK_VisCardioPol_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisCardioPol.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisCardioPol_AnagPazienti);
|
|
this.relationFK_VisPsico_AnagPazienti = new global::System.Data.DataRelation("FK_VisPsico_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisPsico.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisPsico_AnagPazienti);
|
|
this.relationFK_VisStileVita_AnagPazienti = new global::System.Data.DataRelation("FK_VisStileVita_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisStileVita.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisStileVita_AnagPazienti);
|
|
this.relationFK_VisRelazFin_AnagPazienti = new global::System.Data.DataRelation("FK_VisRelazFin_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisRelazFin.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisRelazFin_AnagPazienti);
|
|
this.relationAnagPazienti_v_VisBioMecAnt = new global::System.Data.DataRelation("AnagPazienti_v_VisBioMecAnt", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisBioMecAnt.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationAnagPazienti_v_VisBioMecAnt);
|
|
this.relationFK_VisValFunz_AnagPazienti = new global::System.Data.DataRelation("FK_VisValFunz_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisValFunz.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_VisValFunz_AnagPazienti);
|
|
this.relationFK_ValSvolAtt_AnagPazienti = new global::System.Data.DataRelation("FK_ValSvolAtt_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tableVisValFunzGT.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_ValSvolAtt_AnagPazienti);
|
|
this.relationFK_Pazienti2Labels_AnagPazienti = new global::System.Data.DataRelation("FK_Pazienti2Labels_AnagPazienti", new global::System.Data.DataColumn[] {
|
|
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
|
|
this.tablePazienti2Labels.IdxPazienteColumn}, false);
|
|
this.Relations.Add(this.relationFK_Pazienti2Labels_AnagPazienti);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeAnagPazienti() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerialize_ElencoVisite_AFA() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisLab() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisAnamCli() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisCardioPol() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisPsico() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisStileVita() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisRelazFin() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializestp_rep_DatiFullByPazienteData() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisBioMecAnt() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisValFunz() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisValFunzGT() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializePazienti2Labels() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerialize_ElencoVisite_SP() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisValSP_12() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private bool ShouldSerializeVisValSP_345() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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", "15.0.0.0")]
|
|
public delegate void AnagPazientiRowChangeEventHandler(object sender, AnagPazientiRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void _ElencoVisite_AFARowChangeEventHandler(object sender, _ElencoVisite_AFARowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisLabRowChangeEventHandler(object sender, VisLabRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisAnamCliRowChangeEventHandler(object sender, VisAnamCliRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisCardioPolRowChangeEventHandler(object sender, VisCardioPolRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisPsicoRowChangeEventHandler(object sender, VisPsicoRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisStileVitaRowChangeEventHandler(object sender, VisStileVitaRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisRelazFinRowChangeEventHandler(object sender, VisRelazFinRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void stp_rep_DatiFullByPazienteDataRowChangeEventHandler(object sender, stp_rep_DatiFullByPazienteDataRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisBioMecAntRowChangeEventHandler(object sender, VisBioMecAntRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisValFunzRowChangeEventHandler(object sender, VisValFunzRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisValFunzGTRowChangeEventHandler(object sender, VisValFunzGTRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void Pazienti2LabelsRowChangeEventHandler(object sender, Pazienti2LabelsRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void _ElencoVisite_SPRowChangeEventHandler(object sender, _ElencoVisite_SPRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisValSP_12RowChangeEventHandler(object sender, VisValSP_12RowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public delegate void VisValSP_345RowChangeEventHandler(object sender, VisValSP_345RowChangeEvent e);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class AnagPazientiDataTable : global::System.Data.TypedTableBase<AnagPazientiRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnGruppo;
|
|
|
|
private global::System.Data.DataColumn columnCognome;
|
|
|
|
private global::System.Data.DataColumn columnNome;
|
|
|
|
private global::System.Data.DataColumn columnDataNasc;
|
|
|
|
private global::System.Data.DataColumn columnLuogoNascita;
|
|
|
|
private global::System.Data.DataColumn columnSesso;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnCodF;
|
|
|
|
private global::System.Data.DataColumn columnIndirizzo;
|
|
|
|
private global::System.Data.DataColumn columnEta;
|
|
|
|
private global::System.Data.DataColumn columnRecTel;
|
|
|
|
private global::System.Data.DataColumn columnMedico;
|
|
|
|
private global::System.Data.DataColumn columnNote;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiDataTable() {
|
|
this.TableName = "AnagPazienti";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal AnagPazientiDataTable(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", "15.0.0.0")]
|
|
protected AnagPazientiDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GruppoColumn {
|
|
get {
|
|
return this.columnGruppo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CognomeColumn {
|
|
get {
|
|
return this.columnCognome;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NomeColumn {
|
|
get {
|
|
return this.columnNome;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataNascColumn {
|
|
get {
|
|
return this.columnDataNasc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LuogoNascitaColumn {
|
|
get {
|
|
return this.columnLuogoNascita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SessoColumn {
|
|
get {
|
|
return this.columnSesso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CodFColumn {
|
|
get {
|
|
return this.columnCodF;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IndirizzoColumn {
|
|
get {
|
|
return this.columnIndirizzo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EtaColumn {
|
|
get {
|
|
return this.columnEta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn RecTelColumn {
|
|
get {
|
|
return this.columnRecTel;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MedicoColumn {
|
|
get {
|
|
return this.columnMedico;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteColumn {
|
|
get {
|
|
return this.columnNote;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public AnagPazientiRow this[int index] {
|
|
get {
|
|
return ((AnagPazientiRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event AnagPazientiRowChangeEventHandler AnagPazientiRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event AnagPazientiRowChangeEventHandler AnagPazientiRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event AnagPazientiRowChangeEventHandler AnagPazientiRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event AnagPazientiRowChangeEventHandler AnagPazientiRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddAnagPazientiRow(AnagPazientiRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AddAnagPazientiRow(string Gruppo, string Cognome, string Nome, System.DateTime DataNasc, string LuogoNascita, string Sesso, double Altezza, double Peso, string CodF, string Indirizzo, double Eta, string RecTel, string Medico, string Note) {
|
|
AnagPazientiRow rowAnagPazientiRow = ((AnagPazientiRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
Gruppo,
|
|
Cognome,
|
|
Nome,
|
|
DataNasc,
|
|
LuogoNascita,
|
|
Sesso,
|
|
Altezza,
|
|
Peso,
|
|
CodF,
|
|
Indirizzo,
|
|
Eta,
|
|
RecTel,
|
|
Medico,
|
|
Note};
|
|
rowAnagPazientiRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowAnagPazientiRow);
|
|
return rowAnagPazientiRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow FindByIdxPaziente(int IdxPaziente) {
|
|
return ((AnagPazientiRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
AnagPazientiDataTable cln = ((AnagPazientiDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new AnagPazientiDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnGruppo = base.Columns["Gruppo"];
|
|
this.columnCognome = base.Columns["Cognome"];
|
|
this.columnNome = base.Columns["Nome"];
|
|
this.columnDataNasc = base.Columns["DataNasc"];
|
|
this.columnLuogoNascita = base.Columns["LuogoNascita"];
|
|
this.columnSesso = base.Columns["Sesso"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnCodF = base.Columns["CodF"];
|
|
this.columnIndirizzo = base.Columns["Indirizzo"];
|
|
this.columnEta = base.Columns["Eta"];
|
|
this.columnRecTel = base.Columns["RecTel"];
|
|
this.columnMedico = base.Columns["Medico"];
|
|
this.columnNote = base.Columns["Note"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnGruppo = new global::System.Data.DataColumn("Gruppo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGruppo);
|
|
this.columnCognome = new global::System.Data.DataColumn("Cognome", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCognome);
|
|
this.columnNome = new global::System.Data.DataColumn("Nome", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNome);
|
|
this.columnDataNasc = new global::System.Data.DataColumn("DataNasc", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataNasc);
|
|
this.columnLuogoNascita = new global::System.Data.DataColumn("LuogoNascita", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLuogoNascita);
|
|
this.columnSesso = new global::System.Data.DataColumn("Sesso", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSesso);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnCodF = new global::System.Data.DataColumn("CodF", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodF);
|
|
this.columnIndirizzo = new global::System.Data.DataColumn("Indirizzo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIndirizzo);
|
|
this.columnEta = new global::System.Data.DataColumn("Eta", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEta);
|
|
this.columnRecTel = new global::System.Data.DataColumn("RecTel", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRecTel);
|
|
this.columnMedico = new global::System.Data.DataColumn("Medico", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMedico);
|
|
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNote);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente}, true));
|
|
this.columnIdxPaziente.AutoIncrement = true;
|
|
this.columnIdxPaziente.AutoIncrementSeed = -1;
|
|
this.columnIdxPaziente.AutoIncrementStep = -1;
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnIdxPaziente.ReadOnly = true;
|
|
this.columnIdxPaziente.Unique = true;
|
|
this.columnGruppo.AllowDBNull = false;
|
|
this.columnGruppo.MaxLength = 5;
|
|
this.columnCognome.AllowDBNull = false;
|
|
this.columnCognome.MaxLength = 50;
|
|
this.columnNome.AllowDBNull = false;
|
|
this.columnNome.MaxLength = 50;
|
|
this.columnDataNasc.AllowDBNull = false;
|
|
this.columnLuogoNascita.AllowDBNull = false;
|
|
this.columnLuogoNascita.MaxLength = 50;
|
|
this.columnSesso.AllowDBNull = false;
|
|
this.columnSesso.MaxLength = 1;
|
|
this.columnAltezza.AllowDBNull = false;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnCodF.AllowDBNull = false;
|
|
this.columnCodF.MaxLength = 20;
|
|
this.columnIndirizzo.AllowDBNull = false;
|
|
this.columnIndirizzo.MaxLength = 50;
|
|
this.columnEta.ReadOnly = true;
|
|
this.columnRecTel.AllowDBNull = false;
|
|
this.columnRecTel.MaxLength = 50;
|
|
this.columnMedico.AllowDBNull = false;
|
|
this.columnMedico.MaxLength = 50;
|
|
this.columnNote.AllowDBNull = false;
|
|
this.columnNote.MaxLength = 500;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow NewAnagPazientiRow() {
|
|
return ((AnagPazientiRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new AnagPazientiRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(AnagPazientiRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.AnagPazientiRowChanged != null)) {
|
|
this.AnagPazientiRowChanged(this, new AnagPazientiRowChangeEvent(((AnagPazientiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.AnagPazientiRowChanging != null)) {
|
|
this.AnagPazientiRowChanging(this, new AnagPazientiRowChangeEvent(((AnagPazientiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.AnagPazientiRowDeleted != null)) {
|
|
this.AnagPazientiRowDeleted(this, new AnagPazientiRowChangeEvent(((AnagPazientiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.AnagPazientiRowDeleting != null)) {
|
|
this.AnagPazientiRowDeleting(this, new AnagPazientiRowChangeEvent(((AnagPazientiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveAnagPazientiRow(AnagPazientiRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "AnagPazientiDataTable";
|
|
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 _ElencoVisite_AFADataTable : global::System.Data.TypedTableBase<_ElencoVisite_AFARow> {
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnVAC;
|
|
|
|
private global::System.Data.DataColumn columnVBMA;
|
|
|
|
private global::System.Data.DataColumn columnVCP;
|
|
|
|
private global::System.Data.DataColumn columnVL;
|
|
|
|
private global::System.Data.DataColumn columnVP;
|
|
|
|
private global::System.Data.DataColumn columnVSV;
|
|
|
|
private global::System.Data.DataColumn columnVRF;
|
|
|
|
private global::System.Data.DataColumn columnVVFAnz;
|
|
|
|
private global::System.Data.DataColumn columnVVFGT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_AFADataTable() {
|
|
this.TableName = "ElencoVisite-AFA";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal _ElencoVisite_AFADataTable(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", "15.0.0.0")]
|
|
protected _ElencoVisite_AFADataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VACColumn {
|
|
get {
|
|
return this.columnVAC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VBMAColumn {
|
|
get {
|
|
return this.columnVBMA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VCPColumn {
|
|
get {
|
|
return this.columnVCP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VLColumn {
|
|
get {
|
|
return this.columnVL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VPColumn {
|
|
get {
|
|
return this.columnVP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VSVColumn {
|
|
get {
|
|
return this.columnVSV;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VRFColumn {
|
|
get {
|
|
return this.columnVRF;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VVFAnzColumn {
|
|
get {
|
|
return this.columnVVFAnz;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VVFGTColumn {
|
|
get {
|
|
return this.columnVVFGT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public _ElencoVisite_AFARow this[int index] {
|
|
get {
|
|
return ((_ElencoVisite_AFARow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_AFARowChangeEventHandler _ElencoVisite_AFARowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_AFARowChangeEventHandler _ElencoVisite_AFARowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_AFARowChangeEventHandler _ElencoVisite_AFARowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_AFARowChangeEventHandler _ElencoVisite_AFARowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void Add_ElencoVisite_AFARow(_ElencoVisite_AFARow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_AFARow Add_ElencoVisite_AFARow(System.DateTime DataVisita, int VAC, int VBMA, int VCP, int VL, int VP, int VSV, int VRF, int VVFAnz, int VVFGT) {
|
|
_ElencoVisite_AFARow row_ElencoVisite_AFARow = ((_ElencoVisite_AFARow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
DataVisita,
|
|
VAC,
|
|
VBMA,
|
|
VCP,
|
|
VL,
|
|
VP,
|
|
VSV,
|
|
VRF,
|
|
VVFAnz,
|
|
VVFGT};
|
|
row_ElencoVisite_AFARow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(row_ElencoVisite_AFARow);
|
|
return row_ElencoVisite_AFARow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_AFARow FindByDataVisita(System.DateTime DataVisita) {
|
|
return ((_ElencoVisite_AFARow)(this.Rows.Find(new object[] {
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
_ElencoVisite_AFADataTable cln = ((_ElencoVisite_AFADataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new _ElencoVisite_AFADataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnVAC = base.Columns["VAC"];
|
|
this.columnVBMA = base.Columns["VBMA"];
|
|
this.columnVCP = base.Columns["VCP"];
|
|
this.columnVL = base.Columns["VL"];
|
|
this.columnVP = base.Columns["VP"];
|
|
this.columnVSV = base.Columns["VSV"];
|
|
this.columnVRF = base.Columns["VRF"];
|
|
this.columnVVFAnz = base.Columns["VVFAnz"];
|
|
this.columnVVFGT = base.Columns["VVFGT"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnVAC = new global::System.Data.DataColumn("VAC", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVAC);
|
|
this.columnVBMA = new global::System.Data.DataColumn("VBMA", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVBMA);
|
|
this.columnVCP = new global::System.Data.DataColumn("VCP", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVCP);
|
|
this.columnVL = new global::System.Data.DataColumn("VL", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVL);
|
|
this.columnVP = new global::System.Data.DataColumn("VP", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVP);
|
|
this.columnVSV = new global::System.Data.DataColumn("VSV", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVSV);
|
|
this.columnVRF = new global::System.Data.DataColumn("VRF", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVRF);
|
|
this.columnVVFAnz = new global::System.Data.DataColumn("VVFAnz", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVVFAnz);
|
|
this.columnVVFGT = new global::System.Data.DataColumn("VVFGT", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVVFGT);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnDataVisita}, true));
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnDataVisita.Unique = true;
|
|
this.columnVAC.ReadOnly = true;
|
|
this.columnVBMA.ReadOnly = true;
|
|
this.columnVCP.ReadOnly = true;
|
|
this.columnVL.ReadOnly = true;
|
|
this.columnVP.ReadOnly = true;
|
|
this.columnVSV.ReadOnly = true;
|
|
this.columnVRF.ReadOnly = true;
|
|
this.columnVVFAnz.ReadOnly = true;
|
|
this.columnVVFGT.ReadOnly = true;
|
|
this.ExtendedProperties.Add("Generator_TableVarName", "_tableElencoVisite_AFA");
|
|
this.ExtendedProperties.Add("Generator_UserTableName", "ElencoVisite-AFA");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_AFARow New_ElencoVisite_AFARow() {
|
|
return ((_ElencoVisite_AFARow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new _ElencoVisite_AFARow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(_ElencoVisite_AFARow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this._ElencoVisite_AFARowChanged != null)) {
|
|
this._ElencoVisite_AFARowChanged(this, new _ElencoVisite_AFARowChangeEvent(((_ElencoVisite_AFARow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this._ElencoVisite_AFARowChanging != null)) {
|
|
this._ElencoVisite_AFARowChanging(this, new _ElencoVisite_AFARowChangeEvent(((_ElencoVisite_AFARow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this._ElencoVisite_AFARowDeleted != null)) {
|
|
this._ElencoVisite_AFARowDeleted(this, new _ElencoVisite_AFARowChangeEvent(((_ElencoVisite_AFARow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this._ElencoVisite_AFARowDeleting != null)) {
|
|
this._ElencoVisite_AFARowDeleting(this, new _ElencoVisite_AFARowChangeEvent(((_ElencoVisite_AFARow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void Remove_ElencoVisite_AFARow(_ElencoVisite_AFARow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "_ElencoVisite_AFADataTable";
|
|
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 VisLabDataTable : global::System.Data.TypedTableBase<VisLabRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnGlicemia;
|
|
|
|
private global::System.Data.DataColumn columnEmoglGlicata;
|
|
|
|
private global::System.Data.DataColumn columnColesTot;
|
|
|
|
private global::System.Data.DataColumn columnLDL;
|
|
|
|
private global::System.Data.DataColumn columnHDL;
|
|
|
|
private global::System.Data.DataColumn columnTrigliceridi;
|
|
|
|
private global::System.Data.DataColumn columnColRapLDLHDL;
|
|
|
|
private global::System.Data.DataColumn columnOmocisteina;
|
|
|
|
private global::System.Data.DataColumn columnMHTFR;
|
|
|
|
private global::System.Data.DataColumn columnFattII;
|
|
|
|
private global::System.Data.DataColumn columnFattV;
|
|
|
|
private global::System.Data.DataColumn columnGradTransm;
|
|
|
|
private global::System.Data.DataColumn columnLungTelom;
|
|
|
|
private global::System.Data.DataColumn columnRespSilenz;
|
|
|
|
private global::System.Data.DataColumn columnFolatemia;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisLabDataTable() {
|
|
this.TableName = "VisLab";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisLabDataTable(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", "15.0.0.0")]
|
|
protected VisLabDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GlicemiaColumn {
|
|
get {
|
|
return this.columnGlicemia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EmoglGlicataColumn {
|
|
get {
|
|
return this.columnEmoglGlicata;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ColesTotColumn {
|
|
get {
|
|
return this.columnColesTot;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LDLColumn {
|
|
get {
|
|
return this.columnLDL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn HDLColumn {
|
|
get {
|
|
return this.columnHDL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TrigliceridiColumn {
|
|
get {
|
|
return this.columnTrigliceridi;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ColRapLDLHDLColumn {
|
|
get {
|
|
return this.columnColRapLDLHDL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OmocisteinaColumn {
|
|
get {
|
|
return this.columnOmocisteina;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MHTFRColumn {
|
|
get {
|
|
return this.columnMHTFR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FattIIColumn {
|
|
get {
|
|
return this.columnFattII;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FattVColumn {
|
|
get {
|
|
return this.columnFattV;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GradTransmColumn {
|
|
get {
|
|
return this.columnGradTransm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LungTelomColumn {
|
|
get {
|
|
return this.columnLungTelom;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn RespSilenzColumn {
|
|
get {
|
|
return this.columnRespSilenz;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FolatemiaColumn {
|
|
get {
|
|
return this.columnFolatemia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisLabRow this[int index] {
|
|
get {
|
|
return ((VisLabRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisLabRowChangeEventHandler VisLabRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisLabRowChangeEventHandler VisLabRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisLabRowChangeEventHandler VisLabRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisLabRowChangeEventHandler VisLabRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisLabRow(VisLabRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisLabRow AddVisLabRow(
|
|
AnagPazientiRow parentAnagPazientiRowByFK_VisClinGen_AnagPazienti,
|
|
System.DateTime DataVisita,
|
|
double Glicemia,
|
|
double EmoglGlicata,
|
|
double ColesTot,
|
|
double LDL,
|
|
double HDL,
|
|
double Trigliceridi,
|
|
double ColRapLDLHDL,
|
|
double Omocisteina,
|
|
double MHTFR,
|
|
double FattII,
|
|
double FattV,
|
|
double GradTransm,
|
|
double LungTelom,
|
|
double RespSilenz,
|
|
double Folatemia) {
|
|
VisLabRow rowVisLabRow = ((VisLabRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
Glicemia,
|
|
EmoglGlicata,
|
|
ColesTot,
|
|
LDL,
|
|
HDL,
|
|
Trigliceridi,
|
|
ColRapLDLHDL,
|
|
Omocisteina,
|
|
MHTFR,
|
|
FattII,
|
|
FattV,
|
|
GradTransm,
|
|
LungTelom,
|
|
RespSilenz,
|
|
Folatemia};
|
|
if ((parentAnagPazientiRowByFK_VisClinGen_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisClinGen_AnagPazienti[0];
|
|
}
|
|
rowVisLabRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisLabRow);
|
|
return rowVisLabRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisLabRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisLabRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisLabDataTable cln = ((VisLabDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisLabDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnGlicemia = base.Columns["Glicemia"];
|
|
this.columnEmoglGlicata = base.Columns["EmoglGlicata"];
|
|
this.columnColesTot = base.Columns["ColesTot"];
|
|
this.columnLDL = base.Columns["LDL"];
|
|
this.columnHDL = base.Columns["HDL"];
|
|
this.columnTrigliceridi = base.Columns["Trigliceridi"];
|
|
this.columnColRapLDLHDL = base.Columns["ColRapLDLHDL"];
|
|
this.columnOmocisteina = base.Columns["Omocisteina"];
|
|
this.columnMHTFR = base.Columns["MHTFR"];
|
|
this.columnFattII = base.Columns["FattII"];
|
|
this.columnFattV = base.Columns["FattV"];
|
|
this.columnGradTransm = base.Columns["GradTransm"];
|
|
this.columnLungTelom = base.Columns["LungTelom"];
|
|
this.columnRespSilenz = base.Columns["RespSilenz"];
|
|
this.columnFolatemia = base.Columns["Folatemia"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnGlicemia = new global::System.Data.DataColumn("Glicemia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGlicemia);
|
|
this.columnEmoglGlicata = new global::System.Data.DataColumn("EmoglGlicata", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEmoglGlicata);
|
|
this.columnColesTot = new global::System.Data.DataColumn("ColesTot", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnColesTot);
|
|
this.columnLDL = new global::System.Data.DataColumn("LDL", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLDL);
|
|
this.columnHDL = new global::System.Data.DataColumn("HDL", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnHDL);
|
|
this.columnTrigliceridi = new global::System.Data.DataColumn("Trigliceridi", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTrigliceridi);
|
|
this.columnColRapLDLHDL = new global::System.Data.DataColumn("ColRapLDLHDL", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnColRapLDLHDL);
|
|
this.columnOmocisteina = new global::System.Data.DataColumn("Omocisteina", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOmocisteina);
|
|
this.columnMHTFR = new global::System.Data.DataColumn("MHTFR", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMHTFR);
|
|
this.columnFattII = new global::System.Data.DataColumn("FattII", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFattII);
|
|
this.columnFattV = new global::System.Data.DataColumn("FattV", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFattV);
|
|
this.columnGradTransm = new global::System.Data.DataColumn("GradTransm", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGradTransm);
|
|
this.columnLungTelom = new global::System.Data.DataColumn("LungTelom", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLungTelom);
|
|
this.columnRespSilenz = new global::System.Data.DataColumn("RespSilenz", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRespSilenz);
|
|
this.columnFolatemia = new global::System.Data.DataColumn("Folatemia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFolatemia);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnGlicemia.AllowDBNull = false;
|
|
this.columnEmoglGlicata.AllowDBNull = false;
|
|
this.columnColesTot.AllowDBNull = false;
|
|
this.columnLDL.AllowDBNull = false;
|
|
this.columnHDL.AllowDBNull = false;
|
|
this.columnTrigliceridi.AllowDBNull = false;
|
|
this.columnColRapLDLHDL.ReadOnly = true;
|
|
this.columnOmocisteina.AllowDBNull = false;
|
|
this.columnMHTFR.AllowDBNull = false;
|
|
this.columnFattII.AllowDBNull = false;
|
|
this.columnFattV.AllowDBNull = false;
|
|
this.columnGradTransm.AllowDBNull = false;
|
|
this.columnLungTelom.AllowDBNull = false;
|
|
this.columnRespSilenz.AllowDBNull = false;
|
|
this.columnFolatemia.AllowDBNull = false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisLabRow NewVisLabRow() {
|
|
return ((VisLabRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisLabRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisLabRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisLabRowChanged != null)) {
|
|
this.VisLabRowChanged(this, new VisLabRowChangeEvent(((VisLabRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisLabRowChanging != null)) {
|
|
this.VisLabRowChanging(this, new VisLabRowChangeEvent(((VisLabRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisLabRowDeleted != null)) {
|
|
this.VisLabRowDeleted(this, new VisLabRowChangeEvent(((VisLabRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisLabRowDeleting != null)) {
|
|
this.VisLabRowDeleting(this, new VisLabRowChangeEvent(((VisLabRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisLabRow(VisLabRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisLabDataTable";
|
|
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 VisAnamCliDataTable : global::System.Data.TypedTableBase<VisAnamCliRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnFamMCCV;
|
|
|
|
private global::System.Data.DataColumn columnIpertens;
|
|
|
|
private global::System.Data.DataColumn columnIpertensYtd;
|
|
|
|
private global::System.Data.DataColumn columnDiabete;
|
|
|
|
private global::System.Data.DataColumn columnDiabeteYtd;
|
|
|
|
private global::System.Data.DataColumn columnIpercolest;
|
|
|
|
private global::System.Data.DataColumn columnIpercolestYtd;
|
|
|
|
private global::System.Data.DataColumn columnFumo;
|
|
|
|
private global::System.Data.DataColumn columnFumoYtd;
|
|
|
|
private global::System.Data.DataColumn columnAlcool;
|
|
|
|
private global::System.Data.DataColumn columnAlcoolYtd;
|
|
|
|
private global::System.Data.DataColumn columnSovrapp;
|
|
|
|
private global::System.Data.DataColumn columnSovrappYtd;
|
|
|
|
private global::System.Data.DataColumn columnSedent;
|
|
|
|
private global::System.Data.DataColumn columnAdesTerap;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisAnamCliDataTable() {
|
|
this.TableName = "VisAnamCli";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisAnamCliDataTable(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", "15.0.0.0")]
|
|
protected VisAnamCliDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FamMCCVColumn {
|
|
get {
|
|
return this.columnFamMCCV;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpertensColumn {
|
|
get {
|
|
return this.columnIpertens;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpertensYtdColumn {
|
|
get {
|
|
return this.columnIpertensYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DiabeteColumn {
|
|
get {
|
|
return this.columnDiabete;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DiabeteYtdColumn {
|
|
get {
|
|
return this.columnDiabeteYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpercolestColumn {
|
|
get {
|
|
return this.columnIpercolest;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpercolestYtdColumn {
|
|
get {
|
|
return this.columnIpercolestYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FumoColumn {
|
|
get {
|
|
return this.columnFumo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FumoYtdColumn {
|
|
get {
|
|
return this.columnFumoYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AlcoolColumn {
|
|
get {
|
|
return this.columnAlcool;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AlcoolYtdColumn {
|
|
get {
|
|
return this.columnAlcoolYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SovrappColumn {
|
|
get {
|
|
return this.columnSovrapp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SovrappYtdColumn {
|
|
get {
|
|
return this.columnSovrappYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SedentColumn {
|
|
get {
|
|
return this.columnSedent;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AdesTerapColumn {
|
|
get {
|
|
return this.columnAdesTerap;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisAnamCliRow this[int index] {
|
|
get {
|
|
return ((VisAnamCliRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisAnamCliRowChangeEventHandler VisAnamCliRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisAnamCliRowChangeEventHandler VisAnamCliRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisAnamCliRowChangeEventHandler VisAnamCliRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisAnamCliRowChangeEventHandler VisAnamCliRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisAnamCliRow(VisAnamCliRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisAnamCliRow AddVisAnamCliRow(
|
|
AnagPazientiRow parentAnagPazientiRowByFK_VisAnamCli_AnagPazienti,
|
|
System.DateTime DataVisita,
|
|
int FamMCCV,
|
|
int Ipertens,
|
|
int IpertensYtd,
|
|
int Diabete,
|
|
int DiabeteYtd,
|
|
int Ipercolest,
|
|
int IpercolestYtd,
|
|
int Fumo,
|
|
int FumoYtd,
|
|
int Alcool,
|
|
int AlcoolYtd,
|
|
int Sovrapp,
|
|
int SovrappYtd,
|
|
int Sedent,
|
|
int AdesTerap) {
|
|
VisAnamCliRow rowVisAnamCliRow = ((VisAnamCliRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
FamMCCV,
|
|
Ipertens,
|
|
IpertensYtd,
|
|
Diabete,
|
|
DiabeteYtd,
|
|
Ipercolest,
|
|
IpercolestYtd,
|
|
Fumo,
|
|
FumoYtd,
|
|
Alcool,
|
|
AlcoolYtd,
|
|
Sovrapp,
|
|
SovrappYtd,
|
|
Sedent,
|
|
AdesTerap};
|
|
if ((parentAnagPazientiRowByFK_VisAnamCli_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisAnamCli_AnagPazienti[0];
|
|
}
|
|
rowVisAnamCliRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisAnamCliRow);
|
|
return rowVisAnamCliRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisAnamCliRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisAnamCliRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisAnamCliDataTable cln = ((VisAnamCliDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisAnamCliDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnFamMCCV = base.Columns["FamMCCV"];
|
|
this.columnIpertens = base.Columns["Ipertens"];
|
|
this.columnIpertensYtd = base.Columns["IpertensYtd"];
|
|
this.columnDiabete = base.Columns["Diabete"];
|
|
this.columnDiabeteYtd = base.Columns["DiabeteYtd"];
|
|
this.columnIpercolest = base.Columns["Ipercolest"];
|
|
this.columnIpercolestYtd = base.Columns["IpercolestYtd"];
|
|
this.columnFumo = base.Columns["Fumo"];
|
|
this.columnFumoYtd = base.Columns["FumoYtd"];
|
|
this.columnAlcool = base.Columns["Alcool"];
|
|
this.columnAlcoolYtd = base.Columns["AlcoolYtd"];
|
|
this.columnSovrapp = base.Columns["Sovrapp"];
|
|
this.columnSovrappYtd = base.Columns["SovrappYtd"];
|
|
this.columnSedent = base.Columns["Sedent"];
|
|
this.columnAdesTerap = base.Columns["AdesTerap"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnFamMCCV = new global::System.Data.DataColumn("FamMCCV", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFamMCCV);
|
|
this.columnIpertens = new global::System.Data.DataColumn("Ipertens", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpertens);
|
|
this.columnIpertensYtd = new global::System.Data.DataColumn("IpertensYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpertensYtd);
|
|
this.columnDiabete = new global::System.Data.DataColumn("Diabete", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDiabete);
|
|
this.columnDiabeteYtd = new global::System.Data.DataColumn("DiabeteYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDiabeteYtd);
|
|
this.columnIpercolest = new global::System.Data.DataColumn("Ipercolest", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpercolest);
|
|
this.columnIpercolestYtd = new global::System.Data.DataColumn("IpercolestYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpercolestYtd);
|
|
this.columnFumo = new global::System.Data.DataColumn("Fumo", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFumo);
|
|
this.columnFumoYtd = new global::System.Data.DataColumn("FumoYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFumoYtd);
|
|
this.columnAlcool = new global::System.Data.DataColumn("Alcool", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAlcool);
|
|
this.columnAlcoolYtd = new global::System.Data.DataColumn("AlcoolYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAlcoolYtd);
|
|
this.columnSovrapp = new global::System.Data.DataColumn("Sovrapp", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSovrapp);
|
|
this.columnSovrappYtd = new global::System.Data.DataColumn("SovrappYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSovrappYtd);
|
|
this.columnSedent = new global::System.Data.DataColumn("Sedent", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSedent);
|
|
this.columnAdesTerap = new global::System.Data.DataColumn("AdesTerap", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAdesTerap);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnFamMCCV.AllowDBNull = false;
|
|
this.columnIpertens.AllowDBNull = false;
|
|
this.columnIpertensYtd.AllowDBNull = false;
|
|
this.columnDiabete.AllowDBNull = false;
|
|
this.columnDiabeteYtd.AllowDBNull = false;
|
|
this.columnIpercolest.AllowDBNull = false;
|
|
this.columnIpercolestYtd.AllowDBNull = false;
|
|
this.columnFumo.AllowDBNull = false;
|
|
this.columnFumoYtd.AllowDBNull = false;
|
|
this.columnAlcool.AllowDBNull = false;
|
|
this.columnAlcoolYtd.AllowDBNull = false;
|
|
this.columnSovrapp.AllowDBNull = false;
|
|
this.columnSovrappYtd.AllowDBNull = false;
|
|
this.columnSedent.AllowDBNull = false;
|
|
this.columnAdesTerap.AllowDBNull = false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisAnamCliRow NewVisAnamCliRow() {
|
|
return ((VisAnamCliRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisAnamCliRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisAnamCliRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisAnamCliRowChanged != null)) {
|
|
this.VisAnamCliRowChanged(this, new VisAnamCliRowChangeEvent(((VisAnamCliRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisAnamCliRowChanging != null)) {
|
|
this.VisAnamCliRowChanging(this, new VisAnamCliRowChangeEvent(((VisAnamCliRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisAnamCliRowDeleted != null)) {
|
|
this.VisAnamCliRowDeleted(this, new VisAnamCliRowChangeEvent(((VisAnamCliRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisAnamCliRowDeleting != null)) {
|
|
this.VisAnamCliRowDeleting(this, new VisAnamCliRowChangeEvent(((VisAnamCliRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisAnamCliRow(VisAnamCliRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisAnamCliDataTable";
|
|
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 VisCardioPolDataTable : global::System.Data.TypedTableBase<VisCardioPolRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnPaSis;
|
|
|
|
private global::System.Data.DataColumn columnPaDia;
|
|
|
|
private global::System.Data.DataColumn columnQR1;
|
|
|
|
private global::System.Data.DataColumn columnQR1_Kg;
|
|
|
|
private global::System.Data.DataColumn columnVO2;
|
|
|
|
private global::System.Data.DataColumn columnVO2_Kg;
|
|
|
|
private global::System.Data.DataColumn columnFC_QR1;
|
|
|
|
private global::System.Data.DataColumn columnPolsoO2;
|
|
|
|
private global::System.Data.DataColumn columnPaSisMax;
|
|
|
|
private global::System.Data.DataColumn columnPaDiaMax;
|
|
|
|
private global::System.Data.DataColumn columnFrazEiez;
|
|
|
|
private global::System.Data.DataColumn columnTDI;
|
|
|
|
private global::System.Data.DataColumn columnPlaccheVas;
|
|
|
|
private global::System.Data.DataColumn columnNote;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisCardioPolDataTable() {
|
|
this.TableName = "VisCardioPol";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisCardioPolDataTable(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", "15.0.0.0")]
|
|
protected VisCardioPolDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaSisColumn {
|
|
get {
|
|
return this.columnPaSis;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaDiaColumn {
|
|
get {
|
|
return this.columnPaDia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn QR1Column {
|
|
get {
|
|
return this.columnQR1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn QR1_KgColumn {
|
|
get {
|
|
return this.columnQR1_Kg;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VO2Column {
|
|
get {
|
|
return this.columnVO2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VO2_KgColumn {
|
|
get {
|
|
return this.columnVO2_Kg;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FC_QR1Column {
|
|
get {
|
|
return this.columnFC_QR1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PolsoO2Column {
|
|
get {
|
|
return this.columnPolsoO2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaSisMaxColumn {
|
|
get {
|
|
return this.columnPaSisMax;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaDiaMaxColumn {
|
|
get {
|
|
return this.columnPaDiaMax;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FrazEiezColumn {
|
|
get {
|
|
return this.columnFrazEiez;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TDIColumn {
|
|
get {
|
|
return this.columnTDI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlaccheVasColumn {
|
|
get {
|
|
return this.columnPlaccheVas;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteColumn {
|
|
get {
|
|
return this.columnNote;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisCardioPolRow this[int index] {
|
|
get {
|
|
return ((VisCardioPolRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisCardioPolRowChangeEventHandler VisCardioPolRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisCardioPolRowChangeEventHandler VisCardioPolRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisCardioPolRowChangeEventHandler VisCardioPolRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisCardioPolRowChangeEventHandler VisCardioPolRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisCardioPolRow(VisCardioPolRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisCardioPolRow AddVisCardioPolRow(
|
|
AnagPazientiRow parentAnagPazientiRowByFK_VisCardioPol_AnagPazienti,
|
|
System.DateTime DataVisita,
|
|
int PaSis,
|
|
int PaDia,
|
|
double QR1,
|
|
double QR1_Kg,
|
|
double VO2,
|
|
double VO2_Kg,
|
|
int FC_QR1,
|
|
double PolsoO2,
|
|
int PaSisMax,
|
|
int PaDiaMax,
|
|
double FrazEiez,
|
|
double TDI,
|
|
double PlaccheVas,
|
|
string Note) {
|
|
VisCardioPolRow rowVisCardioPolRow = ((VisCardioPolRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
PaSis,
|
|
PaDia,
|
|
QR1,
|
|
QR1_Kg,
|
|
VO2,
|
|
VO2_Kg,
|
|
FC_QR1,
|
|
PolsoO2,
|
|
PaSisMax,
|
|
PaDiaMax,
|
|
FrazEiez,
|
|
TDI,
|
|
PlaccheVas,
|
|
Note};
|
|
if ((parentAnagPazientiRowByFK_VisCardioPol_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisCardioPol_AnagPazienti[0];
|
|
}
|
|
rowVisCardioPolRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisCardioPolRow);
|
|
return rowVisCardioPolRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisCardioPolRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisCardioPolRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisCardioPolDataTable cln = ((VisCardioPolDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisCardioPolDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnPaSis = base.Columns["PaSis"];
|
|
this.columnPaDia = base.Columns["PaDia"];
|
|
this.columnQR1 = base.Columns["QR1"];
|
|
this.columnQR1_Kg = base.Columns["QR1_Kg"];
|
|
this.columnVO2 = base.Columns["VO2"];
|
|
this.columnVO2_Kg = base.Columns["VO2_Kg"];
|
|
this.columnFC_QR1 = base.Columns["FC_QR1"];
|
|
this.columnPolsoO2 = base.Columns["PolsoO2"];
|
|
this.columnPaSisMax = base.Columns["PaSisMax"];
|
|
this.columnPaDiaMax = base.Columns["PaDiaMax"];
|
|
this.columnFrazEiez = base.Columns["FrazEiez"];
|
|
this.columnTDI = base.Columns["TDI"];
|
|
this.columnPlaccheVas = base.Columns["PlaccheVas"];
|
|
this.columnNote = base.Columns["Note"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnPaSis = new global::System.Data.DataColumn("PaSis", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaSis);
|
|
this.columnPaDia = new global::System.Data.DataColumn("PaDia", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaDia);
|
|
this.columnQR1 = new global::System.Data.DataColumn("QR1", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQR1);
|
|
this.columnQR1_Kg = new global::System.Data.DataColumn("QR1_Kg", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQR1_Kg);
|
|
this.columnVO2 = new global::System.Data.DataColumn("VO2", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVO2);
|
|
this.columnVO2_Kg = new global::System.Data.DataColumn("VO2_Kg", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVO2_Kg);
|
|
this.columnFC_QR1 = new global::System.Data.DataColumn("FC_QR1", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFC_QR1);
|
|
this.columnPolsoO2 = new global::System.Data.DataColumn("PolsoO2", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPolsoO2);
|
|
this.columnPaSisMax = new global::System.Data.DataColumn("PaSisMax", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaSisMax);
|
|
this.columnPaDiaMax = new global::System.Data.DataColumn("PaDiaMax", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaDiaMax);
|
|
this.columnFrazEiez = new global::System.Data.DataColumn("FrazEiez", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFrazEiez);
|
|
this.columnTDI = new global::System.Data.DataColumn("TDI", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTDI);
|
|
this.columnPlaccheVas = new global::System.Data.DataColumn("PlaccheVas", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlaccheVas);
|
|
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNote);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnPaSis.AllowDBNull = false;
|
|
this.columnPaDia.AllowDBNull = false;
|
|
this.columnQR1.AllowDBNull = false;
|
|
this.columnVO2_Kg.AllowDBNull = false;
|
|
this.columnFC_QR1.AllowDBNull = false;
|
|
this.columnPaSisMax.AllowDBNull = false;
|
|
this.columnPaDiaMax.AllowDBNull = false;
|
|
this.columnFrazEiez.AllowDBNull = false;
|
|
this.columnTDI.AllowDBNull = false;
|
|
this.columnPlaccheVas.AllowDBNull = false;
|
|
this.columnNote.AllowDBNull = false;
|
|
this.columnNote.MaxLength = 500;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisCardioPolRow NewVisCardioPolRow() {
|
|
return ((VisCardioPolRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisCardioPolRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisCardioPolRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisCardioPolRowChanged != null)) {
|
|
this.VisCardioPolRowChanged(this, new VisCardioPolRowChangeEvent(((VisCardioPolRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisCardioPolRowChanging != null)) {
|
|
this.VisCardioPolRowChanging(this, new VisCardioPolRowChangeEvent(((VisCardioPolRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisCardioPolRowDeleted != null)) {
|
|
this.VisCardioPolRowDeleted(this, new VisCardioPolRowChangeEvent(((VisCardioPolRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisCardioPolRowDeleting != null)) {
|
|
this.VisCardioPolRowDeleting(this, new VisCardioPolRowChangeEvent(((VisCardioPolRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisCardioPolRow(VisCardioPolRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisCardioPolDataTable";
|
|
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 VisPsicoDataTable : global::System.Data.TypedTableBase<VisPsicoRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnTest15ParReyImm;
|
|
|
|
private global::System.Data.DataColumn columnTest15ParReyDif;
|
|
|
|
private global::System.Data.DataColumn columnFigComplRey_Copia;
|
|
|
|
private global::System.Data.DataColumn columnFigComplRey_RipDiff;
|
|
|
|
private global::System.Data.DataColumn columnStroopTestInterfErr;
|
|
|
|
private global::System.Data.DataColumn columnStroopTestInterfTemp;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisPsicoDataTable() {
|
|
this.TableName = "VisPsico";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisPsicoDataTable(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", "15.0.0.0")]
|
|
protected VisPsicoDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Test15ParReyImmColumn {
|
|
get {
|
|
return this.columnTest15ParReyImm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Test15ParReyDifColumn {
|
|
get {
|
|
return this.columnTest15ParReyDif;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FigComplRey_CopiaColumn {
|
|
get {
|
|
return this.columnFigComplRey_Copia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FigComplRey_RipDiffColumn {
|
|
get {
|
|
return this.columnFigComplRey_RipDiff;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StroopTestInterfErrColumn {
|
|
get {
|
|
return this.columnStroopTestInterfErr;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StroopTestInterfTempColumn {
|
|
get {
|
|
return this.columnStroopTestInterfTemp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisPsicoRow this[int index] {
|
|
get {
|
|
return ((VisPsicoRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisPsicoRowChangeEventHandler VisPsicoRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisPsicoRowChangeEventHandler VisPsicoRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisPsicoRowChangeEventHandler VisPsicoRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisPsicoRowChangeEventHandler VisPsicoRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisPsicoRow(VisPsicoRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisPsicoRow AddVisPsicoRow(AnagPazientiRow parentAnagPazientiRowByFK_VisPsico_AnagPazienti, System.DateTime DataVisita, int Test15ParReyImm, int Test15ParReyDif, int FigComplRey_Copia, int FigComplRey_RipDiff, int StroopTestInterfErr, int StroopTestInterfTemp) {
|
|
VisPsicoRow rowVisPsicoRow = ((VisPsicoRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
Test15ParReyImm,
|
|
Test15ParReyDif,
|
|
FigComplRey_Copia,
|
|
FigComplRey_RipDiff,
|
|
StroopTestInterfErr,
|
|
StroopTestInterfTemp};
|
|
if ((parentAnagPazientiRowByFK_VisPsico_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisPsico_AnagPazienti[0];
|
|
}
|
|
rowVisPsicoRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisPsicoRow);
|
|
return rowVisPsicoRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisPsicoRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisPsicoRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisPsicoDataTable cln = ((VisPsicoDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisPsicoDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnTest15ParReyImm = base.Columns["Test15ParReyImm"];
|
|
this.columnTest15ParReyDif = base.Columns["Test15ParReyDif"];
|
|
this.columnFigComplRey_Copia = base.Columns["FigComplRey_Copia"];
|
|
this.columnFigComplRey_RipDiff = base.Columns["FigComplRey_RipDiff"];
|
|
this.columnStroopTestInterfErr = base.Columns["StroopTestInterfErr"];
|
|
this.columnStroopTestInterfTemp = base.Columns["StroopTestInterfTemp"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnTest15ParReyImm = new global::System.Data.DataColumn("Test15ParReyImm", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTest15ParReyImm);
|
|
this.columnTest15ParReyDif = new global::System.Data.DataColumn("Test15ParReyDif", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTest15ParReyDif);
|
|
this.columnFigComplRey_Copia = new global::System.Data.DataColumn("FigComplRey_Copia", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFigComplRey_Copia);
|
|
this.columnFigComplRey_RipDiff = new global::System.Data.DataColumn("FigComplRey_RipDiff", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFigComplRey_RipDiff);
|
|
this.columnStroopTestInterfErr = new global::System.Data.DataColumn("StroopTestInterfErr", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStroopTestInterfErr);
|
|
this.columnStroopTestInterfTemp = new global::System.Data.DataColumn("StroopTestInterfTemp", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStroopTestInterfTemp);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnTest15ParReyImm.AllowDBNull = false;
|
|
this.columnTest15ParReyDif.AllowDBNull = false;
|
|
this.columnFigComplRey_Copia.AllowDBNull = false;
|
|
this.columnFigComplRey_RipDiff.AllowDBNull = false;
|
|
this.columnStroopTestInterfErr.AllowDBNull = false;
|
|
this.columnStroopTestInterfTemp.AllowDBNull = false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisPsicoRow NewVisPsicoRow() {
|
|
return ((VisPsicoRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisPsicoRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisPsicoRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisPsicoRowChanged != null)) {
|
|
this.VisPsicoRowChanged(this, new VisPsicoRowChangeEvent(((VisPsicoRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisPsicoRowChanging != null)) {
|
|
this.VisPsicoRowChanging(this, new VisPsicoRowChangeEvent(((VisPsicoRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisPsicoRowDeleted != null)) {
|
|
this.VisPsicoRowDeleted(this, new VisPsicoRowChangeEvent(((VisPsicoRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisPsicoRowDeleting != null)) {
|
|
this.VisPsicoRowDeleting(this, new VisPsicoRowChangeEvent(((VisPsicoRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisPsicoRow(VisPsicoRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisPsicoDataTable";
|
|
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 VisStileVitaDataTable : global::System.Data.TypedTableBase<VisStileVitaRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnEta;
|
|
|
|
private global::System.Data.DataColumn columnSesso;
|
|
|
|
private global::System.Data.DataColumn columnLavoro;
|
|
|
|
private global::System.Data.DataColumn columnStileVita;
|
|
|
|
private global::System.Data.DataColumn columnFreqAll;
|
|
|
|
private global::System.Data.DataColumn columnMezzoTrasp;
|
|
|
|
private global::System.Data.DataColumn columnScoreAttiv;
|
|
|
|
private global::System.Data.DataColumn columnMET_Lavoro;
|
|
|
|
private global::System.Data.DataColumn columnMET_AttFisica;
|
|
|
|
private global::System.Data.DataColumn columnOreSonno;
|
|
|
|
private global::System.Data.DataColumn columnOreSeduto;
|
|
|
|
private global::System.Data.DataColumn columnOrePasti;
|
|
|
|
private global::System.Data.DataColumn columnOreSpostAuto;
|
|
|
|
private global::System.Data.DataColumn columnOreSpostAtt;
|
|
|
|
private global::System.Data.DataColumn columnOreLavoro;
|
|
|
|
private global::System.Data.DataColumn columnOreIgiene;
|
|
|
|
private global::System.Data.DataColumn columnOreAttFisica;
|
|
|
|
private global::System.Data.DataColumn columnOrePulizia;
|
|
|
|
private global::System.Data.DataColumn columnOreCane;
|
|
|
|
private global::System.Data.DataColumn columnConsCalDie;
|
|
|
|
private global::System.Data.DataColumn columnVerdure;
|
|
|
|
private global::System.Data.DataColumn columnLegumi;
|
|
|
|
private global::System.Data.DataColumn columnFrutta;
|
|
|
|
private global::System.Data.DataColumn columnNoci;
|
|
|
|
private global::System.Data.DataColumn columnCereali;
|
|
|
|
private global::System.Data.DataColumn columnPesce;
|
|
|
|
private global::System.Data.DataColumn columnGrassi;
|
|
|
|
private global::System.Data.DataColumn columnVino;
|
|
|
|
private global::System.Data.DataColumn columnCarneLatt;
|
|
|
|
private global::System.Data.DataColumn columnScoreDietMed;
|
|
|
|
private global::System.Data.DataColumn columnNote;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisStileVitaDataTable() {
|
|
this.TableName = "VisStileVita";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisStileVitaDataTable(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", "15.0.0.0")]
|
|
protected VisStileVitaDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EtaColumn {
|
|
get {
|
|
return this.columnEta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SessoColumn {
|
|
get {
|
|
return this.columnSesso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LavoroColumn {
|
|
get {
|
|
return this.columnLavoro;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StileVitaColumn {
|
|
get {
|
|
return this.columnStileVita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FreqAllColumn {
|
|
get {
|
|
return this.columnFreqAll;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MezzoTraspColumn {
|
|
get {
|
|
return this.columnMezzoTrasp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreAttivColumn {
|
|
get {
|
|
return this.columnScoreAttiv;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MET_LavoroColumn {
|
|
get {
|
|
return this.columnMET_Lavoro;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MET_AttFisicaColumn {
|
|
get {
|
|
return this.columnMET_AttFisica;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSonnoColumn {
|
|
get {
|
|
return this.columnOreSonno;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSedutoColumn {
|
|
get {
|
|
return this.columnOreSeduto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OrePastiColumn {
|
|
get {
|
|
return this.columnOrePasti;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSpostAutoColumn {
|
|
get {
|
|
return this.columnOreSpostAuto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSpostAttColumn {
|
|
get {
|
|
return this.columnOreSpostAtt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreLavoroColumn {
|
|
get {
|
|
return this.columnOreLavoro;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreIgieneColumn {
|
|
get {
|
|
return this.columnOreIgiene;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreAttFisicaColumn {
|
|
get {
|
|
return this.columnOreAttFisica;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OrePuliziaColumn {
|
|
get {
|
|
return this.columnOrePulizia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreCaneColumn {
|
|
get {
|
|
return this.columnOreCane;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ConsCalDieColumn {
|
|
get {
|
|
return this.columnConsCalDie;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VerdureColumn {
|
|
get {
|
|
return this.columnVerdure;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LegumiColumn {
|
|
get {
|
|
return this.columnLegumi;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FruttaColumn {
|
|
get {
|
|
return this.columnFrutta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NociColumn {
|
|
get {
|
|
return this.columnNoci;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CerealiColumn {
|
|
get {
|
|
return this.columnCereali;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesceColumn {
|
|
get {
|
|
return this.columnPesce;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassiColumn {
|
|
get {
|
|
return this.columnGrassi;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VinoColumn {
|
|
get {
|
|
return this.columnVino;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CarneLattColumn {
|
|
get {
|
|
return this.columnCarneLatt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreDietMedColumn {
|
|
get {
|
|
return this.columnScoreDietMed;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteColumn {
|
|
get {
|
|
return this.columnNote;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisStileVitaRow this[int index] {
|
|
get {
|
|
return ((VisStileVitaRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisStileVitaRowChangeEventHandler VisStileVitaRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisStileVitaRowChangeEventHandler VisStileVitaRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisStileVitaRowChangeEventHandler VisStileVitaRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisStileVitaRowChangeEventHandler VisStileVitaRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisStileVitaRow(VisStileVitaRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisStileVitaRow AddVisStileVitaRow(
|
|
AnagPazientiRow parentAnagPazientiRowByFK_VisStileVita_AnagPazienti,
|
|
System.DateTime DataVisita,
|
|
double Eta,
|
|
string Sesso,
|
|
int Lavoro,
|
|
int StileVita,
|
|
int FreqAll,
|
|
int MezzoTrasp,
|
|
int ScoreAttiv,
|
|
double MET_Lavoro,
|
|
double MET_AttFisica,
|
|
double OreSonno,
|
|
double OreSeduto,
|
|
double OrePasti,
|
|
double OreSpostAuto,
|
|
double OreSpostAtt,
|
|
double OreLavoro,
|
|
double OreIgiene,
|
|
double OreAttFisica,
|
|
double OrePulizia,
|
|
double OreCane,
|
|
double ConsCalDie,
|
|
int Verdure,
|
|
int Legumi,
|
|
int Frutta,
|
|
int Noci,
|
|
int Cereali,
|
|
int Pesce,
|
|
int Grassi,
|
|
int Vino,
|
|
int CarneLatt,
|
|
int ScoreDietMed,
|
|
string Note,
|
|
double Peso) {
|
|
VisStileVitaRow rowVisStileVitaRow = ((VisStileVitaRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
Eta,
|
|
Sesso,
|
|
Lavoro,
|
|
StileVita,
|
|
FreqAll,
|
|
MezzoTrasp,
|
|
ScoreAttiv,
|
|
MET_Lavoro,
|
|
MET_AttFisica,
|
|
OreSonno,
|
|
OreSeduto,
|
|
OrePasti,
|
|
OreSpostAuto,
|
|
OreSpostAtt,
|
|
OreLavoro,
|
|
OreIgiene,
|
|
OreAttFisica,
|
|
OrePulizia,
|
|
OreCane,
|
|
ConsCalDie,
|
|
Verdure,
|
|
Legumi,
|
|
Frutta,
|
|
Noci,
|
|
Cereali,
|
|
Pesce,
|
|
Grassi,
|
|
Vino,
|
|
CarneLatt,
|
|
ScoreDietMed,
|
|
Note,
|
|
Peso};
|
|
if ((parentAnagPazientiRowByFK_VisStileVita_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisStileVita_AnagPazienti[0];
|
|
}
|
|
rowVisStileVitaRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisStileVitaRow);
|
|
return rowVisStileVitaRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisStileVitaRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisStileVitaRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisStileVitaDataTable cln = ((VisStileVitaDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisStileVitaDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnEta = base.Columns["Eta"];
|
|
this.columnSesso = base.Columns["Sesso"];
|
|
this.columnLavoro = base.Columns["Lavoro"];
|
|
this.columnStileVita = base.Columns["StileVita"];
|
|
this.columnFreqAll = base.Columns["FreqAll"];
|
|
this.columnMezzoTrasp = base.Columns["MezzoTrasp"];
|
|
this.columnScoreAttiv = base.Columns["ScoreAttiv"];
|
|
this.columnMET_Lavoro = base.Columns["MET_Lavoro"];
|
|
this.columnMET_AttFisica = base.Columns["MET_AttFisica"];
|
|
this.columnOreSonno = base.Columns["OreSonno"];
|
|
this.columnOreSeduto = base.Columns["OreSeduto"];
|
|
this.columnOrePasti = base.Columns["OrePasti"];
|
|
this.columnOreSpostAuto = base.Columns["OreSpostAuto"];
|
|
this.columnOreSpostAtt = base.Columns["OreSpostAtt"];
|
|
this.columnOreLavoro = base.Columns["OreLavoro"];
|
|
this.columnOreIgiene = base.Columns["OreIgiene"];
|
|
this.columnOreAttFisica = base.Columns["OreAttFisica"];
|
|
this.columnOrePulizia = base.Columns["OrePulizia"];
|
|
this.columnOreCane = base.Columns["OreCane"];
|
|
this.columnConsCalDie = base.Columns["ConsCalDie"];
|
|
this.columnVerdure = base.Columns["Verdure"];
|
|
this.columnLegumi = base.Columns["Legumi"];
|
|
this.columnFrutta = base.Columns["Frutta"];
|
|
this.columnNoci = base.Columns["Noci"];
|
|
this.columnCereali = base.Columns["Cereali"];
|
|
this.columnPesce = base.Columns["Pesce"];
|
|
this.columnGrassi = base.Columns["Grassi"];
|
|
this.columnVino = base.Columns["Vino"];
|
|
this.columnCarneLatt = base.Columns["CarneLatt"];
|
|
this.columnScoreDietMed = base.Columns["ScoreDietMed"];
|
|
this.columnNote = base.Columns["Note"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnEta = new global::System.Data.DataColumn("Eta", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEta);
|
|
this.columnSesso = new global::System.Data.DataColumn("Sesso", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSesso);
|
|
this.columnLavoro = new global::System.Data.DataColumn("Lavoro", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLavoro);
|
|
this.columnStileVita = new global::System.Data.DataColumn("StileVita", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStileVita);
|
|
this.columnFreqAll = new global::System.Data.DataColumn("FreqAll", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFreqAll);
|
|
this.columnMezzoTrasp = new global::System.Data.DataColumn("MezzoTrasp", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMezzoTrasp);
|
|
this.columnScoreAttiv = new global::System.Data.DataColumn("ScoreAttiv", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScoreAttiv);
|
|
this.columnMET_Lavoro = new global::System.Data.DataColumn("MET_Lavoro", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMET_Lavoro);
|
|
this.columnMET_AttFisica = new global::System.Data.DataColumn("MET_AttFisica", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMET_AttFisica);
|
|
this.columnOreSonno = new global::System.Data.DataColumn("OreSonno", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSonno);
|
|
this.columnOreSeduto = new global::System.Data.DataColumn("OreSeduto", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSeduto);
|
|
this.columnOrePasti = new global::System.Data.DataColumn("OrePasti", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOrePasti);
|
|
this.columnOreSpostAuto = new global::System.Data.DataColumn("OreSpostAuto", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSpostAuto);
|
|
this.columnOreSpostAtt = new global::System.Data.DataColumn("OreSpostAtt", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSpostAtt);
|
|
this.columnOreLavoro = new global::System.Data.DataColumn("OreLavoro", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreLavoro);
|
|
this.columnOreIgiene = new global::System.Data.DataColumn("OreIgiene", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreIgiene);
|
|
this.columnOreAttFisica = new global::System.Data.DataColumn("OreAttFisica", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreAttFisica);
|
|
this.columnOrePulizia = new global::System.Data.DataColumn("OrePulizia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOrePulizia);
|
|
this.columnOreCane = new global::System.Data.DataColumn("OreCane", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreCane);
|
|
this.columnConsCalDie = new global::System.Data.DataColumn("ConsCalDie", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnConsCalDie);
|
|
this.columnVerdure = new global::System.Data.DataColumn("Verdure", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVerdure);
|
|
this.columnLegumi = new global::System.Data.DataColumn("Legumi", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLegumi);
|
|
this.columnFrutta = new global::System.Data.DataColumn("Frutta", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFrutta);
|
|
this.columnNoci = new global::System.Data.DataColumn("Noci", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoci);
|
|
this.columnCereali = new global::System.Data.DataColumn("Cereali", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCereali);
|
|
this.columnPesce = new global::System.Data.DataColumn("Pesce", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPesce);
|
|
this.columnGrassi = new global::System.Data.DataColumn("Grassi", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassi);
|
|
this.columnVino = new global::System.Data.DataColumn("Vino", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVino);
|
|
this.columnCarneLatt = new global::System.Data.DataColumn("CarneLatt", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCarneLatt);
|
|
this.columnScoreDietMed = new global::System.Data.DataColumn("ScoreDietMed", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScoreDietMed);
|
|
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNote);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnEta.ReadOnly = true;
|
|
this.columnSesso.AllowDBNull = false;
|
|
this.columnSesso.MaxLength = 1;
|
|
this.columnLavoro.AllowDBNull = false;
|
|
this.columnStileVita.AllowDBNull = false;
|
|
this.columnFreqAll.AllowDBNull = false;
|
|
this.columnMezzoTrasp.AllowDBNull = false;
|
|
this.columnMET_Lavoro.AllowDBNull = false;
|
|
this.columnMET_AttFisica.AllowDBNull = false;
|
|
this.columnOreSonno.ReadOnly = true;
|
|
this.columnOreSeduto.AllowDBNull = false;
|
|
this.columnOrePasti.AllowDBNull = false;
|
|
this.columnOreSpostAuto.AllowDBNull = false;
|
|
this.columnOreSpostAtt.AllowDBNull = false;
|
|
this.columnOreLavoro.AllowDBNull = false;
|
|
this.columnOreIgiene.AllowDBNull = false;
|
|
this.columnOreAttFisica.AllowDBNull = false;
|
|
this.columnOrePulizia.AllowDBNull = false;
|
|
this.columnOreCane.AllowDBNull = false;
|
|
this.columnConsCalDie.ReadOnly = true;
|
|
this.columnVerdure.AllowDBNull = false;
|
|
this.columnLegumi.AllowDBNull = false;
|
|
this.columnFrutta.AllowDBNull = false;
|
|
this.columnNoci.AllowDBNull = false;
|
|
this.columnCereali.AllowDBNull = false;
|
|
this.columnPesce.AllowDBNull = false;
|
|
this.columnGrassi.AllowDBNull = false;
|
|
this.columnVino.AllowDBNull = false;
|
|
this.columnCarneLatt.AllowDBNull = false;
|
|
this.columnScoreDietMed.ReadOnly = true;
|
|
this.columnNote.AllowDBNull = false;
|
|
this.columnNote.MaxLength = 250;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisStileVitaRow NewVisStileVitaRow() {
|
|
return ((VisStileVitaRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisStileVitaRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisStileVitaRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisStileVitaRowChanged != null)) {
|
|
this.VisStileVitaRowChanged(this, new VisStileVitaRowChangeEvent(((VisStileVitaRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisStileVitaRowChanging != null)) {
|
|
this.VisStileVitaRowChanging(this, new VisStileVitaRowChangeEvent(((VisStileVitaRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisStileVitaRowDeleted != null)) {
|
|
this.VisStileVitaRowDeleted(this, new VisStileVitaRowChangeEvent(((VisStileVitaRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisStileVitaRowDeleting != null)) {
|
|
this.VisStileVitaRowDeleting(this, new VisStileVitaRowChangeEvent(((VisStileVitaRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisStileVitaRow(VisStileVitaRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisStileVitaDataTable";
|
|
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 VisRelazFinDataTable : global::System.Data.TypedTableBase<VisRelazFinRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnNote;
|
|
|
|
private global::System.Data.DataColumn columnScore1;
|
|
|
|
private global::System.Data.DataColumn columnScore2;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisRelazFinDataTable() {
|
|
this.TableName = "VisRelazFin";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisRelazFinDataTable(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", "15.0.0.0")]
|
|
protected VisRelazFinDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteColumn {
|
|
get {
|
|
return this.columnNote;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Score1Column {
|
|
get {
|
|
return this.columnScore1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Score2Column {
|
|
get {
|
|
return this.columnScore2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisRelazFinRow this[int index] {
|
|
get {
|
|
return ((VisRelazFinRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisRelazFinRowChangeEventHandler VisRelazFinRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisRelazFinRowChangeEventHandler VisRelazFinRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisRelazFinRowChangeEventHandler VisRelazFinRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisRelazFinRowChangeEventHandler VisRelazFinRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisRelazFinRow(VisRelazFinRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisRelazFinRow AddVisRelazFinRow(AnagPazientiRow parentAnagPazientiRowByFK_VisRelazFin_AnagPazienti, System.DateTime DataVisita, string Note, double Score1, double Score2) {
|
|
VisRelazFinRow rowVisRelazFinRow = ((VisRelazFinRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
Note,
|
|
Score1,
|
|
Score2};
|
|
if ((parentAnagPazientiRowByFK_VisRelazFin_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisRelazFin_AnagPazienti[0];
|
|
}
|
|
rowVisRelazFinRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisRelazFinRow);
|
|
return rowVisRelazFinRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisRelazFinRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisRelazFinRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisRelazFinDataTable cln = ((VisRelazFinDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisRelazFinDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnNote = base.Columns["Note"];
|
|
this.columnScore1 = base.Columns["Score1"];
|
|
this.columnScore2 = base.Columns["Score2"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNote);
|
|
this.columnScore1 = new global::System.Data.DataColumn("Score1", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore1);
|
|
this.columnScore2 = new global::System.Data.DataColumn("Score2", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore2);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnNote.AllowDBNull = false;
|
|
this.columnNote.MaxLength = 4000;
|
|
this.columnScore1.AllowDBNull = false;
|
|
this.columnScore2.AllowDBNull = false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisRelazFinRow NewVisRelazFinRow() {
|
|
return ((VisRelazFinRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisRelazFinRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisRelazFinRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisRelazFinRowChanged != null)) {
|
|
this.VisRelazFinRowChanged(this, new VisRelazFinRowChangeEvent(((VisRelazFinRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisRelazFinRowChanging != null)) {
|
|
this.VisRelazFinRowChanging(this, new VisRelazFinRowChangeEvent(((VisRelazFinRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisRelazFinRowDeleted != null)) {
|
|
this.VisRelazFinRowDeleted(this, new VisRelazFinRowChangeEvent(((VisRelazFinRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisRelazFinRowDeleting != null)) {
|
|
this.VisRelazFinRowDeleting(this, new VisRelazFinRowChangeEvent(((VisRelazFinRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisRelazFinRow(VisRelazFinRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisRelazFinDataTable";
|
|
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 stp_rep_DatiFullByPazienteDataDataTable : global::System.Data.TypedTableBase<stp_rep_DatiFullByPazienteDataRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnGruppo;
|
|
|
|
private global::System.Data.DataColumn columnCognome;
|
|
|
|
private global::System.Data.DataColumn columnNome;
|
|
|
|
private global::System.Data.DataColumn columnDataNasc;
|
|
|
|
private global::System.Data.DataColumn columnLuogoNascita;
|
|
|
|
private global::System.Data.DataColumn columnSesso;
|
|
|
|
private global::System.Data.DataColumn columnCodF;
|
|
|
|
private global::System.Data.DataColumn columnIndirizzo;
|
|
|
|
private global::System.Data.DataColumn columnEta;
|
|
|
|
private global::System.Data.DataColumn columnRecTel;
|
|
|
|
private global::System.Data.DataColumn columnMedico;
|
|
|
|
private global::System.Data.DataColumn columnNotePaziente;
|
|
|
|
private global::System.Data.DataColumn columnGlicemia;
|
|
|
|
private global::System.Data.DataColumn columnEmoglGlicata;
|
|
|
|
private global::System.Data.DataColumn columnColesTot;
|
|
|
|
private global::System.Data.DataColumn columnLDL;
|
|
|
|
private global::System.Data.DataColumn columnHDL;
|
|
|
|
private global::System.Data.DataColumn columnTrigliceridi;
|
|
|
|
private global::System.Data.DataColumn columnColRapLDLHDL;
|
|
|
|
private global::System.Data.DataColumn columnOmocisteina;
|
|
|
|
private global::System.Data.DataColumn columnMHTFR;
|
|
|
|
private global::System.Data.DataColumn columnFattII;
|
|
|
|
private global::System.Data.DataColumn columnFattV;
|
|
|
|
private global::System.Data.DataColumn columnGradTransm;
|
|
|
|
private global::System.Data.DataColumn columnLungTelom;
|
|
|
|
private global::System.Data.DataColumn columnRespSilenz;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnPlicaBicipite;
|
|
|
|
private global::System.Data.DataColumn columnPlicaTricipite;
|
|
|
|
private global::System.Data.DataColumn columnPlicaSottoscapola;
|
|
|
|
private global::System.Data.DataColumn columnPlicaPettorale;
|
|
|
|
private global::System.Data.DataColumn columnPlicaAddominale;
|
|
|
|
private global::System.Data.DataColumn columnPlicaSoprailiaca;
|
|
|
|
private global::System.Data.DataColumn columnPlicaCoscia;
|
|
|
|
private global::System.Data.DataColumn columnCirconfVitaGlutei;
|
|
|
|
private global::System.Data.DataColumn columnCirconfAvamb;
|
|
|
|
private global::System.Data.DataColumn columnGrassoTroncoPerc;
|
|
|
|
private global::System.Data.DataColumn columnGrassoViscInd;
|
|
|
|
private global::System.Data.DataColumn columnTRomberg;
|
|
|
|
private global::System.Data.DataColumn columnTFukuda;
|
|
|
|
private global::System.Data.DataColumn columnTGUG;
|
|
|
|
private global::System.Data.DataColumn columnTGUG1;
|
|
|
|
private global::System.Data.DataColumn columnFPrensile;
|
|
|
|
private global::System.Data.DataColumn columnDensCorp;
|
|
|
|
private global::System.Data.DataColumn columnGrassoTotPerc;
|
|
|
|
private global::System.Data.DataColumn columnGrassoTot;
|
|
|
|
private global::System.Data.DataColumn columnMassaMagraPerc;
|
|
|
|
private global::System.Data.DataColumn columnMassaMagraKgCm;
|
|
|
|
private global::System.Data.DataColumn columnBMI;
|
|
|
|
private global::System.Data.DataColumn columnMetBasaleDie;
|
|
|
|
private global::System.Data.DataColumn columnMetBasaleH;
|
|
|
|
private global::System.Data.DataColumn columnLavoro;
|
|
|
|
private global::System.Data.DataColumn columnStileVita;
|
|
|
|
private global::System.Data.DataColumn columnFreqAll;
|
|
|
|
private global::System.Data.DataColumn columnMezzoTrasp;
|
|
|
|
private global::System.Data.DataColumn columnScoreAttiv;
|
|
|
|
private global::System.Data.DataColumn columnMET_Lavoro;
|
|
|
|
private global::System.Data.DataColumn columnMET_AttFisica;
|
|
|
|
private global::System.Data.DataColumn columnOreSonno;
|
|
|
|
private global::System.Data.DataColumn columnOreSeduto;
|
|
|
|
private global::System.Data.DataColumn columnOrePasti;
|
|
|
|
private global::System.Data.DataColumn columnOreSpostAuto;
|
|
|
|
private global::System.Data.DataColumn columnOreSpostAtt;
|
|
|
|
private global::System.Data.DataColumn columnOreLavoro;
|
|
|
|
private global::System.Data.DataColumn columnOreIgiene;
|
|
|
|
private global::System.Data.DataColumn columnOreAttFisica;
|
|
|
|
private global::System.Data.DataColumn columnOrePulizia;
|
|
|
|
private global::System.Data.DataColumn columnOreCane;
|
|
|
|
private global::System.Data.DataColumn columnConsCalDie;
|
|
|
|
private global::System.Data.DataColumn columnVerdure;
|
|
|
|
private global::System.Data.DataColumn columnLegumi;
|
|
|
|
private global::System.Data.DataColumn columnFrutta;
|
|
|
|
private global::System.Data.DataColumn columnNoci;
|
|
|
|
private global::System.Data.DataColumn columnCereali;
|
|
|
|
private global::System.Data.DataColumn columnPesce;
|
|
|
|
private global::System.Data.DataColumn columnGrassi;
|
|
|
|
private global::System.Data.DataColumn columnVino;
|
|
|
|
private global::System.Data.DataColumn columnCarneLatt;
|
|
|
|
private global::System.Data.DataColumn columnScoreDietMed;
|
|
|
|
private global::System.Data.DataColumn columnNoteStileVita;
|
|
|
|
private global::System.Data.DataColumn columnLavoro_label;
|
|
|
|
private global::System.Data.DataColumn columnStileVita_label;
|
|
|
|
private global::System.Data.DataColumn columnFreqAll_label;
|
|
|
|
private global::System.Data.DataColumn columnMezzoTrasp_label;
|
|
|
|
private global::System.Data.DataColumn columnVerdure_label;
|
|
|
|
private global::System.Data.DataColumn columnLegumi_label;
|
|
|
|
private global::System.Data.DataColumn columnFrutta_label;
|
|
|
|
private global::System.Data.DataColumn columnNoci_label;
|
|
|
|
private global::System.Data.DataColumn columnCereali_label;
|
|
|
|
private global::System.Data.DataColumn columnPesce_label;
|
|
|
|
private global::System.Data.DataColumn columnGrassi_label;
|
|
|
|
private global::System.Data.DataColumn columnVino_label;
|
|
|
|
private global::System.Data.DataColumn columnCarneLatt_label;
|
|
|
|
private global::System.Data.DataColumn columnTestTMT_A;
|
|
|
|
private global::System.Data.DataColumn columnTestTMT_A_label;
|
|
|
|
private global::System.Data.DataColumn columnTestTMT_B;
|
|
|
|
private global::System.Data.DataColumn columnTestTMT_B_label;
|
|
|
|
private global::System.Data.DataColumn columnTestTMT_BA;
|
|
|
|
private global::System.Data.DataColumn columnTestTMT_BA_label;
|
|
|
|
private global::System.Data.DataColumn columnTest15ParReyImm;
|
|
|
|
private global::System.Data.DataColumn columnTest15ParReyImm_label;
|
|
|
|
private global::System.Data.DataColumn columnTest15ParReyDif;
|
|
|
|
private global::System.Data.DataColumn columnTest15ParReyDif_label;
|
|
|
|
private global::System.Data.DataColumn columnApprSuSpanViSpa;
|
|
|
|
private global::System.Data.DataColumn columnApprSuSpanViSpa_label;
|
|
|
|
private global::System.Data.DataColumn columnStroopTestInterfErr;
|
|
|
|
private global::System.Data.DataColumn columnStroopTestInterfErr_label;
|
|
|
|
private global::System.Data.DataColumn columnTestStimeCognErr;
|
|
|
|
private global::System.Data.DataColumn columnTestStimeCognErr_label;
|
|
|
|
private global::System.Data.DataColumn columnTestStimeCognBiz;
|
|
|
|
private global::System.Data.DataColumn columnTestStimeCognBiz_label;
|
|
|
|
private global::System.Data.DataColumn columnTorreLondra;
|
|
|
|
private global::System.Data.DataColumn columnTorreLondra_label;
|
|
|
|
private global::System.Data.DataColumn columnPaSis;
|
|
|
|
private global::System.Data.DataColumn columnPaDia;
|
|
|
|
private global::System.Data.DataColumn columnQR1;
|
|
|
|
private global::System.Data.DataColumn columnQR1_Kg;
|
|
|
|
private global::System.Data.DataColumn columnVO2;
|
|
|
|
private global::System.Data.DataColumn columnVO2_Kg;
|
|
|
|
private global::System.Data.DataColumn columnFC_QR1;
|
|
|
|
private global::System.Data.DataColumn columnPolsoO2;
|
|
|
|
private global::System.Data.DataColumn columnPaSisMax;
|
|
|
|
private global::System.Data.DataColumn columnPaDiaMax;
|
|
|
|
private global::System.Data.DataColumn columnFrazEiez;
|
|
|
|
private global::System.Data.DataColumn columnTDI;
|
|
|
|
private global::System.Data.DataColumn columnPlaccheVas;
|
|
|
|
private global::System.Data.DataColumn columnNoteCardio;
|
|
|
|
private global::System.Data.DataColumn columnPlaccheVas_Label;
|
|
|
|
private global::System.Data.DataColumn columnFamMCCV;
|
|
|
|
private global::System.Data.DataColumn columnFamMCCV_Label;
|
|
|
|
private global::System.Data.DataColumn columnIpertens;
|
|
|
|
private global::System.Data.DataColumn columnIpertens_Label;
|
|
|
|
private global::System.Data.DataColumn columnIpertensYtd;
|
|
|
|
private global::System.Data.DataColumn columnIpertensYtd_Label;
|
|
|
|
private global::System.Data.DataColumn columnDiabete;
|
|
|
|
private global::System.Data.DataColumn columnDiabete_Label;
|
|
|
|
private global::System.Data.DataColumn columnDiabeteYtd;
|
|
|
|
private global::System.Data.DataColumn columnDiabeteYtd_Label;
|
|
|
|
private global::System.Data.DataColumn columnIpercolest;
|
|
|
|
private global::System.Data.DataColumn columnIpercolest_Label;
|
|
|
|
private global::System.Data.DataColumn columnIpercolestYtd;
|
|
|
|
private global::System.Data.DataColumn columnIpercolestYtd_Label;
|
|
|
|
private global::System.Data.DataColumn columnFumo;
|
|
|
|
private global::System.Data.DataColumn columnFumo_Label;
|
|
|
|
private global::System.Data.DataColumn columnFumoYtd;
|
|
|
|
private global::System.Data.DataColumn columnFumoYtd_Label;
|
|
|
|
private global::System.Data.DataColumn columnAlcool;
|
|
|
|
private global::System.Data.DataColumn columnAlcool_Label;
|
|
|
|
private global::System.Data.DataColumn columnAlcoolYtd;
|
|
|
|
private global::System.Data.DataColumn columnAlcoolYtd_Label;
|
|
|
|
private global::System.Data.DataColumn columnSovrapp;
|
|
|
|
private global::System.Data.DataColumn columnSovrapp_Label;
|
|
|
|
private global::System.Data.DataColumn columnSovrappYtd;
|
|
|
|
private global::System.Data.DataColumn columnSovrappYtd_Label;
|
|
|
|
private global::System.Data.DataColumn columnSedent;
|
|
|
|
private global::System.Data.DataColumn columnSedent_Label;
|
|
|
|
private global::System.Data.DataColumn columnAdesTerap;
|
|
|
|
private global::System.Data.DataColumn columnAdesTerap_Label;
|
|
|
|
private global::System.Data.DataColumn columnNoteRelFin;
|
|
|
|
private global::System.Data.DataColumn columnScore1;
|
|
|
|
private global::System.Data.DataColumn columnScore2;
|
|
|
|
private global::System.Data.DataColumn columnMedicoRef;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataDataTable() {
|
|
this.TableName = "stp_rep_DatiFullByPazienteData";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal stp_rep_DatiFullByPazienteDataDataTable(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", "15.0.0.0")]
|
|
protected stp_rep_DatiFullByPazienteDataDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GruppoColumn {
|
|
get {
|
|
return this.columnGruppo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CognomeColumn {
|
|
get {
|
|
return this.columnCognome;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NomeColumn {
|
|
get {
|
|
return this.columnNome;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataNascColumn {
|
|
get {
|
|
return this.columnDataNasc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LuogoNascitaColumn {
|
|
get {
|
|
return this.columnLuogoNascita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SessoColumn {
|
|
get {
|
|
return this.columnSesso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CodFColumn {
|
|
get {
|
|
return this.columnCodF;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IndirizzoColumn {
|
|
get {
|
|
return this.columnIndirizzo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EtaColumn {
|
|
get {
|
|
return this.columnEta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn RecTelColumn {
|
|
get {
|
|
return this.columnRecTel;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MedicoColumn {
|
|
get {
|
|
return this.columnMedico;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NotePazienteColumn {
|
|
get {
|
|
return this.columnNotePaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GlicemiaColumn {
|
|
get {
|
|
return this.columnGlicemia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EmoglGlicataColumn {
|
|
get {
|
|
return this.columnEmoglGlicata;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ColesTotColumn {
|
|
get {
|
|
return this.columnColesTot;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LDLColumn {
|
|
get {
|
|
return this.columnLDL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn HDLColumn {
|
|
get {
|
|
return this.columnHDL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TrigliceridiColumn {
|
|
get {
|
|
return this.columnTrigliceridi;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ColRapLDLHDLColumn {
|
|
get {
|
|
return this.columnColRapLDLHDL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OmocisteinaColumn {
|
|
get {
|
|
return this.columnOmocisteina;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MHTFRColumn {
|
|
get {
|
|
return this.columnMHTFR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FattIIColumn {
|
|
get {
|
|
return this.columnFattII;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FattVColumn {
|
|
get {
|
|
return this.columnFattV;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GradTransmColumn {
|
|
get {
|
|
return this.columnGradTransm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LungTelomColumn {
|
|
get {
|
|
return this.columnLungTelom;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn RespSilenzColumn {
|
|
get {
|
|
return this.columnRespSilenz;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaBicipiteColumn {
|
|
get {
|
|
return this.columnPlicaBicipite;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaTricipiteColumn {
|
|
get {
|
|
return this.columnPlicaTricipite;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaSottoscapolaColumn {
|
|
get {
|
|
return this.columnPlicaSottoscapola;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaPettoraleColumn {
|
|
get {
|
|
return this.columnPlicaPettorale;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaAddominaleColumn {
|
|
get {
|
|
return this.columnPlicaAddominale;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaSoprailiacaColumn {
|
|
get {
|
|
return this.columnPlicaSoprailiaca;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaCosciaColumn {
|
|
get {
|
|
return this.columnPlicaCoscia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CirconfVitaGluteiColumn {
|
|
get {
|
|
return this.columnCirconfVitaGlutei;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CirconfAvambColumn {
|
|
get {
|
|
return this.columnCirconfAvamb;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoTroncoPercColumn {
|
|
get {
|
|
return this.columnGrassoTroncoPerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoViscIndColumn {
|
|
get {
|
|
return this.columnGrassoViscInd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TRombergColumn {
|
|
get {
|
|
return this.columnTRomberg;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TFukudaColumn {
|
|
get {
|
|
return this.columnTFukuda;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TGUGColumn {
|
|
get {
|
|
return this.columnTGUG;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TGUG1Column {
|
|
get {
|
|
return this.columnTGUG1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FPrensileColumn {
|
|
get {
|
|
return this.columnFPrensile;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DensCorpColumn {
|
|
get {
|
|
return this.columnDensCorp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoTotPercColumn {
|
|
get {
|
|
return this.columnGrassoTotPerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoTotColumn {
|
|
get {
|
|
return this.columnGrassoTot;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MassaMagraPercColumn {
|
|
get {
|
|
return this.columnMassaMagraPerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MassaMagraKgCmColumn {
|
|
get {
|
|
return this.columnMassaMagraKgCm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn BMIColumn {
|
|
get {
|
|
return this.columnBMI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MetBasaleDieColumn {
|
|
get {
|
|
return this.columnMetBasaleDie;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MetBasaleHColumn {
|
|
get {
|
|
return this.columnMetBasaleH;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LavoroColumn {
|
|
get {
|
|
return this.columnLavoro;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StileVitaColumn {
|
|
get {
|
|
return this.columnStileVita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FreqAllColumn {
|
|
get {
|
|
return this.columnFreqAll;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MezzoTraspColumn {
|
|
get {
|
|
return this.columnMezzoTrasp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreAttivColumn {
|
|
get {
|
|
return this.columnScoreAttiv;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MET_LavoroColumn {
|
|
get {
|
|
return this.columnMET_Lavoro;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MET_AttFisicaColumn {
|
|
get {
|
|
return this.columnMET_AttFisica;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSonnoColumn {
|
|
get {
|
|
return this.columnOreSonno;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSedutoColumn {
|
|
get {
|
|
return this.columnOreSeduto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OrePastiColumn {
|
|
get {
|
|
return this.columnOrePasti;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSpostAutoColumn {
|
|
get {
|
|
return this.columnOreSpostAuto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreSpostAttColumn {
|
|
get {
|
|
return this.columnOreSpostAtt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreLavoroColumn {
|
|
get {
|
|
return this.columnOreLavoro;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreIgieneColumn {
|
|
get {
|
|
return this.columnOreIgiene;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreAttFisicaColumn {
|
|
get {
|
|
return this.columnOreAttFisica;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OrePuliziaColumn {
|
|
get {
|
|
return this.columnOrePulizia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn OreCaneColumn {
|
|
get {
|
|
return this.columnOreCane;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ConsCalDieColumn {
|
|
get {
|
|
return this.columnConsCalDie;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VerdureColumn {
|
|
get {
|
|
return this.columnVerdure;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LegumiColumn {
|
|
get {
|
|
return this.columnLegumi;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FruttaColumn {
|
|
get {
|
|
return this.columnFrutta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NociColumn {
|
|
get {
|
|
return this.columnNoci;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CerealiColumn {
|
|
get {
|
|
return this.columnCereali;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesceColumn {
|
|
get {
|
|
return this.columnPesce;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassiColumn {
|
|
get {
|
|
return this.columnGrassi;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VinoColumn {
|
|
get {
|
|
return this.columnVino;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CarneLattColumn {
|
|
get {
|
|
return this.columnCarneLatt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreDietMedColumn {
|
|
get {
|
|
return this.columnScoreDietMed;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteStileVitaColumn {
|
|
get {
|
|
return this.columnNoteStileVita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Lavoro_labelColumn {
|
|
get {
|
|
return this.columnLavoro_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StileVita_labelColumn {
|
|
get {
|
|
return this.columnStileVita_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FreqAll_labelColumn {
|
|
get {
|
|
return this.columnFreqAll_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MezzoTrasp_labelColumn {
|
|
get {
|
|
return this.columnMezzoTrasp_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Verdure_labelColumn {
|
|
get {
|
|
return this.columnVerdure_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Legumi_labelColumn {
|
|
get {
|
|
return this.columnLegumi_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Frutta_labelColumn {
|
|
get {
|
|
return this.columnFrutta_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Noci_labelColumn {
|
|
get {
|
|
return this.columnNoci_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Cereali_labelColumn {
|
|
get {
|
|
return this.columnCereali_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Pesce_labelColumn {
|
|
get {
|
|
return this.columnPesce_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Grassi_labelColumn {
|
|
get {
|
|
return this.columnGrassi_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Vino_labelColumn {
|
|
get {
|
|
return this.columnVino_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CarneLatt_labelColumn {
|
|
get {
|
|
return this.columnCarneLatt_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestTMT_AColumn {
|
|
get {
|
|
return this.columnTestTMT_A;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestTMT_A_labelColumn {
|
|
get {
|
|
return this.columnTestTMT_A_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestTMT_BColumn {
|
|
get {
|
|
return this.columnTestTMT_B;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestTMT_B_labelColumn {
|
|
get {
|
|
return this.columnTestTMT_B_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestTMT_BAColumn {
|
|
get {
|
|
return this.columnTestTMT_BA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestTMT_BA_labelColumn {
|
|
get {
|
|
return this.columnTestTMT_BA_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Test15ParReyImmColumn {
|
|
get {
|
|
return this.columnTest15ParReyImm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Test15ParReyImm_labelColumn {
|
|
get {
|
|
return this.columnTest15ParReyImm_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Test15ParReyDifColumn {
|
|
get {
|
|
return this.columnTest15ParReyDif;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Test15ParReyDif_labelColumn {
|
|
get {
|
|
return this.columnTest15ParReyDif_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ApprSuSpanViSpaColumn {
|
|
get {
|
|
return this.columnApprSuSpanViSpa;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ApprSuSpanViSpa_labelColumn {
|
|
get {
|
|
return this.columnApprSuSpanViSpa_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StroopTestInterfErrColumn {
|
|
get {
|
|
return this.columnStroopTestInterfErr;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn StroopTestInterfErr_labelColumn {
|
|
get {
|
|
return this.columnStroopTestInterfErr_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestStimeCognErrColumn {
|
|
get {
|
|
return this.columnTestStimeCognErr;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestStimeCognErr_labelColumn {
|
|
get {
|
|
return this.columnTestStimeCognErr_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestStimeCognBizColumn {
|
|
get {
|
|
return this.columnTestStimeCognBiz;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TestStimeCognBiz_labelColumn {
|
|
get {
|
|
return this.columnTestStimeCognBiz_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TorreLondraColumn {
|
|
get {
|
|
return this.columnTorreLondra;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TorreLondra_labelColumn {
|
|
get {
|
|
return this.columnTorreLondra_label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaSisColumn {
|
|
get {
|
|
return this.columnPaSis;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaDiaColumn {
|
|
get {
|
|
return this.columnPaDia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn QR1Column {
|
|
get {
|
|
return this.columnQR1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn QR1_KgColumn {
|
|
get {
|
|
return this.columnQR1_Kg;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VO2Column {
|
|
get {
|
|
return this.columnVO2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VO2_KgColumn {
|
|
get {
|
|
return this.columnVO2_Kg;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FC_QR1Column {
|
|
get {
|
|
return this.columnFC_QR1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PolsoO2Column {
|
|
get {
|
|
return this.columnPolsoO2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaSisMaxColumn {
|
|
get {
|
|
return this.columnPaSisMax;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PaDiaMaxColumn {
|
|
get {
|
|
return this.columnPaDiaMax;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FrazEiezColumn {
|
|
get {
|
|
return this.columnFrazEiez;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TDIColumn {
|
|
get {
|
|
return this.columnTDI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlaccheVasColumn {
|
|
get {
|
|
return this.columnPlaccheVas;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteCardioColumn {
|
|
get {
|
|
return this.columnNoteCardio;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlaccheVas_LabelColumn {
|
|
get {
|
|
return this.columnPlaccheVas_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FamMCCVColumn {
|
|
get {
|
|
return this.columnFamMCCV;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FamMCCV_LabelColumn {
|
|
get {
|
|
return this.columnFamMCCV_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpertensColumn {
|
|
get {
|
|
return this.columnIpertens;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Ipertens_LabelColumn {
|
|
get {
|
|
return this.columnIpertens_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpertensYtdColumn {
|
|
get {
|
|
return this.columnIpertensYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpertensYtd_LabelColumn {
|
|
get {
|
|
return this.columnIpertensYtd_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DiabeteColumn {
|
|
get {
|
|
return this.columnDiabete;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Diabete_LabelColumn {
|
|
get {
|
|
return this.columnDiabete_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DiabeteYtdColumn {
|
|
get {
|
|
return this.columnDiabeteYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DiabeteYtd_LabelColumn {
|
|
get {
|
|
return this.columnDiabeteYtd_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpercolestColumn {
|
|
get {
|
|
return this.columnIpercolest;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Ipercolest_LabelColumn {
|
|
get {
|
|
return this.columnIpercolest_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpercolestYtdColumn {
|
|
get {
|
|
return this.columnIpercolestYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IpercolestYtd_LabelColumn {
|
|
get {
|
|
return this.columnIpercolestYtd_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FumoColumn {
|
|
get {
|
|
return this.columnFumo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Fumo_LabelColumn {
|
|
get {
|
|
return this.columnFumo_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FumoYtdColumn {
|
|
get {
|
|
return this.columnFumoYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FumoYtd_LabelColumn {
|
|
get {
|
|
return this.columnFumoYtd_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AlcoolColumn {
|
|
get {
|
|
return this.columnAlcool;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Alcool_LabelColumn {
|
|
get {
|
|
return this.columnAlcool_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AlcoolYtdColumn {
|
|
get {
|
|
return this.columnAlcoolYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AlcoolYtd_LabelColumn {
|
|
get {
|
|
return this.columnAlcoolYtd_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SovrappColumn {
|
|
get {
|
|
return this.columnSovrapp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Sovrapp_LabelColumn {
|
|
get {
|
|
return this.columnSovrapp_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SovrappYtdColumn {
|
|
get {
|
|
return this.columnSovrappYtd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SovrappYtd_LabelColumn {
|
|
get {
|
|
return this.columnSovrappYtd_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SedentColumn {
|
|
get {
|
|
return this.columnSedent;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Sedent_LabelColumn {
|
|
get {
|
|
return this.columnSedent_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AdesTerapColumn {
|
|
get {
|
|
return this.columnAdesTerap;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AdesTerap_LabelColumn {
|
|
get {
|
|
return this.columnAdesTerap_Label;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn NoteRelFinColumn {
|
|
get {
|
|
return this.columnNoteRelFin;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Score1Column {
|
|
get {
|
|
return this.columnScore1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn Score2Column {
|
|
get {
|
|
return this.columnScore2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MedicoRefColumn {
|
|
get {
|
|
return this.columnMedicoRef;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataRow this[int index] {
|
|
get {
|
|
return ((stp_rep_DatiFullByPazienteDataRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event stp_rep_DatiFullByPazienteDataRowChangeEventHandler stp_rep_DatiFullByPazienteDataRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event stp_rep_DatiFullByPazienteDataRowChangeEventHandler stp_rep_DatiFullByPazienteDataRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event stp_rep_DatiFullByPazienteDataRowChangeEventHandler stp_rep_DatiFullByPazienteDataRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event stp_rep_DatiFullByPazienteDataRowChangeEventHandler stp_rep_DatiFullByPazienteDataRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void Addstp_rep_DatiFullByPazienteDataRow(stp_rep_DatiFullByPazienteDataRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataRow Addstp_rep_DatiFullByPazienteDataRow(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
string Gruppo,
|
|
string Cognome,
|
|
string Nome,
|
|
System.DateTime DataNasc,
|
|
string LuogoNascita,
|
|
string Sesso,
|
|
string CodF,
|
|
string Indirizzo,
|
|
double Eta,
|
|
string RecTel,
|
|
string Medico,
|
|
string NotePaziente,
|
|
double Glicemia,
|
|
double EmoglGlicata,
|
|
double ColesTot,
|
|
double LDL,
|
|
double HDL,
|
|
double Trigliceridi,
|
|
double ColRapLDLHDL,
|
|
double Omocisteina,
|
|
double MHTFR,
|
|
double FattII,
|
|
double FattV,
|
|
double GradTransm,
|
|
double LungTelom,
|
|
double RespSilenz,
|
|
double Altezza,
|
|
double Peso,
|
|
double PlicaBicipite,
|
|
double PlicaTricipite,
|
|
double PlicaSottoscapola,
|
|
double PlicaPettorale,
|
|
double PlicaAddominale,
|
|
double PlicaSoprailiaca,
|
|
double PlicaCoscia,
|
|
double CirconfVitaGlutei,
|
|
double CirconfAvamb,
|
|
double GrassoTroncoPerc,
|
|
double GrassoViscInd,
|
|
double TRomberg,
|
|
double TFukuda,
|
|
double TGUG,
|
|
double TGUG1,
|
|
double FPrensile,
|
|
double DensCorp,
|
|
double GrassoTotPerc,
|
|
double GrassoTot,
|
|
double MassaMagraPerc,
|
|
double MassaMagraKgCm,
|
|
double BMI,
|
|
double MetBasaleDie,
|
|
double MetBasaleH,
|
|
int Lavoro,
|
|
int StileVita,
|
|
int FreqAll,
|
|
int MezzoTrasp,
|
|
int ScoreAttiv,
|
|
double MET_Lavoro,
|
|
double MET_AttFisica,
|
|
double OreSonno,
|
|
double OreSeduto,
|
|
double OrePasti,
|
|
double OreSpostAuto,
|
|
double OreSpostAtt,
|
|
double OreLavoro,
|
|
double OreIgiene,
|
|
double OreAttFisica,
|
|
double OrePulizia,
|
|
double OreCane,
|
|
double ConsCalDie,
|
|
int Verdure,
|
|
int Legumi,
|
|
int Frutta,
|
|
int Noci,
|
|
int Cereali,
|
|
int Pesce,
|
|
int Grassi,
|
|
int Vino,
|
|
int CarneLatt,
|
|
int ScoreDietMed,
|
|
string NoteStileVita,
|
|
string Lavoro_label,
|
|
string StileVita_label,
|
|
string FreqAll_label,
|
|
string MezzoTrasp_label,
|
|
string Verdure_label,
|
|
string Legumi_label,
|
|
string Frutta_label,
|
|
string Noci_label,
|
|
string Cereali_label,
|
|
string Pesce_label,
|
|
string Grassi_label,
|
|
string Vino_label,
|
|
string CarneLatt_label,
|
|
int TestTMT_A,
|
|
string TestTMT_A_label,
|
|
int TestTMT_B,
|
|
string TestTMT_B_label,
|
|
int TestTMT_BA,
|
|
string TestTMT_BA_label,
|
|
int Test15ParReyImm,
|
|
string Test15ParReyImm_label,
|
|
int Test15ParReyDif,
|
|
string Test15ParReyDif_label,
|
|
int ApprSuSpanViSpa,
|
|
string ApprSuSpanViSpa_label,
|
|
int StroopTestInterfErr,
|
|
string StroopTestInterfErr_label,
|
|
int TestStimeCognErr,
|
|
string TestStimeCognErr_label,
|
|
int TestStimeCognBiz,
|
|
string TestStimeCognBiz_label,
|
|
int TorreLondra,
|
|
string TorreLondra_label,
|
|
int PaSis,
|
|
int PaDia,
|
|
double QR1,
|
|
double QR1_Kg,
|
|
double VO2,
|
|
double VO2_Kg,
|
|
int FC_QR1,
|
|
double PolsoO2,
|
|
int PaSisMax,
|
|
int PaDiaMax,
|
|
double FrazEiez,
|
|
double TDI,
|
|
double PlaccheVas,
|
|
string NoteCardio,
|
|
string PlaccheVas_Label,
|
|
int FamMCCV,
|
|
string FamMCCV_Label,
|
|
int Ipertens,
|
|
string Ipertens_Label,
|
|
int IpertensYtd,
|
|
string IpertensYtd_Label,
|
|
int Diabete,
|
|
string Diabete_Label,
|
|
int DiabeteYtd,
|
|
string DiabeteYtd_Label,
|
|
int Ipercolest,
|
|
string Ipercolest_Label,
|
|
int IpercolestYtd,
|
|
string IpercolestYtd_Label,
|
|
int Fumo,
|
|
string Fumo_Label,
|
|
int FumoYtd,
|
|
string FumoYtd_Label,
|
|
int Alcool,
|
|
string Alcool_Label,
|
|
int AlcoolYtd,
|
|
string AlcoolYtd_Label,
|
|
int Sovrapp,
|
|
string Sovrapp_Label,
|
|
int SovrappYtd,
|
|
string SovrappYtd_Label,
|
|
int Sedent,
|
|
string Sedent_Label,
|
|
int AdesTerap,
|
|
string AdesTerap_Label,
|
|
string NoteRelFin,
|
|
double Score1,
|
|
double Score2,
|
|
string MedicoRef) {
|
|
stp_rep_DatiFullByPazienteDataRow rowstp_rep_DatiFullByPazienteDataRow = ((stp_rep_DatiFullByPazienteDataRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
IdxPaziente,
|
|
DataVisita,
|
|
Gruppo,
|
|
Cognome,
|
|
Nome,
|
|
DataNasc,
|
|
LuogoNascita,
|
|
Sesso,
|
|
CodF,
|
|
Indirizzo,
|
|
Eta,
|
|
RecTel,
|
|
Medico,
|
|
NotePaziente,
|
|
Glicemia,
|
|
EmoglGlicata,
|
|
ColesTot,
|
|
LDL,
|
|
HDL,
|
|
Trigliceridi,
|
|
ColRapLDLHDL,
|
|
Omocisteina,
|
|
MHTFR,
|
|
FattII,
|
|
FattV,
|
|
GradTransm,
|
|
LungTelom,
|
|
RespSilenz,
|
|
Altezza,
|
|
Peso,
|
|
PlicaBicipite,
|
|
PlicaTricipite,
|
|
PlicaSottoscapola,
|
|
PlicaPettorale,
|
|
PlicaAddominale,
|
|
PlicaSoprailiaca,
|
|
PlicaCoscia,
|
|
CirconfVitaGlutei,
|
|
CirconfAvamb,
|
|
GrassoTroncoPerc,
|
|
GrassoViscInd,
|
|
TRomberg,
|
|
TFukuda,
|
|
TGUG,
|
|
TGUG1,
|
|
FPrensile,
|
|
DensCorp,
|
|
GrassoTotPerc,
|
|
GrassoTot,
|
|
MassaMagraPerc,
|
|
MassaMagraKgCm,
|
|
BMI,
|
|
MetBasaleDie,
|
|
MetBasaleH,
|
|
Lavoro,
|
|
StileVita,
|
|
FreqAll,
|
|
MezzoTrasp,
|
|
ScoreAttiv,
|
|
MET_Lavoro,
|
|
MET_AttFisica,
|
|
OreSonno,
|
|
OreSeduto,
|
|
OrePasti,
|
|
OreSpostAuto,
|
|
OreSpostAtt,
|
|
OreLavoro,
|
|
OreIgiene,
|
|
OreAttFisica,
|
|
OrePulizia,
|
|
OreCane,
|
|
ConsCalDie,
|
|
Verdure,
|
|
Legumi,
|
|
Frutta,
|
|
Noci,
|
|
Cereali,
|
|
Pesce,
|
|
Grassi,
|
|
Vino,
|
|
CarneLatt,
|
|
ScoreDietMed,
|
|
NoteStileVita,
|
|
Lavoro_label,
|
|
StileVita_label,
|
|
FreqAll_label,
|
|
MezzoTrasp_label,
|
|
Verdure_label,
|
|
Legumi_label,
|
|
Frutta_label,
|
|
Noci_label,
|
|
Cereali_label,
|
|
Pesce_label,
|
|
Grassi_label,
|
|
Vino_label,
|
|
CarneLatt_label,
|
|
TestTMT_A,
|
|
TestTMT_A_label,
|
|
TestTMT_B,
|
|
TestTMT_B_label,
|
|
TestTMT_BA,
|
|
TestTMT_BA_label,
|
|
Test15ParReyImm,
|
|
Test15ParReyImm_label,
|
|
Test15ParReyDif,
|
|
Test15ParReyDif_label,
|
|
ApprSuSpanViSpa,
|
|
ApprSuSpanViSpa_label,
|
|
StroopTestInterfErr,
|
|
StroopTestInterfErr_label,
|
|
TestStimeCognErr,
|
|
TestStimeCognErr_label,
|
|
TestStimeCognBiz,
|
|
TestStimeCognBiz_label,
|
|
TorreLondra,
|
|
TorreLondra_label,
|
|
PaSis,
|
|
PaDia,
|
|
QR1,
|
|
QR1_Kg,
|
|
VO2,
|
|
VO2_Kg,
|
|
FC_QR1,
|
|
PolsoO2,
|
|
PaSisMax,
|
|
PaDiaMax,
|
|
FrazEiez,
|
|
TDI,
|
|
PlaccheVas,
|
|
NoteCardio,
|
|
PlaccheVas_Label,
|
|
FamMCCV,
|
|
FamMCCV_Label,
|
|
Ipertens,
|
|
Ipertens_Label,
|
|
IpertensYtd,
|
|
IpertensYtd_Label,
|
|
Diabete,
|
|
Diabete_Label,
|
|
DiabeteYtd,
|
|
DiabeteYtd_Label,
|
|
Ipercolest,
|
|
Ipercolest_Label,
|
|
IpercolestYtd,
|
|
IpercolestYtd_Label,
|
|
Fumo,
|
|
Fumo_Label,
|
|
FumoYtd,
|
|
FumoYtd_Label,
|
|
Alcool,
|
|
Alcool_Label,
|
|
AlcoolYtd,
|
|
AlcoolYtd_Label,
|
|
Sovrapp,
|
|
Sovrapp_Label,
|
|
SovrappYtd,
|
|
SovrappYtd_Label,
|
|
Sedent,
|
|
Sedent_Label,
|
|
AdesTerap,
|
|
AdesTerap_Label,
|
|
NoteRelFin,
|
|
Score1,
|
|
Score2,
|
|
MedicoRef};
|
|
rowstp_rep_DatiFullByPazienteDataRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_rep_DatiFullByPazienteDataRow);
|
|
return rowstp_rep_DatiFullByPazienteDataRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_rep_DatiFullByPazienteDataDataTable cln = ((stp_rep_DatiFullByPazienteDataDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_rep_DatiFullByPazienteDataDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnGruppo = base.Columns["Gruppo"];
|
|
this.columnCognome = base.Columns["Cognome"];
|
|
this.columnNome = base.Columns["Nome"];
|
|
this.columnDataNasc = base.Columns["DataNasc"];
|
|
this.columnLuogoNascita = base.Columns["LuogoNascita"];
|
|
this.columnSesso = base.Columns["Sesso"];
|
|
this.columnCodF = base.Columns["CodF"];
|
|
this.columnIndirizzo = base.Columns["Indirizzo"];
|
|
this.columnEta = base.Columns["Eta"];
|
|
this.columnRecTel = base.Columns["RecTel"];
|
|
this.columnMedico = base.Columns["Medico"];
|
|
this.columnNotePaziente = base.Columns["NotePaziente"];
|
|
this.columnGlicemia = base.Columns["Glicemia"];
|
|
this.columnEmoglGlicata = base.Columns["EmoglGlicata"];
|
|
this.columnColesTot = base.Columns["ColesTot"];
|
|
this.columnLDL = base.Columns["LDL"];
|
|
this.columnHDL = base.Columns["HDL"];
|
|
this.columnTrigliceridi = base.Columns["Trigliceridi"];
|
|
this.columnColRapLDLHDL = base.Columns["ColRapLDLHDL"];
|
|
this.columnOmocisteina = base.Columns["Omocisteina"];
|
|
this.columnMHTFR = base.Columns["MHTFR"];
|
|
this.columnFattII = base.Columns["FattII"];
|
|
this.columnFattV = base.Columns["FattV"];
|
|
this.columnGradTransm = base.Columns["GradTransm"];
|
|
this.columnLungTelom = base.Columns["LungTelom"];
|
|
this.columnRespSilenz = base.Columns["RespSilenz"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnPlicaBicipite = base.Columns["PlicaBicipite"];
|
|
this.columnPlicaTricipite = base.Columns["PlicaTricipite"];
|
|
this.columnPlicaSottoscapola = base.Columns["PlicaSottoscapola"];
|
|
this.columnPlicaPettorale = base.Columns["PlicaPettorale"];
|
|
this.columnPlicaAddominale = base.Columns["PlicaAddominale"];
|
|
this.columnPlicaSoprailiaca = base.Columns["PlicaSoprailiaca"];
|
|
this.columnPlicaCoscia = base.Columns["PlicaCoscia"];
|
|
this.columnCirconfVitaGlutei = base.Columns["CirconfVitaGlutei"];
|
|
this.columnCirconfAvamb = base.Columns["CirconfAvamb"];
|
|
this.columnGrassoTroncoPerc = base.Columns["GrassoTroncoPerc"];
|
|
this.columnGrassoViscInd = base.Columns["GrassoViscInd"];
|
|
this.columnTRomberg = base.Columns["TRomberg"];
|
|
this.columnTFukuda = base.Columns["TFukuda"];
|
|
this.columnTGUG = base.Columns["TGUG"];
|
|
this.columnTGUG1 = base.Columns["TGUG1"];
|
|
this.columnFPrensile = base.Columns["FPrensile"];
|
|
this.columnDensCorp = base.Columns["DensCorp"];
|
|
this.columnGrassoTotPerc = base.Columns["GrassoTotPerc"];
|
|
this.columnGrassoTot = base.Columns["GrassoTot"];
|
|
this.columnMassaMagraPerc = base.Columns["MassaMagraPerc"];
|
|
this.columnMassaMagraKgCm = base.Columns["MassaMagraKgCm"];
|
|
this.columnBMI = base.Columns["BMI"];
|
|
this.columnMetBasaleDie = base.Columns["MetBasaleDie"];
|
|
this.columnMetBasaleH = base.Columns["MetBasaleH"];
|
|
this.columnLavoro = base.Columns["Lavoro"];
|
|
this.columnStileVita = base.Columns["StileVita"];
|
|
this.columnFreqAll = base.Columns["FreqAll"];
|
|
this.columnMezzoTrasp = base.Columns["MezzoTrasp"];
|
|
this.columnScoreAttiv = base.Columns["ScoreAttiv"];
|
|
this.columnMET_Lavoro = base.Columns["MET_Lavoro"];
|
|
this.columnMET_AttFisica = base.Columns["MET_AttFisica"];
|
|
this.columnOreSonno = base.Columns["OreSonno"];
|
|
this.columnOreSeduto = base.Columns["OreSeduto"];
|
|
this.columnOrePasti = base.Columns["OrePasti"];
|
|
this.columnOreSpostAuto = base.Columns["OreSpostAuto"];
|
|
this.columnOreSpostAtt = base.Columns["OreSpostAtt"];
|
|
this.columnOreLavoro = base.Columns["OreLavoro"];
|
|
this.columnOreIgiene = base.Columns["OreIgiene"];
|
|
this.columnOreAttFisica = base.Columns["OreAttFisica"];
|
|
this.columnOrePulizia = base.Columns["OrePulizia"];
|
|
this.columnOreCane = base.Columns["OreCane"];
|
|
this.columnConsCalDie = base.Columns["ConsCalDie"];
|
|
this.columnVerdure = base.Columns["Verdure"];
|
|
this.columnLegumi = base.Columns["Legumi"];
|
|
this.columnFrutta = base.Columns["Frutta"];
|
|
this.columnNoci = base.Columns["Noci"];
|
|
this.columnCereali = base.Columns["Cereali"];
|
|
this.columnPesce = base.Columns["Pesce"];
|
|
this.columnGrassi = base.Columns["Grassi"];
|
|
this.columnVino = base.Columns["Vino"];
|
|
this.columnCarneLatt = base.Columns["CarneLatt"];
|
|
this.columnScoreDietMed = base.Columns["ScoreDietMed"];
|
|
this.columnNoteStileVita = base.Columns["NoteStileVita"];
|
|
this.columnLavoro_label = base.Columns["Lavoro_label"];
|
|
this.columnStileVita_label = base.Columns["StileVita_label"];
|
|
this.columnFreqAll_label = base.Columns["FreqAll_label"];
|
|
this.columnMezzoTrasp_label = base.Columns["MezzoTrasp_label"];
|
|
this.columnVerdure_label = base.Columns["Verdure_label"];
|
|
this.columnLegumi_label = base.Columns["Legumi_label"];
|
|
this.columnFrutta_label = base.Columns["Frutta_label"];
|
|
this.columnNoci_label = base.Columns["Noci_label"];
|
|
this.columnCereali_label = base.Columns["Cereali_label"];
|
|
this.columnPesce_label = base.Columns["Pesce_label"];
|
|
this.columnGrassi_label = base.Columns["Grassi_label"];
|
|
this.columnVino_label = base.Columns["Vino_label"];
|
|
this.columnCarneLatt_label = base.Columns["CarneLatt_label"];
|
|
this.columnTestTMT_A = base.Columns["TestTMT_A"];
|
|
this.columnTestTMT_A_label = base.Columns["TestTMT_A_label"];
|
|
this.columnTestTMT_B = base.Columns["TestTMT_B"];
|
|
this.columnTestTMT_B_label = base.Columns["TestTMT_B_label"];
|
|
this.columnTestTMT_BA = base.Columns["TestTMT_BA"];
|
|
this.columnTestTMT_BA_label = base.Columns["TestTMT_BA_label"];
|
|
this.columnTest15ParReyImm = base.Columns["Test15ParReyImm"];
|
|
this.columnTest15ParReyImm_label = base.Columns["Test15ParReyImm_label"];
|
|
this.columnTest15ParReyDif = base.Columns["Test15ParReyDif"];
|
|
this.columnTest15ParReyDif_label = base.Columns["Test15ParReyDif_label"];
|
|
this.columnApprSuSpanViSpa = base.Columns["ApprSuSpanViSpa"];
|
|
this.columnApprSuSpanViSpa_label = base.Columns["ApprSuSpanViSpa_label"];
|
|
this.columnStroopTestInterfErr = base.Columns["StroopTestInterfErr"];
|
|
this.columnStroopTestInterfErr_label = base.Columns["StroopTestInterfErr_label"];
|
|
this.columnTestStimeCognErr = base.Columns["TestStimeCognErr"];
|
|
this.columnTestStimeCognErr_label = base.Columns["TestStimeCognErr_label"];
|
|
this.columnTestStimeCognBiz = base.Columns["TestStimeCognBiz"];
|
|
this.columnTestStimeCognBiz_label = base.Columns["TestStimeCognBiz_label"];
|
|
this.columnTorreLondra = base.Columns["TorreLondra"];
|
|
this.columnTorreLondra_label = base.Columns["TorreLondra_label"];
|
|
this.columnPaSis = base.Columns["PaSis"];
|
|
this.columnPaDia = base.Columns["PaDia"];
|
|
this.columnQR1 = base.Columns["QR1"];
|
|
this.columnQR1_Kg = base.Columns["QR1_Kg"];
|
|
this.columnVO2 = base.Columns["VO2"];
|
|
this.columnVO2_Kg = base.Columns["VO2_Kg"];
|
|
this.columnFC_QR1 = base.Columns["FC_QR1"];
|
|
this.columnPolsoO2 = base.Columns["PolsoO2"];
|
|
this.columnPaSisMax = base.Columns["PaSisMax"];
|
|
this.columnPaDiaMax = base.Columns["PaDiaMax"];
|
|
this.columnFrazEiez = base.Columns["FrazEiez"];
|
|
this.columnTDI = base.Columns["TDI"];
|
|
this.columnPlaccheVas = base.Columns["PlaccheVas"];
|
|
this.columnNoteCardio = base.Columns["NoteCardio"];
|
|
this.columnPlaccheVas_Label = base.Columns["PlaccheVas_Label"];
|
|
this.columnFamMCCV = base.Columns["FamMCCV"];
|
|
this.columnFamMCCV_Label = base.Columns["FamMCCV_Label"];
|
|
this.columnIpertens = base.Columns["Ipertens"];
|
|
this.columnIpertens_Label = base.Columns["Ipertens_Label"];
|
|
this.columnIpertensYtd = base.Columns["IpertensYtd"];
|
|
this.columnIpertensYtd_Label = base.Columns["IpertensYtd_Label"];
|
|
this.columnDiabete = base.Columns["Diabete"];
|
|
this.columnDiabete_Label = base.Columns["Diabete_Label"];
|
|
this.columnDiabeteYtd = base.Columns["DiabeteYtd"];
|
|
this.columnDiabeteYtd_Label = base.Columns["DiabeteYtd_Label"];
|
|
this.columnIpercolest = base.Columns["Ipercolest"];
|
|
this.columnIpercolest_Label = base.Columns["Ipercolest_Label"];
|
|
this.columnIpercolestYtd = base.Columns["IpercolestYtd"];
|
|
this.columnIpercolestYtd_Label = base.Columns["IpercolestYtd_Label"];
|
|
this.columnFumo = base.Columns["Fumo"];
|
|
this.columnFumo_Label = base.Columns["Fumo_Label"];
|
|
this.columnFumoYtd = base.Columns["FumoYtd"];
|
|
this.columnFumoYtd_Label = base.Columns["FumoYtd_Label"];
|
|
this.columnAlcool = base.Columns["Alcool"];
|
|
this.columnAlcool_Label = base.Columns["Alcool_Label"];
|
|
this.columnAlcoolYtd = base.Columns["AlcoolYtd"];
|
|
this.columnAlcoolYtd_Label = base.Columns["AlcoolYtd_Label"];
|
|
this.columnSovrapp = base.Columns["Sovrapp"];
|
|
this.columnSovrapp_Label = base.Columns["Sovrapp_Label"];
|
|
this.columnSovrappYtd = base.Columns["SovrappYtd"];
|
|
this.columnSovrappYtd_Label = base.Columns["SovrappYtd_Label"];
|
|
this.columnSedent = base.Columns["Sedent"];
|
|
this.columnSedent_Label = base.Columns["Sedent_Label"];
|
|
this.columnAdesTerap = base.Columns["AdesTerap"];
|
|
this.columnAdesTerap_Label = base.Columns["AdesTerap_Label"];
|
|
this.columnNoteRelFin = base.Columns["NoteRelFin"];
|
|
this.columnScore1 = base.Columns["Score1"];
|
|
this.columnScore2 = base.Columns["Score2"];
|
|
this.columnMedicoRef = base.Columns["MedicoRef"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnGruppo = new global::System.Data.DataColumn("Gruppo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGruppo);
|
|
this.columnCognome = new global::System.Data.DataColumn("Cognome", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCognome);
|
|
this.columnNome = new global::System.Data.DataColumn("Nome", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNome);
|
|
this.columnDataNasc = new global::System.Data.DataColumn("DataNasc", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataNasc);
|
|
this.columnLuogoNascita = new global::System.Data.DataColumn("LuogoNascita", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLuogoNascita);
|
|
this.columnSesso = new global::System.Data.DataColumn("Sesso", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSesso);
|
|
this.columnCodF = new global::System.Data.DataColumn("CodF", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodF);
|
|
this.columnIndirizzo = new global::System.Data.DataColumn("Indirizzo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIndirizzo);
|
|
this.columnEta = new global::System.Data.DataColumn("Eta", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEta);
|
|
this.columnRecTel = new global::System.Data.DataColumn("RecTel", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRecTel);
|
|
this.columnMedico = new global::System.Data.DataColumn("Medico", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMedico);
|
|
this.columnNotePaziente = new global::System.Data.DataColumn("NotePaziente", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNotePaziente);
|
|
this.columnGlicemia = new global::System.Data.DataColumn("Glicemia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGlicemia);
|
|
this.columnEmoglGlicata = new global::System.Data.DataColumn("EmoglGlicata", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEmoglGlicata);
|
|
this.columnColesTot = new global::System.Data.DataColumn("ColesTot", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnColesTot);
|
|
this.columnLDL = new global::System.Data.DataColumn("LDL", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLDL);
|
|
this.columnHDL = new global::System.Data.DataColumn("HDL", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnHDL);
|
|
this.columnTrigliceridi = new global::System.Data.DataColumn("Trigliceridi", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTrigliceridi);
|
|
this.columnColRapLDLHDL = new global::System.Data.DataColumn("ColRapLDLHDL", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnColRapLDLHDL);
|
|
this.columnOmocisteina = new global::System.Data.DataColumn("Omocisteina", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOmocisteina);
|
|
this.columnMHTFR = new global::System.Data.DataColumn("MHTFR", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMHTFR);
|
|
this.columnFattII = new global::System.Data.DataColumn("FattII", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFattII);
|
|
this.columnFattV = new global::System.Data.DataColumn("FattV", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFattV);
|
|
this.columnGradTransm = new global::System.Data.DataColumn("GradTransm", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGradTransm);
|
|
this.columnLungTelom = new global::System.Data.DataColumn("LungTelom", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLungTelom);
|
|
this.columnRespSilenz = new global::System.Data.DataColumn("RespSilenz", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRespSilenz);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnPlicaBicipite = new global::System.Data.DataColumn("PlicaBicipite", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaBicipite);
|
|
this.columnPlicaTricipite = new global::System.Data.DataColumn("PlicaTricipite", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaTricipite);
|
|
this.columnPlicaSottoscapola = new global::System.Data.DataColumn("PlicaSottoscapola", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaSottoscapola);
|
|
this.columnPlicaPettorale = new global::System.Data.DataColumn("PlicaPettorale", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaPettorale);
|
|
this.columnPlicaAddominale = new global::System.Data.DataColumn("PlicaAddominale", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaAddominale);
|
|
this.columnPlicaSoprailiaca = new global::System.Data.DataColumn("PlicaSoprailiaca", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaSoprailiaca);
|
|
this.columnPlicaCoscia = new global::System.Data.DataColumn("PlicaCoscia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaCoscia);
|
|
this.columnCirconfVitaGlutei = new global::System.Data.DataColumn("CirconfVitaGlutei", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCirconfVitaGlutei);
|
|
this.columnCirconfAvamb = new global::System.Data.DataColumn("CirconfAvamb", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCirconfAvamb);
|
|
this.columnGrassoTroncoPerc = new global::System.Data.DataColumn("GrassoTroncoPerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoTroncoPerc);
|
|
this.columnGrassoViscInd = new global::System.Data.DataColumn("GrassoViscInd", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoViscInd);
|
|
this.columnTRomberg = new global::System.Data.DataColumn("TRomberg", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTRomberg);
|
|
this.columnTFukuda = new global::System.Data.DataColumn("TFukuda", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTFukuda);
|
|
this.columnTGUG = new global::System.Data.DataColumn("TGUG", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTGUG);
|
|
this.columnTGUG1 = new global::System.Data.DataColumn("TGUG1", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTGUG1);
|
|
this.columnFPrensile = new global::System.Data.DataColumn("FPrensile", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFPrensile);
|
|
this.columnDensCorp = new global::System.Data.DataColumn("DensCorp", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDensCorp);
|
|
this.columnGrassoTotPerc = new global::System.Data.DataColumn("GrassoTotPerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoTotPerc);
|
|
this.columnGrassoTot = new global::System.Data.DataColumn("GrassoTot", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoTot);
|
|
this.columnMassaMagraPerc = new global::System.Data.DataColumn("MassaMagraPerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMassaMagraPerc);
|
|
this.columnMassaMagraKgCm = new global::System.Data.DataColumn("MassaMagraKgCm", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMassaMagraKgCm);
|
|
this.columnBMI = new global::System.Data.DataColumn("BMI", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnBMI);
|
|
this.columnMetBasaleDie = new global::System.Data.DataColumn("MetBasaleDie", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMetBasaleDie);
|
|
this.columnMetBasaleH = new global::System.Data.DataColumn("MetBasaleH", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMetBasaleH);
|
|
this.columnLavoro = new global::System.Data.DataColumn("Lavoro", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLavoro);
|
|
this.columnStileVita = new global::System.Data.DataColumn("StileVita", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStileVita);
|
|
this.columnFreqAll = new global::System.Data.DataColumn("FreqAll", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFreqAll);
|
|
this.columnMezzoTrasp = new global::System.Data.DataColumn("MezzoTrasp", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMezzoTrasp);
|
|
this.columnScoreAttiv = new global::System.Data.DataColumn("ScoreAttiv", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScoreAttiv);
|
|
this.columnMET_Lavoro = new global::System.Data.DataColumn("MET_Lavoro", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMET_Lavoro);
|
|
this.columnMET_AttFisica = new global::System.Data.DataColumn("MET_AttFisica", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMET_AttFisica);
|
|
this.columnOreSonno = new global::System.Data.DataColumn("OreSonno", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSonno);
|
|
this.columnOreSeduto = new global::System.Data.DataColumn("OreSeduto", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSeduto);
|
|
this.columnOrePasti = new global::System.Data.DataColumn("OrePasti", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOrePasti);
|
|
this.columnOreSpostAuto = new global::System.Data.DataColumn("OreSpostAuto", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSpostAuto);
|
|
this.columnOreSpostAtt = new global::System.Data.DataColumn("OreSpostAtt", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreSpostAtt);
|
|
this.columnOreLavoro = new global::System.Data.DataColumn("OreLavoro", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreLavoro);
|
|
this.columnOreIgiene = new global::System.Data.DataColumn("OreIgiene", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreIgiene);
|
|
this.columnOreAttFisica = new global::System.Data.DataColumn("OreAttFisica", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreAttFisica);
|
|
this.columnOrePulizia = new global::System.Data.DataColumn("OrePulizia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOrePulizia);
|
|
this.columnOreCane = new global::System.Data.DataColumn("OreCane", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOreCane);
|
|
this.columnConsCalDie = new global::System.Data.DataColumn("ConsCalDie", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnConsCalDie);
|
|
this.columnVerdure = new global::System.Data.DataColumn("Verdure", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVerdure);
|
|
this.columnLegumi = new global::System.Data.DataColumn("Legumi", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLegumi);
|
|
this.columnFrutta = new global::System.Data.DataColumn("Frutta", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFrutta);
|
|
this.columnNoci = new global::System.Data.DataColumn("Noci", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoci);
|
|
this.columnCereali = new global::System.Data.DataColumn("Cereali", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCereali);
|
|
this.columnPesce = new global::System.Data.DataColumn("Pesce", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPesce);
|
|
this.columnGrassi = new global::System.Data.DataColumn("Grassi", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassi);
|
|
this.columnVino = new global::System.Data.DataColumn("Vino", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVino);
|
|
this.columnCarneLatt = new global::System.Data.DataColumn("CarneLatt", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCarneLatt);
|
|
this.columnScoreDietMed = new global::System.Data.DataColumn("ScoreDietMed", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScoreDietMed);
|
|
this.columnNoteStileVita = new global::System.Data.DataColumn("NoteStileVita", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoteStileVita);
|
|
this.columnLavoro_label = new global::System.Data.DataColumn("Lavoro_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLavoro_label);
|
|
this.columnStileVita_label = new global::System.Data.DataColumn("StileVita_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStileVita_label);
|
|
this.columnFreqAll_label = new global::System.Data.DataColumn("FreqAll_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFreqAll_label);
|
|
this.columnMezzoTrasp_label = new global::System.Data.DataColumn("MezzoTrasp_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMezzoTrasp_label);
|
|
this.columnVerdure_label = new global::System.Data.DataColumn("Verdure_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVerdure_label);
|
|
this.columnLegumi_label = new global::System.Data.DataColumn("Legumi_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLegumi_label);
|
|
this.columnFrutta_label = new global::System.Data.DataColumn("Frutta_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFrutta_label);
|
|
this.columnNoci_label = new global::System.Data.DataColumn("Noci_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoci_label);
|
|
this.columnCereali_label = new global::System.Data.DataColumn("Cereali_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCereali_label);
|
|
this.columnPesce_label = new global::System.Data.DataColumn("Pesce_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPesce_label);
|
|
this.columnGrassi_label = new global::System.Data.DataColumn("Grassi_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassi_label);
|
|
this.columnVino_label = new global::System.Data.DataColumn("Vino_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVino_label);
|
|
this.columnCarneLatt_label = new global::System.Data.DataColumn("CarneLatt_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCarneLatt_label);
|
|
this.columnTestTMT_A = new global::System.Data.DataColumn("TestTMT_A", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestTMT_A);
|
|
this.columnTestTMT_A_label = new global::System.Data.DataColumn("TestTMT_A_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestTMT_A_label);
|
|
this.columnTestTMT_B = new global::System.Data.DataColumn("TestTMT_B", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestTMT_B);
|
|
this.columnTestTMT_B_label = new global::System.Data.DataColumn("TestTMT_B_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestTMT_B_label);
|
|
this.columnTestTMT_BA = new global::System.Data.DataColumn("TestTMT_BA", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestTMT_BA);
|
|
this.columnTestTMT_BA_label = new global::System.Data.DataColumn("TestTMT_BA_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestTMT_BA_label);
|
|
this.columnTest15ParReyImm = new global::System.Data.DataColumn("Test15ParReyImm", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTest15ParReyImm);
|
|
this.columnTest15ParReyImm_label = new global::System.Data.DataColumn("Test15ParReyImm_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTest15ParReyImm_label);
|
|
this.columnTest15ParReyDif = new global::System.Data.DataColumn("Test15ParReyDif", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTest15ParReyDif);
|
|
this.columnTest15ParReyDif_label = new global::System.Data.DataColumn("Test15ParReyDif_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTest15ParReyDif_label);
|
|
this.columnApprSuSpanViSpa = new global::System.Data.DataColumn("ApprSuSpanViSpa", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnApprSuSpanViSpa);
|
|
this.columnApprSuSpanViSpa_label = new global::System.Data.DataColumn("ApprSuSpanViSpa_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnApprSuSpanViSpa_label);
|
|
this.columnStroopTestInterfErr = new global::System.Data.DataColumn("StroopTestInterfErr", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStroopTestInterfErr);
|
|
this.columnStroopTestInterfErr_label = new global::System.Data.DataColumn("StroopTestInterfErr_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStroopTestInterfErr_label);
|
|
this.columnTestStimeCognErr = new global::System.Data.DataColumn("TestStimeCognErr", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestStimeCognErr);
|
|
this.columnTestStimeCognErr_label = new global::System.Data.DataColumn("TestStimeCognErr_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestStimeCognErr_label);
|
|
this.columnTestStimeCognBiz = new global::System.Data.DataColumn("TestStimeCognBiz", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestStimeCognBiz);
|
|
this.columnTestStimeCognBiz_label = new global::System.Data.DataColumn("TestStimeCognBiz_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTestStimeCognBiz_label);
|
|
this.columnTorreLondra = new global::System.Data.DataColumn("TorreLondra", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTorreLondra);
|
|
this.columnTorreLondra_label = new global::System.Data.DataColumn("TorreLondra_label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTorreLondra_label);
|
|
this.columnPaSis = new global::System.Data.DataColumn("PaSis", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaSis);
|
|
this.columnPaDia = new global::System.Data.DataColumn("PaDia", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaDia);
|
|
this.columnQR1 = new global::System.Data.DataColumn("QR1", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQR1);
|
|
this.columnQR1_Kg = new global::System.Data.DataColumn("QR1_Kg", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQR1_Kg);
|
|
this.columnVO2 = new global::System.Data.DataColumn("VO2", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVO2);
|
|
this.columnVO2_Kg = new global::System.Data.DataColumn("VO2_Kg", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVO2_Kg);
|
|
this.columnFC_QR1 = new global::System.Data.DataColumn("FC_QR1", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFC_QR1);
|
|
this.columnPolsoO2 = new global::System.Data.DataColumn("PolsoO2", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPolsoO2);
|
|
this.columnPaSisMax = new global::System.Data.DataColumn("PaSisMax", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaSisMax);
|
|
this.columnPaDiaMax = new global::System.Data.DataColumn("PaDiaMax", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPaDiaMax);
|
|
this.columnFrazEiez = new global::System.Data.DataColumn("FrazEiez", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFrazEiez);
|
|
this.columnTDI = new global::System.Data.DataColumn("TDI", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTDI);
|
|
this.columnPlaccheVas = new global::System.Data.DataColumn("PlaccheVas", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlaccheVas);
|
|
this.columnNoteCardio = new global::System.Data.DataColumn("NoteCardio", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoteCardio);
|
|
this.columnPlaccheVas_Label = new global::System.Data.DataColumn("PlaccheVas_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlaccheVas_Label);
|
|
this.columnFamMCCV = new global::System.Data.DataColumn("FamMCCV", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFamMCCV);
|
|
this.columnFamMCCV_Label = new global::System.Data.DataColumn("FamMCCV_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFamMCCV_Label);
|
|
this.columnIpertens = new global::System.Data.DataColumn("Ipertens", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpertens);
|
|
this.columnIpertens_Label = new global::System.Data.DataColumn("Ipertens_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpertens_Label);
|
|
this.columnIpertensYtd = new global::System.Data.DataColumn("IpertensYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpertensYtd);
|
|
this.columnIpertensYtd_Label = new global::System.Data.DataColumn("IpertensYtd_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpertensYtd_Label);
|
|
this.columnDiabete = new global::System.Data.DataColumn("Diabete", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDiabete);
|
|
this.columnDiabete_Label = new global::System.Data.DataColumn("Diabete_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDiabete_Label);
|
|
this.columnDiabeteYtd = new global::System.Data.DataColumn("DiabeteYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDiabeteYtd);
|
|
this.columnDiabeteYtd_Label = new global::System.Data.DataColumn("DiabeteYtd_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDiabeteYtd_Label);
|
|
this.columnIpercolest = new global::System.Data.DataColumn("Ipercolest", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpercolest);
|
|
this.columnIpercolest_Label = new global::System.Data.DataColumn("Ipercolest_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpercolest_Label);
|
|
this.columnIpercolestYtd = new global::System.Data.DataColumn("IpercolestYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpercolestYtd);
|
|
this.columnIpercolestYtd_Label = new global::System.Data.DataColumn("IpercolestYtd_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIpercolestYtd_Label);
|
|
this.columnFumo = new global::System.Data.DataColumn("Fumo", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFumo);
|
|
this.columnFumo_Label = new global::System.Data.DataColumn("Fumo_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFumo_Label);
|
|
this.columnFumoYtd = new global::System.Data.DataColumn("FumoYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFumoYtd);
|
|
this.columnFumoYtd_Label = new global::System.Data.DataColumn("FumoYtd_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFumoYtd_Label);
|
|
this.columnAlcool = new global::System.Data.DataColumn("Alcool", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAlcool);
|
|
this.columnAlcool_Label = new global::System.Data.DataColumn("Alcool_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAlcool_Label);
|
|
this.columnAlcoolYtd = new global::System.Data.DataColumn("AlcoolYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAlcoolYtd);
|
|
this.columnAlcoolYtd_Label = new global::System.Data.DataColumn("AlcoolYtd_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAlcoolYtd_Label);
|
|
this.columnSovrapp = new global::System.Data.DataColumn("Sovrapp", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSovrapp);
|
|
this.columnSovrapp_Label = new global::System.Data.DataColumn("Sovrapp_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSovrapp_Label);
|
|
this.columnSovrappYtd = new global::System.Data.DataColumn("SovrappYtd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSovrappYtd);
|
|
this.columnSovrappYtd_Label = new global::System.Data.DataColumn("SovrappYtd_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSovrappYtd_Label);
|
|
this.columnSedent = new global::System.Data.DataColumn("Sedent", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSedent);
|
|
this.columnSedent_Label = new global::System.Data.DataColumn("Sedent_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSedent_Label);
|
|
this.columnAdesTerap = new global::System.Data.DataColumn("AdesTerap", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAdesTerap);
|
|
this.columnAdesTerap_Label = new global::System.Data.DataColumn("AdesTerap_Label", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAdesTerap_Label);
|
|
this.columnNoteRelFin = new global::System.Data.DataColumn("NoteRelFin", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoteRelFin);
|
|
this.columnScore1 = new global::System.Data.DataColumn("Score1", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore1);
|
|
this.columnScore2 = new global::System.Data.DataColumn("Score2", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore2);
|
|
this.columnMedicoRef = new global::System.Data.DataColumn("MedicoRef", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMedicoRef);
|
|
this.columnIdxPaziente.ReadOnly = true;
|
|
this.columnDataVisita.ReadOnly = true;
|
|
this.columnGruppo.AllowDBNull = false;
|
|
this.columnGruppo.MaxLength = 5;
|
|
this.columnCognome.AllowDBNull = false;
|
|
this.columnCognome.MaxLength = 50;
|
|
this.columnNome.AllowDBNull = false;
|
|
this.columnNome.MaxLength = 50;
|
|
this.columnDataNasc.AllowDBNull = false;
|
|
this.columnLuogoNascita.AllowDBNull = false;
|
|
this.columnLuogoNascita.MaxLength = 50;
|
|
this.columnSesso.AllowDBNull = false;
|
|
this.columnSesso.MaxLength = 1;
|
|
this.columnCodF.AllowDBNull = false;
|
|
this.columnCodF.MaxLength = 20;
|
|
this.columnIndirizzo.AllowDBNull = false;
|
|
this.columnIndirizzo.MaxLength = 50;
|
|
this.columnEta.ReadOnly = true;
|
|
this.columnRecTel.AllowDBNull = false;
|
|
this.columnRecTel.MaxLength = 50;
|
|
this.columnMedico.AllowDBNull = false;
|
|
this.columnMedico.MaxLength = 50;
|
|
this.columnNotePaziente.AllowDBNull = false;
|
|
this.columnNotePaziente.MaxLength = 500;
|
|
this.columnColRapLDLHDL.ReadOnly = true;
|
|
this.columnGrassoTotPerc.ReadOnly = true;
|
|
this.columnGrassoTot.ReadOnly = true;
|
|
this.columnMassaMagraPerc.ReadOnly = true;
|
|
this.columnMassaMagraKgCm.ReadOnly = true;
|
|
this.columnBMI.ReadOnly = true;
|
|
this.columnMetBasaleDie.ReadOnly = true;
|
|
this.columnMetBasaleH.ReadOnly = true;
|
|
this.columnOreSonno.ReadOnly = true;
|
|
this.columnConsCalDie.ReadOnly = true;
|
|
this.columnScoreDietMed.ReadOnly = true;
|
|
this.columnNoteStileVita.MaxLength = 250;
|
|
this.columnLavoro_label.MaxLength = 50;
|
|
this.columnStileVita_label.MaxLength = 50;
|
|
this.columnFreqAll_label.MaxLength = 50;
|
|
this.columnMezzoTrasp_label.MaxLength = 50;
|
|
this.columnVerdure_label.MaxLength = 50;
|
|
this.columnLegumi_label.MaxLength = 50;
|
|
this.columnFrutta_label.MaxLength = 50;
|
|
this.columnNoci_label.MaxLength = 50;
|
|
this.columnCereali_label.MaxLength = 50;
|
|
this.columnPesce_label.MaxLength = 50;
|
|
this.columnGrassi_label.MaxLength = 50;
|
|
this.columnVino_label.MaxLength = 50;
|
|
this.columnCarneLatt_label.MaxLength = 50;
|
|
this.columnTestTMT_A_label.MaxLength = 50;
|
|
this.columnTestTMT_B_label.MaxLength = 50;
|
|
this.columnTestTMT_BA_label.MaxLength = 50;
|
|
this.columnTest15ParReyImm_label.MaxLength = 50;
|
|
this.columnTest15ParReyDif_label.MaxLength = 50;
|
|
this.columnApprSuSpanViSpa_label.MaxLength = 50;
|
|
this.columnStroopTestInterfErr_label.MaxLength = 50;
|
|
this.columnTestStimeCognErr_label.MaxLength = 50;
|
|
this.columnTestStimeCognBiz_label.MaxLength = 50;
|
|
this.columnTorreLondra_label.MaxLength = 50;
|
|
this.columnNoteCardio.MaxLength = 500;
|
|
this.columnPlaccheVas_Label.MaxLength = 50;
|
|
this.columnFamMCCV_Label.MaxLength = 50;
|
|
this.columnIpertens_Label.MaxLength = 50;
|
|
this.columnIpertensYtd_Label.MaxLength = 50;
|
|
this.columnDiabete_Label.MaxLength = 50;
|
|
this.columnDiabeteYtd_Label.MaxLength = 50;
|
|
this.columnIpercolest_Label.MaxLength = 50;
|
|
this.columnIpercolestYtd_Label.MaxLength = 50;
|
|
this.columnFumo_Label.MaxLength = 50;
|
|
this.columnFumoYtd_Label.MaxLength = 50;
|
|
this.columnAlcool_Label.MaxLength = 50;
|
|
this.columnAlcoolYtd_Label.MaxLength = 50;
|
|
this.columnSovrapp_Label.MaxLength = 50;
|
|
this.columnSovrappYtd_Label.MaxLength = 50;
|
|
this.columnSedent_Label.MaxLength = 50;
|
|
this.columnAdesTerap_Label.MaxLength = 50;
|
|
this.columnNoteRelFin.MaxLength = 4000;
|
|
this.columnMedicoRef.MaxLength = 50;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataRow Newstp_rep_DatiFullByPazienteDataRow() {
|
|
return ((stp_rep_DatiFullByPazienteDataRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_rep_DatiFullByPazienteDataRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_rep_DatiFullByPazienteDataRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_rep_DatiFullByPazienteDataRowChanged != null)) {
|
|
this.stp_rep_DatiFullByPazienteDataRowChanged(this, new stp_rep_DatiFullByPazienteDataRowChangeEvent(((stp_rep_DatiFullByPazienteDataRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_rep_DatiFullByPazienteDataRowChanging != null)) {
|
|
this.stp_rep_DatiFullByPazienteDataRowChanging(this, new stp_rep_DatiFullByPazienteDataRowChangeEvent(((stp_rep_DatiFullByPazienteDataRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_rep_DatiFullByPazienteDataRowDeleted != null)) {
|
|
this.stp_rep_DatiFullByPazienteDataRowDeleted(this, new stp_rep_DatiFullByPazienteDataRowChangeEvent(((stp_rep_DatiFullByPazienteDataRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_rep_DatiFullByPazienteDataRowDeleting != null)) {
|
|
this.stp_rep_DatiFullByPazienteDataRowDeleting(this, new stp_rep_DatiFullByPazienteDataRowChangeEvent(((stp_rep_DatiFullByPazienteDataRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void Removestp_rep_DatiFullByPazienteDataRow(stp_rep_DatiFullByPazienteDataRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "stp_rep_DatiFullByPazienteDataDataTable";
|
|
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 VisBioMecAntDataTable : global::System.Data.TypedTableBase<VisBioMecAntRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnEta;
|
|
|
|
private global::System.Data.DataColumn columnSesso;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnPlicaBicipite;
|
|
|
|
private global::System.Data.DataColumn columnPlicaTricipite;
|
|
|
|
private global::System.Data.DataColumn columnPlicaSottoscapola;
|
|
|
|
private global::System.Data.DataColumn columnPlicaPettorale;
|
|
|
|
private global::System.Data.DataColumn columnPlicaAddominale;
|
|
|
|
private global::System.Data.DataColumn columnPlicaSoprailiaca;
|
|
|
|
private global::System.Data.DataColumn columnPlicaCoscia;
|
|
|
|
private global::System.Data.DataColumn columnCirconfAvamb;
|
|
|
|
private global::System.Data.DataColumn columnCirconfVita;
|
|
|
|
private global::System.Data.DataColumn columnCirconfGlutei;
|
|
|
|
private global::System.Data.DataColumn columnCirconfQuadricipite;
|
|
|
|
private global::System.Data.DataColumn columnDensCorp;
|
|
|
|
private global::System.Data.DataColumn columnGrassoTroncoPerc;
|
|
|
|
private global::System.Data.DataColumn columnGrassoViscInd;
|
|
|
|
private global::System.Data.DataColumn columnTRomberg;
|
|
|
|
private global::System.Data.DataColumn columnTFukuda;
|
|
|
|
private global::System.Data.DataColumn columnTFukudaIpot;
|
|
|
|
private global::System.Data.DataColumn columnTGUG;
|
|
|
|
private global::System.Data.DataColumn columnTGUG1;
|
|
|
|
private global::System.Data.DataColumn columnFPrensile;
|
|
|
|
private global::System.Data.DataColumn columnGrassoTotPerc;
|
|
|
|
private global::System.Data.DataColumn columnGrassoTot;
|
|
|
|
private global::System.Data.DataColumn columnMassaMagraPerc;
|
|
|
|
private global::System.Data.DataColumn columnMassaMagraKgCm;
|
|
|
|
private global::System.Data.DataColumn columnBMI;
|
|
|
|
private global::System.Data.DataColumn columnMetBasaleDie;
|
|
|
|
private global::System.Data.DataColumn columnMetBasaleH;
|
|
|
|
private global::System.Data.DataColumn columnScoreFPrensile;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisBioMecAntDataTable() {
|
|
this.TableName = "VisBioMecAnt";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisBioMecAntDataTable(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", "15.0.0.0")]
|
|
protected VisBioMecAntDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EtaColumn {
|
|
get {
|
|
return this.columnEta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SessoColumn {
|
|
get {
|
|
return this.columnSesso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaBicipiteColumn {
|
|
get {
|
|
return this.columnPlicaBicipite;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaTricipiteColumn {
|
|
get {
|
|
return this.columnPlicaTricipite;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaSottoscapolaColumn {
|
|
get {
|
|
return this.columnPlicaSottoscapola;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaPettoraleColumn {
|
|
get {
|
|
return this.columnPlicaPettorale;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaAddominaleColumn {
|
|
get {
|
|
return this.columnPlicaAddominale;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaSoprailiacaColumn {
|
|
get {
|
|
return this.columnPlicaSoprailiaca;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PlicaCosciaColumn {
|
|
get {
|
|
return this.columnPlicaCoscia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CirconfAvambColumn {
|
|
get {
|
|
return this.columnCirconfAvamb;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CirconfVitaColumn {
|
|
get {
|
|
return this.columnCirconfVita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CirconfGluteiColumn {
|
|
get {
|
|
return this.columnCirconfGlutei;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CirconfQuadricipiteColumn {
|
|
get {
|
|
return this.columnCirconfQuadricipite;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DensCorpColumn {
|
|
get {
|
|
return this.columnDensCorp;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoTroncoPercColumn {
|
|
get {
|
|
return this.columnGrassoTroncoPerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoViscIndColumn {
|
|
get {
|
|
return this.columnGrassoViscInd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TRombergColumn {
|
|
get {
|
|
return this.columnTRomberg;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TFukudaColumn {
|
|
get {
|
|
return this.columnTFukuda;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TFukudaIpotColumn {
|
|
get {
|
|
return this.columnTFukudaIpot;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TGUGColumn {
|
|
get {
|
|
return this.columnTGUG;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TGUG1Column {
|
|
get {
|
|
return this.columnTGUG1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FPrensileColumn {
|
|
get {
|
|
return this.columnFPrensile;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoTotPercColumn {
|
|
get {
|
|
return this.columnGrassoTotPerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GrassoTotColumn {
|
|
get {
|
|
return this.columnGrassoTot;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MassaMagraPercColumn {
|
|
get {
|
|
return this.columnMassaMagraPerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MassaMagraKgCmColumn {
|
|
get {
|
|
return this.columnMassaMagraKgCm;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn BMIColumn {
|
|
get {
|
|
return this.columnBMI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MetBasaleDieColumn {
|
|
get {
|
|
return this.columnMetBasaleDie;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn MetBasaleHColumn {
|
|
get {
|
|
return this.columnMetBasaleH;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreFPrensileColumn {
|
|
get {
|
|
return this.columnScoreFPrensile;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisBioMecAntRow this[int index] {
|
|
get {
|
|
return ((VisBioMecAntRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisBioMecAntRowChangeEventHandler VisBioMecAntRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisBioMecAntRowChangeEventHandler VisBioMecAntRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisBioMecAntRowChangeEventHandler VisBioMecAntRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisBioMecAntRowChangeEventHandler VisBioMecAntRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisBioMecAntRow(VisBioMecAntRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisBioMecAntRow AddVisBioMecAntRow(
|
|
AnagPazientiRow parentAnagPazientiRowByAnagPazienti_v_VisBioMecAnt,
|
|
System.DateTime DataVisita,
|
|
double Eta,
|
|
string Sesso,
|
|
double Altezza,
|
|
double Peso,
|
|
double PlicaBicipite,
|
|
double PlicaTricipite,
|
|
double PlicaSottoscapola,
|
|
double PlicaPettorale,
|
|
double PlicaAddominale,
|
|
double PlicaSoprailiaca,
|
|
double PlicaCoscia,
|
|
double CirconfAvamb,
|
|
double CirconfVita,
|
|
double CirconfGlutei,
|
|
double CirconfQuadricipite,
|
|
double DensCorp,
|
|
double GrassoTroncoPerc,
|
|
double GrassoViscInd,
|
|
double TRomberg,
|
|
double TFukuda,
|
|
int TFukudaIpot,
|
|
double TGUG,
|
|
double TGUG1,
|
|
double FPrensile,
|
|
double GrassoTotPerc,
|
|
double GrassoTot,
|
|
double MassaMagraPerc,
|
|
double MassaMagraKgCm,
|
|
double BMI,
|
|
double MetBasaleDie,
|
|
double MetBasaleH,
|
|
string ScoreFPrensile) {
|
|
VisBioMecAntRow rowVisBioMecAntRow = ((VisBioMecAntRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
Eta,
|
|
Sesso,
|
|
Altezza,
|
|
Peso,
|
|
PlicaBicipite,
|
|
PlicaTricipite,
|
|
PlicaSottoscapola,
|
|
PlicaPettorale,
|
|
PlicaAddominale,
|
|
PlicaSoprailiaca,
|
|
PlicaCoscia,
|
|
CirconfAvamb,
|
|
CirconfVita,
|
|
CirconfGlutei,
|
|
CirconfQuadricipite,
|
|
DensCorp,
|
|
GrassoTroncoPerc,
|
|
GrassoViscInd,
|
|
TRomberg,
|
|
TFukuda,
|
|
TFukudaIpot,
|
|
TGUG,
|
|
TGUG1,
|
|
FPrensile,
|
|
GrassoTotPerc,
|
|
GrassoTot,
|
|
MassaMagraPerc,
|
|
MassaMagraKgCm,
|
|
BMI,
|
|
MetBasaleDie,
|
|
MetBasaleH,
|
|
ScoreFPrensile};
|
|
if ((parentAnagPazientiRowByAnagPazienti_v_VisBioMecAnt != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByAnagPazienti_v_VisBioMecAnt[0];
|
|
}
|
|
rowVisBioMecAntRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisBioMecAntRow);
|
|
return rowVisBioMecAntRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisBioMecAntRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisBioMecAntRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisBioMecAntDataTable cln = ((VisBioMecAntDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisBioMecAntDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnEta = base.Columns["Eta"];
|
|
this.columnSesso = base.Columns["Sesso"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnPlicaBicipite = base.Columns["PlicaBicipite"];
|
|
this.columnPlicaTricipite = base.Columns["PlicaTricipite"];
|
|
this.columnPlicaSottoscapola = base.Columns["PlicaSottoscapola"];
|
|
this.columnPlicaPettorale = base.Columns["PlicaPettorale"];
|
|
this.columnPlicaAddominale = base.Columns["PlicaAddominale"];
|
|
this.columnPlicaSoprailiaca = base.Columns["PlicaSoprailiaca"];
|
|
this.columnPlicaCoscia = base.Columns["PlicaCoscia"];
|
|
this.columnCirconfAvamb = base.Columns["CirconfAvamb"];
|
|
this.columnCirconfVita = base.Columns["CirconfVita"];
|
|
this.columnCirconfGlutei = base.Columns["CirconfGlutei"];
|
|
this.columnCirconfQuadricipite = base.Columns["CirconfQuadricipite"];
|
|
this.columnDensCorp = base.Columns["DensCorp"];
|
|
this.columnGrassoTroncoPerc = base.Columns["GrassoTroncoPerc"];
|
|
this.columnGrassoViscInd = base.Columns["GrassoViscInd"];
|
|
this.columnTRomberg = base.Columns["TRomberg"];
|
|
this.columnTFukuda = base.Columns["TFukuda"];
|
|
this.columnTFukudaIpot = base.Columns["TFukudaIpot"];
|
|
this.columnTGUG = base.Columns["TGUG"];
|
|
this.columnTGUG1 = base.Columns["TGUG1"];
|
|
this.columnFPrensile = base.Columns["FPrensile"];
|
|
this.columnGrassoTotPerc = base.Columns["GrassoTotPerc"];
|
|
this.columnGrassoTot = base.Columns["GrassoTot"];
|
|
this.columnMassaMagraPerc = base.Columns["MassaMagraPerc"];
|
|
this.columnMassaMagraKgCm = base.Columns["MassaMagraKgCm"];
|
|
this.columnBMI = base.Columns["BMI"];
|
|
this.columnMetBasaleDie = base.Columns["MetBasaleDie"];
|
|
this.columnMetBasaleH = base.Columns["MetBasaleH"];
|
|
this.columnScoreFPrensile = base.Columns["ScoreFPrensile"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnEta = new global::System.Data.DataColumn("Eta", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEta);
|
|
this.columnSesso = new global::System.Data.DataColumn("Sesso", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSesso);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnPlicaBicipite = new global::System.Data.DataColumn("PlicaBicipite", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaBicipite);
|
|
this.columnPlicaTricipite = new global::System.Data.DataColumn("PlicaTricipite", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaTricipite);
|
|
this.columnPlicaSottoscapola = new global::System.Data.DataColumn("PlicaSottoscapola", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaSottoscapola);
|
|
this.columnPlicaPettorale = new global::System.Data.DataColumn("PlicaPettorale", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaPettorale);
|
|
this.columnPlicaAddominale = new global::System.Data.DataColumn("PlicaAddominale", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaAddominale);
|
|
this.columnPlicaSoprailiaca = new global::System.Data.DataColumn("PlicaSoprailiaca", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaSoprailiaca);
|
|
this.columnPlicaCoscia = new global::System.Data.DataColumn("PlicaCoscia", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPlicaCoscia);
|
|
this.columnCirconfAvamb = new global::System.Data.DataColumn("CirconfAvamb", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCirconfAvamb);
|
|
this.columnCirconfVita = new global::System.Data.DataColumn("CirconfVita", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCirconfVita);
|
|
this.columnCirconfGlutei = new global::System.Data.DataColumn("CirconfGlutei", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCirconfGlutei);
|
|
this.columnCirconfQuadricipite = new global::System.Data.DataColumn("CirconfQuadricipite", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCirconfQuadricipite);
|
|
this.columnDensCorp = new global::System.Data.DataColumn("DensCorp", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDensCorp);
|
|
this.columnGrassoTroncoPerc = new global::System.Data.DataColumn("GrassoTroncoPerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoTroncoPerc);
|
|
this.columnGrassoViscInd = new global::System.Data.DataColumn("GrassoViscInd", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoViscInd);
|
|
this.columnTRomberg = new global::System.Data.DataColumn("TRomberg", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTRomberg);
|
|
this.columnTFukuda = new global::System.Data.DataColumn("TFukuda", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTFukuda);
|
|
this.columnTFukudaIpot = new global::System.Data.DataColumn("TFukudaIpot", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTFukudaIpot);
|
|
this.columnTGUG = new global::System.Data.DataColumn("TGUG", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTGUG);
|
|
this.columnTGUG1 = new global::System.Data.DataColumn("TGUG1", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTGUG1);
|
|
this.columnFPrensile = new global::System.Data.DataColumn("FPrensile", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFPrensile);
|
|
this.columnGrassoTotPerc = new global::System.Data.DataColumn("GrassoTotPerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoTotPerc);
|
|
this.columnGrassoTot = new global::System.Data.DataColumn("GrassoTot", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGrassoTot);
|
|
this.columnMassaMagraPerc = new global::System.Data.DataColumn("MassaMagraPerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMassaMagraPerc);
|
|
this.columnMassaMagraKgCm = new global::System.Data.DataColumn("MassaMagraKgCm", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMassaMagraKgCm);
|
|
this.columnBMI = new global::System.Data.DataColumn("BMI", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnBMI);
|
|
this.columnMetBasaleDie = new global::System.Data.DataColumn("MetBasaleDie", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMetBasaleDie);
|
|
this.columnMetBasaleH = new global::System.Data.DataColumn("MetBasaleH", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMetBasaleH);
|
|
this.columnScoreFPrensile = new global::System.Data.DataColumn("ScoreFPrensile", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScoreFPrensile);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnEta.ReadOnly = true;
|
|
this.columnSesso.AllowDBNull = false;
|
|
this.columnSesso.MaxLength = 1;
|
|
this.columnAltezza.AllowDBNull = false;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnPlicaBicipite.AllowDBNull = false;
|
|
this.columnPlicaTricipite.AllowDBNull = false;
|
|
this.columnPlicaSottoscapola.AllowDBNull = false;
|
|
this.columnPlicaPettorale.AllowDBNull = false;
|
|
this.columnPlicaAddominale.AllowDBNull = false;
|
|
this.columnPlicaSoprailiaca.AllowDBNull = false;
|
|
this.columnPlicaCoscia.AllowDBNull = false;
|
|
this.columnCirconfAvamb.AllowDBNull = false;
|
|
this.columnCirconfVita.AllowDBNull = false;
|
|
this.columnCirconfGlutei.AllowDBNull = false;
|
|
this.columnCirconfQuadricipite.AllowDBNull = false;
|
|
this.columnGrassoTroncoPerc.AllowDBNull = false;
|
|
this.columnGrassoViscInd.AllowDBNull = false;
|
|
this.columnTRomberg.AllowDBNull = false;
|
|
this.columnTFukuda.AllowDBNull = false;
|
|
this.columnTFukudaIpot.AllowDBNull = false;
|
|
this.columnTGUG.AllowDBNull = false;
|
|
this.columnTGUG1.AllowDBNull = false;
|
|
this.columnFPrensile.AllowDBNull = false;
|
|
this.columnGrassoTotPerc.ReadOnly = true;
|
|
this.columnGrassoTot.ReadOnly = true;
|
|
this.columnMassaMagraPerc.ReadOnly = true;
|
|
this.columnMassaMagraKgCm.ReadOnly = true;
|
|
this.columnBMI.ReadOnly = true;
|
|
this.columnMetBasaleDie.ReadOnly = true;
|
|
this.columnMetBasaleH.ReadOnly = true;
|
|
this.columnScoreFPrensile.ReadOnly = true;
|
|
this.columnScoreFPrensile.MaxLength = 50;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisBioMecAntRow NewVisBioMecAntRow() {
|
|
return ((VisBioMecAntRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisBioMecAntRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisBioMecAntRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisBioMecAntRowChanged != null)) {
|
|
this.VisBioMecAntRowChanged(this, new VisBioMecAntRowChangeEvent(((VisBioMecAntRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisBioMecAntRowChanging != null)) {
|
|
this.VisBioMecAntRowChanging(this, new VisBioMecAntRowChangeEvent(((VisBioMecAntRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisBioMecAntRowDeleted != null)) {
|
|
this.VisBioMecAntRowDeleted(this, new VisBioMecAntRowChangeEvent(((VisBioMecAntRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisBioMecAntRowDeleting != null)) {
|
|
this.VisBioMecAntRowDeleting(this, new VisBioMecAntRowChangeEvent(((VisBioMecAntRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisBioMecAntRow(VisBioMecAntRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisBioMecAntDataTable";
|
|
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 VisValFunzDataTable : global::System.Data.TypedTableBase<VisValFunzRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnFAI;
|
|
|
|
private global::System.Data.DataColumn columnFP;
|
|
|
|
private global::System.Data.DataColumn columnFT;
|
|
|
|
private global::System.Data.DataColumn columnFS;
|
|
|
|
private global::System.Data.DataColumn columnE;
|
|
|
|
private global::System.Data.DataColumn columnGA;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnFAI_s;
|
|
|
|
private global::System.Data.DataColumn columnFP_s;
|
|
|
|
private global::System.Data.DataColumn columnFT_s;
|
|
|
|
private global::System.Data.DataColumn columnFS_s;
|
|
|
|
private global::System.Data.DataColumn columnE_s;
|
|
|
|
private global::System.Data.DataColumn columnGA_s;
|
|
|
|
private global::System.Data.DataColumn columnPenalty;
|
|
|
|
private global::System.Data.DataColumn columnScore;
|
|
|
|
private global::System.Data.DataColumn columnScorePerc;
|
|
|
|
private global::System.Data.DataColumn columnClasse;
|
|
|
|
private global::System.Data.DataColumn columnPerformance;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzDataTable() {
|
|
this.TableName = "VisValFunz";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValFunzDataTable(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", "15.0.0.0")]
|
|
protected VisValFunzDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FAIColumn {
|
|
get {
|
|
return this.columnFAI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FPColumn {
|
|
get {
|
|
return this.columnFP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FTColumn {
|
|
get {
|
|
return this.columnFT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FSColumn {
|
|
get {
|
|
return this.columnFS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EColumn {
|
|
get {
|
|
return this.columnE;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GAColumn {
|
|
get {
|
|
return this.columnGA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FAI_sColumn {
|
|
get {
|
|
return this.columnFAI_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FP_sColumn {
|
|
get {
|
|
return this.columnFP_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FT_sColumn {
|
|
get {
|
|
return this.columnFT_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FS_sColumn {
|
|
get {
|
|
return this.columnFS_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn E_sColumn {
|
|
get {
|
|
return this.columnE_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GA_sColumn {
|
|
get {
|
|
return this.columnGA_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PenaltyColumn {
|
|
get {
|
|
return this.columnPenalty;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreColumn {
|
|
get {
|
|
return this.columnScore;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScorePercColumn {
|
|
get {
|
|
return this.columnScorePerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ClasseColumn {
|
|
get {
|
|
return this.columnClasse;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PerformanceColumn {
|
|
get {
|
|
return this.columnPerformance;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisValFunzRow this[int index] {
|
|
get {
|
|
return ((VisValFunzRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzRowChangeEventHandler VisValFunzRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzRowChangeEventHandler VisValFunzRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzRowChangeEventHandler VisValFunzRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzRowChangeEventHandler VisValFunzRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisValFunzRow(VisValFunzRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzRow AddVisValFunzRow(
|
|
AnagPazientiRow parentAnagPazientiRowByFK_VisValFunz_AnagPazienti,
|
|
System.DateTime DataVisita,
|
|
int FAI,
|
|
int FP,
|
|
int FT,
|
|
int FS,
|
|
int E,
|
|
int GA,
|
|
double Altezza,
|
|
double Peso,
|
|
int FAI_s,
|
|
int FP_s,
|
|
int FT_s,
|
|
int FS_s,
|
|
int E_s,
|
|
int GA_s,
|
|
int Penalty,
|
|
int Score,
|
|
double ScorePerc,
|
|
int Classe,
|
|
string Performance) {
|
|
VisValFunzRow rowVisValFunzRow = ((VisValFunzRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
FAI,
|
|
FP,
|
|
FT,
|
|
FS,
|
|
E,
|
|
GA,
|
|
Altezza,
|
|
Peso,
|
|
FAI_s,
|
|
FP_s,
|
|
FT_s,
|
|
FS_s,
|
|
E_s,
|
|
GA_s,
|
|
Penalty,
|
|
Score,
|
|
ScorePerc,
|
|
Classe,
|
|
Performance};
|
|
if ((parentAnagPazientiRowByFK_VisValFunz_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_VisValFunz_AnagPazienti[0];
|
|
}
|
|
rowVisValFunzRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisValFunzRow);
|
|
return rowVisValFunzRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisValFunzRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisValFunzDataTable cln = ((VisValFunzDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisValFunzDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnFAI = base.Columns["FAI"];
|
|
this.columnFP = base.Columns["FP"];
|
|
this.columnFT = base.Columns["FT"];
|
|
this.columnFS = base.Columns["FS"];
|
|
this.columnE = base.Columns["E"];
|
|
this.columnGA = base.Columns["GA"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnFAI_s = base.Columns["FAI_s"];
|
|
this.columnFP_s = base.Columns["FP_s"];
|
|
this.columnFT_s = base.Columns["FT_s"];
|
|
this.columnFS_s = base.Columns["FS_s"];
|
|
this.columnE_s = base.Columns["E_s"];
|
|
this.columnGA_s = base.Columns["GA_s"];
|
|
this.columnPenalty = base.Columns["Penalty"];
|
|
this.columnScore = base.Columns["Score"];
|
|
this.columnScorePerc = base.Columns["ScorePerc"];
|
|
this.columnClasse = base.Columns["Classe"];
|
|
this.columnPerformance = base.Columns["Performance"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnFAI = new global::System.Data.DataColumn("FAI", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFAI);
|
|
this.columnFP = new global::System.Data.DataColumn("FP", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFP);
|
|
this.columnFT = new global::System.Data.DataColumn("FT", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFT);
|
|
this.columnFS = new global::System.Data.DataColumn("FS", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFS);
|
|
this.columnE = new global::System.Data.DataColumn("E", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnE);
|
|
this.columnGA = new global::System.Data.DataColumn("GA", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGA);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnFAI_s = new global::System.Data.DataColumn("FAI_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFAI_s);
|
|
this.columnFP_s = new global::System.Data.DataColumn("FP_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFP_s);
|
|
this.columnFT_s = new global::System.Data.DataColumn("FT_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFT_s);
|
|
this.columnFS_s = new global::System.Data.DataColumn("FS_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFS_s);
|
|
this.columnE_s = new global::System.Data.DataColumn("E_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnE_s);
|
|
this.columnGA_s = new global::System.Data.DataColumn("GA_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGA_s);
|
|
this.columnPenalty = new global::System.Data.DataColumn("Penalty", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPenalty);
|
|
this.columnScore = new global::System.Data.DataColumn("Score", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore);
|
|
this.columnScorePerc = new global::System.Data.DataColumn("ScorePerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScorePerc);
|
|
this.columnClasse = new global::System.Data.DataColumn("Classe", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnClasse);
|
|
this.columnPerformance = new global::System.Data.DataColumn("Performance", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPerformance);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnFAI.AllowDBNull = false;
|
|
this.columnFP.AllowDBNull = false;
|
|
this.columnFT.AllowDBNull = false;
|
|
this.columnFS.AllowDBNull = false;
|
|
this.columnE.AllowDBNull = false;
|
|
this.columnGA.AllowDBNull = false;
|
|
this.columnAltezza.AllowDBNull = false;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnPerformance.MaxLength = 50;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzRow NewVisValFunzRow() {
|
|
return ((VisValFunzRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisValFunzRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisValFunzRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisValFunzRowChanged != null)) {
|
|
this.VisValFunzRowChanged(this, new VisValFunzRowChangeEvent(((VisValFunzRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisValFunzRowChanging != null)) {
|
|
this.VisValFunzRowChanging(this, new VisValFunzRowChangeEvent(((VisValFunzRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisValFunzRowDeleted != null)) {
|
|
this.VisValFunzRowDeleted(this, new VisValFunzRowChangeEvent(((VisValFunzRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisValFunzRowDeleting != null)) {
|
|
this.VisValFunzRowDeleting(this, new VisValFunzRowChangeEvent(((VisValFunzRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisValFunzRow(VisValFunzRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisValFunzDataTable";
|
|
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 VisValFunzGTDataTable : global::System.Data.TypedTableBase<VisValFunzGTRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnSJ;
|
|
|
|
private global::System.Data.DataColumn columnFT;
|
|
|
|
private global::System.Data.DataColumn columnPU;
|
|
|
|
private global::System.Data.DataColumn columnTR;
|
|
|
|
private global::System.Data.DataColumn columnTR0;
|
|
|
|
private global::System.Data.DataColumn columnTR1;
|
|
|
|
private global::System.Data.DataColumn columnTR2;
|
|
|
|
private global::System.Data.DataColumn columnSU;
|
|
|
|
private global::System.Data.DataColumn columnGA;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnSJ_s;
|
|
|
|
private global::System.Data.DataColumn columnFT_s;
|
|
|
|
private global::System.Data.DataColumn columnPU_s;
|
|
|
|
private global::System.Data.DataColumn columnTR_s;
|
|
|
|
private global::System.Data.DataColumn columnSU_s;
|
|
|
|
private global::System.Data.DataColumn columnGA_s;
|
|
|
|
private global::System.Data.DataColumn columnPenalty;
|
|
|
|
private global::System.Data.DataColumn columnScore;
|
|
|
|
private global::System.Data.DataColumn columnScorePerc;
|
|
|
|
private global::System.Data.DataColumn columnClasse;
|
|
|
|
private global::System.Data.DataColumn columnPerformance;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzGTDataTable() {
|
|
this.TableName = "VisValFunzGT";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValFunzGTDataTable(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", "15.0.0.0")]
|
|
protected VisValFunzGTDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SJColumn {
|
|
get {
|
|
return this.columnSJ;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FTColumn {
|
|
get {
|
|
return this.columnFT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PUColumn {
|
|
get {
|
|
return this.columnPU;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TRColumn {
|
|
get {
|
|
return this.columnTR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TR0Column {
|
|
get {
|
|
return this.columnTR0;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TR1Column {
|
|
get {
|
|
return this.columnTR1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TR2Column {
|
|
get {
|
|
return this.columnTR2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SUColumn {
|
|
get {
|
|
return this.columnSU;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GAColumn {
|
|
get {
|
|
return this.columnGA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SJ_sColumn {
|
|
get {
|
|
return this.columnSJ_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FT_sColumn {
|
|
get {
|
|
return this.columnFT_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PU_sColumn {
|
|
get {
|
|
return this.columnPU_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TR_sColumn {
|
|
get {
|
|
return this.columnTR_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SU_sColumn {
|
|
get {
|
|
return this.columnSU_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GA_sColumn {
|
|
get {
|
|
return this.columnGA_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PenaltyColumn {
|
|
get {
|
|
return this.columnPenalty;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreColumn {
|
|
get {
|
|
return this.columnScore;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScorePercColumn {
|
|
get {
|
|
return this.columnScorePerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ClasseColumn {
|
|
get {
|
|
return this.columnClasse;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PerformanceColumn {
|
|
get {
|
|
return this.columnPerformance;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisValFunzGTRow this[int index] {
|
|
get {
|
|
return ((VisValFunzGTRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzGTRowChangeEventHandler VisValFunzGTRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzGTRowChangeEventHandler VisValFunzGTRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzGTRowChangeEventHandler VisValFunzGTRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValFunzGTRowChangeEventHandler VisValFunzGTRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisValFunzGTRow(VisValFunzGTRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzGTRow AddVisValFunzGTRow(
|
|
AnagPazientiRow parentAnagPazientiRowByFK_ValSvolAtt_AnagPazienti,
|
|
System.DateTime DataVisita,
|
|
int SJ,
|
|
int FT,
|
|
int PU,
|
|
int TR,
|
|
int TR0,
|
|
int TR1,
|
|
int TR2,
|
|
int SU,
|
|
int GA,
|
|
double Altezza,
|
|
double Peso,
|
|
int SJ_s,
|
|
int FT_s,
|
|
int PU_s,
|
|
int TR_s,
|
|
int SU_s,
|
|
int GA_s,
|
|
int Penalty,
|
|
int Score,
|
|
double ScorePerc,
|
|
int Classe,
|
|
string Performance) {
|
|
VisValFunzGTRow rowVisValFunzGTRow = ((VisValFunzGTRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
DataVisita,
|
|
SJ,
|
|
FT,
|
|
PU,
|
|
TR,
|
|
TR0,
|
|
TR1,
|
|
TR2,
|
|
SU,
|
|
GA,
|
|
Altezza,
|
|
Peso,
|
|
SJ_s,
|
|
FT_s,
|
|
PU_s,
|
|
TR_s,
|
|
SU_s,
|
|
GA_s,
|
|
Penalty,
|
|
Score,
|
|
ScorePerc,
|
|
Classe,
|
|
Performance};
|
|
if ((parentAnagPazientiRowByFK_ValSvolAtt_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_ValSvolAtt_AnagPazienti[0];
|
|
}
|
|
rowVisValFunzGTRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisValFunzGTRow);
|
|
return rowVisValFunzGTRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzGTRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisValFunzGTRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisValFunzGTDataTable cln = ((VisValFunzGTDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisValFunzGTDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnSJ = base.Columns["SJ"];
|
|
this.columnFT = base.Columns["FT"];
|
|
this.columnPU = base.Columns["PU"];
|
|
this.columnTR = base.Columns["TR"];
|
|
this.columnTR0 = base.Columns["TR0"];
|
|
this.columnTR1 = base.Columns["TR1"];
|
|
this.columnTR2 = base.Columns["TR2"];
|
|
this.columnSU = base.Columns["SU"];
|
|
this.columnGA = base.Columns["GA"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnSJ_s = base.Columns["SJ_s"];
|
|
this.columnFT_s = base.Columns["FT_s"];
|
|
this.columnPU_s = base.Columns["PU_s"];
|
|
this.columnTR_s = base.Columns["TR_s"];
|
|
this.columnSU_s = base.Columns["SU_s"];
|
|
this.columnGA_s = base.Columns["GA_s"];
|
|
this.columnPenalty = base.Columns["Penalty"];
|
|
this.columnScore = base.Columns["Score"];
|
|
this.columnScorePerc = base.Columns["ScorePerc"];
|
|
this.columnClasse = base.Columns["Classe"];
|
|
this.columnPerformance = base.Columns["Performance"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnSJ = new global::System.Data.DataColumn("SJ", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSJ);
|
|
this.columnFT = new global::System.Data.DataColumn("FT", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFT);
|
|
this.columnPU = new global::System.Data.DataColumn("PU", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPU);
|
|
this.columnTR = new global::System.Data.DataColumn("TR", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTR);
|
|
this.columnTR0 = new global::System.Data.DataColumn("TR0", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTR0);
|
|
this.columnTR1 = new global::System.Data.DataColumn("TR1", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTR1);
|
|
this.columnTR2 = new global::System.Data.DataColumn("TR2", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTR2);
|
|
this.columnSU = new global::System.Data.DataColumn("SU", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSU);
|
|
this.columnGA = new global::System.Data.DataColumn("GA", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGA);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnSJ_s = new global::System.Data.DataColumn("SJ_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSJ_s);
|
|
this.columnFT_s = new global::System.Data.DataColumn("FT_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFT_s);
|
|
this.columnPU_s = new global::System.Data.DataColumn("PU_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPU_s);
|
|
this.columnTR_s = new global::System.Data.DataColumn("TR_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTR_s);
|
|
this.columnSU_s = new global::System.Data.DataColumn("SU_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSU_s);
|
|
this.columnGA_s = new global::System.Data.DataColumn("GA_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGA_s);
|
|
this.columnPenalty = new global::System.Data.DataColumn("Penalty", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPenalty);
|
|
this.columnScore = new global::System.Data.DataColumn("Score", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore);
|
|
this.columnScorePerc = new global::System.Data.DataColumn("ScorePerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScorePerc);
|
|
this.columnClasse = new global::System.Data.DataColumn("Classe", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnClasse);
|
|
this.columnPerformance = new global::System.Data.DataColumn("Performance", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPerformance);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnSJ.AllowDBNull = false;
|
|
this.columnFT.AllowDBNull = false;
|
|
this.columnPU.AllowDBNull = false;
|
|
this.columnTR0.AllowDBNull = false;
|
|
this.columnTR1.AllowDBNull = false;
|
|
this.columnTR2.AllowDBNull = false;
|
|
this.columnSU.AllowDBNull = false;
|
|
this.columnGA.AllowDBNull = false;
|
|
this.columnAltezza.AllowDBNull = false;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnPerformance.MaxLength = 50;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzGTRow NewVisValFunzGTRow() {
|
|
return ((VisValFunzGTRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisValFunzGTRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisValFunzGTRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisValFunzGTRowChanged != null)) {
|
|
this.VisValFunzGTRowChanged(this, new VisValFunzGTRowChangeEvent(((VisValFunzGTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisValFunzGTRowChanging != null)) {
|
|
this.VisValFunzGTRowChanging(this, new VisValFunzGTRowChangeEvent(((VisValFunzGTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisValFunzGTRowDeleted != null)) {
|
|
this.VisValFunzGTRowDeleted(this, new VisValFunzGTRowChangeEvent(((VisValFunzGTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisValFunzGTRowDeleting != null)) {
|
|
this.VisValFunzGTRowDeleting(this, new VisValFunzGTRowChangeEvent(((VisValFunzGTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisValFunzGTRow(VisValFunzGTRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisValFunzGTDataTable";
|
|
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 Pazienti2LabelsDataTable : global::System.Data.TypedTableBase<Pazienti2LabelsRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnCodLabel;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public Pazienti2LabelsDataTable() {
|
|
this.TableName = "Pazienti2Labels";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal Pazienti2LabelsDataTable(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", "15.0.0.0")]
|
|
protected Pazienti2LabelsDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CodLabelColumn {
|
|
get {
|
|
return this.columnCodLabel;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public Pazienti2LabelsRow this[int index] {
|
|
get {
|
|
return ((Pazienti2LabelsRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event Pazienti2LabelsRowChangeEventHandler Pazienti2LabelsRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event Pazienti2LabelsRowChangeEventHandler Pazienti2LabelsRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event Pazienti2LabelsRowChangeEventHandler Pazienti2LabelsRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event Pazienti2LabelsRowChangeEventHandler Pazienti2LabelsRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddPazienti2LabelsRow(Pazienti2LabelsRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public Pazienti2LabelsRow AddPazienti2LabelsRow(AnagPazientiRow parentAnagPazientiRowByFK_Pazienti2Labels_AnagPazienti, string CodLabel) {
|
|
Pazienti2LabelsRow rowPazienti2LabelsRow = ((Pazienti2LabelsRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
CodLabel};
|
|
if ((parentAnagPazientiRowByFK_Pazienti2Labels_AnagPazienti != null)) {
|
|
columnValuesArray[0] = parentAnagPazientiRowByFK_Pazienti2Labels_AnagPazienti[0];
|
|
}
|
|
rowPazienti2LabelsRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowPazienti2LabelsRow);
|
|
return rowPazienti2LabelsRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public Pazienti2LabelsRow FindByIdxPazienteCodLabel(int IdxPaziente, string CodLabel) {
|
|
return ((Pazienti2LabelsRow)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
CodLabel})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
Pazienti2LabelsDataTable cln = ((Pazienti2LabelsDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new Pazienti2LabelsDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnCodLabel = base.Columns["CodLabel"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnCodLabel = new global::System.Data.DataColumn("CodLabel", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodLabel);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnCodLabel}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnCodLabel.AllowDBNull = false;
|
|
this.columnCodLabel.MaxLength = 50;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public Pazienti2LabelsRow NewPazienti2LabelsRow() {
|
|
return ((Pazienti2LabelsRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new Pazienti2LabelsRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(Pazienti2LabelsRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.Pazienti2LabelsRowChanged != null)) {
|
|
this.Pazienti2LabelsRowChanged(this, new Pazienti2LabelsRowChangeEvent(((Pazienti2LabelsRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.Pazienti2LabelsRowChanging != null)) {
|
|
this.Pazienti2LabelsRowChanging(this, new Pazienti2LabelsRowChangeEvent(((Pazienti2LabelsRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.Pazienti2LabelsRowDeleted != null)) {
|
|
this.Pazienti2LabelsRowDeleted(this, new Pazienti2LabelsRowChangeEvent(((Pazienti2LabelsRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.Pazienti2LabelsRowDeleting != null)) {
|
|
this.Pazienti2LabelsRowDeleting(this, new Pazienti2LabelsRowChangeEvent(((Pazienti2LabelsRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemovePazienti2LabelsRow(Pazienti2LabelsRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "Pazienti2LabelsDataTable";
|
|
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 _ElencoVisite_SPDataTable : global::System.Data.TypedTableBase<_ElencoVisite_SPRow> {
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnVVSP_12;
|
|
|
|
private global::System.Data.DataColumn columnVVSP_345;
|
|
|
|
private global::System.Data.DataColumn columnVL;
|
|
|
|
private global::System.Data.DataColumn columnVBMA;
|
|
|
|
private global::System.Data.DataColumn columnVRF;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_SPDataTable() {
|
|
this.TableName = "ElencoVisite-SP";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal _ElencoVisite_SPDataTable(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", "15.0.0.0")]
|
|
protected _ElencoVisite_SPDataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VVSP_12Column {
|
|
get {
|
|
return this.columnVVSP_12;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VVSP_345Column {
|
|
get {
|
|
return this.columnVVSP_345;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VLColumn {
|
|
get {
|
|
return this.columnVL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VBMAColumn {
|
|
get {
|
|
return this.columnVBMA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn VRFColumn {
|
|
get {
|
|
return this.columnVRF;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public _ElencoVisite_SPRow this[int index] {
|
|
get {
|
|
return ((_ElencoVisite_SPRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_SPRowChangeEventHandler _ElencoVisite_SPRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_SPRowChangeEventHandler _ElencoVisite_SPRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_SPRowChangeEventHandler _ElencoVisite_SPRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event _ElencoVisite_SPRowChangeEventHandler _ElencoVisite_SPRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void Add_ElencoVisite_SPRow(_ElencoVisite_SPRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_SPRow Add_ElencoVisite_SPRow(System.DateTime DataVisita, int VVSP_12, int VVSP_345, int VL, int VBMA, int VRF) {
|
|
_ElencoVisite_SPRow row_ElencoVisite_SPRow = ((_ElencoVisite_SPRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
DataVisita,
|
|
VVSP_12,
|
|
VVSP_345,
|
|
VL,
|
|
VBMA,
|
|
VRF};
|
|
row_ElencoVisite_SPRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(row_ElencoVisite_SPRow);
|
|
return row_ElencoVisite_SPRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
_ElencoVisite_SPDataTable cln = ((_ElencoVisite_SPDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new _ElencoVisite_SPDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnVVSP_12 = base.Columns["VVSP_12"];
|
|
this.columnVVSP_345 = base.Columns["VVSP_345"];
|
|
this.columnVL = base.Columns["VL"];
|
|
this.columnVBMA = base.Columns["VBMA"];
|
|
this.columnVRF = base.Columns["VRF"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnVVSP_12 = new global::System.Data.DataColumn("VVSP_12", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVVSP_12);
|
|
this.columnVVSP_345 = new global::System.Data.DataColumn("VVSP_345", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVVSP_345);
|
|
this.columnVL = new global::System.Data.DataColumn("VL", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVL);
|
|
this.columnVBMA = new global::System.Data.DataColumn("VBMA", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVBMA);
|
|
this.columnVRF = new global::System.Data.DataColumn("VRF", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnVRF);
|
|
this.columnDataVisita.ReadOnly = true;
|
|
this.columnVVSP_12.ReadOnly = true;
|
|
this.columnVVSP_345.ReadOnly = true;
|
|
this.columnVL.ReadOnly = true;
|
|
this.columnVBMA.ReadOnly = true;
|
|
this.columnVRF.ReadOnly = true;
|
|
this.ExtendedProperties.Add("Generator_TableVarName", "_tableElencoVisite_SP");
|
|
this.ExtendedProperties.Add("Generator_UserTableName", "ElencoVisite-SP");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_SPRow New_ElencoVisite_SPRow() {
|
|
return ((_ElencoVisite_SPRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new _ElencoVisite_SPRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(_ElencoVisite_SPRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this._ElencoVisite_SPRowChanged != null)) {
|
|
this._ElencoVisite_SPRowChanged(this, new _ElencoVisite_SPRowChangeEvent(((_ElencoVisite_SPRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this._ElencoVisite_SPRowChanging != null)) {
|
|
this._ElencoVisite_SPRowChanging(this, new _ElencoVisite_SPRowChangeEvent(((_ElencoVisite_SPRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this._ElencoVisite_SPRowDeleted != null)) {
|
|
this._ElencoVisite_SPRowDeleted(this, new _ElencoVisite_SPRowChangeEvent(((_ElencoVisite_SPRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this._ElencoVisite_SPRowDeleting != null)) {
|
|
this._ElencoVisite_SPRowDeleting(this, new _ElencoVisite_SPRowChangeEvent(((_ElencoVisite_SPRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void Remove_ElencoVisite_SPRow(_ElencoVisite_SPRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "_ElencoVisite_SPDataTable";
|
|
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 VisValSP_12DataTable : global::System.Data.TypedTableBase<VisValSP_12Row> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnCD;
|
|
|
|
private global::System.Data.DataColumn columnSP;
|
|
|
|
private global::System.Data.DataColumn columnGL;
|
|
|
|
private global::System.Data.DataColumn columnLM;
|
|
|
|
private global::System.Data.DataColumn columnSA;
|
|
|
|
private global::System.Data.DataColumn columnRP;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnCD_s;
|
|
|
|
private global::System.Data.DataColumn columnSP_s;
|
|
|
|
private global::System.Data.DataColumn columnGL_s;
|
|
|
|
private global::System.Data.DataColumn columnLM_s;
|
|
|
|
private global::System.Data.DataColumn columnSA_s;
|
|
|
|
private global::System.Data.DataColumn columnRP_s;
|
|
|
|
private global::System.Data.DataColumn columnPenalty;
|
|
|
|
private global::System.Data.DataColumn columnScore;
|
|
|
|
private global::System.Data.DataColumn columnScorePerc;
|
|
|
|
private global::System.Data.DataColumn columnClasse;
|
|
|
|
private global::System.Data.DataColumn columnPerformance;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_12DataTable() {
|
|
this.TableName = "VisValSP_12";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValSP_12DataTable(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", "15.0.0.0")]
|
|
protected VisValSP_12DataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CDColumn {
|
|
get {
|
|
return this.columnCD;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SPColumn {
|
|
get {
|
|
return this.columnSP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GLColumn {
|
|
get {
|
|
return this.columnGL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LMColumn {
|
|
get {
|
|
return this.columnLM;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SAColumn {
|
|
get {
|
|
return this.columnSA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn RPColumn {
|
|
get {
|
|
return this.columnRP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CD_sColumn {
|
|
get {
|
|
return this.columnCD_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SP_sColumn {
|
|
get {
|
|
return this.columnSP_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn GL_sColumn {
|
|
get {
|
|
return this.columnGL_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LM_sColumn {
|
|
get {
|
|
return this.columnLM_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn SA_sColumn {
|
|
get {
|
|
return this.columnSA_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn RP_sColumn {
|
|
get {
|
|
return this.columnRP_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PenaltyColumn {
|
|
get {
|
|
return this.columnPenalty;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreColumn {
|
|
get {
|
|
return this.columnScore;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScorePercColumn {
|
|
get {
|
|
return this.columnScorePerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ClasseColumn {
|
|
get {
|
|
return this.columnClasse;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PerformanceColumn {
|
|
get {
|
|
return this.columnPerformance;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisValSP_12Row this[int index] {
|
|
get {
|
|
return ((VisValSP_12Row)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_12RowChangeEventHandler VisValSP_12RowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_12RowChangeEventHandler VisValSP_12RowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_12RowChangeEventHandler VisValSP_12RowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_12RowChangeEventHandler VisValSP_12RowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisValSP_12Row(VisValSP_12Row row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_12Row AddVisValSP_12Row(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
double CD,
|
|
int SP,
|
|
int GL,
|
|
int LM,
|
|
int SA,
|
|
int RP,
|
|
double Altezza,
|
|
double Peso,
|
|
int CD_s,
|
|
int SP_s,
|
|
int GL_s,
|
|
int LM_s,
|
|
int SA_s,
|
|
int RP_s,
|
|
int Penalty,
|
|
int Score,
|
|
double ScorePerc,
|
|
int Classe,
|
|
string Performance) {
|
|
VisValSP_12Row rowVisValSP_12Row = ((VisValSP_12Row)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
IdxPaziente,
|
|
DataVisita,
|
|
CD,
|
|
SP,
|
|
GL,
|
|
LM,
|
|
SA,
|
|
RP,
|
|
Altezza,
|
|
Peso,
|
|
CD_s,
|
|
SP_s,
|
|
GL_s,
|
|
LM_s,
|
|
SA_s,
|
|
RP_s,
|
|
Penalty,
|
|
Score,
|
|
ScorePerc,
|
|
Classe,
|
|
Performance};
|
|
rowVisValSP_12Row.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisValSP_12Row);
|
|
return rowVisValSP_12Row;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_12Row FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisValSP_12Row)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisValSP_12DataTable cln = ((VisValSP_12DataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisValSP_12DataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnCD = base.Columns["CD"];
|
|
this.columnSP = base.Columns["SP"];
|
|
this.columnGL = base.Columns["GL"];
|
|
this.columnLM = base.Columns["LM"];
|
|
this.columnSA = base.Columns["SA"];
|
|
this.columnRP = base.Columns["RP"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnCD_s = base.Columns["CD_s"];
|
|
this.columnSP_s = base.Columns["SP_s"];
|
|
this.columnGL_s = base.Columns["GL_s"];
|
|
this.columnLM_s = base.Columns["LM_s"];
|
|
this.columnSA_s = base.Columns["SA_s"];
|
|
this.columnRP_s = base.Columns["RP_s"];
|
|
this.columnPenalty = base.Columns["Penalty"];
|
|
this.columnScore = base.Columns["Score"];
|
|
this.columnScorePerc = base.Columns["ScorePerc"];
|
|
this.columnClasse = base.Columns["Classe"];
|
|
this.columnPerformance = base.Columns["Performance"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnCD = new global::System.Data.DataColumn("CD", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCD);
|
|
this.columnSP = new global::System.Data.DataColumn("SP", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSP);
|
|
this.columnGL = new global::System.Data.DataColumn("GL", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGL);
|
|
this.columnLM = new global::System.Data.DataColumn("LM", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLM);
|
|
this.columnSA = new global::System.Data.DataColumn("SA", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSA);
|
|
this.columnRP = new global::System.Data.DataColumn("RP", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRP);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnCD_s = new global::System.Data.DataColumn("CD_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCD_s);
|
|
this.columnSP_s = new global::System.Data.DataColumn("SP_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSP_s);
|
|
this.columnGL_s = new global::System.Data.DataColumn("GL_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGL_s);
|
|
this.columnLM_s = new global::System.Data.DataColumn("LM_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLM_s);
|
|
this.columnSA_s = new global::System.Data.DataColumn("SA_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSA_s);
|
|
this.columnRP_s = new global::System.Data.DataColumn("RP_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRP_s);
|
|
this.columnPenalty = new global::System.Data.DataColumn("Penalty", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPenalty);
|
|
this.columnScore = new global::System.Data.DataColumn("Score", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore);
|
|
this.columnScorePerc = new global::System.Data.DataColumn("ScorePerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScorePerc);
|
|
this.columnClasse = new global::System.Data.DataColumn("Classe", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnClasse);
|
|
this.columnPerformance = new global::System.Data.DataColumn("Performance", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPerformance);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnCD.AllowDBNull = false;
|
|
this.columnSP.AllowDBNull = false;
|
|
this.columnGL.AllowDBNull = false;
|
|
this.columnLM.AllowDBNull = false;
|
|
this.columnSA.AllowDBNull = false;
|
|
this.columnRP.AllowDBNull = false;
|
|
this.columnAltezza.AllowDBNull = false;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnSP_s.AllowDBNull = false;
|
|
this.columnGL_s.AllowDBNull = false;
|
|
this.columnSA_s.AllowDBNull = false;
|
|
this.columnRP_s.AllowDBNull = false;
|
|
this.columnPerformance.ReadOnly = true;
|
|
this.columnPerformance.MaxLength = 250;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_12Row NewVisValSP_12Row() {
|
|
return ((VisValSP_12Row)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisValSP_12Row(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisValSP_12Row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisValSP_12RowChanged != null)) {
|
|
this.VisValSP_12RowChanged(this, new VisValSP_12RowChangeEvent(((VisValSP_12Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisValSP_12RowChanging != null)) {
|
|
this.VisValSP_12RowChanging(this, new VisValSP_12RowChangeEvent(((VisValSP_12Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisValSP_12RowDeleted != null)) {
|
|
this.VisValSP_12RowDeleted(this, new VisValSP_12RowChangeEvent(((VisValSP_12Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisValSP_12RowDeleting != null)) {
|
|
this.VisValSP_12RowDeleting(this, new VisValSP_12RowChangeEvent(((VisValSP_12Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisValSP_12Row(VisValSP_12Row row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisValSP_12DataTable";
|
|
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 VisValSP_345DataTable : global::System.Data.TypedTableBase<VisValSP_345Row> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPaziente;
|
|
|
|
private global::System.Data.DataColumn columnDataVisita;
|
|
|
|
private global::System.Data.DataColumn columnCD;
|
|
|
|
private global::System.Data.DataColumn columnES;
|
|
|
|
private global::System.Data.DataColumn columnEB;
|
|
|
|
private global::System.Data.DataColumn columnLM;
|
|
|
|
private global::System.Data.DataColumn columnTI;
|
|
|
|
private global::System.Data.DataColumn columnFT;
|
|
|
|
private global::System.Data.DataColumn columnAltezza;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnCD_s;
|
|
|
|
private global::System.Data.DataColumn columnES_s;
|
|
|
|
private global::System.Data.DataColumn columnEB_s;
|
|
|
|
private global::System.Data.DataColumn columnLM_s;
|
|
|
|
private global::System.Data.DataColumn columnTI_s;
|
|
|
|
private global::System.Data.DataColumn columnFT_s;
|
|
|
|
private global::System.Data.DataColumn columnPenalty;
|
|
|
|
private global::System.Data.DataColumn columnScore;
|
|
|
|
private global::System.Data.DataColumn columnScorePerc;
|
|
|
|
private global::System.Data.DataColumn columnClasse;
|
|
|
|
private global::System.Data.DataColumn columnPerformance;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_345DataTable() {
|
|
this.TableName = "VisValSP_345";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValSP_345DataTable(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", "15.0.0.0")]
|
|
protected VisValSP_345DataTable(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", "15.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPazienteColumn {
|
|
get {
|
|
return this.columnIdxPaziente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn DataVisitaColumn {
|
|
get {
|
|
return this.columnDataVisita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CDColumn {
|
|
get {
|
|
return this.columnCD;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ESColumn {
|
|
get {
|
|
return this.columnES;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EBColumn {
|
|
get {
|
|
return this.columnEB;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LMColumn {
|
|
get {
|
|
return this.columnLM;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TIColumn {
|
|
get {
|
|
return this.columnTI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FTColumn {
|
|
get {
|
|
return this.columnFT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn AltezzaColumn {
|
|
get {
|
|
return this.columnAltezza;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn CD_sColumn {
|
|
get {
|
|
return this.columnCD_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ES_sColumn {
|
|
get {
|
|
return this.columnES_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn EB_sColumn {
|
|
get {
|
|
return this.columnEB_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn LM_sColumn {
|
|
get {
|
|
return this.columnLM_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn TI_sColumn {
|
|
get {
|
|
return this.columnTI_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn FT_sColumn {
|
|
get {
|
|
return this.columnFT_s;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PenaltyColumn {
|
|
get {
|
|
return this.columnPenalty;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScoreColumn {
|
|
get {
|
|
return this.columnScore;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ScorePercColumn {
|
|
get {
|
|
return this.columnScorePerc;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn ClasseColumn {
|
|
get {
|
|
return this.columnClasse;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataColumn PerformanceColumn {
|
|
get {
|
|
return this.columnPerformance;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public VisValSP_345Row this[int index] {
|
|
get {
|
|
return ((VisValSP_345Row)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_345RowChangeEventHandler VisValSP_345RowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_345RowChangeEventHandler VisValSP_345RowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_345RowChangeEventHandler VisValSP_345RowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public event VisValSP_345RowChangeEventHandler VisValSP_345RowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void AddVisValSP_345Row(VisValSP_345Row row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_345Row AddVisValSP_345Row(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
double CD,
|
|
double ES,
|
|
double EB,
|
|
int LM,
|
|
int TI,
|
|
double FT,
|
|
double Altezza,
|
|
double Peso,
|
|
int CD_s,
|
|
int ES_s,
|
|
int EB_s,
|
|
int LM_s,
|
|
int TI_s,
|
|
int FT_s,
|
|
int Penalty,
|
|
int Score,
|
|
double ScorePerc,
|
|
int Classe,
|
|
string Performance) {
|
|
VisValSP_345Row rowVisValSP_345Row = ((VisValSP_345Row)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
IdxPaziente,
|
|
DataVisita,
|
|
CD,
|
|
ES,
|
|
EB,
|
|
LM,
|
|
TI,
|
|
FT,
|
|
Altezza,
|
|
Peso,
|
|
CD_s,
|
|
ES_s,
|
|
EB_s,
|
|
LM_s,
|
|
TI_s,
|
|
FT_s,
|
|
Penalty,
|
|
Score,
|
|
ScorePerc,
|
|
Classe,
|
|
Performance};
|
|
rowVisValSP_345Row.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowVisValSP_345Row);
|
|
return rowVisValSP_345Row;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_345Row FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
|
|
return ((VisValSP_345Row)(this.Rows.Find(new object[] {
|
|
IdxPaziente,
|
|
DataVisita})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
VisValSP_345DataTable cln = ((VisValSP_345DataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new VisValSP_345DataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPaziente = base.Columns["IdxPaziente"];
|
|
this.columnDataVisita = base.Columns["DataVisita"];
|
|
this.columnCD = base.Columns["CD"];
|
|
this.columnES = base.Columns["ES"];
|
|
this.columnEB = base.Columns["EB"];
|
|
this.columnLM = base.Columns["LM"];
|
|
this.columnTI = base.Columns["TI"];
|
|
this.columnFT = base.Columns["FT"];
|
|
this.columnAltezza = base.Columns["Altezza"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnCD_s = base.Columns["CD_s"];
|
|
this.columnES_s = base.Columns["ES_s"];
|
|
this.columnEB_s = base.Columns["EB_s"];
|
|
this.columnLM_s = base.Columns["LM_s"];
|
|
this.columnTI_s = base.Columns["TI_s"];
|
|
this.columnFT_s = base.Columns["FT_s"];
|
|
this.columnPenalty = base.Columns["Penalty"];
|
|
this.columnScore = base.Columns["Score"];
|
|
this.columnScorePerc = base.Columns["ScorePerc"];
|
|
this.columnClasse = base.Columns["Classe"];
|
|
this.columnPerformance = base.Columns["Performance"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPaziente = new global::System.Data.DataColumn("IdxPaziente", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPaziente);
|
|
this.columnDataVisita = new global::System.Data.DataColumn("DataVisita", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataVisita);
|
|
this.columnCD = new global::System.Data.DataColumn("CD", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCD);
|
|
this.columnES = new global::System.Data.DataColumn("ES", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnES);
|
|
this.columnEB = new global::System.Data.DataColumn("EB", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEB);
|
|
this.columnLM = new global::System.Data.DataColumn("LM", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLM);
|
|
this.columnTI = new global::System.Data.DataColumn("TI", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTI);
|
|
this.columnFT = new global::System.Data.DataColumn("FT", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFT);
|
|
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAltezza);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnCD_s = new global::System.Data.DataColumn("CD_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCD_s);
|
|
this.columnES_s = new global::System.Data.DataColumn("ES_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnES_s);
|
|
this.columnEB_s = new global::System.Data.DataColumn("EB_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEB_s);
|
|
this.columnLM_s = new global::System.Data.DataColumn("LM_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLM_s);
|
|
this.columnTI_s = new global::System.Data.DataColumn("TI_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTI_s);
|
|
this.columnFT_s = new global::System.Data.DataColumn("FT_s", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFT_s);
|
|
this.columnPenalty = new global::System.Data.DataColumn("Penalty", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPenalty);
|
|
this.columnScore = new global::System.Data.DataColumn("Score", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScore);
|
|
this.columnScorePerc = new global::System.Data.DataColumn("ScorePerc", typeof(double), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnScorePerc);
|
|
this.columnClasse = new global::System.Data.DataColumn("Classe", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnClasse);
|
|
this.columnPerformance = new global::System.Data.DataColumn("Performance", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPerformance);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPaziente,
|
|
this.columnDataVisita}, true));
|
|
this.columnIdxPaziente.AllowDBNull = false;
|
|
this.columnDataVisita.AllowDBNull = false;
|
|
this.columnCD.AllowDBNull = false;
|
|
this.columnES.AllowDBNull = false;
|
|
this.columnEB.AllowDBNull = false;
|
|
this.columnLM.AllowDBNull = false;
|
|
this.columnTI.AllowDBNull = false;
|
|
this.columnFT.AllowDBNull = false;
|
|
this.columnAltezza.AllowDBNull = false;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnPerformance.ReadOnly = true;
|
|
this.columnPerformance.MaxLength = 250;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_345Row NewVisValSP_345Row() {
|
|
return ((VisValSP_345Row)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new VisValSP_345Row(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(VisValSP_345Row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.VisValSP_345RowChanged != null)) {
|
|
this.VisValSP_345RowChanged(this, new VisValSP_345RowChangeEvent(((VisValSP_345Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.VisValSP_345RowChanging != null)) {
|
|
this.VisValSP_345RowChanging(this, new VisValSP_345RowChangeEvent(((VisValSP_345Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.VisValSP_345RowDeleted != null)) {
|
|
this.VisValSP_345RowDeleted(this, new VisValSP_345RowChangeEvent(((VisValSP_345Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.VisValSP_345RowDeleting != null)) {
|
|
this.VisValSP_345RowDeleting(this, new VisValSP_345RowChangeEvent(((VisValSP_345Row)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void RemoveVisValSP_345Row(VisValSP_345Row row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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();
|
|
DS_Applicazione ds = new DS_Applicazione();
|
|
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 = "VisValSP_345DataTable";
|
|
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 AnagPazientiRow : global::System.Data.DataRow {
|
|
|
|
private AnagPazientiDataTable tableAnagPazienti;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal AnagPazientiRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableAnagPazienti = ((AnagPazientiDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableAnagPazienti.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Gruppo {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.GruppoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.GruppoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Cognome {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.CognomeColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.CognomeColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Nome {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.NomeColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.NomeColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataNasc {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableAnagPazienti.DataNascColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.DataNascColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string LuogoNascita {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.LuogoNascitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.LuogoNascitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Sesso {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.SessoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.SessoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
return ((double)(this[this.tableAnagPazienti.AltezzaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
return ((double)(this[this.tableAnagPazienti.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string CodF {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.CodFColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.CodFColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Indirizzo {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.IndirizzoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.IndirizzoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Eta {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableAnagPazienti.EtaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Eta\' nella tabella \'AnagPazienti\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.EtaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string RecTel {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.RecTelColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.RecTelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Medico {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.MedicoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.MedicoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Note {
|
|
get {
|
|
return ((string)(this[this.tableAnagPazienti.NoteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableAnagPazienti.NoteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsEtaNull() {
|
|
return this.IsNull(this.tableAnagPazienti.EtaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetEtaNull() {
|
|
this[this.tableAnagPazienti.EtaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisLabRow[] GetVisLabRows() {
|
|
if ((this.Table.ChildRelations["FK_VisClinGen_AnagPazienti"] == null)) {
|
|
return new VisLabRow[0];
|
|
}
|
|
else {
|
|
return ((VisLabRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisClinGen_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisAnamCliRow[] GetVisAnamCliRows() {
|
|
if ((this.Table.ChildRelations["FK_VisAnamCli_AnagPazienti"] == null)) {
|
|
return new VisAnamCliRow[0];
|
|
}
|
|
else {
|
|
return ((VisAnamCliRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisAnamCli_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisCardioPolRow[] GetVisCardioPolRows() {
|
|
if ((this.Table.ChildRelations["FK_VisCardioPol_AnagPazienti"] == null)) {
|
|
return new VisCardioPolRow[0];
|
|
}
|
|
else {
|
|
return ((VisCardioPolRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisCardioPol_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisPsicoRow[] GetVisPsicoRows() {
|
|
if ((this.Table.ChildRelations["FK_VisPsico_AnagPazienti"] == null)) {
|
|
return new VisPsicoRow[0];
|
|
}
|
|
else {
|
|
return ((VisPsicoRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisPsico_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisStileVitaRow[] GetVisStileVitaRows() {
|
|
if ((this.Table.ChildRelations["FK_VisStileVita_AnagPazienti"] == null)) {
|
|
return new VisStileVitaRow[0];
|
|
}
|
|
else {
|
|
return ((VisStileVitaRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisStileVita_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisRelazFinRow[] GetVisRelazFinRows() {
|
|
if ((this.Table.ChildRelations["FK_VisRelazFin_AnagPazienti"] == null)) {
|
|
return new VisRelazFinRow[0];
|
|
}
|
|
else {
|
|
return ((VisRelazFinRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisRelazFin_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisBioMecAntRow[] GetVisBioMecAntRows() {
|
|
if ((this.Table.ChildRelations["AnagPazienti_v_VisBioMecAnt"] == null)) {
|
|
return new VisBioMecAntRow[0];
|
|
}
|
|
else {
|
|
return ((VisBioMecAntRow[])(base.GetChildRows(this.Table.ChildRelations["AnagPazienti_v_VisBioMecAnt"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzRow[] GetVisValFunzRows() {
|
|
if ((this.Table.ChildRelations["FK_VisValFunz_AnagPazienti"] == null)) {
|
|
return new VisValFunzRow[0];
|
|
}
|
|
else {
|
|
return ((VisValFunzRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisValFunz_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzGTRow[] GetVisValFunzGTRows() {
|
|
if ((this.Table.ChildRelations["FK_ValSvolAtt_AnagPazienti"] == null)) {
|
|
return new VisValFunzGTRow[0];
|
|
}
|
|
else {
|
|
return ((VisValFunzGTRow[])(base.GetChildRows(this.Table.ChildRelations["FK_ValSvolAtt_AnagPazienti"])));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public Pazienti2LabelsRow[] GetPazienti2LabelsRows() {
|
|
if ((this.Table.ChildRelations["FK_Pazienti2Labels_AnagPazienti"] == null)) {
|
|
return new Pazienti2LabelsRow[0];
|
|
}
|
|
else {
|
|
return ((Pazienti2LabelsRow[])(base.GetChildRows(this.Table.ChildRelations["FK_Pazienti2Labels_AnagPazienti"])));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class _ElencoVisite_AFARow : global::System.Data.DataRow {
|
|
|
|
private _ElencoVisite_AFADataTable _tableElencoVisite_AFA;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal _ElencoVisite_AFARow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this._tableElencoVisite_AFA = ((_ElencoVisite_AFADataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this._tableElencoVisite_AFA.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VAC {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VACColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VAC\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VACColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VBMA {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VBMAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VBMA\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VBMAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VCP {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VCPColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VCP\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VCPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VL {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VL\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VP {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VPColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VP\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VSV {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VSVColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VSV\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VSVColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VRF {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VRFColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VRF\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VRFColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VVFAnz {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VVFAnzColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VVFAnz\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VVFAnzColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VVFGT {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_AFA.VVFGTColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VVFGT\' nella tabella \'ElencoVisite-AFA\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_AFA.VVFGTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVACNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VACColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVACNull() {
|
|
this[this._tableElencoVisite_AFA.VACColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVBMANull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VBMAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVBMANull() {
|
|
this[this._tableElencoVisite_AFA.VBMAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVCPNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VCPColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVCPNull() {
|
|
this[this._tableElencoVisite_AFA.VCPColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVLNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVLNull() {
|
|
this[this._tableElencoVisite_AFA.VLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVPNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VPColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVPNull() {
|
|
this[this._tableElencoVisite_AFA.VPColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVSVNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VSVColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVSVNull() {
|
|
this[this._tableElencoVisite_AFA.VSVColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVRFNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VRFColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVRFNull() {
|
|
this[this._tableElencoVisite_AFA.VRFColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVVFAnzNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VVFAnzColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVVFAnzNull() {
|
|
this[this._tableElencoVisite_AFA.VVFAnzColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVVFGTNull() {
|
|
return this.IsNull(this._tableElencoVisite_AFA.VVFGTColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVVFGTNull() {
|
|
this[this._tableElencoVisite_AFA.VVFGTColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisLabRow : global::System.Data.DataRow {
|
|
|
|
private VisLabDataTable tableVisLab;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisLabRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisLab = ((VisLabDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisLab.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisLab.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Glicemia {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.GlicemiaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.GlicemiaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double EmoglGlicata {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.EmoglGlicataColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.EmoglGlicataColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ColesTot {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.ColesTotColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.ColesTotColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double LDL {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.LDLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.LDLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double HDL {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.HDLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.HDLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Trigliceridi {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.TrigliceridiColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.TrigliceridiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ColRapLDLHDL {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisLab.ColRapLDLHDLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ColRapLDLHDL\' nella tabella \'VisLab\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisLab.ColRapLDLHDLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Omocisteina {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.OmocisteinaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.OmocisteinaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MHTFR {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.MHTFRColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.MHTFRColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FattII {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.FattIIColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.FattIIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FattV {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.FattVColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.FattVColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GradTransm {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.GradTransmColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.GradTransmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double LungTelom {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.LungTelomColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.LungTelomColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double RespSilenz {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.RespSilenzColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.RespSilenzColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Folatemia {
|
|
get {
|
|
return ((double)(this[this.tableVisLab.FolatemiaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisLab.FolatemiaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisClinGen_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisClinGen_AnagPazienti"]);
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsColRapLDLHDLNull() {
|
|
return this.IsNull(this.tableVisLab.ColRapLDLHDLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetColRapLDLHDLNull() {
|
|
this[this.tableVisLab.ColRapLDLHDLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisAnamCliRow : global::System.Data.DataRow {
|
|
|
|
private VisAnamCliDataTable tableVisAnamCli;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisAnamCliRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisAnamCli = ((VisAnamCliDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisAnamCli.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FamMCCV {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.FamMCCVColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.FamMCCVColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Ipertens {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.IpertensColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.IpertensColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IpertensYtd {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.IpertensYtdColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.IpertensYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Diabete {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.DiabeteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.DiabeteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int DiabeteYtd {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.DiabeteYtdColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.DiabeteYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Ipercolest {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.IpercolestColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.IpercolestColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IpercolestYtd {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.IpercolestYtdColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.IpercolestYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Fumo {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.FumoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.FumoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FumoYtd {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.FumoYtdColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.FumoYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Alcool {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.AlcoolColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.AlcoolColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int AlcoolYtd {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.AlcoolYtdColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.AlcoolYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Sovrapp {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.SovrappColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.SovrappColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SovrappYtd {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.SovrappYtdColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.SovrappYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Sedent {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.SedentColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.SedentColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int AdesTerap {
|
|
get {
|
|
return ((int)(this[this.tableVisAnamCli.AdesTerapColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisAnamCli.AdesTerapColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisAnamCli_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisAnamCli_AnagPazienti"]);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisCardioPolRow : global::System.Data.DataRow {
|
|
|
|
private VisCardioPolDataTable tableVisCardioPol;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisCardioPolRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisCardioPol = ((VisCardioPolDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisCardioPol.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisCardioPol.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaSis {
|
|
get {
|
|
return ((int)(this[this.tableVisCardioPol.PaSisColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.PaSisColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaDia {
|
|
get {
|
|
return ((int)(this[this.tableVisCardioPol.PaDiaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.PaDiaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double QR1 {
|
|
get {
|
|
return ((double)(this[this.tableVisCardioPol.QR1Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.QR1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double QR1_Kg {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisCardioPol.QR1_KgColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'QR1_Kg\' nella tabella \'VisCardioPol\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.QR1_KgColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double VO2 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisCardioPol.VO2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VO2\' nella tabella \'VisCardioPol\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.VO2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double VO2_Kg {
|
|
get {
|
|
return ((double)(this[this.tableVisCardioPol.VO2_KgColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.VO2_KgColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FC_QR1 {
|
|
get {
|
|
return ((int)(this[this.tableVisCardioPol.FC_QR1Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.FC_QR1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PolsoO2 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisCardioPol.PolsoO2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PolsoO2\' nella tabella \'VisCardioPol\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.PolsoO2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaSisMax {
|
|
get {
|
|
return ((int)(this[this.tableVisCardioPol.PaSisMaxColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.PaSisMaxColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaDiaMax {
|
|
get {
|
|
return ((int)(this[this.tableVisCardioPol.PaDiaMaxColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.PaDiaMaxColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FrazEiez {
|
|
get {
|
|
return ((double)(this[this.tableVisCardioPol.FrazEiezColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.FrazEiezColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TDI {
|
|
get {
|
|
return ((double)(this[this.tableVisCardioPol.TDIColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.TDIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlaccheVas {
|
|
get {
|
|
return ((double)(this[this.tableVisCardioPol.PlaccheVasColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.PlaccheVasColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Note {
|
|
get {
|
|
return ((string)(this[this.tableVisCardioPol.NoteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisCardioPol.NoteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisCardioPol_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisCardioPol_AnagPazienti"]);
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsQR1_KgNull() {
|
|
return this.IsNull(this.tableVisCardioPol.QR1_KgColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetQR1_KgNull() {
|
|
this[this.tableVisCardioPol.QR1_KgColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVO2Null() {
|
|
return this.IsNull(this.tableVisCardioPol.VO2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVO2Null() {
|
|
this[this.tableVisCardioPol.VO2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPolsoO2Null() {
|
|
return this.IsNull(this.tableVisCardioPol.PolsoO2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPolsoO2Null() {
|
|
this[this.tableVisCardioPol.PolsoO2Column] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisPsicoRow : global::System.Data.DataRow {
|
|
|
|
private VisPsicoDataTable tableVisPsico;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisPsicoRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisPsico = ((VisPsicoDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisPsico.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Test15ParReyImm {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.Test15ParReyImmColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.Test15ParReyImmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Test15ParReyDif {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.Test15ParReyDifColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.Test15ParReyDifColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FigComplRey_Copia {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.FigComplRey_CopiaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.FigComplRey_CopiaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FigComplRey_RipDiff {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.FigComplRey_RipDiffColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.FigComplRey_RipDiffColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int StroopTestInterfErr {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.StroopTestInterfErrColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.StroopTestInterfErrColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int StroopTestInterfTemp {
|
|
get {
|
|
return ((int)(this[this.tableVisPsico.StroopTestInterfTempColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisPsico.StroopTestInterfTempColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisPsico_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisPsico_AnagPazienti"]);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisStileVitaRow : global::System.Data.DataRow {
|
|
|
|
private VisStileVitaDataTable tableVisStileVita;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisStileVitaRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisStileVita = ((VisStileVitaDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisStileVita.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Eta {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisStileVita.EtaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Eta\' nella tabella \'VisStileVita\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.EtaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Sesso {
|
|
get {
|
|
return ((string)(this[this.tableVisStileVita.SessoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.SessoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Lavoro {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.LavoroColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.LavoroColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int StileVita {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.StileVitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.StileVitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FreqAll {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.FreqAllColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.FreqAllColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int MezzoTrasp {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.MezzoTraspColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.MezzoTraspColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int ScoreAttiv {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisStileVita.ScoreAttivColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScoreAttiv\' nella tabella \'VisStileVita\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.ScoreAttivColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MET_Lavoro {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.MET_LavoroColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.MET_LavoroColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MET_AttFisica {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.MET_AttFisicaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.MET_AttFisicaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSonno {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisStileVita.OreSonnoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreSonno\' nella tabella \'VisStileVita\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreSonnoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSeduto {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreSedutoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreSedutoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OrePasti {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OrePastiColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OrePastiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSpostAuto {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreSpostAutoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreSpostAutoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSpostAtt {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreSpostAttColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreSpostAttColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreLavoro {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreLavoroColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreLavoroColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreIgiene {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreIgieneColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreIgieneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreAttFisica {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreAttFisicaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreAttFisicaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OrePulizia {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OrePuliziaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OrePuliziaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreCane {
|
|
get {
|
|
return ((double)(this[this.tableVisStileVita.OreCaneColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.OreCaneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ConsCalDie {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisStileVita.ConsCalDieColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ConsCalDie\' nella tabella \'VisStileVita\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.ConsCalDieColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Verdure {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.VerdureColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.VerdureColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Legumi {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.LegumiColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.LegumiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Frutta {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.FruttaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.FruttaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Noci {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.NociColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.NociColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Cereali {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.CerealiColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.CerealiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Pesce {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.PesceColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.PesceColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Grassi {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.GrassiColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.GrassiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Vino {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.VinoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.VinoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int CarneLatt {
|
|
get {
|
|
return ((int)(this[this.tableVisStileVita.CarneLattColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.CarneLattColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int ScoreDietMed {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisStileVita.ScoreDietMedColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScoreDietMed\' nella tabella \'VisStileVita\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.ScoreDietMedColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Note {
|
|
get {
|
|
return ((string)(this[this.tableVisStileVita.NoteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.NoteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisStileVita.PesoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Peso\' nella tabella \'VisStileVita\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisStileVita.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisStileVita_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisStileVita_AnagPazienti"]);
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsEtaNull() {
|
|
return this.IsNull(this.tableVisStileVita.EtaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetEtaNull() {
|
|
this[this.tableVisStileVita.EtaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreAttivNull() {
|
|
return this.IsNull(this.tableVisStileVita.ScoreAttivColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreAttivNull() {
|
|
this[this.tableVisStileVita.ScoreAttivColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreSonnoNull() {
|
|
return this.IsNull(this.tableVisStileVita.OreSonnoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreSonnoNull() {
|
|
this[this.tableVisStileVita.OreSonnoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsConsCalDieNull() {
|
|
return this.IsNull(this.tableVisStileVita.ConsCalDieColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetConsCalDieNull() {
|
|
this[this.tableVisStileVita.ConsCalDieColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreDietMedNull() {
|
|
return this.IsNull(this.tableVisStileVita.ScoreDietMedColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreDietMedNull() {
|
|
this[this.tableVisStileVita.ScoreDietMedColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPesoNull() {
|
|
return this.IsNull(this.tableVisStileVita.PesoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPesoNull() {
|
|
this[this.tableVisStileVita.PesoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisRelazFinRow : global::System.Data.DataRow {
|
|
|
|
private VisRelazFinDataTable tableVisRelazFin;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisRelazFinRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisRelazFin = ((VisRelazFinDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisRelazFin.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisRelazFin.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisRelazFin.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisRelazFin.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Note {
|
|
get {
|
|
return ((string)(this[this.tableVisRelazFin.NoteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisRelazFin.NoteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Score1 {
|
|
get {
|
|
return ((double)(this[this.tableVisRelazFin.Score1Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisRelazFin.Score1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Score2 {
|
|
get {
|
|
return ((double)(this[this.tableVisRelazFin.Score2Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisRelazFin.Score2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisRelazFin_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisRelazFin_AnagPazienti"]);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_rep_DatiFullByPazienteDataRow : global::System.Data.DataRow {
|
|
|
|
private stp_rep_DatiFullByPazienteDataDataTable tablestp_rep_DatiFullByPazienteData;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal stp_rep_DatiFullByPazienteDataRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_rep_DatiFullByPazienteData = ((stp_rep_DatiFullByPazienteDataDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.IdxPazienteColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'IdxPaziente\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this.tablestp_rep_DatiFullByPazienteData.DataVisitaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataVisita\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Gruppo {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.GruppoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GruppoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Cognome {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.CognomeColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CognomeColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Nome {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.NomeColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NomeColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataNasc {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tablestp_rep_DatiFullByPazienteData.DataNascColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DataNascColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string LuogoNascita {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.LuogoNascitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LuogoNascitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Sesso {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.SessoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SessoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string CodF {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.CodFColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CodFColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Indirizzo {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.IndirizzoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IndirizzoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Eta {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.EtaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Eta\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.EtaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string RecTel {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.RecTelColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.RecTelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Medico {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.MedicoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MedicoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string NotePaziente {
|
|
get {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.NotePazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NotePazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Glicemia {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.GlicemiaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Glicemia\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GlicemiaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double EmoglGlicata {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.EmoglGlicataColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'EmoglGlicata\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.EmoglGlicataColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ColesTot {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.ColesTotColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ColesTot\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ColesTotColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double LDL {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.LDLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'LDL\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LDLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double HDL {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.HDLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'HDL\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.HDLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Trigliceridi {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.TrigliceridiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Trigliceridi\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TrigliceridiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ColRapLDLHDL {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.ColRapLDLHDLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ColRapLDLHDL\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ColRapLDLHDLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Omocisteina {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OmocisteinaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Omocisteina\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OmocisteinaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MHTFR {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MHTFRColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MHTFR\' nella tabella \'stp_rep_DatiFullByPazienteData\' è " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MHTFRColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FattII {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.FattIIColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FattII\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FattIIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FattV {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.FattVColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FattV\' nella tabella \'stp_rep_DatiFullByPazienteData\' è " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FattVColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GradTransm {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.GradTransmColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GradTransm\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GradTransmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double LungTelom {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.LungTelomColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'LungTelom\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LungTelomColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double RespSilenz {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.RespSilenzColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'RespSilenz\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.RespSilenzColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.AltezzaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Altezza\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PesoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Peso\' nella tabella \'stp_rep_DatiFullByPazienteData\' è D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaBicipite {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaBicipiteColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaBicipite\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaBicipiteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaTricipite {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaTricipiteColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaTricipite\' nella tabella \'stp_rep_DatiFullByPazient" +
|
|
"eData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaTricipiteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaSottoscapola {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaSottoscapolaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaSottoscapola\' nella tabella \'stp_rep_DatiFullByPazi" +
|
|
"enteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaSottoscapolaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaPettorale {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaPettoraleColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaPettorale\' nella tabella \'stp_rep_DatiFullByPazient" +
|
|
"eData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaPettoraleColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaAddominale {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaAddominaleColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaAddominale\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaAddominaleColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaSoprailiaca {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaSoprailiacaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaSoprailiaca\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaSoprailiacaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaCoscia {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlicaCosciaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlicaCoscia\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaCosciaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CirconfVitaGlutei {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.CirconfVitaGluteiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CirconfVitaGlutei\' nella tabella \'stp_rep_DatiFullByPazi" +
|
|
"enteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CirconfVitaGluteiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CirconfAvamb {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.CirconfAvambColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CirconfAvamb\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CirconfAvambColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoTroncoPerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.GrassoTroncoPercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GrassoTroncoPerc\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoTroncoPercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoViscInd {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.GrassoViscIndColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GrassoViscInd\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoViscIndColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TRomberg {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.TRombergColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TRomberg\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TRombergColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TFukuda {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.TFukudaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TFukuda\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TFukudaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TGUG {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.TGUGColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TGUG\' nella tabella \'stp_rep_DatiFullByPazienteData\' è D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TGUGColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TGUG1 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.TGUG1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TGUG1\' nella tabella \'stp_rep_DatiFullByPazienteData\' è " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TGUG1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FPrensile {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.FPrensileColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FPrensile\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FPrensileColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double DensCorp {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.DensCorpColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DensCorp\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DensCorpColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoTotPerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.GrassoTotPercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GrassoTotPerc\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoTotPercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoTot {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.GrassoTotColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GrassoTot\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoTotColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MassaMagraPerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MassaMagraPercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MassaMagraPerc\' nella tabella \'stp_rep_DatiFullByPazient" +
|
|
"eData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MassaMagraPercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MassaMagraKgCm {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MassaMagraKgCmColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MassaMagraKgCm\' nella tabella \'stp_rep_DatiFullByPazient" +
|
|
"eData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MassaMagraKgCmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double BMI {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.BMIColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BMI\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.BMIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MetBasaleDie {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MetBasaleDieColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MetBasaleDie\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MetBasaleDieColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MetBasaleH {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MetBasaleHColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MetBasaleH\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MetBasaleHColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Lavoro {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.LavoroColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Lavoro\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LavoroColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int StileVita {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.StileVitaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'StileVita\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StileVitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FreqAll {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.FreqAllColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FreqAll\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FreqAllColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int MezzoTrasp {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.MezzoTraspColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MezzoTrasp\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MezzoTraspColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int ScoreAttiv {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.ScoreAttivColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScoreAttiv\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ScoreAttivColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MET_Lavoro {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MET_LavoroColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MET_Lavoro\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MET_LavoroColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MET_AttFisica {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.MET_AttFisicaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MET_AttFisica\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MET_AttFisicaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSonno {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreSonnoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreSonno\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSonnoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSeduto {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreSedutoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreSeduto\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSedutoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OrePasti {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OrePastiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OrePasti\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OrePastiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSpostAuto {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreSpostAutoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreSpostAuto\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSpostAutoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreSpostAtt {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreSpostAttColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreSpostAtt\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSpostAttColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreLavoro {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreLavoroColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreLavoro\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreLavoroColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreIgiene {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreIgieneColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreIgiene\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreIgieneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreAttFisica {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreAttFisicaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreAttFisica\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreAttFisicaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OrePulizia {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OrePuliziaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OrePulizia\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OrePuliziaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double OreCane {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.OreCaneColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'OreCane\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreCaneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ConsCalDie {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.ConsCalDieColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ConsCalDie\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ConsCalDieColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Verdure {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.VerdureColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Verdure\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VerdureColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Legumi {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.LegumiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Legumi\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LegumiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Frutta {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.FruttaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Frutta\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FruttaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Noci {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.NociColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Noci\' nella tabella \'stp_rep_DatiFullByPazienteData\' è D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NociColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Cereali {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.CerealiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Cereali\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CerealiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Pesce {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.PesceColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Pesce\' nella tabella \'stp_rep_DatiFullByPazienteData\' è " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PesceColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Grassi {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.GrassiColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Grassi\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Vino {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.VinoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Vino\' nella tabella \'stp_rep_DatiFullByPazienteData\' è D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VinoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int CarneLatt {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.CarneLattColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CarneLatt\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CarneLattColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int ScoreDietMed {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.ScoreDietMedColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScoreDietMed\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ScoreDietMedColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string NoteStileVita {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.NoteStileVitaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NoteStileVita\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NoteStileVitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Lavoro_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Lavoro_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Lavoro_label\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Lavoro_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string StileVita_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.StileVita_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'StileVita_label\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StileVita_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string FreqAll_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.FreqAll_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FreqAll_label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FreqAll_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string MezzoTrasp_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.MezzoTrasp_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MezzoTrasp_label\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MezzoTrasp_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Verdure_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Verdure_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Verdure_label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Verdure_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Legumi_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Legumi_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Legumi_label\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Legumi_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Frutta_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Frutta_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Frutta_label\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Frutta_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Noci_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Noci_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Noci_label\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Noci_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Cereali_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Cereali_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Cereali_label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Cereali_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Pesce_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Pesce_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Pesce_label\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Pesce_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Grassi_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Grassi_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Grassi_label\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Grassi_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Vino_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Vino_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Vino_label\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Vino_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string CarneLatt_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.CarneLatt_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CarneLatt_label\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CarneLatt_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TestTMT_A {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_AColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestTMT_A\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_AColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string TestTMT_A_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_A_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestTMT_A_label\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_A_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TestTMT_B {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestTMT_B\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string TestTMT_B_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_B_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestTMT_B_label\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_B_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TestTMT_BA {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestTMT_BA\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string TestTMT_BA_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BA_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestTMT_BA_label\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BA_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Test15ParReyImm {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImmColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Test15ParReyImm\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Test15ParReyImm_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImm_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Test15ParReyImm_label\' nella tabella \'stp_rep_DatiFullBy" +
|
|
"PazienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImm_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Test15ParReyDif {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDifColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Test15ParReyDif\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDifColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Test15ParReyDif_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDif_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Test15ParReyDif_label\' nella tabella \'stp_rep_DatiFullBy" +
|
|
"PazienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDif_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int ApprSuSpanViSpa {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ApprSuSpanViSpa\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string ApprSuSpanViSpa_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpa_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ApprSuSpanViSpa_label\' nella tabella \'stp_rep_DatiFullBy" +
|
|
"PazienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpa_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int StroopTestInterfErr {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErrColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'StroopTestInterfErr\' nella tabella \'stp_rep_DatiFullByPa" +
|
|
"zienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErrColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string StroopTestInterfErr_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErr_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'StroopTestInterfErr_label\' nella tabella \'stp_rep_DatiFu" +
|
|
"llByPazienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErr_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TestStimeCognErr {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErrColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestStimeCognErr\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErrColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string TestStimeCognErr_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErr_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestStimeCognErr_label\' nella tabella \'stp_rep_DatiFullB" +
|
|
"yPazienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErr_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TestStimeCognBiz {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBizColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestStimeCognBiz\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBizColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string TestStimeCognBiz_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBiz_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TestStimeCognBiz_label\' nella tabella \'stp_rep_DatiFullB" +
|
|
"yPazienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBiz_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TorreLondra {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.TorreLondraColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TorreLondra\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TorreLondraColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string TorreLondra_label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.TorreLondra_labelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TorreLondra_label\' nella tabella \'stp_rep_DatiFullByPazi" +
|
|
"enteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TorreLondra_labelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaSis {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.PaSisColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PaSis\' nella tabella \'stp_rep_DatiFullByPazienteData\' è " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaSisColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaDia {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.PaDiaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PaDia\' nella tabella \'stp_rep_DatiFullByPazienteData\' è " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaDiaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double QR1 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.QR1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'QR1\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.QR1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double QR1_Kg {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.QR1_KgColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'QR1_Kg\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.QR1_KgColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double VO2 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.VO2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VO2\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VO2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double VO2_Kg {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.VO2_KgColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VO2_Kg\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VO2_KgColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FC_QR1 {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.FC_QR1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FC_QR1\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FC_QR1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PolsoO2 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PolsoO2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PolsoO2\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PolsoO2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaSisMax {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.PaSisMaxColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PaSisMax\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaSisMaxColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PaDiaMax {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.PaDiaMaxColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PaDiaMax\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaDiaMaxColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FrazEiez {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.FrazEiezColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FrazEiez\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FrazEiezColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TDI {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.TDIColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TDI\' nella tabella \'stp_rep_DatiFullByPazienteData\' è DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TDIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlaccheVas {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.PlaccheVasColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlaccheVas\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlaccheVasColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string NoteCardio {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.NoteCardioColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NoteCardio\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NoteCardioColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string PlaccheVas_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.PlaccheVas_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PlaccheVas_Label\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlaccheVas_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FamMCCV {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.FamMCCVColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FamMCCV\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FamMCCVColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string FamMCCV_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.FamMCCV_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FamMCCV_Label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FamMCCV_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Ipertens {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.IpertensColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Ipertens\' nella tabella \'stp_rep_DatiFullByPazienteData\'" +
|
|
" è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpertensColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Ipertens_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Ipertens_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Ipertens_Label\' nella tabella \'stp_rep_DatiFullByPazient" +
|
|
"eData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Ipertens_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IpertensYtd {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.IpertensYtdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'IpertensYtd\' nella tabella \'stp_rep_DatiFullByPazienteDa" +
|
|
"ta\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpertensYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string IpertensYtd_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.IpertensYtd_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'IpertensYtd_Label\' nella tabella \'stp_rep_DatiFullByPazi" +
|
|
"enteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpertensYtd_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Diabete {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.DiabeteColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Diabete\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DiabeteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Diabete_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Diabete_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Diabete_Label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Diabete_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int DiabeteYtd {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.DiabeteYtdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DiabeteYtd\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DiabeteYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string DiabeteYtd_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.DiabeteYtd_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DiabeteYtd_Label\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DiabeteYtd_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Ipercolest {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.IpercolestColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Ipercolest\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpercolestColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Ipercolest_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Ipercolest_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Ipercolest_Label\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Ipercolest_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IpercolestYtd {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.IpercolestYtdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'IpercolestYtd\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpercolestYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string IpercolestYtd_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.IpercolestYtd_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'IpercolestYtd_Label\' nella tabella \'stp_rep_DatiFullByPa" +
|
|
"zienteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpercolestYtd_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Fumo {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.FumoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Fumo\' nella tabella \'stp_rep_DatiFullByPazienteData\' è D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FumoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Fumo_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Fumo_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Fumo_Label\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Fumo_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FumoYtd {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.FumoYtdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FumoYtd\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FumoYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string FumoYtd_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.FumoYtd_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FumoYtd_Label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FumoYtd_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Alcool {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.AlcoolColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Alcool\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AlcoolColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Alcool_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Alcool_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Alcool_Label\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Alcool_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int AlcoolYtd {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.AlcoolYtdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'AlcoolYtd\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AlcoolYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string AlcoolYtd_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.AlcoolYtd_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'AlcoolYtd_Label\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AlcoolYtd_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Sovrapp {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.SovrappColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Sovrapp\' nella tabella \'stp_rep_DatiFullByPazienteData\' " +
|
|
"è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SovrappColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Sovrapp_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Sovrapp_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Sovrapp_Label\' nella tabella \'stp_rep_DatiFullByPaziente" +
|
|
"Data\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Sovrapp_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SovrappYtd {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.SovrappYtdColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SovrappYtd\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SovrappYtdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string SovrappYtd_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.SovrappYtd_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SovrappYtd_Label\' nella tabella \'stp_rep_DatiFullByPazie" +
|
|
"nteData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SovrappYtd_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Sedent {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.SedentColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Sedent\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SedentColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Sedent_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.Sedent_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Sedent_Label\' nella tabella \'stp_rep_DatiFullByPazienteD" +
|
|
"ata\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Sedent_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int AdesTerap {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_rep_DatiFullByPazienteData.AdesTerapColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'AdesTerap\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AdesTerapColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string AdesTerap_Label {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.AdesTerap_LabelColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'AdesTerap_Label\' nella tabella \'stp_rep_DatiFullByPazien" +
|
|
"teData\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AdesTerap_LabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string NoteRelFin {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.NoteRelFinColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NoteRelFin\' nella tabella \'stp_rep_DatiFullByPazienteDat" +
|
|
"a\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NoteRelFinColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Score1 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.Score1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score1\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Score1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Score2 {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tablestp_rep_DatiFullByPazienteData.Score2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score2\' nella tabella \'stp_rep_DatiFullByPazienteData\' è" +
|
|
" DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Score2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string MedicoRef {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_rep_DatiFullByPazienteData.MedicoRefColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MedicoRef\' nella tabella \'stp_rep_DatiFullByPazienteData" +
|
|
"\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MedicoRefColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIdxPazienteNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IdxPazienteColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIdxPazienteNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IdxPazienteColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDataVisitaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.DataVisitaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDataVisitaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DataVisitaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsEtaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.EtaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetEtaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.EtaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGlicemiaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GlicemiaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGlicemiaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GlicemiaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsEmoglGlicataNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.EmoglGlicataColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetEmoglGlicataNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.EmoglGlicataColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsColesTotNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ColesTotColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetColesTotNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ColesTotColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLDLNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.LDLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLDLNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LDLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsHDLNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.HDLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetHDLNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.HDLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTrigliceridiNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TrigliceridiColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTrigliceridiNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TrigliceridiColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsColRapLDLHDLNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ColRapLDLHDLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetColRapLDLHDLNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ColRapLDLHDLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOmocisteinaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OmocisteinaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOmocisteinaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OmocisteinaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMHTFRNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MHTFRColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMHTFRNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MHTFRColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFattIINull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FattIIColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFattIINull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FattIIColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFattVNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FattVColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFattVNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FattVColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGradTransmNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GradTransmColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGradTransmNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GradTransmColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLungTelomNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.LungTelomColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLungTelomNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LungTelomColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsRespSilenzNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.RespSilenzColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetRespSilenzNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.RespSilenzColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAltezzaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.AltezzaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAltezzaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AltezzaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPesoNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PesoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPesoNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PesoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaBicipiteNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaBicipiteColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaBicipiteNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaBicipiteColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaTricipiteNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaTricipiteColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaTricipiteNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaTricipiteColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaSottoscapolaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaSottoscapolaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaSottoscapolaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaSottoscapolaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaPettoraleNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaPettoraleColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaPettoraleNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaPettoraleColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaAddominaleNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaAddominaleColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaAddominaleNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaAddominaleColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaSoprailiacaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaSoprailiacaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaSoprailiacaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaSoprailiacaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlicaCosciaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlicaCosciaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlicaCosciaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlicaCosciaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCirconfVitaGluteiNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.CirconfVitaGluteiColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCirconfVitaGluteiNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CirconfVitaGluteiColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCirconfAvambNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.CirconfAvambColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCirconfAvambNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CirconfAvambColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassoTroncoPercNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GrassoTroncoPercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassoTroncoPercNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoTroncoPercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassoViscIndNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GrassoViscIndColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassoViscIndNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoViscIndColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTRombergNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TRombergColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTRombergNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TRombergColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTFukudaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TFukudaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTFukudaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TFukudaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTGUGNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TGUGColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTGUGNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TGUGColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTGUG1Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TGUG1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTGUG1Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TGUG1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFPrensileNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FPrensileColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFPrensileNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FPrensileColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDensCorpNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.DensCorpColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDensCorpNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DensCorpColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassoTotPercNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GrassoTotPercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassoTotPercNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoTotPercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassoTotNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GrassoTotColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassoTotNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassoTotColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMassaMagraPercNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MassaMagraPercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMassaMagraPercNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MassaMagraPercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMassaMagraKgCmNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MassaMagraKgCmColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMassaMagraKgCmNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MassaMagraKgCmColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsBMINull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.BMIColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetBMINull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.BMIColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMetBasaleDieNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MetBasaleDieColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMetBasaleDieNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MetBasaleDieColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMetBasaleHNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MetBasaleHColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMetBasaleHNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MetBasaleHColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLavoroNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.LavoroColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLavoroNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LavoroColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsStileVitaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.StileVitaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetStileVitaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StileVitaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFreqAllNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FreqAllColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFreqAllNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FreqAllColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMezzoTraspNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MezzoTraspColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMezzoTraspNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MezzoTraspColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreAttivNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ScoreAttivColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreAttivNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ScoreAttivColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMET_LavoroNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MET_LavoroColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMET_LavoroNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MET_LavoroColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMET_AttFisicaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MET_AttFisicaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMET_AttFisicaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MET_AttFisicaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreSonnoNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreSonnoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreSonnoNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSonnoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreSedutoNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreSedutoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreSedutoNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSedutoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOrePastiNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OrePastiColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOrePastiNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OrePastiColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreSpostAutoNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreSpostAutoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreSpostAutoNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSpostAutoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreSpostAttNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreSpostAttColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreSpostAttNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreSpostAttColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreLavoroNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreLavoroColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreLavoroNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreLavoroColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreIgieneNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreIgieneColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreIgieneNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreIgieneColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreAttFisicaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreAttFisicaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreAttFisicaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreAttFisicaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOrePuliziaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OrePuliziaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOrePuliziaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OrePuliziaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsOreCaneNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.OreCaneColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetOreCaneNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.OreCaneColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsConsCalDieNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ConsCalDieColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetConsCalDieNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ConsCalDieColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVerdureNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.VerdureColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVerdureNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VerdureColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLegumiNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.LegumiColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLegumiNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.LegumiColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFruttaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FruttaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFruttaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FruttaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsNociNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.NociColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetNociNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NociColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCerealiNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.CerealiColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCerealiNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CerealiColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPesceNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PesceColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPesceNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PesceColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassiNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.GrassiColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassiNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.GrassiColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVinoNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.VinoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVinoNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VinoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCarneLattNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.CarneLattColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCarneLattNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CarneLattColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreDietMedNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ScoreDietMedColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreDietMedNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ScoreDietMedColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsNoteStileVitaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.NoteStileVitaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetNoteStileVitaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NoteStileVitaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLavoro_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Lavoro_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLavoro_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Lavoro_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsStileVita_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.StileVita_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetStileVita_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StileVita_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFreqAll_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FreqAll_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFreqAll_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FreqAll_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMezzoTrasp_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MezzoTrasp_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMezzoTrasp_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MezzoTrasp_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVerdure_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Verdure_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVerdure_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Verdure_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLegumi_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Legumi_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLegumi_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Legumi_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFrutta_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Frutta_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFrutta_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Frutta_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsNoci_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Noci_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetNoci_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Noci_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCereali_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Cereali_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCereali_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Cereali_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPesce_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Pesce_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPesce_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Pesce_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassi_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Grassi_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassi_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Grassi_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVino_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Vino_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVino_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Vino_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCarneLatt_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.CarneLatt_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCarneLatt_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.CarneLatt_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestTMT_ANull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestTMT_AColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestTMT_ANull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_AColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestTMT_A_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestTMT_A_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestTMT_A_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_A_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestTMT_BNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestTMT_BColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestTMT_BNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestTMT_B_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestTMT_B_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestTMT_B_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_B_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestTMT_BANull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestTMT_BAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestTMT_BANull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestTMT_BA_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestTMT_BA_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestTMT_BA_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestTMT_BA_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTest15ParReyImmNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImmColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTest15ParReyImmNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImmColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTest15ParReyImm_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImm_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTest15ParReyImm_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyImm_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTest15ParReyDifNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDifColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTest15ParReyDifNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDifColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTest15ParReyDif_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDif_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTest15ParReyDif_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Test15ParReyDif_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsApprSuSpanViSpaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetApprSuSpanViSpaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsApprSuSpanViSpa_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpa_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetApprSuSpanViSpa_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.ApprSuSpanViSpa_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsStroopTestInterfErrNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErrColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetStroopTestInterfErrNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErrColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsStroopTestInterfErr_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErr_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetStroopTestInterfErr_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.StroopTestInterfErr_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestStimeCognErrNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErrColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestStimeCognErrNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErrColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestStimeCognErr_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErr_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestStimeCognErr_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognErr_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestStimeCognBizNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBizColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestStimeCognBizNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBizColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTestStimeCognBiz_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBiz_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTestStimeCognBiz_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TestStimeCognBiz_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTorreLondraNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TorreLondraColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTorreLondraNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TorreLondraColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTorreLondra_labelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TorreLondra_labelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTorreLondra_labelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TorreLondra_labelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPaSisNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PaSisColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPaSisNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaSisColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPaDiaNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PaDiaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPaDiaNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaDiaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsQR1Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.QR1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetQR1Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.QR1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsQR1_KgNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.QR1_KgColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetQR1_KgNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.QR1_KgColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVO2Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.VO2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVO2Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VO2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVO2_KgNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.VO2_KgColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVO2_KgNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.VO2_KgColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFC_QR1Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FC_QR1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFC_QR1Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FC_QR1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPolsoO2Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PolsoO2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPolsoO2Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PolsoO2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPaSisMaxNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PaSisMaxColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPaSisMaxNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaSisMaxColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPaDiaMaxNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PaDiaMaxColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPaDiaMaxNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PaDiaMaxColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFrazEiezNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FrazEiezColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFrazEiezNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FrazEiezColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTDINull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.TDIColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTDINull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.TDIColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlaccheVasNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlaccheVasColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlaccheVasNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlaccheVasColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsNoteCardioNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.NoteCardioColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetNoteCardioNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NoteCardioColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPlaccheVas_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.PlaccheVas_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPlaccheVas_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.PlaccheVas_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFamMCCVNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FamMCCVColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFamMCCVNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FamMCCVColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFamMCCV_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FamMCCV_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFamMCCV_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FamMCCV_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpertensNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IpertensColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpertensNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpertensColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpertens_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Ipertens_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpertens_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Ipertens_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpertensYtdNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IpertensYtdColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpertensYtdNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpertensYtdColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpertensYtd_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IpertensYtd_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpertensYtd_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpertensYtd_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDiabeteNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.DiabeteColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDiabeteNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DiabeteColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDiabete_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Diabete_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDiabete_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Diabete_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDiabeteYtdNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.DiabeteYtdColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDiabeteYtdNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DiabeteYtdColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDiabeteYtd_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.DiabeteYtd_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDiabeteYtd_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.DiabeteYtd_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpercolestNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IpercolestColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpercolestNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpercolestColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpercolest_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Ipercolest_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpercolest_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Ipercolest_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpercolestYtdNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IpercolestYtdColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpercolestYtdNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpercolestYtdColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsIpercolestYtd_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.IpercolestYtd_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetIpercolestYtd_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.IpercolestYtd_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFumoNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FumoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFumoNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FumoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFumo_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Fumo_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFumo_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Fumo_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFumoYtdNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FumoYtdColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFumoYtdNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FumoYtdColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFumoYtd_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.FumoYtd_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFumoYtd_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.FumoYtd_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAlcoolNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.AlcoolColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAlcoolNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AlcoolColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAlcool_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Alcool_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAlcool_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Alcool_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAlcoolYtdNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.AlcoolYtdColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAlcoolYtdNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AlcoolYtdColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAlcoolYtd_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.AlcoolYtd_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAlcoolYtd_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AlcoolYtd_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSovrappNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.SovrappColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSovrappNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SovrappColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSovrapp_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Sovrapp_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSovrapp_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Sovrapp_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSovrappYtdNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.SovrappYtdColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSovrappYtdNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SovrappYtdColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSovrappYtd_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.SovrappYtd_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSovrappYtd_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SovrappYtd_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSedentNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.SedentColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSedentNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.SedentColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSedent_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Sedent_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSedent_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Sedent_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAdesTerapNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.AdesTerapColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAdesTerapNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AdesTerapColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsAdesTerap_LabelNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.AdesTerap_LabelColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetAdesTerap_LabelNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.AdesTerap_LabelColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsNoteRelFinNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.NoteRelFinColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetNoteRelFinNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.NoteRelFinColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScore1Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Score1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScore1Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Score1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScore2Null() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.Score2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScore2Null() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.Score2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMedicoRefNull() {
|
|
return this.IsNull(this.tablestp_rep_DatiFullByPazienteData.MedicoRefColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMedicoRefNull() {
|
|
this[this.tablestp_rep_DatiFullByPazienteData.MedicoRefColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisBioMecAntRow : global::System.Data.DataRow {
|
|
|
|
private VisBioMecAntDataTable tableVisBioMecAnt;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisBioMecAntRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisBioMecAnt = ((VisBioMecAntDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisBioMecAnt.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisBioMecAnt.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Eta {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.EtaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Eta\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.EtaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Sesso {
|
|
get {
|
|
return ((string)(this[this.tableVisBioMecAnt.SessoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.SessoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.AltezzaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaBicipite {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaBicipiteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaBicipiteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaTricipite {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaTricipiteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaTricipiteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaSottoscapola {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaSottoscapolaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaSottoscapolaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaPettorale {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaPettoraleColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaPettoraleColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaAddominale {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaAddominaleColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaAddominaleColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaSoprailiaca {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaSoprailiacaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaSoprailiacaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double PlicaCoscia {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.PlicaCosciaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.PlicaCosciaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CirconfAvamb {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.CirconfAvambColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.CirconfAvambColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CirconfVita {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.CirconfVitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.CirconfVitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CirconfGlutei {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.CirconfGluteiColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.CirconfGluteiColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CirconfQuadricipite {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.CirconfQuadricipiteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.CirconfQuadricipiteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double DensCorp {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.DensCorpColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DensCorp\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.DensCorpColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoTroncoPerc {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.GrassoTroncoPercColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.GrassoTroncoPercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoViscInd {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.GrassoViscIndColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.GrassoViscIndColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TRomberg {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.TRombergColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.TRombergColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TFukuda {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.TFukudaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.TFukudaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TFukudaIpot {
|
|
get {
|
|
return ((int)(this[this.tableVisBioMecAnt.TFukudaIpotColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.TFukudaIpotColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TGUG {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.TGUGColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.TGUGColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double TGUG1 {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.TGUG1Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.TGUG1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FPrensile {
|
|
get {
|
|
return ((double)(this[this.tableVisBioMecAnt.FPrensileColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.FPrensileColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoTotPerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.GrassoTotPercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GrassoTotPerc\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.GrassoTotPercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double GrassoTot {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.GrassoTotColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GrassoTot\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.GrassoTotColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MassaMagraPerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.MassaMagraPercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MassaMagraPerc\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.MassaMagraPercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MassaMagraKgCm {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.MassaMagraKgCmColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MassaMagraKgCm\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.MassaMagraKgCmColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double BMI {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.BMIColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BMI\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.BMIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MetBasaleDie {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.MetBasaleDieColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MetBasaleDie\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.MetBasaleDieColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double MetBasaleH {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisBioMecAnt.MetBasaleHColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'MetBasaleH\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.MetBasaleHColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string ScoreFPrensile {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableVisBioMecAnt.ScoreFPrensileColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScoreFPrensile\' nella tabella \'VisBioMecAnt\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisBioMecAnt.ScoreFPrensileColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["AnagPazienti_v_VisBioMecAnt"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["AnagPazienti_v_VisBioMecAnt"]);
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsEtaNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.EtaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetEtaNull() {
|
|
this[this.tableVisBioMecAnt.EtaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDensCorpNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.DensCorpColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDensCorpNull() {
|
|
this[this.tableVisBioMecAnt.DensCorpColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassoTotPercNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.GrassoTotPercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassoTotPercNull() {
|
|
this[this.tableVisBioMecAnt.GrassoTotPercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGrassoTotNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.GrassoTotColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGrassoTotNull() {
|
|
this[this.tableVisBioMecAnt.GrassoTotColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMassaMagraPercNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.MassaMagraPercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMassaMagraPercNull() {
|
|
this[this.tableVisBioMecAnt.MassaMagraPercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMassaMagraKgCmNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.MassaMagraKgCmColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMassaMagraKgCmNull() {
|
|
this[this.tableVisBioMecAnt.MassaMagraKgCmColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsBMINull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.BMIColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetBMINull() {
|
|
this[this.tableVisBioMecAnt.BMIColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMetBasaleDieNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.MetBasaleDieColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMetBasaleDieNull() {
|
|
this[this.tableVisBioMecAnt.MetBasaleDieColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsMetBasaleHNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.MetBasaleHColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetMetBasaleHNull() {
|
|
this[this.tableVisBioMecAnt.MetBasaleHColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreFPrensileNull() {
|
|
return this.IsNull(this.tableVisBioMecAnt.ScoreFPrensileColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreFPrensileNull() {
|
|
this[this.tableVisBioMecAnt.ScoreFPrensileColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisValFunzRow : global::System.Data.DataRow {
|
|
|
|
private VisValFunzDataTable tableVisValFunz;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValFunzRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisValFunz = ((VisValFunzDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisValFunz.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FAI {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.FAIColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FAIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FP {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.FPColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FT {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.FTColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FS {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.FSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int E {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.EColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.EColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int GA {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunz.GAColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.GAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
return ((double)(this[this.tableVisValFunz.AltezzaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
return ((double)(this[this.tableVisValFunz.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FAI_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.FAI_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FAI_s\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FAI_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FP_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.FP_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FP_s\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FP_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FT_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.FT_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FT_s\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FT_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FS_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.FS_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FS_s\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.FS_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int E_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.E_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'E_s\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.E_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int GA_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.GA_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GA_s\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.GA_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Penalty {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.PenaltyColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Penalty\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.PenaltyColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Score {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.ScoreColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.ScoreColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ScorePerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisValFunz.ScorePercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScorePerc\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.ScorePercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Classe {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunz.ClasseColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Classe\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.ClasseColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Performance {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableVisValFunz.PerformanceColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Performance\' nella tabella \'VisValFunz\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunz.PerformanceColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_VisValFunz_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_VisValFunz_AnagPazienti"]);
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFAI_sNull() {
|
|
return this.IsNull(this.tableVisValFunz.FAI_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFAI_sNull() {
|
|
this[this.tableVisValFunz.FAI_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFP_sNull() {
|
|
return this.IsNull(this.tableVisValFunz.FP_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFP_sNull() {
|
|
this[this.tableVisValFunz.FP_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFT_sNull() {
|
|
return this.IsNull(this.tableVisValFunz.FT_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFT_sNull() {
|
|
this[this.tableVisValFunz.FT_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFS_sNull() {
|
|
return this.IsNull(this.tableVisValFunz.FS_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFS_sNull() {
|
|
this[this.tableVisValFunz.FS_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsE_sNull() {
|
|
return this.IsNull(this.tableVisValFunz.E_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetE_sNull() {
|
|
this[this.tableVisValFunz.E_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGA_sNull() {
|
|
return this.IsNull(this.tableVisValFunz.GA_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGA_sNull() {
|
|
this[this.tableVisValFunz.GA_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPenaltyNull() {
|
|
return this.IsNull(this.tableVisValFunz.PenaltyColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPenaltyNull() {
|
|
this[this.tableVisValFunz.PenaltyColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreNull() {
|
|
return this.IsNull(this.tableVisValFunz.ScoreColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreNull() {
|
|
this[this.tableVisValFunz.ScoreColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScorePercNull() {
|
|
return this.IsNull(this.tableVisValFunz.ScorePercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScorePercNull() {
|
|
this[this.tableVisValFunz.ScorePercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsClasseNull() {
|
|
return this.IsNull(this.tableVisValFunz.ClasseColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetClasseNull() {
|
|
this[this.tableVisValFunz.ClasseColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPerformanceNull() {
|
|
return this.IsNull(this.tableVisValFunz.PerformanceColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPerformanceNull() {
|
|
this[this.tableVisValFunz.PerformanceColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisValFunzGTRow : global::System.Data.DataRow {
|
|
|
|
private VisValFunzGTDataTable tableVisValFunzGT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValFunzGTRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisValFunzGT = ((VisValFunzGTDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisValFunzGT.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SJ {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.SJColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.SJColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FT {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.FTColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.FTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PU {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.PUColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.PUColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TR {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.TRColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TR\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.TRColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TR0 {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.TR0Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.TR0Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TR1 {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.TR1Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.TR1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TR2 {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.TR2Column]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.TR2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SU {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.SUColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.SUColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int GA {
|
|
get {
|
|
return ((int)(this[this.tableVisValFunzGT.GAColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.GAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
return ((double)(this[this.tableVisValFunzGT.AltezzaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
return ((double)(this[this.tableVisValFunzGT.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SJ_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.SJ_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SJ_s\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.SJ_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FT_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.FT_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FT_s\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.FT_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int PU_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.PU_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PU_s\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.PU_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TR_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.TR_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TR_s\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.TR_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SU_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.SU_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SU_s\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.SU_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int GA_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.GA_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GA_s\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.GA_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Penalty {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.PenaltyColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Penalty\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.PenaltyColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Score {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.ScoreColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.ScoreColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ScorePerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisValFunzGT.ScorePercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScorePerc\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.ScorePercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Classe {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValFunzGT.ClasseColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Classe\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.ClasseColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Performance {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableVisValFunzGT.PerformanceColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Performance\' nella tabella \'VisValFunzGT\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValFunzGT.PerformanceColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_ValSvolAtt_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_ValSvolAtt_AnagPazienti"]);
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTRNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.TRColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTRNull() {
|
|
this[this.tableVisValFunzGT.TRColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSJ_sNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.SJ_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSJ_sNull() {
|
|
this[this.tableVisValFunzGT.SJ_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFT_sNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.FT_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFT_sNull() {
|
|
this[this.tableVisValFunzGT.FT_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPU_sNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.PU_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPU_sNull() {
|
|
this[this.tableVisValFunzGT.PU_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTR_sNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.TR_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTR_sNull() {
|
|
this[this.tableVisValFunzGT.TR_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsSU_sNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.SU_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetSU_sNull() {
|
|
this[this.tableVisValFunzGT.SU_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsGA_sNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.GA_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetGA_sNull() {
|
|
this[this.tableVisValFunzGT.GA_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPenaltyNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.PenaltyColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPenaltyNull() {
|
|
this[this.tableVisValFunzGT.PenaltyColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.ScoreColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreNull() {
|
|
this[this.tableVisValFunzGT.ScoreColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScorePercNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.ScorePercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScorePercNull() {
|
|
this[this.tableVisValFunzGT.ScorePercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsClasseNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.ClasseColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetClasseNull() {
|
|
this[this.tableVisValFunzGT.ClasseColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPerformanceNull() {
|
|
return this.IsNull(this.tableVisValFunzGT.PerformanceColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPerformanceNull() {
|
|
this[this.tableVisValFunzGT.PerformanceColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class Pazienti2LabelsRow : global::System.Data.DataRow {
|
|
|
|
private Pazienti2LabelsDataTable tablePazienti2Labels;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal Pazienti2LabelsRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablePazienti2Labels = ((Pazienti2LabelsDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tablePazienti2Labels.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePazienti2Labels.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string CodLabel {
|
|
get {
|
|
return ((string)(this[this.tablePazienti2Labels.CodLabelColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePazienti2Labels.CodLabelColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRow AnagPazientiRow {
|
|
get {
|
|
return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["FK_Pazienti2Labels_AnagPazienti"])));
|
|
}
|
|
set {
|
|
this.SetParentRow(value, this.Table.ParentRelations["FK_Pazienti2Labels_AnagPazienti"]);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class _ElencoVisite_SPRow : global::System.Data.DataRow {
|
|
|
|
private _ElencoVisite_SPDataTable _tableElencoVisite_SP;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal _ElencoVisite_SPRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this._tableElencoVisite_SP = ((_ElencoVisite_SPDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this._tableElencoVisite_SP.DataVisitaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataVisita\' nella tabella \'ElencoVisite-SP\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_SP.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VVSP_12 {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_SP.VVSP_12Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VVSP_12\' nella tabella \'ElencoVisite-SP\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_SP.VVSP_12Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VVSP_345 {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_SP.VVSP_345Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VVSP_345\' nella tabella \'ElencoVisite-SP\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_SP.VVSP_345Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VL {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_SP.VLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VL\' nella tabella \'ElencoVisite-SP\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_SP.VLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VBMA {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_SP.VBMAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VBMA\' nella tabella \'ElencoVisite-SP\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_SP.VBMAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int VRF {
|
|
get {
|
|
try {
|
|
return ((int)(this[this._tableElencoVisite_SP.VRFColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VRF\' nella tabella \'ElencoVisite-SP\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this._tableElencoVisite_SP.VRFColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsDataVisitaNull() {
|
|
return this.IsNull(this._tableElencoVisite_SP.DataVisitaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetDataVisitaNull() {
|
|
this[this._tableElencoVisite_SP.DataVisitaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVVSP_12Null() {
|
|
return this.IsNull(this._tableElencoVisite_SP.VVSP_12Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVVSP_12Null() {
|
|
this[this._tableElencoVisite_SP.VVSP_12Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVVSP_345Null() {
|
|
return this.IsNull(this._tableElencoVisite_SP.VVSP_345Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVVSP_345Null() {
|
|
this[this._tableElencoVisite_SP.VVSP_345Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVLNull() {
|
|
return this.IsNull(this._tableElencoVisite_SP.VLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVLNull() {
|
|
this[this._tableElencoVisite_SP.VLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVBMANull() {
|
|
return this.IsNull(this._tableElencoVisite_SP.VBMAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVBMANull() {
|
|
this[this._tableElencoVisite_SP.VBMAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsVRFNull() {
|
|
return this.IsNull(this._tableElencoVisite_SP.VRFColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetVRFNull() {
|
|
this[this._tableElencoVisite_SP.VRFColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisValSP_12Row : global::System.Data.DataRow {
|
|
|
|
private VisValSP_12DataTable tableVisValSP_12;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValSP_12Row(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisValSP_12 = ((VisValSP_12DataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisValSP_12.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CD {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_12.CDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.CDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SP {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.SPColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.SPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int GL {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.GLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.GLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int LM {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.LMColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.LMColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SA {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.SAColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.SAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int RP {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.RPColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.RPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_12.AltezzaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_12.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int CD_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_12.CD_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CD_s\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.CD_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SP_s {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.SP_sColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.SP_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int GL_s {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.GL_sColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.GL_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int LM_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_12.LM_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'LM_s\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.LM_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int SA_s {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.SA_sColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.SA_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int RP_s {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_12.RP_sColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.RP_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Penalty {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_12.PenaltyColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Penalty\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.PenaltyColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Score {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_12.ScoreColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.ScoreColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ScorePerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisValSP_12.ScorePercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScorePerc\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.ScorePercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Classe {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_12.ClasseColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Classe\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.ClasseColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Performance {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableVisValSP_12.PerformanceColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Performance\' nella tabella \'VisValSP_12\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_12.PerformanceColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCD_sNull() {
|
|
return this.IsNull(this.tableVisValSP_12.CD_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCD_sNull() {
|
|
this[this.tableVisValSP_12.CD_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLM_sNull() {
|
|
return this.IsNull(this.tableVisValSP_12.LM_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLM_sNull() {
|
|
this[this.tableVisValSP_12.LM_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPenaltyNull() {
|
|
return this.IsNull(this.tableVisValSP_12.PenaltyColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPenaltyNull() {
|
|
this[this.tableVisValSP_12.PenaltyColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreNull() {
|
|
return this.IsNull(this.tableVisValSP_12.ScoreColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreNull() {
|
|
this[this.tableVisValSP_12.ScoreColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScorePercNull() {
|
|
return this.IsNull(this.tableVisValSP_12.ScorePercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScorePercNull() {
|
|
this[this.tableVisValSP_12.ScorePercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsClasseNull() {
|
|
return this.IsNull(this.tableVisValSP_12.ClasseColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetClasseNull() {
|
|
this[this.tableVisValSP_12.ClasseColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPerformanceNull() {
|
|
return this.IsNull(this.tableVisValSP_12.PerformanceColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPerformanceNull() {
|
|
this[this.tableVisValSP_12.PerformanceColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class VisValSP_345Row : global::System.Data.DataRow {
|
|
|
|
private VisValSP_345DataTable tableVisValSP_345;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
internal VisValSP_345Row(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableVisValSP_345 = ((VisValSP_345DataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int IdxPaziente {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_345.IdxPazienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.IdxPazienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public System.DateTime DataVisita {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tableVisValSP_345.DataVisitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.DataVisitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double CD {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_345.CDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.CDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ES {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_345.ESColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.ESColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double EB {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_345.EBColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.EBColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int LM {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_345.LMColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.LMColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TI {
|
|
get {
|
|
return ((int)(this[this.tableVisValSP_345.TIColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.TIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double FT {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_345.FTColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.FTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Altezza {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_345.AltezzaColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.AltezzaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double Peso {
|
|
get {
|
|
return ((double)(this[this.tableVisValSP_345.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int CD_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.CD_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CD_s\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.CD_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int ES_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.ES_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ES_s\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.ES_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int EB_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.EB_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'EB_s\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.EB_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int LM_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.LM_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'LM_s\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.LM_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int TI_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.TI_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'TI_s\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.TI_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int FT_s {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.FT_sColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FT_s\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.FT_sColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Penalty {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.PenaltyColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Penalty\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.PenaltyColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Score {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.ScoreColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.ScoreColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public double ScorePerc {
|
|
get {
|
|
try {
|
|
return ((double)(this[this.tableVisValSP_345.ScorePercColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScorePerc\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.ScorePercColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public int Classe {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tableVisValSP_345.ClasseColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Classe\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.ClasseColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public string Performance {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableVisValSP_345.PerformanceColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Performance\' nella tabella \'VisValSP_345\' è DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableVisValSP_345.PerformanceColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsCD_sNull() {
|
|
return this.IsNull(this.tableVisValSP_345.CD_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetCD_sNull() {
|
|
this[this.tableVisValSP_345.CD_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsES_sNull() {
|
|
return this.IsNull(this.tableVisValSP_345.ES_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetES_sNull() {
|
|
this[this.tableVisValSP_345.ES_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsEB_sNull() {
|
|
return this.IsNull(this.tableVisValSP_345.EB_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetEB_sNull() {
|
|
this[this.tableVisValSP_345.EB_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsLM_sNull() {
|
|
return this.IsNull(this.tableVisValSP_345.LM_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetLM_sNull() {
|
|
this[this.tableVisValSP_345.LM_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsTI_sNull() {
|
|
return this.IsNull(this.tableVisValSP_345.TI_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetTI_sNull() {
|
|
this[this.tableVisValSP_345.TI_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsFT_sNull() {
|
|
return this.IsNull(this.tableVisValSP_345.FT_sColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetFT_sNull() {
|
|
this[this.tableVisValSP_345.FT_sColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPenaltyNull() {
|
|
return this.IsNull(this.tableVisValSP_345.PenaltyColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPenaltyNull() {
|
|
this[this.tableVisValSP_345.PenaltyColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScoreNull() {
|
|
return this.IsNull(this.tableVisValSP_345.ScoreColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScoreNull() {
|
|
this[this.tableVisValSP_345.ScoreColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsScorePercNull() {
|
|
return this.IsNull(this.tableVisValSP_345.ScorePercColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetScorePercNull() {
|
|
this[this.tableVisValSP_345.ScorePercColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsClasseNull() {
|
|
return this.IsNull(this.tableVisValSP_345.ClasseColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetClasseNull() {
|
|
this[this.tableVisValSP_345.ClasseColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public bool IsPerformanceNull() {
|
|
return this.IsNull(this.tableVisValSP_345.PerformanceColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public void SetPerformanceNull() {
|
|
this[this.tableVisValSP_345.PerformanceColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public class AnagPazientiRowChangeEvent : global::System.EventArgs {
|
|
|
|
private AnagPazientiRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public AnagPazientiRowChangeEvent(AnagPazientiRow 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", "15.0.0.0")]
|
|
public AnagPazientiRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class _ElencoVisite_AFARowChangeEvent : global::System.EventArgs {
|
|
|
|
private _ElencoVisite_AFARow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_AFARowChangeEvent(_ElencoVisite_AFARow 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", "15.0.0.0")]
|
|
public _ElencoVisite_AFARow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisLabRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisLabRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisLabRowChangeEvent(VisLabRow 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", "15.0.0.0")]
|
|
public VisLabRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisAnamCliRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisAnamCliRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisAnamCliRowChangeEvent(VisAnamCliRow 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", "15.0.0.0")]
|
|
public VisAnamCliRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisCardioPolRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisCardioPolRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisCardioPolRowChangeEvent(VisCardioPolRow 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", "15.0.0.0")]
|
|
public VisCardioPolRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisPsicoRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisPsicoRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisPsicoRowChangeEvent(VisPsicoRow 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", "15.0.0.0")]
|
|
public VisPsicoRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisStileVitaRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisStileVitaRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisStileVitaRowChangeEvent(VisStileVitaRow 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", "15.0.0.0")]
|
|
public VisStileVitaRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisRelazFinRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisRelazFinRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisRelazFinRowChangeEvent(VisRelazFinRow 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", "15.0.0.0")]
|
|
public VisRelazFinRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class stp_rep_DatiFullByPazienteDataRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_rep_DatiFullByPazienteDataRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataRowChangeEvent(stp_rep_DatiFullByPazienteDataRow 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", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisBioMecAntRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisBioMecAntRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisBioMecAntRowChangeEvent(VisBioMecAntRow 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", "15.0.0.0")]
|
|
public VisBioMecAntRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisValFunzRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisValFunzRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzRowChangeEvent(VisValFunzRow 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", "15.0.0.0")]
|
|
public VisValFunzRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisValFunzGTRowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisValFunzGTRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValFunzGTRowChangeEvent(VisValFunzGTRow 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", "15.0.0.0")]
|
|
public VisValFunzGTRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class Pazienti2LabelsRowChangeEvent : global::System.EventArgs {
|
|
|
|
private Pazienti2LabelsRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public Pazienti2LabelsRowChangeEvent(Pazienti2LabelsRow 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", "15.0.0.0")]
|
|
public Pazienti2LabelsRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class _ElencoVisite_SPRowChangeEvent : global::System.EventArgs {
|
|
|
|
private _ElencoVisite_SPRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public _ElencoVisite_SPRowChangeEvent(_ElencoVisite_SPRow 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", "15.0.0.0")]
|
|
public _ElencoVisite_SPRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisValSP_12RowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisValSP_12Row eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_12RowChangeEvent(VisValSP_12Row 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", "15.0.0.0")]
|
|
public VisValSP_12Row Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
public class VisValSP_345RowChangeEvent : global::System.EventArgs {
|
|
|
|
private VisValSP_345Row eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public VisValSP_345RowChangeEvent(VisValSP_345Row 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", "15.0.0.0")]
|
|
public VisValSP_345Row Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace ScheMe_Data.DS_ApplicazioneTableAdapters {
|
|
|
|
|
|
/// <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 AnagPazientiTableAdapter : 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", "15.0.0.0")]
|
|
public AnagPazientiTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "AnagPazienti";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("Gruppo", "Gruppo");
|
|
tableMapping.ColumnMappings.Add("Cognome", "Cognome");
|
|
tableMapping.ColumnMappings.Add("Nome", "Nome");
|
|
tableMapping.ColumnMappings.Add("DataNasc", "DataNasc");
|
|
tableMapping.ColumnMappings.Add("LuogoNascita", "LuogoNascita");
|
|
tableMapping.ColumnMappings.Add("Sesso", "Sesso");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("CodF", "CodF");
|
|
tableMapping.ColumnMappings.Add("Indirizzo", "Indirizzo");
|
|
tableMapping.ColumnMappings.Add("Eta", "Eta");
|
|
tableMapping.ColumnMappings.Add("RecTel", "RecTel");
|
|
tableMapping.ColumnMappings.Add("Medico", "Medico");
|
|
tableMapping.ColumnMappings.Add("Note", "Note");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [AnagPazienti] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([Altezza] = @Original_Altezza) AND ([Peso] = @Original_Peso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Cognome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cognome", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Nome", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Eta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Eta", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Eta", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Eta", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecTel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecTel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Medico", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Medico", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [AnagPazienti] ([Gruppo], [Cognome], [Nome], [DataNasc], [LuogoNascita], [Sesso], [Altezza], [Peso], [CodF], [Indirizzo], [RecTel], [Medico], [Note]) VALUES (@Gruppo, @Cognome, @Nome, @DataNasc, @LuogoNascita, @Sesso, @Altezza, @Peso, @CodF, @Indirizzo, @RecTel, @Medico, @Note);
|
|
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = SCOPE_IDENTITY())";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cognome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cognome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Nome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecTel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Medico", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Medico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", 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 = @"UPDATE [AnagPazienti] SET [Gruppo] = @Gruppo, [Cognome] = @Cognome, [Nome] = @Nome, [DataNasc] = @DataNasc, [LuogoNascita] = @LuogoNascita, [Sesso] = @Sesso, [Altezza] = @Altezza, [Peso] = @Peso, [CodF] = @CodF, [Indirizzo] = @Indirizzo, [RecTel] = @RecTel, [Medico] = @Medico, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([Altezza] = @Original_Altezza) AND ([Peso] = @Original_Peso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note));
|
|
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cognome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cognome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Nome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecTel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Medico", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Medico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Cognome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cognome", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Nome", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Eta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Eta", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Eta", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Eta", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecTel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecTel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Medico", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Medico", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[7];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM AnagPazienti";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_AP_deleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_AP_getByGruppo";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 5, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_AP_getByGruppoFiltri";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 5, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FiltroUno", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FiltroDue", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_AP_getByKey";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[5].Connection = this.Connection;
|
|
this._commandCollection[5].CommandText = "dbo.stp_AP_insertQuery";
|
|
this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[5].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[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 5, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cognome", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Nome", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataNasc", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LuogoNascita", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Medico", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[6].Connection = this.Connection;
|
|
this._commandCollection[6].CommandText = "dbo.stp_AP_updateQuery";
|
|
this._commandCollection[6].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[6].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[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cognome", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Nome", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataNasc", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LuogoNascita", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Medico", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.AnagPazientiDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.AnagPazientiDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.AnagPazientiDataTable dataTable = new DS_Applicazione.AnagPazientiDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.AnagPazientiDataTable getByGruppo(string Gruppo) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((Gruppo == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(Gruppo));
|
|
}
|
|
DS_Applicazione.AnagPazientiDataTable dataTable = new DS_Applicazione.AnagPazientiDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.AnagPazientiDataTable getByGruppoFiltri(string Gruppo, string FiltroUno, string FiltroDue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[3];
|
|
if ((Gruppo == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(Gruppo));
|
|
}
|
|
if ((FiltroUno == null)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(FiltroUno));
|
|
}
|
|
if ((FiltroDue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((string)(FiltroDue));
|
|
}
|
|
DS_Applicazione.AnagPazientiDataTable dataTable = new DS_Applicazione.AnagPazientiDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.AnagPazientiDataTable getByKey(global::System.Nullable<int> IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.AnagPazientiDataTable dataTable = new DS_Applicazione.AnagPazientiDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.AnagPazientiDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "AnagPazienti");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(int Original_IdxPaziente, string Original_Gruppo, string Original_Cognome, string Original_Nome, System.DateTime Original_DataNasc, string Original_LuogoNascita, string Original_Sesso, double Original_Altezza, double Original_Peso, string Original_CodF, string Original_Indirizzo, global::System.Nullable<double> Original_Eta, string Original_RecTel, string Original_Medico, string Original_Note) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
if ((Original_Gruppo == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Gruppo");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_Gruppo));
|
|
}
|
|
if ((Original_Cognome == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Cognome");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Cognome));
|
|
}
|
|
if ((Original_Nome == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Nome");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_Nome));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((System.DateTime)(Original_DataNasc));
|
|
if ((Original_LuogoNascita == null)) {
|
|
throw new global::System.ArgumentNullException("Original_LuogoNascita");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_LuogoNascita));
|
|
}
|
|
if ((Original_Sesso == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Sesso");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_Sesso));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((double)(Original_Altezza));
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_Peso));
|
|
if ((Original_CodF == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CodF");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_CodF));
|
|
}
|
|
if ((Original_Indirizzo == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Indirizzo");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_Indirizzo));
|
|
}
|
|
if ((Original_Eta.HasValue == true)) {
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = ((double)(Original_Eta.Value));
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_RecTel == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RecTel");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_RecTel));
|
|
}
|
|
if ((Original_Medico == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Medico");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_Medico));
|
|
}
|
|
if ((Original_Note == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Note");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(string Gruppo, string Cognome, string Nome, System.DateTime DataNasc, string LuogoNascita, string Sesso, double Altezza, double Peso, string CodF, string Indirizzo, string RecTel, string Medico, string Note) {
|
|
if ((Gruppo == null)) {
|
|
throw new global::System.ArgumentNullException("Gruppo");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(Gruppo));
|
|
}
|
|
if ((Cognome == null)) {
|
|
throw new global::System.ArgumentNullException("Cognome");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(Cognome));
|
|
}
|
|
if ((Nome == null)) {
|
|
throw new global::System.ArgumentNullException("Nome");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Nome));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(DataNasc));
|
|
if ((LuogoNascita == null)) {
|
|
throw new global::System.ArgumentNullException("LuogoNascita");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(LuogoNascita));
|
|
}
|
|
if ((Sesso == null)) {
|
|
throw new global::System.ArgumentNullException("Sesso");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(Sesso));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((double)(Altezza));
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((double)(Peso));
|
|
if ((CodF == null)) {
|
|
throw new global::System.ArgumentNullException("CodF");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(CodF));
|
|
}
|
|
if ((Indirizzo == null)) {
|
|
throw new global::System.ArgumentNullException("Indirizzo");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(Indirizzo));
|
|
}
|
|
if ((RecTel == null)) {
|
|
throw new global::System.ArgumentNullException("RecTel");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(RecTel));
|
|
}
|
|
if ((Medico == null)) {
|
|
throw new global::System.ArgumentNullException("Medico");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(Medico));
|
|
}
|
|
if ((Note == null)) {
|
|
throw new global::System.ArgumentNullException("Note");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
string Gruppo,
|
|
string Cognome,
|
|
string Nome,
|
|
System.DateTime DataNasc,
|
|
string LuogoNascita,
|
|
string Sesso,
|
|
double Altezza,
|
|
double Peso,
|
|
string CodF,
|
|
string Indirizzo,
|
|
string RecTel,
|
|
string Medico,
|
|
string Note,
|
|
int Original_IdxPaziente,
|
|
string Original_Gruppo,
|
|
string Original_Cognome,
|
|
string Original_Nome,
|
|
System.DateTime Original_DataNasc,
|
|
string Original_LuogoNascita,
|
|
string Original_Sesso,
|
|
double Original_Altezza,
|
|
double Original_Peso,
|
|
string Original_CodF,
|
|
string Original_Indirizzo,
|
|
global::System.Nullable<double> Original_Eta,
|
|
string Original_RecTel,
|
|
string Original_Medico,
|
|
string Original_Note,
|
|
int IdxPaziente) {
|
|
if ((Gruppo == null)) {
|
|
throw new global::System.ArgumentNullException("Gruppo");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(Gruppo));
|
|
}
|
|
if ((Cognome == null)) {
|
|
throw new global::System.ArgumentNullException("Cognome");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(Cognome));
|
|
}
|
|
if ((Nome == null)) {
|
|
throw new global::System.ArgumentNullException("Nome");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Nome));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((System.DateTime)(DataNasc));
|
|
if ((LuogoNascita == null)) {
|
|
throw new global::System.ArgumentNullException("LuogoNascita");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(LuogoNascita));
|
|
}
|
|
if ((Sesso == null)) {
|
|
throw new global::System.ArgumentNullException("Sesso");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Sesso));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((double)(Altezza));
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(Peso));
|
|
if ((CodF == null)) {
|
|
throw new global::System.ArgumentNullException("CodF");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(CodF));
|
|
}
|
|
if ((Indirizzo == null)) {
|
|
throw new global::System.ArgumentNullException("Indirizzo");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Indirizzo));
|
|
}
|
|
if ((RecTel == null)) {
|
|
throw new global::System.ArgumentNullException("RecTel");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(RecTel));
|
|
}
|
|
if ((Medico == null)) {
|
|
throw new global::System.ArgumentNullException("Medico");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Medico));
|
|
}
|
|
if ((Note == null)) {
|
|
throw new global::System.ArgumentNullException("Note");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Note));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_IdxPaziente));
|
|
if ((Original_Gruppo == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Gruppo");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_Gruppo));
|
|
}
|
|
if ((Original_Cognome == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Cognome");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_Cognome));
|
|
}
|
|
if ((Original_Nome == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Nome");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_Nome));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(Original_DataNasc));
|
|
if ((Original_LuogoNascita == null)) {
|
|
throw new global::System.ArgumentNullException("Original_LuogoNascita");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_LuogoNascita));
|
|
}
|
|
if ((Original_Sesso == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Sesso");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_Sesso));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((double)(Original_Altezza));
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_Peso));
|
|
if ((Original_CodF == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CodF");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_CodF));
|
|
}
|
|
if ((Original_Indirizzo == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Indirizzo");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_Indirizzo));
|
|
}
|
|
if ((Original_Eta.HasValue == true)) {
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = ((double)(Original_Eta.Value));
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_RecTel == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RecTel");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_RecTel));
|
|
}
|
|
if ((Original_Medico == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Medico");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_Medico));
|
|
}
|
|
if ((Original_Note == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Note");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_Note));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(IdxPaziente));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
string Gruppo,
|
|
string Cognome,
|
|
string Nome,
|
|
System.DateTime DataNasc,
|
|
string LuogoNascita,
|
|
string Sesso,
|
|
double Altezza,
|
|
double Peso,
|
|
string CodF,
|
|
string Indirizzo,
|
|
string RecTel,
|
|
string Medico,
|
|
string Note,
|
|
int Original_IdxPaziente,
|
|
string Original_Gruppo,
|
|
string Original_Cognome,
|
|
string Original_Nome,
|
|
System.DateTime Original_DataNasc,
|
|
string Original_LuogoNascita,
|
|
string Original_Sesso,
|
|
double Original_Altezza,
|
|
double Original_Peso,
|
|
string Original_CodF,
|
|
string Original_Indirizzo,
|
|
global::System.Nullable<double> Original_Eta,
|
|
string Original_RecTel,
|
|
string Original_Medico,
|
|
string Original_Note) {
|
|
return this.Update(Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, RecTel, Medico, Note, Original_IdxPaziente, Original_Gruppo, Original_Cognome, Original_Nome, Original_DataNasc, Original_LuogoNascita, Original_Sesso, Original_Altezza, Original_Peso, Original_CodF, Original_Indirizzo, Original_Eta, Original_RecTel, Original_Medico, Original_Note, Original_IdxPaziente);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, false)]
|
|
public virtual int deleteQuery(global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, false)]
|
|
public virtual object insertQuery(string Gruppo, string Cognome, string Nome, global::System.Nullable<global::System.DateTime> DataNasc, string LuogoNascita, string CodF, string Indirizzo, string Sesso, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, string RecTel, string Medico, string Note) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
|
|
if ((Gruppo == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(Gruppo));
|
|
}
|
|
if ((Cognome == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(Cognome));
|
|
}
|
|
if ((Nome == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(Nome));
|
|
}
|
|
if ((DataNasc.HasValue == true)) {
|
|
command.Parameters[4].Value = ((System.DateTime)(DataNasc.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LuogoNascita == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(LuogoNascita));
|
|
}
|
|
if ((CodF == null)) {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = ((string)(CodF));
|
|
}
|
|
if ((Indirizzo == null)) {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = ((string)(Indirizzo));
|
|
}
|
|
if ((Sesso == null)) {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = ((string)(Sesso));
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((RecTel == null)) {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = ((string)(RecTel));
|
|
}
|
|
if ((Medico == null)) {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = ((string)(Medico));
|
|
}
|
|
if ((Note == null)) {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = ((string)(Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
object returnValue;
|
|
try {
|
|
returnValue = command.ExecuteScalar();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
if (((returnValue == null)
|
|
|| (returnValue.GetType() == typeof(global::System.DBNull)))) {
|
|
return null;
|
|
}
|
|
else {
|
|
return ((object)(returnValue));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, false)]
|
|
public virtual int updateQuery(string Cognome, string Nome, global::System.Nullable<global::System.DateTime> DataNasc, string LuogoNascita, string CodF, string Indirizzo, string Sesso, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, string RecTel, string Medico, string Note, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[6];
|
|
if ((Cognome == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(Cognome));
|
|
}
|
|
if ((Nome == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(Nome));
|
|
}
|
|
if ((DataNasc.HasValue == true)) {
|
|
command.Parameters[3].Value = ((System.DateTime)(DataNasc.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LuogoNascita == null)) {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = ((string)(LuogoNascita));
|
|
}
|
|
if ((CodF == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(CodF));
|
|
}
|
|
if ((Indirizzo == null)) {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = ((string)(Indirizzo));
|
|
}
|
|
if ((Sesso == null)) {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = ((string)(Sesso));
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((RecTel == null)) {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = ((string)(RecTel));
|
|
}
|
|
if ((Medico == null)) {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = ((string)(Medico));
|
|
}
|
|
if ((Note == null)) {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = ((string)(Note));
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[13].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 ElencoVisite_AFATableAdapter : 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", "15.0.0.0")]
|
|
public ElencoVisite_AFATableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "ElencoVisite-AFA";
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("VAC", "VAC");
|
|
tableMapping.ColumnMappings.Add("VBMA", "VBMA");
|
|
tableMapping.ColumnMappings.Add("VCP", "VCP");
|
|
tableMapping.ColumnMappings.Add("VL", "VL");
|
|
tableMapping.ColumnMappings.Add("VP", "VP");
|
|
tableMapping.ColumnMappings.Add("VSV", "VSV");
|
|
tableMapping.ColumnMappings.Add("VRF", "VRF");
|
|
tableMapping.ColumnMappings.Add("VVFAnz", "VVFAnz");
|
|
tableMapping.ColumnMappings.Add("VVFGT", "VVFGT");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 = "dbo.stp_EV_getByIdxPaz";
|
|
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("@IdxPaziente", 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", "15.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(DS_Applicazione._ElencoVisite_AFADataTable dataTable, global::System.Nullable<int> IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione._ElencoVisite_AFADataTable GetData(global::System.Nullable<int> IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione._ElencoVisite_AFADataTable dataTable = new DS_Applicazione._ElencoVisite_AFADataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <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 VisLabTableAdapter : 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", "15.0.0.0")]
|
|
public VisLabTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisLab";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("Glicemia", "Glicemia");
|
|
tableMapping.ColumnMappings.Add("EmoglGlicata", "EmoglGlicata");
|
|
tableMapping.ColumnMappings.Add("ColesTot", "ColesTot");
|
|
tableMapping.ColumnMappings.Add("LDL", "LDL");
|
|
tableMapping.ColumnMappings.Add("HDL", "HDL");
|
|
tableMapping.ColumnMappings.Add("Trigliceridi", "Trigliceridi");
|
|
tableMapping.ColumnMappings.Add("ColRapLDLHDL", "ColRapLDLHDL");
|
|
tableMapping.ColumnMappings.Add("Omocisteina", "Omocisteina");
|
|
tableMapping.ColumnMappings.Add("MHTFR", "MHTFR");
|
|
tableMapping.ColumnMappings.Add("FattII", "FattII");
|
|
tableMapping.ColumnMappings.Add("FattV", "FattV");
|
|
tableMapping.ColumnMappings.Add("GradTransm", "GradTransm");
|
|
tableMapping.ColumnMappings.Add("LungTelom", "LungTelom");
|
|
tableMapping.ColumnMappings.Add("RespSilenz", "RespSilenz");
|
|
tableMapping.ColumnMappings.Add("Folatemia", "Folatemia");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [VisLab] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Glicemia] = @Original_Glicemia) AND ([EmoglGlicata] = @Original_EmoglGlicata) AND ([ColesTot] = @Original_ColesTot) AND ([LDL] = @Original_LDL) AND ([HDL] = @Original_HDL) AND ([Trigliceridi] = @Original_Trigliceridi) AND ([ColRapLDLHDL] = @Original_ColRapLDLHDL) AND ([Folatemia] = @Original_Folatemia) AND ([Omocisteina] = @Original_Omocisteina) AND ([MHTFR] = @Original_MHTFR) AND ([FattII] = @Original_FattII) AND ([FattV] = @Original_FattV) AND ([GradTransm] = @Original_GradTransm) AND ([LungTelom] = @Original_LungTelom) AND ([RespSilenz] = @Original_RespSilenz))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Glicemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Glicemia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EmoglGlicata", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EmoglGlicata", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ColesTot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ColesTot", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LDL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_HDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "HDL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Trigliceridi", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Trigliceridi", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ColRapLDLHDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ColRapLDLHDL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Folatemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Folatemia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Omocisteina", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Omocisteina", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MHTFR", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MHTFR", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FattII", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattII", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FattV", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattV", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GradTransm", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GradTransm", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LungTelom", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LungTelom", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RespSilenz", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RespSilenz", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [VisLab] ([IdxPaziente], [DataVisita], [Glicemia], [EmoglGlicata], [ColesTot], [LDL], [HDL], [Trigliceridi], [Folatemia], [Omocisteina], [MHTFR], [FattII], [FattV], [GradTransm], [LungTelom], [RespSilenz]) VALUES (@IdxPaziente, @DataVisita, @Glicemia, @EmoglGlicata, @ColesTot, @LDL, @HDL, @Trigliceridi, @Folatemia, @Omocisteina, @MHTFR, @FattII, @FattV, @GradTransm, @LungTelom, @RespSilenz);
|
|
SELECT IdxPaziente, DataVisita, Glicemia, EmoglGlicata, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Folatemia, Omocisteina, MHTFR, FattII, FattV, GradTransm, LungTelom, RespSilenz FROM VisLab WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Glicemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Glicemia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EmoglGlicata", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EmoglGlicata", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ColesTot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ColesTot", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LDL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "HDL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Trigliceridi", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Trigliceridi", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Folatemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Folatemia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Omocisteina", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Omocisteina", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MHTFR", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MHTFR", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattII", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattII", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattV", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattV", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GradTransm", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GradTransm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LungTelom", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LungTelom", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RespSilenz", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RespSilenz", 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 = @"UPDATE [VisLab] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Glicemia] = @Glicemia, [EmoglGlicata] = @EmoglGlicata, [ColesTot] = @ColesTot, [LDL] = @LDL, [HDL] = @HDL, [Trigliceridi] = @Trigliceridi, [Folatemia] = @Folatemia, [Omocisteina] = @Omocisteina, [MHTFR] = @MHTFR, [FattII] = @FattII, [FattV] = @FattV, [GradTransm] = @GradTransm, [LungTelom] = @LungTelom, [RespSilenz] = @RespSilenz WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Glicemia] = @Original_Glicemia) AND ([EmoglGlicata] = @Original_EmoglGlicata) AND ([ColesTot] = @Original_ColesTot) AND ([LDL] = @Original_LDL) AND ([HDL] = @Original_HDL) AND ([Trigliceridi] = @Original_Trigliceridi) AND ([ColRapLDLHDL] = @Original_ColRapLDLHDL) AND ([Folatemia] = @Original_Folatemia) AND ([Omocisteina] = @Original_Omocisteina) AND ([MHTFR] = @Original_MHTFR) AND ([FattII] = @Original_FattII) AND ([FattV] = @Original_FattV) AND ([GradTransm] = @Original_GradTransm) AND ([LungTelom] = @Original_LungTelom) AND ([RespSilenz] = @Original_RespSilenz));
|
|
SELECT IdxPaziente, DataVisita, Glicemia, EmoglGlicata, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Folatemia, Omocisteina, MHTFR, FattII, FattV, GradTransm, LungTelom, RespSilenz FROM VisLab WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Glicemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Glicemia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EmoglGlicata", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EmoglGlicata", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ColesTot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ColesTot", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LDL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "HDL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Trigliceridi", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Trigliceridi", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Folatemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Folatemia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Omocisteina", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Omocisteina", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MHTFR", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MHTFR", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattII", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattII", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattV", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattV", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GradTransm", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GradTransm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LungTelom", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LungTelom", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RespSilenz", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RespSilenz", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Glicemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Glicemia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EmoglGlicata", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EmoglGlicata", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ColesTot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ColesTot", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LDL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_HDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "HDL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Trigliceridi", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Trigliceridi", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ColRapLDLHDL", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ColRapLDLHDL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Folatemia", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Folatemia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Omocisteina", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Omocisteina", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MHTFR", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MHTFR", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FattII", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattII", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FattV", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FattV", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GradTransm", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GradTransm", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LungTelom", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LungTelom", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RespSilenz", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RespSilenz", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM VisLab";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VLab_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VLab_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VLab_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Glicemia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EmoglGlicata", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ColesTot", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LDL", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HDL", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Trigliceridi", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Folatemia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Omocisteina", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MHTFR", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattII", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattV", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GradTransm", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LungTelom", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RespSilenz", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VLab_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Glicemia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EmoglGlicata", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ColesTot", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LDL", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HDL", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Trigliceridi", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Folatemia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Omocisteina", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MHTFR", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattII", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FattV", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GradTransm", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LungTelom", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RespSilenz", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisLabDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisLabDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisLabDataTable dataTable = new DS_Applicazione.VisLabDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisLabDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisLabDataTable dataTable = new DS_Applicazione.VisLabDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisLabDataTable InsertQuery(
|
|
global::System.Nullable<int> IdxPaziente,
|
|
global::System.Nullable<global::System.DateTime> DataVisita,
|
|
global::System.Nullable<double> Glicemia,
|
|
global::System.Nullable<double> EmoglGlicata,
|
|
global::System.Nullable<double> ColesTot,
|
|
global::System.Nullable<double> LDL,
|
|
global::System.Nullable<double> HDL,
|
|
global::System.Nullable<double> Trigliceridi,
|
|
global::System.Nullable<double> Folatemia,
|
|
global::System.Nullable<double> Omocisteina,
|
|
global::System.Nullable<double> MHTFR,
|
|
global::System.Nullable<double> FattII,
|
|
global::System.Nullable<double> FattV,
|
|
global::System.Nullable<double> GradTransm,
|
|
global::System.Nullable<double> LungTelom,
|
|
global::System.Nullable<double> RespSilenz) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Glicemia.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((double)(Glicemia.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((EmoglGlicata.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((double)(EmoglGlicata.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((ColesTot.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((double)(ColesTot.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LDL.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = ((double)(LDL.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((HDL.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = ((double)(HDL.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Trigliceridi.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = ((double)(Trigliceridi.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Folatemia.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = ((double)(Folatemia.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Omocisteina.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(Omocisteina.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MHTFR.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = ((double)(MHTFR.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FattII.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = ((double)(FattII.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FattV.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = ((double)(FattV.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GradTransm.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = ((double)(GradTransm.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LungTelom.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = ((double)(LungTelom.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((RespSilenz.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = ((double)(RespSilenz.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisLabDataTable dataTable = new DS_Applicazione.VisLabDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisLabDataTable UpdateQuery(
|
|
global::System.Nullable<double> Glicemia,
|
|
global::System.Nullable<double> EmoglGlicata,
|
|
global::System.Nullable<double> ColesTot,
|
|
global::System.Nullable<double> LDL,
|
|
global::System.Nullable<double> HDL,
|
|
global::System.Nullable<double> Trigliceridi,
|
|
global::System.Nullable<double> Folatemia,
|
|
global::System.Nullable<double> Omocisteina,
|
|
global::System.Nullable<double> MHTFR,
|
|
global::System.Nullable<double> FattII,
|
|
global::System.Nullable<double> FattV,
|
|
global::System.Nullable<double> GradTransm,
|
|
global::System.Nullable<double> LungTelom,
|
|
global::System.Nullable<double> RespSilenz,
|
|
global::System.Nullable<global::System.DateTime> Original_DataVisita,
|
|
global::System.Nullable<int> Original_IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((Glicemia.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((double)(Glicemia.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((EmoglGlicata.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((double)(EmoglGlicata.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((ColesTot.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((double)(ColesTot.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LDL.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((double)(LDL.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((HDL.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((double)(HDL.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Trigliceridi.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = ((double)(Trigliceridi.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Folatemia.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = ((double)(Folatemia.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Omocisteina.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = ((double)(Omocisteina.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MHTFR.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = ((double)(MHTFR.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FattII.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(FattII.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FattV.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = ((double)(FattV.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GradTransm.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = ((double)(GradTransm.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LungTelom.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = ((double)(LungTelom.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((RespSilenz.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = ((double)(RespSilenz.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisLabDataTable dataTable = new DS_Applicazione.VisLabDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.VisLabDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "VisLab");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
double Original_Glicemia,
|
|
double Original_EmoglGlicata,
|
|
double Original_ColesTot,
|
|
double Original_LDL,
|
|
double Original_HDL,
|
|
double Original_Trigliceridi,
|
|
double Original_ColRapLDLHDL,
|
|
double Original_Folatemia,
|
|
double Original_Omocisteina,
|
|
double Original_MHTFR,
|
|
double Original_FattII,
|
|
double Original_FattV,
|
|
double Original_GradTransm,
|
|
double Original_LungTelom,
|
|
double Original_RespSilenz) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((double)(Original_Glicemia));
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((double)(Original_EmoglGlicata));
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((double)(Original_ColesTot));
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((double)(Original_LDL));
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((double)(Original_HDL));
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((double)(Original_Trigliceridi));
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_ColRapLDLHDL));
|
|
this.Adapter.DeleteCommand.Parameters[9].Value = ((double)(Original_Folatemia));
|
|
this.Adapter.DeleteCommand.Parameters[10].Value = ((double)(Original_Omocisteina));
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((double)(Original_MHTFR));
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = ((double)(Original_FattII));
|
|
this.Adapter.DeleteCommand.Parameters[13].Value = ((double)(Original_FattV));
|
|
this.Adapter.DeleteCommand.Parameters[14].Value = ((double)(Original_GradTransm));
|
|
this.Adapter.DeleteCommand.Parameters[15].Value = ((double)(Original_LungTelom));
|
|
this.Adapter.DeleteCommand.Parameters[16].Value = ((double)(Original_RespSilenz));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
double Glicemia,
|
|
double EmoglGlicata,
|
|
double ColesTot,
|
|
double LDL,
|
|
double HDL,
|
|
double Trigliceridi,
|
|
double Folatemia,
|
|
double Omocisteina,
|
|
double MHTFR,
|
|
double FattII,
|
|
double FattV,
|
|
double GradTransm,
|
|
double LungTelom,
|
|
double RespSilenz) {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((double)(Glicemia));
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((double)(EmoglGlicata));
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((double)(ColesTot));
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((double)(LDL));
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((double)(HDL));
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((double)(Trigliceridi));
|
|
this.Adapter.InsertCommand.Parameters[8].Value = ((double)(Folatemia));
|
|
this.Adapter.InsertCommand.Parameters[9].Value = ((double)(Omocisteina));
|
|
this.Adapter.InsertCommand.Parameters[10].Value = ((double)(MHTFR));
|
|
this.Adapter.InsertCommand.Parameters[11].Value = ((double)(FattII));
|
|
this.Adapter.InsertCommand.Parameters[12].Value = ((double)(FattV));
|
|
this.Adapter.InsertCommand.Parameters[13].Value = ((double)(GradTransm));
|
|
this.Adapter.InsertCommand.Parameters[14].Value = ((double)(LungTelom));
|
|
this.Adapter.InsertCommand.Parameters[15].Value = ((double)(RespSilenz));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
double Glicemia,
|
|
double EmoglGlicata,
|
|
double ColesTot,
|
|
double LDL,
|
|
double HDL,
|
|
double Trigliceridi,
|
|
double Folatemia,
|
|
double Omocisteina,
|
|
double MHTFR,
|
|
double FattII,
|
|
double FattV,
|
|
double GradTransm,
|
|
double LungTelom,
|
|
double RespSilenz,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
double Original_Glicemia,
|
|
double Original_EmoglGlicata,
|
|
double Original_ColesTot,
|
|
double Original_LDL,
|
|
double Original_HDL,
|
|
double Original_Trigliceridi,
|
|
double Original_ColRapLDLHDL,
|
|
double Original_Folatemia,
|
|
double Original_Omocisteina,
|
|
double Original_MHTFR,
|
|
double Original_FattII,
|
|
double Original_FattV,
|
|
double Original_GradTransm,
|
|
double Original_LungTelom,
|
|
double Original_RespSilenz) {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((double)(Glicemia));
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((double)(EmoglGlicata));
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((double)(ColesTot));
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((double)(LDL));
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((double)(HDL));
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(Trigliceridi));
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((double)(Folatemia));
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((double)(Omocisteina));
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((double)(MHTFR));
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((double)(FattII));
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((double)(FattV));
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((double)(GradTransm));
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((double)(LungTelom));
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((double)(RespSilenz));
|
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((double)(Original_Glicemia));
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((double)(Original_EmoglGlicata));
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((double)(Original_ColesTot));
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_LDL));
|
|
this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_HDL));
|
|
this.Adapter.UpdateCommand.Parameters[23].Value = ((double)(Original_Trigliceridi));
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((double)(Original_ColRapLDLHDL));
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = ((double)(Original_Folatemia));
|
|
this.Adapter.UpdateCommand.Parameters[26].Value = ((double)(Original_Omocisteina));
|
|
this.Adapter.UpdateCommand.Parameters[27].Value = ((double)(Original_MHTFR));
|
|
this.Adapter.UpdateCommand.Parameters[28].Value = ((double)(Original_FattII));
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = ((double)(Original_FattV));
|
|
this.Adapter.UpdateCommand.Parameters[30].Value = ((double)(Original_GradTransm));
|
|
this.Adapter.UpdateCommand.Parameters[31].Value = ((double)(Original_LungTelom));
|
|
this.Adapter.UpdateCommand.Parameters[32].Value = ((double)(Original_RespSilenz));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
double Glicemia,
|
|
double EmoglGlicata,
|
|
double ColesTot,
|
|
double LDL,
|
|
double HDL,
|
|
double Trigliceridi,
|
|
double Folatemia,
|
|
double Omocisteina,
|
|
double MHTFR,
|
|
double FattII,
|
|
double FattV,
|
|
double GradTransm,
|
|
double LungTelom,
|
|
double RespSilenz,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
double Original_Glicemia,
|
|
double Original_EmoglGlicata,
|
|
double Original_ColesTot,
|
|
double Original_LDL,
|
|
double Original_HDL,
|
|
double Original_Trigliceridi,
|
|
double Original_ColRapLDLHDL,
|
|
double Original_Folatemia,
|
|
double Original_Omocisteina,
|
|
double Original_MHTFR,
|
|
double Original_FattII,
|
|
double Original_FattV,
|
|
double Original_GradTransm,
|
|
double Original_LungTelom,
|
|
double Original_RespSilenz) {
|
|
return this.Update(Original_IdxPaziente, Original_DataVisita, Glicemia, EmoglGlicata, ColesTot, LDL, HDL, Trigliceridi, Folatemia, Omocisteina, MHTFR, FattII, FattV, GradTransm, LungTelom, RespSilenz, Original_IdxPaziente, Original_DataVisita, Original_Glicemia, Original_EmoglGlicata, Original_ColesTot, Original_LDL, Original_HDL, Original_Trigliceridi, Original_ColRapLDLHDL, Original_Folatemia, Original_Omocisteina, Original_MHTFR, Original_FattII, Original_FattV, Original_GradTransm, Original_LungTelom, Original_RespSilenz);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisAnamCliTableAdapter : 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", "15.0.0.0")]
|
|
public VisAnamCliTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisAnamCli";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("FamMCCV", "FamMCCV");
|
|
tableMapping.ColumnMappings.Add("Ipertens", "Ipertens");
|
|
tableMapping.ColumnMappings.Add("IpertensYtd", "IpertensYtd");
|
|
tableMapping.ColumnMappings.Add("Diabete", "Diabete");
|
|
tableMapping.ColumnMappings.Add("DiabeteYtd", "DiabeteYtd");
|
|
tableMapping.ColumnMappings.Add("Ipercolest", "Ipercolest");
|
|
tableMapping.ColumnMappings.Add("IpercolestYtd", "IpercolestYtd");
|
|
tableMapping.ColumnMappings.Add("Fumo", "Fumo");
|
|
tableMapping.ColumnMappings.Add("FumoYtd", "FumoYtd");
|
|
tableMapping.ColumnMappings.Add("Alcool", "Alcool");
|
|
tableMapping.ColumnMappings.Add("AlcoolYtd", "AlcoolYtd");
|
|
tableMapping.ColumnMappings.Add("Sovrapp", "Sovrapp");
|
|
tableMapping.ColumnMappings.Add("SovrappYtd", "SovrappYtd");
|
|
tableMapping.ColumnMappings.Add("Sedent", "Sedent");
|
|
tableMapping.ColumnMappings.Add("AdesTerap", "AdesTerap");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [dbo].[VisAnamCli] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FamMCCV] = @Original_FamMCCV) AND ([Ipertens] = @Original_Ipertens) AND ([IpertensYtd] = @Original_IpertensYtd) AND ([Diabete] = @Original_Diabete) AND ([DiabeteYtd] = @Original_DiabeteYtd) AND ([Ipercolest] = @Original_Ipercolest) AND ([IpercolestYtd] = @Original_IpercolestYtd) AND ([Fumo] = @Original_Fumo) AND ([FumoYtd] = @Original_FumoYtd) AND ([Alcool] = @Original_Alcool) AND ([AlcoolYtd] = @Original_AlcoolYtd) AND ([Sovrapp] = @Original_Sovrapp) AND ([SovrappYtd] = @Original_SovrappYtd) AND ([Sedent] = @Original_Sedent) AND ([AdesTerap] = @Original_AdesTerap))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FamMCCV", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FamMCCV", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Ipertens", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipertens", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IpertensYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpertensYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Diabete", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Diabete", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DiabeteYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DiabeteYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Ipercolest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipercolest", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IpercolestYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpercolestYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Fumo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Fumo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FumoYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FumoYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Alcool", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Alcool", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_AlcoolYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AlcoolYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sovrapp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sovrapp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SovrappYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SovrappYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sedent", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sedent", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_AdesTerap", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AdesTerap", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [dbo].[VisAnamCli] ([IdxPaziente], [DataVisita], [FamMCCV], [Ipertens], [IpertensYtd], [Diabete], [DiabeteYtd], [Ipercolest], [IpercolestYtd], [Fumo], [FumoYtd], [Alcool], [AlcoolYtd], [Sovrapp], [SovrappYtd], [Sedent], [AdesTerap]) VALUES (@IdxPaziente, @DataVisita, @FamMCCV, @Ipertens, @IpertensYtd, @Diabete, @DiabeteYtd, @Ipercolest, @IpercolestYtd, @Fumo, @FumoYtd, @Alcool, @AlcoolYtd, @Sovrapp, @SovrappYtd, @Sedent, @AdesTerap);
|
|
SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM VisAnamCli WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FamMCCV", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FamMCCV", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipertens", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipertens", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpertensYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpertensYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Diabete", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Diabete", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DiabeteYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DiabeteYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipercolest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipercolest", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpercolestYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpercolestYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Fumo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Fumo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FumoYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FumoYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Alcool", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Alcool", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AlcoolYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AlcoolYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sovrapp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sovrapp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SovrappYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SovrappYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sedent", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sedent", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AdesTerap", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AdesTerap", 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 = @"UPDATE [dbo].[VisAnamCli] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [FamMCCV] = @FamMCCV, [Ipertens] = @Ipertens, [IpertensYtd] = @IpertensYtd, [Diabete] = @Diabete, [DiabeteYtd] = @DiabeteYtd, [Ipercolest] = @Ipercolest, [IpercolestYtd] = @IpercolestYtd, [Fumo] = @Fumo, [FumoYtd] = @FumoYtd, [Alcool] = @Alcool, [AlcoolYtd] = @AlcoolYtd, [Sovrapp] = @Sovrapp, [SovrappYtd] = @SovrappYtd, [Sedent] = @Sedent, [AdesTerap] = @AdesTerap WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FamMCCV] = @Original_FamMCCV) AND ([Ipertens] = @Original_Ipertens) AND ([IpertensYtd] = @Original_IpertensYtd) AND ([Diabete] = @Original_Diabete) AND ([DiabeteYtd] = @Original_DiabeteYtd) AND ([Ipercolest] = @Original_Ipercolest) AND ([IpercolestYtd] = @Original_IpercolestYtd) AND ([Fumo] = @Original_Fumo) AND ([FumoYtd] = @Original_FumoYtd) AND ([Alcool] = @Original_Alcool) AND ([AlcoolYtd] = @Original_AlcoolYtd) AND ([Sovrapp] = @Original_Sovrapp) AND ([SovrappYtd] = @Original_SovrappYtd) AND ([Sedent] = @Original_Sedent) AND ([AdesTerap] = @Original_AdesTerap));
|
|
SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM VisAnamCli WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FamMCCV", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FamMCCV", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipertens", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipertens", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpertensYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpertensYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Diabete", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Diabete", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DiabeteYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DiabeteYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipercolest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipercolest", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpercolestYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpercolestYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Fumo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Fumo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FumoYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FumoYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Alcool", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Alcool", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AlcoolYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AlcoolYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sovrapp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sovrapp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SovrappYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SovrappYtd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sedent", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sedent", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AdesTerap", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AdesTerap", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FamMCCV", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FamMCCV", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Ipertens", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipertens", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IpertensYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpertensYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Diabete", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Diabete", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DiabeteYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DiabeteYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Ipercolest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ipercolest", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IpercolestYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IpercolestYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Fumo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Fumo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FumoYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FumoYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Alcool", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Alcool", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_AlcoolYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AlcoolYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sovrapp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sovrapp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SovrappYtd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SovrappYtd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sedent", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sedent", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_AdesTerap", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "AdesTerap", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteY" +
|
|
"td, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, Sovrap" +
|
|
"pYtd, Sedent, AdesTerap FROM dbo.VisAnamCli";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VAC_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VAC_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VAC_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FamMCCV", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipertens", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpertensYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Diabete", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DiabeteYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipercolest", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpercolestYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Fumo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FumoYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Alcool", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AlcoolYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sovrapp", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SovrappYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sedent", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AdesTerap", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VAC_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FamMCCV", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipertens", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpertensYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Diabete", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DiabeteYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ipercolest", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IpercolestYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Fumo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FumoYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Alcool", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AlcoolYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sovrapp", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SovrappYtd", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sedent", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@AdesTerap", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisAnamCliDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisAnamCliDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisAnamCliDataTable dataTable = new DS_Applicazione.VisAnamCliDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisAnamCliDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisAnamCliDataTable dataTable = new DS_Applicazione.VisAnamCliDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisAnamCliDataTable InsertQuery(
|
|
global::System.Nullable<int> IdxPaziente,
|
|
global::System.Nullable<global::System.DateTime> DataVisita,
|
|
global::System.Nullable<int> FamMCCV,
|
|
global::System.Nullable<int> Ipertens,
|
|
global::System.Nullable<int> IpertensYtd,
|
|
global::System.Nullable<int> Diabete,
|
|
global::System.Nullable<int> DiabeteYtd,
|
|
global::System.Nullable<int> Ipercolest,
|
|
global::System.Nullable<int> IpercolestYtd,
|
|
global::System.Nullable<int> Fumo,
|
|
global::System.Nullable<int> FumoYtd,
|
|
global::System.Nullable<int> Alcool,
|
|
global::System.Nullable<int> AlcoolYtd,
|
|
global::System.Nullable<int> Sovrapp,
|
|
global::System.Nullable<int> SovrappYtd,
|
|
global::System.Nullable<int> Sedent,
|
|
global::System.Nullable<int> AdesTerap) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FamMCCV.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((int)(FamMCCV.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Ipertens.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((int)(Ipertens.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((IpertensYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((int)(IpertensYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Diabete.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = ((int)(Diabete.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DiabeteYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(DiabeteYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Ipercolest.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = ((int)(Ipercolest.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((IpercolestYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = ((int)(IpercolestYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Fumo.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = ((int)(Fumo.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FumoYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = ((int)(FumoYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Alcool.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = ((int)(Alcool.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((AlcoolYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = ((int)(AlcoolYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Sovrapp.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = ((int)(Sovrapp.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SovrappYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = ((int)(SovrappYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Sedent.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = ((int)(Sedent.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((AdesTerap.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[17].Value = ((int)(AdesTerap.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisAnamCliDataTable dataTable = new DS_Applicazione.VisAnamCliDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisAnamCliDataTable UpdateQuery(
|
|
global::System.Nullable<global::System.DateTime> DataVisita,
|
|
global::System.Nullable<int> FamMCCV,
|
|
global::System.Nullable<int> Ipertens,
|
|
global::System.Nullable<int> IpertensYtd,
|
|
global::System.Nullable<int> Diabete,
|
|
global::System.Nullable<int> DiabeteYtd,
|
|
global::System.Nullable<int> Ipercolest,
|
|
global::System.Nullable<int> IpercolestYtd,
|
|
global::System.Nullable<int> Fumo,
|
|
global::System.Nullable<int> FumoYtd,
|
|
global::System.Nullable<int> Alcool,
|
|
global::System.Nullable<int> AlcoolYtd,
|
|
global::System.Nullable<int> Sovrapp,
|
|
global::System.Nullable<int> SovrappYtd,
|
|
global::System.Nullable<int> Sedent,
|
|
global::System.Nullable<int> AdesTerap,
|
|
global::System.Nullable<global::System.DateTime> Original_DataVisita,
|
|
global::System.Nullable<int> Original_IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FamMCCV.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((int)(FamMCCV.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Ipertens.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((int)(Ipertens.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((IpertensYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((int)(IpertensYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Diabete.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((int)(Diabete.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DiabeteYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = ((int)(DiabeteYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Ipercolest.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(Ipercolest.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((IpercolestYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = ((int)(IpercolestYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Fumo.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = ((int)(Fumo.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FumoYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = ((int)(FumoYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Alcool.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = ((int)(Alcool.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((AlcoolYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = ((int)(AlcoolYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Sovrapp.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = ((int)(Sovrapp.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SovrappYtd.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = ((int)(SovrappYtd.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Sedent.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = ((int)(Sedent.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((AdesTerap.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = ((int)(AdesTerap.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[17].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[18].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[18].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisAnamCliDataTable dataTable = new DS_Applicazione.VisAnamCliDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.VisAnamCliDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "VisAnamCli");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_FamMCCV,
|
|
int Original_Ipertens,
|
|
int Original_IpertensYtd,
|
|
int Original_Diabete,
|
|
int Original_DiabeteYtd,
|
|
int Original_Ipercolest,
|
|
int Original_IpercolestYtd,
|
|
int Original_Fumo,
|
|
int Original_FumoYtd,
|
|
int Original_Alcool,
|
|
int Original_AlcoolYtd,
|
|
int Original_Sovrapp,
|
|
int Original_SovrappYtd,
|
|
int Original_Sedent,
|
|
int Original_AdesTerap) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_FamMCCV));
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_Ipertens));
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_IpertensYtd));
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_Diabete));
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_DiabeteYtd));
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_Ipercolest));
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_IpercolestYtd));
|
|
this.Adapter.DeleteCommand.Parameters[9].Value = ((int)(Original_Fumo));
|
|
this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_FumoYtd));
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((int)(Original_Alcool));
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_AlcoolYtd));
|
|
this.Adapter.DeleteCommand.Parameters[13].Value = ((int)(Original_Sovrapp));
|
|
this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_SovrappYtd));
|
|
this.Adapter.DeleteCommand.Parameters[15].Value = ((int)(Original_Sedent));
|
|
this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_AdesTerap));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
int FamMCCV,
|
|
int Ipertens,
|
|
int IpertensYtd,
|
|
int Diabete,
|
|
int DiabeteYtd,
|
|
int Ipercolest,
|
|
int IpercolestYtd,
|
|
int Fumo,
|
|
int FumoYtd,
|
|
int Alcool,
|
|
int AlcoolYtd,
|
|
int Sovrapp,
|
|
int SovrappYtd,
|
|
int Sedent,
|
|
int AdesTerap) {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((int)(FamMCCV));
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((int)(Ipertens));
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((int)(IpertensYtd));
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((int)(Diabete));
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((int)(DiabeteYtd));
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((int)(Ipercolest));
|
|
this.Adapter.InsertCommand.Parameters[8].Value = ((int)(IpercolestYtd));
|
|
this.Adapter.InsertCommand.Parameters[9].Value = ((int)(Fumo));
|
|
this.Adapter.InsertCommand.Parameters[10].Value = ((int)(FumoYtd));
|
|
this.Adapter.InsertCommand.Parameters[11].Value = ((int)(Alcool));
|
|
this.Adapter.InsertCommand.Parameters[12].Value = ((int)(AlcoolYtd));
|
|
this.Adapter.InsertCommand.Parameters[13].Value = ((int)(Sovrapp));
|
|
this.Adapter.InsertCommand.Parameters[14].Value = ((int)(SovrappYtd));
|
|
this.Adapter.InsertCommand.Parameters[15].Value = ((int)(Sedent));
|
|
this.Adapter.InsertCommand.Parameters[16].Value = ((int)(AdesTerap));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
int FamMCCV,
|
|
int Ipertens,
|
|
int IpertensYtd,
|
|
int Diabete,
|
|
int DiabeteYtd,
|
|
int Ipercolest,
|
|
int IpercolestYtd,
|
|
int Fumo,
|
|
int FumoYtd,
|
|
int Alcool,
|
|
int AlcoolYtd,
|
|
int Sovrapp,
|
|
int SovrappYtd,
|
|
int Sedent,
|
|
int AdesTerap,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_FamMCCV,
|
|
int Original_Ipertens,
|
|
int Original_IpertensYtd,
|
|
int Original_Diabete,
|
|
int Original_DiabeteYtd,
|
|
int Original_Ipercolest,
|
|
int Original_IpercolestYtd,
|
|
int Original_Fumo,
|
|
int Original_FumoYtd,
|
|
int Original_Alcool,
|
|
int Original_AlcoolYtd,
|
|
int Original_Sovrapp,
|
|
int Original_SovrappYtd,
|
|
int Original_Sedent,
|
|
int Original_AdesTerap) {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(FamMCCV));
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(Ipertens));
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(IpertensYtd));
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Diabete));
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(DiabeteYtd));
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Ipercolest));
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(IpercolestYtd));
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Fumo));
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(FumoYtd));
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Alcool));
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(AlcoolYtd));
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Sovrapp));
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(SovrappYtd));
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Sedent));
|
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(AdesTerap));
|
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_FamMCCV));
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_Ipertens));
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_IpertensYtd));
|
|
this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(Original_Diabete));
|
|
this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_DiabeteYtd));
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(Original_Ipercolest));
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_IpercolestYtd));
|
|
this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(Original_Fumo));
|
|
this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_FumoYtd));
|
|
this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(Original_Alcool));
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_AlcoolYtd));
|
|
this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(Original_Sovrapp));
|
|
this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Original_SovrappYtd));
|
|
this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(Original_Sedent));
|
|
this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Original_AdesTerap));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
int FamMCCV,
|
|
int Ipertens,
|
|
int IpertensYtd,
|
|
int Diabete,
|
|
int DiabeteYtd,
|
|
int Ipercolest,
|
|
int IpercolestYtd,
|
|
int Fumo,
|
|
int FumoYtd,
|
|
int Alcool,
|
|
int AlcoolYtd,
|
|
int Sovrapp,
|
|
int SovrappYtd,
|
|
int Sedent,
|
|
int AdesTerap,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_FamMCCV,
|
|
int Original_Ipertens,
|
|
int Original_IpertensYtd,
|
|
int Original_Diabete,
|
|
int Original_DiabeteYtd,
|
|
int Original_Ipercolest,
|
|
int Original_IpercolestYtd,
|
|
int Original_Fumo,
|
|
int Original_FumoYtd,
|
|
int Original_Alcool,
|
|
int Original_AlcoolYtd,
|
|
int Original_Sovrapp,
|
|
int Original_SovrappYtd,
|
|
int Original_Sedent,
|
|
int Original_AdesTerap) {
|
|
return this.Update(Original_IdxPaziente, Original_DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap, Original_IdxPaziente, Original_DataVisita, Original_FamMCCV, Original_Ipertens, Original_IpertensYtd, Original_Diabete, Original_DiabeteYtd, Original_Ipercolest, Original_IpercolestYtd, Original_Fumo, Original_FumoYtd, Original_Alcool, Original_AlcoolYtd, Original_Sovrapp, Original_SovrappYtd, Original_Sedent, Original_AdesTerap);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisCardioPolTableAdapter : 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", "15.0.0.0")]
|
|
public VisCardioPolTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisCardioPol";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("PaSis", "PaSis");
|
|
tableMapping.ColumnMappings.Add("PaDia", "PaDia");
|
|
tableMapping.ColumnMappings.Add("QR1", "QR1");
|
|
tableMapping.ColumnMappings.Add("QR1_Kg", "QR1_Kg");
|
|
tableMapping.ColumnMappings.Add("VO2", "VO2");
|
|
tableMapping.ColumnMappings.Add("VO2_Kg", "VO2_Kg");
|
|
tableMapping.ColumnMappings.Add("FC_QR1", "FC_QR1");
|
|
tableMapping.ColumnMappings.Add("PolsoO2", "PolsoO2");
|
|
tableMapping.ColumnMappings.Add("PaSisMax", "PaSisMax");
|
|
tableMapping.ColumnMappings.Add("PaDiaMax", "PaDiaMax");
|
|
tableMapping.ColumnMappings.Add("FrazEiez", "FrazEiez");
|
|
tableMapping.ColumnMappings.Add("TDI", "TDI");
|
|
tableMapping.ColumnMappings.Add("PlaccheVas", "PlaccheVas");
|
|
tableMapping.ColumnMappings.Add("Note", "Note");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [VisCardioPol] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QR1_Kg", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PolsoO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PolsoO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FrazEiez", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FrazEiez", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_TDI", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TDI", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PlaccheVas", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PlaccheVas", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [VisCardioPol] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [VO2_Kg], [FC_QR1], [PaSisMax], [PaDiaMax], [FrazEiez], [TDI], [PlaccheVas], [Note]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @VO2_Kg, @FC_QR1, @PaSisMax, @PaDiaMax, @FrazEiez, @TDI, @PlaccheVas, @Note);
|
|
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FrazEiez", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TDI", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TDI", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlaccheVas", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PlaccheVas", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", 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 = @"UPDATE [VisCardioPol] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [VO2_Kg] = @VO2_Kg, [FC_QR1] = @FC_QR1, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note));
|
|
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FrazEiez", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TDI", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TDI", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlaccheVas", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PlaccheVas", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QR1_Kg", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PolsoO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PolsoO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FrazEiez", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FrazEiez", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_TDI", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TDI", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PlaccheVas", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PlaccheVas", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT *\r\nFROM VisCardioPol";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VCardio_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VCardio_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VCardio_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSisMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TDI", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlaccheVas", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VCardio_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSisMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TDI", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlaccheVas", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisCardioPolDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisCardioPolDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisCardioPolDataTable dataTable = new DS_Applicazione.VisCardioPolDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisCardioPolDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisCardioPolDataTable dataTable = new DS_Applicazione.VisCardioPolDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisCardioPolDataTable InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> PaSis, global::System.Nullable<int> PaDia, global::System.Nullable<double> QR1, global::System.Nullable<double> VO2_Kg, global::System.Nullable<int> FC_QR1, global::System.Nullable<int> PaSisMax, global::System.Nullable<int> PaDiaMax, global::System.Nullable<double> FrazEiez, global::System.Nullable<double> TDI, global::System.Nullable<double> PlaccheVas, string Note) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaSis.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((int)(PaSis.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaDia.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((int)(PaDia.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((QR1.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((double)(QR1.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((VO2_Kg.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = ((double)(VO2_Kg.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FC_QR1.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(FC_QR1.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaSisMax.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = ((int)(PaSisMax.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaDiaMax.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = ((int)(PaDiaMax.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FrazEiez.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(FrazEiez.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TDI.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = ((double)(TDI.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlaccheVas.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = ((double)(PlaccheVas.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Note == null)) {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = ((string)(Note));
|
|
}
|
|
DS_Applicazione.VisCardioPolDataTable dataTable = new DS_Applicazione.VisCardioPolDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisCardioPolDataTable UpdateQuery(global::System.Nullable<int> PaSis, global::System.Nullable<int> PaDia, global::System.Nullable<double> QR1, global::System.Nullable<double> VO2_Kg, global::System.Nullable<int> FC_QR1, global::System.Nullable<int> PaSisMax, global::System.Nullable<int> PaDiaMax, global::System.Nullable<double> FrazEiez, global::System.Nullable<double> TDI, global::System.Nullable<double> PlaccheVas, string Note, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((PaSis.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(PaSis.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaDia.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((int)(PaDia.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((QR1.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((double)(QR1.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((VO2_Kg.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((double)(VO2_Kg.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FC_QR1.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((int)(FC_QR1.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaSisMax.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = ((int)(PaSisMax.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PaDiaMax.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(PaDiaMax.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FrazEiez.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = ((double)(FrazEiez.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TDI.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = ((double)(TDI.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlaccheVas.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(PlaccheVas.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Note == null)) {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[11].Value = ((string)(Note));
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisCardioPolDataTable dataTable = new DS_Applicazione.VisCardioPolDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.VisCardioPolDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "VisCardioPol");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_PaSis,
|
|
int Original_PaDia,
|
|
double Original_QR1,
|
|
global::System.Nullable<double> Original_QR1_Kg,
|
|
global::System.Nullable<double> Original_VO2,
|
|
double Original_VO2_Kg,
|
|
int Original_FC_QR1,
|
|
global::System.Nullable<double> Original_PolsoO2,
|
|
int Original_PaSisMax,
|
|
int Original_PaDiaMax,
|
|
double Original_FrazEiez,
|
|
double Original_TDI,
|
|
double Original_PlaccheVas,
|
|
string Original_Note) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_PaSis));
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_PaDia));
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((double)(Original_QR1));
|
|
if ((Original_QR1_Kg.HasValue == true)) {
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((double)(Original_QR1_Kg.Value));
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_VO2.HasValue == true)) {
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_VO2.Value));
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[9].Value = ((double)(Original_VO2_Kg));
|
|
this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_FC_QR1));
|
|
if ((Original_PolsoO2.HasValue == true)) {
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = ((double)(Original_PolsoO2.Value));
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[13].Value = ((int)(Original_PaSisMax));
|
|
this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_PaDiaMax));
|
|
this.Adapter.DeleteCommand.Parameters[15].Value = ((double)(Original_FrazEiez));
|
|
this.Adapter.DeleteCommand.Parameters[16].Value = ((double)(Original_TDI));
|
|
this.Adapter.DeleteCommand.Parameters[17].Value = ((double)(Original_PlaccheVas));
|
|
if ((Original_Note == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Note");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(int IdxPaziente, System.DateTime DataVisita, int PaSis, int PaDia, double QR1, double VO2_Kg, int FC_QR1, int PaSisMax, int PaDiaMax, double FrazEiez, double TDI, double PlaccheVas, string Note) {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((int)(PaSis));
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((int)(PaDia));
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((double)(QR1));
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((double)(VO2_Kg));
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((int)(FC_QR1));
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((int)(PaSisMax));
|
|
this.Adapter.InsertCommand.Parameters[8].Value = ((int)(PaDiaMax));
|
|
this.Adapter.InsertCommand.Parameters[9].Value = ((double)(FrazEiez));
|
|
this.Adapter.InsertCommand.Parameters[10].Value = ((double)(TDI));
|
|
this.Adapter.InsertCommand.Parameters[11].Value = ((double)(PlaccheVas));
|
|
if ((Note == null)) {
|
|
throw new global::System.ArgumentNullException("Note");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
int PaSis,
|
|
int PaDia,
|
|
double QR1,
|
|
double VO2_Kg,
|
|
int FC_QR1,
|
|
int PaSisMax,
|
|
int PaDiaMax,
|
|
double FrazEiez,
|
|
double TDI,
|
|
double PlaccheVas,
|
|
string Note,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_PaSis,
|
|
int Original_PaDia,
|
|
double Original_QR1,
|
|
global::System.Nullable<double> Original_QR1_Kg,
|
|
global::System.Nullable<double> Original_VO2,
|
|
double Original_VO2_Kg,
|
|
int Original_FC_QR1,
|
|
global::System.Nullable<double> Original_PolsoO2,
|
|
int Original_PaSisMax,
|
|
int Original_PaDiaMax,
|
|
double Original_FrazEiez,
|
|
double Original_TDI,
|
|
double Original_PlaccheVas,
|
|
string Original_Note) {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(PaSis));
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(PaDia));
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((double)(QR1));
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((double)(VO2_Kg));
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(FC_QR1));
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(PaSisMax));
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(PaDiaMax));
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((double)(FrazEiez));
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((double)(TDI));
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((double)(PlaccheVas));
|
|
if ((Note == null)) {
|
|
throw new global::System.ArgumentNullException("Note");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Note));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_PaSis));
|
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_PaDia));
|
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((double)(Original_QR1));
|
|
if ((Original_QR1_Kg.HasValue == true)) {
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((double)(Original_QR1_Kg.Value));
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_VO2.HasValue == true)) {
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_VO2.Value));
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_VO2_Kg));
|
|
this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_FC_QR1));
|
|
if ((Original_PolsoO2.HasValue == true)) {
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = ((double)(Original_PolsoO2.Value));
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(Original_PaSisMax));
|
|
this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_PaDiaMax));
|
|
this.Adapter.UpdateCommand.Parameters[28].Value = ((double)(Original_FrazEiez));
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = ((double)(Original_TDI));
|
|
this.Adapter.UpdateCommand.Parameters[30].Value = ((double)(Original_PlaccheVas));
|
|
if ((Original_Note == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Note");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
int PaSis,
|
|
int PaDia,
|
|
double QR1,
|
|
double VO2_Kg,
|
|
int FC_QR1,
|
|
int PaSisMax,
|
|
int PaDiaMax,
|
|
double FrazEiez,
|
|
double TDI,
|
|
double PlaccheVas,
|
|
string Note,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_PaSis,
|
|
int Original_PaDia,
|
|
double Original_QR1,
|
|
global::System.Nullable<double> Original_QR1_Kg,
|
|
global::System.Nullable<double> Original_VO2,
|
|
double Original_VO2_Kg,
|
|
int Original_FC_QR1,
|
|
global::System.Nullable<double> Original_PolsoO2,
|
|
int Original_PaSisMax,
|
|
int Original_PaDiaMax,
|
|
double Original_FrazEiez,
|
|
double Original_TDI,
|
|
double Original_PlaccheVas,
|
|
string Original_Note) {
|
|
return this.Update(Original_IdxPaziente, Original_DataVisita, PaSis, PaDia, QR1, VO2_Kg, FC_QR1, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note, Original_IdxPaziente, Original_DataVisita, Original_PaSis, Original_PaDia, Original_QR1, Original_QR1_Kg, Original_VO2, Original_VO2_Kg, Original_FC_QR1, Original_PolsoO2, Original_PaSisMax, Original_PaDiaMax, Original_FrazEiez, Original_TDI, Original_PlaccheVas, Original_Note);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisPsicoTableAdapter : 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", "15.0.0.0")]
|
|
public VisPsicoTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisPsico";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("Test15ParReyImm", "Test15ParReyImm");
|
|
tableMapping.ColumnMappings.Add("Test15ParReyDif", "Test15ParReyDif");
|
|
tableMapping.ColumnMappings.Add("FigComplRey_Copia", "FigComplRey_Copia");
|
|
tableMapping.ColumnMappings.Add("FigComplRey_RipDiff", "FigComplRey_RipDiff");
|
|
tableMapping.ColumnMappings.Add("StroopTestInterfErr", "StroopTestInterfErr");
|
|
tableMapping.ColumnMappings.Add("StroopTestInterfTemp", "StroopTestInterfTemp");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [VisPsico] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Test15ParReyImm] = @Original_Test15ParReyImm) AND ([Test15ParReyDif] = @Original_Test15ParReyDif) AND ([FigComplRey_Copia] = @Original_FigComplRey_Copia) AND ([FigComplRey_RipDiff] = @Original_FigComplRey_RipDiff) AND ([StroopTestInterfErr] = @Original_StroopTestInterfErr) AND ([StroopTestInterfTemp] = @Original_StroopTestInterfTemp))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Test15ParReyImm", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyImm", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Test15ParReyDif", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyDif", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FigComplRey_Copia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_Copia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FigComplRey_RipDiff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_RipDiff", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StroopTestInterfErr", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfErr", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StroopTestInterfTemp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfTemp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [VisPsico] ([IdxPaziente], [DataVisita], [Test15ParReyImm], [Test15ParReyDif], [FigComplRey_Copia], [FigComplRey_RipDiff], [StroopTestInterfErr], [StroopTestInterfTemp]) VALUES (@IdxPaziente, @DataVisita, @Test15ParReyImm, @Test15ParReyDif, @FigComplRey_Copia, @FigComplRey_RipDiff, @StroopTestInterfErr, @StroopTestInterfTemp);
|
|
SELECT IdxPaziente, DataVisita, Test15ParReyImm, Test15ParReyDif, FigComplRey_Copia, FigComplRey_RipDiff, StroopTestInterfErr, StroopTestInterfTemp FROM VisPsico WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyImm", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyImm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyDif", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyDif", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_Copia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_Copia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_RipDiff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_RipDiff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfErr", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfErr", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfTemp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfTemp", 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 = @"UPDATE [VisPsico] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Test15ParReyImm] = @Test15ParReyImm, [Test15ParReyDif] = @Test15ParReyDif, [FigComplRey_Copia] = @FigComplRey_Copia, [FigComplRey_RipDiff] = @FigComplRey_RipDiff, [StroopTestInterfErr] = @StroopTestInterfErr, [StroopTestInterfTemp] = @StroopTestInterfTemp WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Test15ParReyImm] = @Original_Test15ParReyImm) AND ([Test15ParReyDif] = @Original_Test15ParReyDif) AND ([FigComplRey_Copia] = @Original_FigComplRey_Copia) AND ([FigComplRey_RipDiff] = @Original_FigComplRey_RipDiff) AND ([StroopTestInterfErr] = @Original_StroopTestInterfErr) AND ([StroopTestInterfTemp] = @Original_StroopTestInterfTemp));
|
|
SELECT IdxPaziente, DataVisita, Test15ParReyImm, Test15ParReyDif, FigComplRey_Copia, FigComplRey_RipDiff, StroopTestInterfErr, StroopTestInterfTemp FROM VisPsico WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyImm", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyImm", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyDif", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyDif", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_Copia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_Copia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_RipDiff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_RipDiff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfErr", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfErr", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfTemp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfTemp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Test15ParReyImm", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyImm", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Test15ParReyDif", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Test15ParReyDif", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FigComplRey_Copia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_Copia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FigComplRey_RipDiff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FigComplRey_RipDiff", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StroopTestInterfErr", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfErr", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StroopTestInterfTemp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StroopTestInterfTemp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM VisPsico";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VP_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VP_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VP_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_Copia", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_RipDiff", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyImm", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyDif", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfErr", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfTemp", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VP_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_Copia", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FigComplRey_RipDiff", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyImm", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Test15ParReyDif", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfErr", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StroopTestInterfTemp", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisPsicoDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisPsicoDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisPsicoDataTable dataTable = new DS_Applicazione.VisPsicoDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisPsicoDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisPsicoDataTable dataTable = new DS_Applicazione.VisPsicoDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.VisPsicoDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "VisPsico");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(int Original_IdxPaziente, System.DateTime Original_DataVisita, int Original_Test15ParReyImm, int Original_Test15ParReyDif, int Original_FigComplRey_Copia, int Original_FigComplRey_RipDiff, int Original_StroopTestInterfErr, int Original_StroopTestInterfTemp) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_Test15ParReyImm));
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_Test15ParReyDif));
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_FigComplRey_Copia));
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_FigComplRey_RipDiff));
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_StroopTestInterfErr));
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_StroopTestInterfTemp));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(int IdxPaziente, System.DateTime DataVisita, int Test15ParReyImm, int Test15ParReyDif, int FigComplRey_Copia, int FigComplRey_RipDiff, int StroopTestInterfErr, int StroopTestInterfTemp) {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((int)(Test15ParReyImm));
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((int)(Test15ParReyDif));
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((int)(FigComplRey_Copia));
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((int)(FigComplRey_RipDiff));
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((int)(StroopTestInterfErr));
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((int)(StroopTestInterfTemp));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
int IdxPaziente,
|
|
System.DateTime DataVisita,
|
|
int Test15ParReyImm,
|
|
int Test15ParReyDif,
|
|
int FigComplRey_Copia,
|
|
int FigComplRey_RipDiff,
|
|
int StroopTestInterfErr,
|
|
int StroopTestInterfTemp,
|
|
int Original_IdxPaziente,
|
|
System.DateTime Original_DataVisita,
|
|
int Original_Test15ParReyImm,
|
|
int Original_Test15ParReyDif,
|
|
int Original_FigComplRey_Copia,
|
|
int Original_FigComplRey_RipDiff,
|
|
int Original_StroopTestInterfErr,
|
|
int Original_StroopTestInterfTemp) {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(Test15ParReyImm));
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(Test15ParReyDif));
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(FigComplRey_Copia));
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(FigComplRey_RipDiff));
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(StroopTestInterfErr));
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(StroopTestInterfTemp));
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(Original_DataVisita));
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Original_Test15ParReyImm));
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Original_Test15ParReyDif));
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(Original_FigComplRey_Copia));
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_FigComplRey_RipDiff));
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(Original_StroopTestInterfErr));
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_StroopTestInterfTemp));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(int Test15ParReyImm, int Test15ParReyDif, int FigComplRey_Copia, int FigComplRey_RipDiff, int StroopTestInterfErr, int StroopTestInterfTemp, int Original_IdxPaziente, System.DateTime Original_DataVisita, int Original_Test15ParReyImm, int Original_Test15ParReyDif, int Original_FigComplRey_Copia, int Original_FigComplRey_RipDiff, int Original_StroopTestInterfErr, int Original_StroopTestInterfTemp) {
|
|
return this.Update(Original_IdxPaziente, Original_DataVisita, Test15ParReyImm, Test15ParReyDif, FigComplRey_Copia, FigComplRey_RipDiff, StroopTestInterfErr, StroopTestInterfTemp, Original_IdxPaziente, Original_DataVisita, Original_Test15ParReyImm, Original_Test15ParReyDif, Original_FigComplRey_Copia, Original_FigComplRey_RipDiff, Original_StroopTestInterfErr, Original_StroopTestInterfTemp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> FigComplRey_Copia, global::System.Nullable<int> FigComplRey_RipDiff, global::System.Nullable<int> Test15ParReyImm, global::System.Nullable<int> Test15ParReyDif, global::System.Nullable<int> StroopTestInterfErr, global::System.Nullable<int> StroopTestInterfTemp) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FigComplRey_Copia.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(FigComplRey_Copia.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FigComplRey_RipDiff.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(FigComplRey_RipDiff.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Test15ParReyImm.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(Test15ParReyImm.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Test15ParReyDif.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(Test15ParReyDif.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((StroopTestInterfErr.HasValue == true)) {
|
|
command.Parameters[7].Value = ((int)(StroopTestInterfErr.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((StroopTestInterfTemp.HasValue == true)) {
|
|
command.Parameters[8].Value = ((int)(StroopTestInterfTemp.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(global::System.Nullable<int> FigComplRey_Copia, global::System.Nullable<int> FigComplRey_RipDiff, global::System.Nullable<int> Test15ParReyImm, global::System.Nullable<int> Test15ParReyDif, global::System.Nullable<int> StroopTestInterfErr, global::System.Nullable<int> StroopTestInterfTemp, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((FigComplRey_Copia.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(FigComplRey_Copia.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FigComplRey_RipDiff.HasValue == true)) {
|
|
command.Parameters[2].Value = ((int)(FigComplRey_RipDiff.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Test15ParReyImm.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(Test15ParReyImm.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Test15ParReyDif.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(Test15ParReyDif.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((StroopTestInterfErr.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(StroopTestInterfErr.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((StroopTestInterfTemp.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(StroopTestInterfTemp.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[7].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[8].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisStileVitaTableAdapter : 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", "15.0.0.0")]
|
|
public VisStileVitaTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisStileVita";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("Eta", "Eta");
|
|
tableMapping.ColumnMappings.Add("Sesso", "Sesso");
|
|
tableMapping.ColumnMappings.Add("Lavoro", "Lavoro");
|
|
tableMapping.ColumnMappings.Add("StileVita", "StileVita");
|
|
tableMapping.ColumnMappings.Add("FreqAll", "FreqAll");
|
|
tableMapping.ColumnMappings.Add("MezzoTrasp", "MezzoTrasp");
|
|
tableMapping.ColumnMappings.Add("ScoreAttiv", "ScoreAttiv");
|
|
tableMapping.ColumnMappings.Add("MET_Lavoro", "MET_Lavoro");
|
|
tableMapping.ColumnMappings.Add("MET_AttFisica", "MET_AttFisica");
|
|
tableMapping.ColumnMappings.Add("OreSonno", "OreSonno");
|
|
tableMapping.ColumnMappings.Add("OreSeduto", "OreSeduto");
|
|
tableMapping.ColumnMappings.Add("OrePasti", "OrePasti");
|
|
tableMapping.ColumnMappings.Add("OreSpostAuto", "OreSpostAuto");
|
|
tableMapping.ColumnMappings.Add("OreSpostAtt", "OreSpostAtt");
|
|
tableMapping.ColumnMappings.Add("OreLavoro", "OreLavoro");
|
|
tableMapping.ColumnMappings.Add("OreIgiene", "OreIgiene");
|
|
tableMapping.ColumnMappings.Add("OreAttFisica", "OreAttFisica");
|
|
tableMapping.ColumnMappings.Add("OrePulizia", "OrePulizia");
|
|
tableMapping.ColumnMappings.Add("OreCane", "OreCane");
|
|
tableMapping.ColumnMappings.Add("ConsCalDie", "ConsCalDie");
|
|
tableMapping.ColumnMappings.Add("Verdure", "Verdure");
|
|
tableMapping.ColumnMappings.Add("Legumi", "Legumi");
|
|
tableMapping.ColumnMappings.Add("Frutta", "Frutta");
|
|
tableMapping.ColumnMappings.Add("Noci", "Noci");
|
|
tableMapping.ColumnMappings.Add("Cereali", "Cereali");
|
|
tableMapping.ColumnMappings.Add("Pesce", "Pesce");
|
|
tableMapping.ColumnMappings.Add("Grassi", "Grassi");
|
|
tableMapping.ColumnMappings.Add("Vino", "Vino");
|
|
tableMapping.ColumnMappings.Add("CarneLatt", "CarneLatt");
|
|
tableMapping.ColumnMappings.Add("ScoreDietMed", "ScoreDietMed");
|
|
tableMapping.ColumnMappings.Add("Note", "Note");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * \r\nFROM v_VisStileVita";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VSV_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VSV_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VSV_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Lavoro", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StileVita", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FreqAll", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MezzoTrasp", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MET_Lavoro", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MET_AttFisica", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreSeduto", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrePasti", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreSpostAuto", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreSpostAtt", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreLavoro", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreIgiene", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreAttFisica", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrePulizia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreCane", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Verdure", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Legumi", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Frutta", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Noci", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cereali", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pesce", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Grassi", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Vino", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CarneLatt", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VSV_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Lavoro", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StileVita", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FreqAll", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MezzoTrasp", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MET_Lavoro", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MET_AttFisica", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreSeduto", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrePasti", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreSpostAuto", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreSpostAtt", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreLavoro", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreIgiene", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreAttFisica", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OrePulizia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OreCane", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Verdure", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Legumi", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Frutta", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Noci", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cereali", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pesce", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Grassi", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Vino", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CarneLatt", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisStileVitaDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisStileVitaDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisStileVitaDataTable dataTable = new DS_Applicazione.VisStileVitaDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisStileVitaDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisStileVitaDataTable dataTable = new DS_Applicazione.VisStileVitaDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(
|
|
global::System.Nullable<int> IdxPaziente,
|
|
global::System.Nullable<global::System.DateTime> DataVisita,
|
|
global::System.Nullable<int> Lavoro,
|
|
global::System.Nullable<int> StileVita,
|
|
global::System.Nullable<int> FreqAll,
|
|
global::System.Nullable<int> MezzoTrasp,
|
|
global::System.Nullable<double> MET_Lavoro,
|
|
global::System.Nullable<double> MET_AttFisica,
|
|
global::System.Nullable<double> OreSeduto,
|
|
global::System.Nullable<double> OrePasti,
|
|
global::System.Nullable<double> OreSpostAuto,
|
|
global::System.Nullable<double> OreSpostAtt,
|
|
global::System.Nullable<double> OreLavoro,
|
|
global::System.Nullable<double> OreIgiene,
|
|
global::System.Nullable<double> OreAttFisica,
|
|
global::System.Nullable<double> OrePulizia,
|
|
global::System.Nullable<double> OreCane,
|
|
global::System.Nullable<int> Verdure,
|
|
global::System.Nullable<int> Legumi,
|
|
global::System.Nullable<int> Frutta,
|
|
global::System.Nullable<int> Noci,
|
|
global::System.Nullable<int> Cereali,
|
|
global::System.Nullable<int> Pesce,
|
|
global::System.Nullable<int> Grassi,
|
|
global::System.Nullable<int> Vino,
|
|
global::System.Nullable<int> CarneLatt,
|
|
string Note) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Lavoro.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(Lavoro.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((StileVita.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(StileVita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FreqAll.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(FreqAll.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MezzoTrasp.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(MezzoTrasp.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MET_Lavoro.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(MET_Lavoro.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MET_AttFisica.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(MET_AttFisica.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreSeduto.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(OreSeduto.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OrePasti.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(OrePasti.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreSpostAuto.HasValue == true)) {
|
|
command.Parameters[11].Value = ((double)(OreSpostAuto.Value));
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreSpostAtt.HasValue == true)) {
|
|
command.Parameters[12].Value = ((double)(OreSpostAtt.Value));
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreLavoro.HasValue == true)) {
|
|
command.Parameters[13].Value = ((double)(OreLavoro.Value));
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreIgiene.HasValue == true)) {
|
|
command.Parameters[14].Value = ((double)(OreIgiene.Value));
|
|
}
|
|
else {
|
|
command.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreAttFisica.HasValue == true)) {
|
|
command.Parameters[15].Value = ((double)(OreAttFisica.Value));
|
|
}
|
|
else {
|
|
command.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OrePulizia.HasValue == true)) {
|
|
command.Parameters[16].Value = ((double)(OrePulizia.Value));
|
|
}
|
|
else {
|
|
command.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreCane.HasValue == true)) {
|
|
command.Parameters[17].Value = ((double)(OreCane.Value));
|
|
}
|
|
else {
|
|
command.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Verdure.HasValue == true)) {
|
|
command.Parameters[18].Value = ((int)(Verdure.Value));
|
|
}
|
|
else {
|
|
command.Parameters[18].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Legumi.HasValue == true)) {
|
|
command.Parameters[19].Value = ((int)(Legumi.Value));
|
|
}
|
|
else {
|
|
command.Parameters[19].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Frutta.HasValue == true)) {
|
|
command.Parameters[20].Value = ((int)(Frutta.Value));
|
|
}
|
|
else {
|
|
command.Parameters[20].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Noci.HasValue == true)) {
|
|
command.Parameters[21].Value = ((int)(Noci.Value));
|
|
}
|
|
else {
|
|
command.Parameters[21].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Cereali.HasValue == true)) {
|
|
command.Parameters[22].Value = ((int)(Cereali.Value));
|
|
}
|
|
else {
|
|
command.Parameters[22].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Pesce.HasValue == true)) {
|
|
command.Parameters[23].Value = ((int)(Pesce.Value));
|
|
}
|
|
else {
|
|
command.Parameters[23].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Grassi.HasValue == true)) {
|
|
command.Parameters[24].Value = ((int)(Grassi.Value));
|
|
}
|
|
else {
|
|
command.Parameters[24].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Vino.HasValue == true)) {
|
|
command.Parameters[25].Value = ((int)(Vino.Value));
|
|
}
|
|
else {
|
|
command.Parameters[25].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CarneLatt.HasValue == true)) {
|
|
command.Parameters[26].Value = ((int)(CarneLatt.Value));
|
|
}
|
|
else {
|
|
command.Parameters[26].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Note == null)) {
|
|
command.Parameters[27].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[27].Value = ((string)(Note));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(
|
|
global::System.Nullable<int> Lavoro,
|
|
global::System.Nullable<int> StileVita,
|
|
global::System.Nullable<int> FreqAll,
|
|
global::System.Nullable<int> MezzoTrasp,
|
|
global::System.Nullable<double> MET_Lavoro,
|
|
global::System.Nullable<double> MET_AttFisica,
|
|
global::System.Nullable<double> OreSeduto,
|
|
global::System.Nullable<double> OrePasti,
|
|
global::System.Nullable<double> OreSpostAuto,
|
|
global::System.Nullable<double> OreSpostAtt,
|
|
global::System.Nullable<double> OreLavoro,
|
|
global::System.Nullable<double> OreIgiene,
|
|
global::System.Nullable<double> OreAttFisica,
|
|
global::System.Nullable<double> OrePulizia,
|
|
global::System.Nullable<double> OreCane,
|
|
global::System.Nullable<int> Verdure,
|
|
global::System.Nullable<int> Legumi,
|
|
global::System.Nullable<int> Frutta,
|
|
global::System.Nullable<int> Noci,
|
|
global::System.Nullable<int> Cereali,
|
|
global::System.Nullable<int> Pesce,
|
|
global::System.Nullable<int> Grassi,
|
|
global::System.Nullable<int> Vino,
|
|
global::System.Nullable<int> CarneLatt,
|
|
string Note,
|
|
global::System.Nullable<global::System.DateTime> Original_DataVisita,
|
|
global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((Lavoro.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Lavoro.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((StileVita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((int)(StileVita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FreqAll.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(FreqAll.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MezzoTrasp.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(MezzoTrasp.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MET_Lavoro.HasValue == true)) {
|
|
command.Parameters[5].Value = ((double)(MET_Lavoro.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((MET_AttFisica.HasValue == true)) {
|
|
command.Parameters[6].Value = ((double)(MET_AttFisica.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreSeduto.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(OreSeduto.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OrePasti.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(OrePasti.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreSpostAuto.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(OreSpostAuto.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreSpostAtt.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(OreSpostAtt.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreLavoro.HasValue == true)) {
|
|
command.Parameters[11].Value = ((double)(OreLavoro.Value));
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreIgiene.HasValue == true)) {
|
|
command.Parameters[12].Value = ((double)(OreIgiene.Value));
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreAttFisica.HasValue == true)) {
|
|
command.Parameters[13].Value = ((double)(OreAttFisica.Value));
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OrePulizia.HasValue == true)) {
|
|
command.Parameters[14].Value = ((double)(OrePulizia.Value));
|
|
}
|
|
else {
|
|
command.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((OreCane.HasValue == true)) {
|
|
command.Parameters[15].Value = ((double)(OreCane.Value));
|
|
}
|
|
else {
|
|
command.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Verdure.HasValue == true)) {
|
|
command.Parameters[16].Value = ((int)(Verdure.Value));
|
|
}
|
|
else {
|
|
command.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Legumi.HasValue == true)) {
|
|
command.Parameters[17].Value = ((int)(Legumi.Value));
|
|
}
|
|
else {
|
|
command.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Frutta.HasValue == true)) {
|
|
command.Parameters[18].Value = ((int)(Frutta.Value));
|
|
}
|
|
else {
|
|
command.Parameters[18].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Noci.HasValue == true)) {
|
|
command.Parameters[19].Value = ((int)(Noci.Value));
|
|
}
|
|
else {
|
|
command.Parameters[19].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Cereali.HasValue == true)) {
|
|
command.Parameters[20].Value = ((int)(Cereali.Value));
|
|
}
|
|
else {
|
|
command.Parameters[20].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Pesce.HasValue == true)) {
|
|
command.Parameters[21].Value = ((int)(Pesce.Value));
|
|
}
|
|
else {
|
|
command.Parameters[21].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Grassi.HasValue == true)) {
|
|
command.Parameters[22].Value = ((int)(Grassi.Value));
|
|
}
|
|
else {
|
|
command.Parameters[22].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Vino.HasValue == true)) {
|
|
command.Parameters[23].Value = ((int)(Vino.Value));
|
|
}
|
|
else {
|
|
command.Parameters[23].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CarneLatt.HasValue == true)) {
|
|
command.Parameters[24].Value = ((int)(CarneLatt.Value));
|
|
}
|
|
else {
|
|
command.Parameters[24].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Note == null)) {
|
|
command.Parameters[25].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[25].Value = ((string)(Note));
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[26].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[26].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[27].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[27].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisRelazFinTableAdapter : 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", "15.0.0.0")]
|
|
public VisRelazFinTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisRelazFin";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("Note", "Note");
|
|
tableMapping.ColumnMappings.Add("Score1", "Score1");
|
|
tableMapping.ColumnMappings.Add("Score2", "Score2");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = "DELETE FROM [VisRelazFin] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Da" +
|
|
"taVisita] = @Original_DataVisita) AND ([Note] = @Original_Note) AND ([Score1] = " +
|
|
"@Original_Score1) AND ([Score2] = @Original_Score2))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Score1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Score2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [VisRelazFin] ([IdxPaziente], [DataVisita], [Note], [Score1], [Score2]) VALUES (@IdxPaziente, @DataVisita, @Note, @Score1, @Score2);
|
|
SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score2", 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 = @"UPDATE [VisRelazFin] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Note] = @Note, [Score1] = @Score1, [Score2] = @Score2 WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Note] = @Original_Note) AND ([Score1] = @Original_Score1) AND ([Score2] = @Original_Score2));
|
|
SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Score1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Score2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Score2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT IdxPaziente, DataVisita, Note, Score1, Score2\r\nFROM VisR" +
|
|
"elazFin";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VRF_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VRF_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VRF_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score2", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 4000, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VRF_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Score2", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 4000, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisRelazFinDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisRelazFinDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisRelazFinDataTable dataTable = new DS_Applicazione.VisRelazFinDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisRelazFinDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisRelazFinDataTable dataTable = new DS_Applicazione.VisRelazFinDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.VisRelazFinDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "VisRelazFin");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(int Original_IdxPaziente, System.DateTime Original_DataVisita, string Original_Note, double Original_Score1, double Original_Score2) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((System.DateTime)(Original_DataVisita));
|
|
if ((Original_Note == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Note");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Note));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((double)(Original_Score1));
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((double)(Original_Score2));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(int IdxPaziente, System.DateTime DataVisita, string Note, double Score1, double Score2) {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
if ((Note == null)) {
|
|
throw new global::System.ArgumentNullException("Note");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Note));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((double)(Score1));
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((double)(Score2));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(int IdxPaziente, System.DateTime DataVisita, string Note, double Score1, double Score2, int Original_IdxPaziente, System.DateTime Original_DataVisita, string Original_Note, double Original_Score1, double Original_Score2) {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
|
if ((Note == null)) {
|
|
throw new global::System.ArgumentNullException("Note");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Note));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((double)(Score1));
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((double)(Score2));
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_IdxPaziente));
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(Original_DataVisita));
|
|
if ((Original_Note == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Note");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_Note));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((double)(Original_Score1));
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((double)(Original_Score2));
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(string Note, double Score1, double Score2, int Original_IdxPaziente, System.DateTime Original_DataVisita, string Original_Note, double Original_Score1, double Original_Score2) {
|
|
return this.Update(Original_IdxPaziente, Original_DataVisita, Note, Score1, Score2, Original_IdxPaziente, Original_DataVisita, Original_Note, Original_Score1, Original_Score2);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(global::System.Nullable<double> Score1, global::System.Nullable<double> Score2, string Note, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((Score1.HasValue == true)) {
|
|
command.Parameters[1].Value = ((double)(Score1.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Score2.HasValue == true)) {
|
|
command.Parameters[2].Value = ((double)(Score2.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Note == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(Note));
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[4].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(global::System.Nullable<double> Score1, global::System.Nullable<double> Score2, string Note, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((Score1.HasValue == true)) {
|
|
command.Parameters[1].Value = ((double)(Score1.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Score2.HasValue == true)) {
|
|
command.Parameters[2].Value = ((double)(Score2.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Note == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(Note));
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[4].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 stp_rep_DatiFullByPazienteDataTableAdapter : 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", "15.0.0.0")]
|
|
public stp_rep_DatiFullByPazienteDataTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "stp_rep_DatiFullByPazienteData";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("Gruppo", "Gruppo");
|
|
tableMapping.ColumnMappings.Add("Cognome", "Cognome");
|
|
tableMapping.ColumnMappings.Add("Nome", "Nome");
|
|
tableMapping.ColumnMappings.Add("DataNasc", "DataNasc");
|
|
tableMapping.ColumnMappings.Add("LuogoNascita", "LuogoNascita");
|
|
tableMapping.ColumnMappings.Add("Sesso", "Sesso");
|
|
tableMapping.ColumnMappings.Add("CodF", "CodF");
|
|
tableMapping.ColumnMappings.Add("Indirizzo", "Indirizzo");
|
|
tableMapping.ColumnMappings.Add("Eta", "Eta");
|
|
tableMapping.ColumnMappings.Add("RecTel", "RecTel");
|
|
tableMapping.ColumnMappings.Add("Medico", "Medico");
|
|
tableMapping.ColumnMappings.Add("NotePaziente", "NotePaziente");
|
|
tableMapping.ColumnMappings.Add("Glicemia", "Glicemia");
|
|
tableMapping.ColumnMappings.Add("EmoglGlicata", "EmoglGlicata");
|
|
tableMapping.ColumnMappings.Add("ColesTot", "ColesTot");
|
|
tableMapping.ColumnMappings.Add("LDL", "LDL");
|
|
tableMapping.ColumnMappings.Add("HDL", "HDL");
|
|
tableMapping.ColumnMappings.Add("Trigliceridi", "Trigliceridi");
|
|
tableMapping.ColumnMappings.Add("ColRapLDLHDL", "ColRapLDLHDL");
|
|
tableMapping.ColumnMappings.Add("Omocisteina", "Omocisteina");
|
|
tableMapping.ColumnMappings.Add("MHTFR", "MHTFR");
|
|
tableMapping.ColumnMappings.Add("FattII", "FattII");
|
|
tableMapping.ColumnMappings.Add("FattV", "FattV");
|
|
tableMapping.ColumnMappings.Add("GradTransm", "GradTransm");
|
|
tableMapping.ColumnMappings.Add("LungTelom", "LungTelom");
|
|
tableMapping.ColumnMappings.Add("RespSilenz", "RespSilenz");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("PlicaBicipite", "PlicaBicipite");
|
|
tableMapping.ColumnMappings.Add("PlicaTricipite", "PlicaTricipite");
|
|
tableMapping.ColumnMappings.Add("PlicaSottoscapola", "PlicaSottoscapola");
|
|
tableMapping.ColumnMappings.Add("PlicaPettorale", "PlicaPettorale");
|
|
tableMapping.ColumnMappings.Add("PlicaAddominale", "PlicaAddominale");
|
|
tableMapping.ColumnMappings.Add("PlicaSoprailiaca", "PlicaSoprailiaca");
|
|
tableMapping.ColumnMappings.Add("PlicaCoscia", "PlicaCoscia");
|
|
tableMapping.ColumnMappings.Add("CirconfVitaGlutei", "CirconfVitaGlutei");
|
|
tableMapping.ColumnMappings.Add("CirconfAvamb", "CirconfAvamb");
|
|
tableMapping.ColumnMappings.Add("GrassoTroncoPerc", "GrassoTroncoPerc");
|
|
tableMapping.ColumnMappings.Add("GrassoViscInd", "GrassoViscInd");
|
|
tableMapping.ColumnMappings.Add("TRomberg", "TRomberg");
|
|
tableMapping.ColumnMappings.Add("TFukuda", "TFukuda");
|
|
tableMapping.ColumnMappings.Add("TGUG", "TGUG");
|
|
tableMapping.ColumnMappings.Add("TGUG1", "TGUG1");
|
|
tableMapping.ColumnMappings.Add("FPrensile", "FPrensile");
|
|
tableMapping.ColumnMappings.Add("DensCorp", "DensCorp");
|
|
tableMapping.ColumnMappings.Add("GrassoTotPerc", "GrassoTotPerc");
|
|
tableMapping.ColumnMappings.Add("GrassoTot", "GrassoTot");
|
|
tableMapping.ColumnMappings.Add("MassaMagraPerc", "MassaMagraPerc");
|
|
tableMapping.ColumnMappings.Add("MassaMagraKgCm", "MassaMagraKgCm");
|
|
tableMapping.ColumnMappings.Add("BMI", "BMI");
|
|
tableMapping.ColumnMappings.Add("MetBasaleDie", "MetBasaleDie");
|
|
tableMapping.ColumnMappings.Add("MetBasaleH", "MetBasaleH");
|
|
tableMapping.ColumnMappings.Add("Lavoro", "Lavoro");
|
|
tableMapping.ColumnMappings.Add("StileVita", "StileVita");
|
|
tableMapping.ColumnMappings.Add("FreqAll", "FreqAll");
|
|
tableMapping.ColumnMappings.Add("MezzoTrasp", "MezzoTrasp");
|
|
tableMapping.ColumnMappings.Add("ScoreAttiv", "ScoreAttiv");
|
|
tableMapping.ColumnMappings.Add("MET_Lavoro", "MET_Lavoro");
|
|
tableMapping.ColumnMappings.Add("MET_AttFisica", "MET_AttFisica");
|
|
tableMapping.ColumnMappings.Add("OreSonno", "OreSonno");
|
|
tableMapping.ColumnMappings.Add("OreSeduto", "OreSeduto");
|
|
tableMapping.ColumnMappings.Add("OrePasti", "OrePasti");
|
|
tableMapping.ColumnMappings.Add("OreSpostAuto", "OreSpostAuto");
|
|
tableMapping.ColumnMappings.Add("OreSpostAtt", "OreSpostAtt");
|
|
tableMapping.ColumnMappings.Add("OreLavoro", "OreLavoro");
|
|
tableMapping.ColumnMappings.Add("OreIgiene", "OreIgiene");
|
|
tableMapping.ColumnMappings.Add("OreAttFisica", "OreAttFisica");
|
|
tableMapping.ColumnMappings.Add("OrePulizia", "OrePulizia");
|
|
tableMapping.ColumnMappings.Add("OreCane", "OreCane");
|
|
tableMapping.ColumnMappings.Add("ConsCalDie", "ConsCalDie");
|
|
tableMapping.ColumnMappings.Add("Verdure", "Verdure");
|
|
tableMapping.ColumnMappings.Add("Legumi", "Legumi");
|
|
tableMapping.ColumnMappings.Add("Frutta", "Frutta");
|
|
tableMapping.ColumnMappings.Add("Noci", "Noci");
|
|
tableMapping.ColumnMappings.Add("Cereali", "Cereali");
|
|
tableMapping.ColumnMappings.Add("Pesce", "Pesce");
|
|
tableMapping.ColumnMappings.Add("Grassi", "Grassi");
|
|
tableMapping.ColumnMappings.Add("Vino", "Vino");
|
|
tableMapping.ColumnMappings.Add("CarneLatt", "CarneLatt");
|
|
tableMapping.ColumnMappings.Add("ScoreDietMed", "ScoreDietMed");
|
|
tableMapping.ColumnMappings.Add("NoteStileVita", "NoteStileVita");
|
|
tableMapping.ColumnMappings.Add("Lavoro_label", "Lavoro_label");
|
|
tableMapping.ColumnMappings.Add("StileVita_label", "StileVita_label");
|
|
tableMapping.ColumnMappings.Add("FreqAll_label", "FreqAll_label");
|
|
tableMapping.ColumnMappings.Add("MezzoTrasp_label", "MezzoTrasp_label");
|
|
tableMapping.ColumnMappings.Add("Verdure_label", "Verdure_label");
|
|
tableMapping.ColumnMappings.Add("Legumi_label", "Legumi_label");
|
|
tableMapping.ColumnMappings.Add("Frutta_label", "Frutta_label");
|
|
tableMapping.ColumnMappings.Add("Noci_label", "Noci_label");
|
|
tableMapping.ColumnMappings.Add("Cereali_label", "Cereali_label");
|
|
tableMapping.ColumnMappings.Add("Pesce_label", "Pesce_label");
|
|
tableMapping.ColumnMappings.Add("Grassi_label", "Grassi_label");
|
|
tableMapping.ColumnMappings.Add("Vino_label", "Vino_label");
|
|
tableMapping.ColumnMappings.Add("CarneLatt_label", "CarneLatt_label");
|
|
tableMapping.ColumnMappings.Add("TestTMT_A", "TestTMT_A");
|
|
tableMapping.ColumnMappings.Add("TestTMT_A_label", "TestTMT_A_label");
|
|
tableMapping.ColumnMappings.Add("TestTMT_B", "TestTMT_B");
|
|
tableMapping.ColumnMappings.Add("TestTMT_B_label", "TestTMT_B_label");
|
|
tableMapping.ColumnMappings.Add("TestTMT_BA", "TestTMT_BA");
|
|
tableMapping.ColumnMappings.Add("TestTMT_BA_label", "TestTMT_BA_label");
|
|
tableMapping.ColumnMappings.Add("Test15ParReyImm", "Test15ParReyImm");
|
|
tableMapping.ColumnMappings.Add("Test15ParReyImm_label", "Test15ParReyImm_label");
|
|
tableMapping.ColumnMappings.Add("Test15ParReyDif", "Test15ParReyDif");
|
|
tableMapping.ColumnMappings.Add("Test15ParReyDif_label", "Test15ParReyDif_label");
|
|
tableMapping.ColumnMappings.Add("ApprSuSpanViSpa", "ApprSuSpanViSpa");
|
|
tableMapping.ColumnMappings.Add("ApprSuSpanViSpa_label", "ApprSuSpanViSpa_label");
|
|
tableMapping.ColumnMappings.Add("StroopTestInterfErr", "StroopTestInterfErr");
|
|
tableMapping.ColumnMappings.Add("StroopTestInterfErr_label", "StroopTestInterfErr_label");
|
|
tableMapping.ColumnMappings.Add("TestStimeCognErr", "TestStimeCognErr");
|
|
tableMapping.ColumnMappings.Add("TestStimeCognErr_label", "TestStimeCognErr_label");
|
|
tableMapping.ColumnMappings.Add("TestStimeCognBiz", "TestStimeCognBiz");
|
|
tableMapping.ColumnMappings.Add("TestStimeCognBiz_label", "TestStimeCognBiz_label");
|
|
tableMapping.ColumnMappings.Add("TorreLondra", "TorreLondra");
|
|
tableMapping.ColumnMappings.Add("TorreLondra_label", "TorreLondra_label");
|
|
tableMapping.ColumnMappings.Add("PaSis", "PaSis");
|
|
tableMapping.ColumnMappings.Add("PaDia", "PaDia");
|
|
tableMapping.ColumnMappings.Add("QR1", "QR1");
|
|
tableMapping.ColumnMappings.Add("QR1_Kg", "QR1_Kg");
|
|
tableMapping.ColumnMappings.Add("VO2", "VO2");
|
|
tableMapping.ColumnMappings.Add("VO2_Kg", "VO2_Kg");
|
|
tableMapping.ColumnMappings.Add("FC_QR1", "FC_QR1");
|
|
tableMapping.ColumnMappings.Add("PolsoO2", "PolsoO2");
|
|
tableMapping.ColumnMappings.Add("PaSisMax", "PaSisMax");
|
|
tableMapping.ColumnMappings.Add("PaDiaMax", "PaDiaMax");
|
|
tableMapping.ColumnMappings.Add("FrazEiez", "FrazEiez");
|
|
tableMapping.ColumnMappings.Add("TDI", "TDI");
|
|
tableMapping.ColumnMappings.Add("PlaccheVas", "PlaccheVas");
|
|
tableMapping.ColumnMappings.Add("NoteCardio", "NoteCardio");
|
|
tableMapping.ColumnMappings.Add("PlaccheVas_Label", "PlaccheVas_Label");
|
|
tableMapping.ColumnMappings.Add("FamMCCV", "FamMCCV");
|
|
tableMapping.ColumnMappings.Add("FamMCCV_Label", "FamMCCV_Label");
|
|
tableMapping.ColumnMappings.Add("Ipertens", "Ipertens");
|
|
tableMapping.ColumnMappings.Add("Ipertens_Label", "Ipertens_Label");
|
|
tableMapping.ColumnMappings.Add("IpertensYtd", "IpertensYtd");
|
|
tableMapping.ColumnMappings.Add("IpertensYtd_Label", "IpertensYtd_Label");
|
|
tableMapping.ColumnMappings.Add("Diabete", "Diabete");
|
|
tableMapping.ColumnMappings.Add("Diabete_Label", "Diabete_Label");
|
|
tableMapping.ColumnMappings.Add("DiabeteYtd", "DiabeteYtd");
|
|
tableMapping.ColumnMappings.Add("DiabeteYtd_Label", "DiabeteYtd_Label");
|
|
tableMapping.ColumnMappings.Add("Ipercolest", "Ipercolest");
|
|
tableMapping.ColumnMappings.Add("Ipercolest_Label", "Ipercolest_Label");
|
|
tableMapping.ColumnMappings.Add("IpercolestYtd", "IpercolestYtd");
|
|
tableMapping.ColumnMappings.Add("IpercolestYtd_Label", "IpercolestYtd_Label");
|
|
tableMapping.ColumnMappings.Add("Fumo", "Fumo");
|
|
tableMapping.ColumnMappings.Add("Fumo_Label", "Fumo_Label");
|
|
tableMapping.ColumnMappings.Add("FumoYtd", "FumoYtd");
|
|
tableMapping.ColumnMappings.Add("FumoYtd_Label", "FumoYtd_Label");
|
|
tableMapping.ColumnMappings.Add("Alcool", "Alcool");
|
|
tableMapping.ColumnMappings.Add("Alcool_Label", "Alcool_Label");
|
|
tableMapping.ColumnMappings.Add("AlcoolYtd", "AlcoolYtd");
|
|
tableMapping.ColumnMappings.Add("AlcoolYtd_Label", "AlcoolYtd_Label");
|
|
tableMapping.ColumnMappings.Add("Sovrapp", "Sovrapp");
|
|
tableMapping.ColumnMappings.Add("Sovrapp_Label", "Sovrapp_Label");
|
|
tableMapping.ColumnMappings.Add("SovrappYtd", "SovrappYtd");
|
|
tableMapping.ColumnMappings.Add("SovrappYtd_Label", "SovrappYtd_Label");
|
|
tableMapping.ColumnMappings.Add("Sedent", "Sedent");
|
|
tableMapping.ColumnMappings.Add("Sedent_Label", "Sedent_Label");
|
|
tableMapping.ColumnMappings.Add("AdesTerap", "AdesTerap");
|
|
tableMapping.ColumnMappings.Add("AdesTerap_Label", "AdesTerap_Label");
|
|
tableMapping.ColumnMappings.Add("NoteRelFin", "NoteRelFin");
|
|
tableMapping.ColumnMappings.Add("Score1", "Score1");
|
|
tableMapping.ColumnMappings.Add("Score2", "Score2");
|
|
tableMapping.ColumnMappings.Add("MedicoRef", "MedicoRef");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 = "dbo.stp_rep_DatiFullByPazienteData";
|
|
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("@IdxPaziente", 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("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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(DS_Applicazione.stp_rep_DatiFullByPazienteDataDataTable dataTable, global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.stp_rep_DatiFullByPazienteDataDataTable GetData(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.stp_rep_DatiFullByPazienteDataDataTable dataTable = new DS_Applicazione.stp_rep_DatiFullByPazienteDataDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <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 VisBioMecAntTableAdapter : 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", "15.0.0.0")]
|
|
public VisBioMecAntTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisBioMecAnt";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("Eta", "Eta");
|
|
tableMapping.ColumnMappings.Add("Sesso", "Sesso");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("PlicaBicipite", "PlicaBicipite");
|
|
tableMapping.ColumnMappings.Add("PlicaTricipite", "PlicaTricipite");
|
|
tableMapping.ColumnMappings.Add("PlicaSottoscapola", "PlicaSottoscapola");
|
|
tableMapping.ColumnMappings.Add("PlicaPettorale", "PlicaPettorale");
|
|
tableMapping.ColumnMappings.Add("PlicaAddominale", "PlicaAddominale");
|
|
tableMapping.ColumnMappings.Add("PlicaSoprailiaca", "PlicaSoprailiaca");
|
|
tableMapping.ColumnMappings.Add("PlicaCoscia", "PlicaCoscia");
|
|
tableMapping.ColumnMappings.Add("CirconfAvamb", "CirconfAvamb");
|
|
tableMapping.ColumnMappings.Add("CirconfVita", "CirconfVita");
|
|
tableMapping.ColumnMappings.Add("CirconfGlutei", "CirconfGlutei");
|
|
tableMapping.ColumnMappings.Add("CirconfQuadricipite", "CirconfQuadricipite");
|
|
tableMapping.ColumnMappings.Add("DensCorp", "DensCorp");
|
|
tableMapping.ColumnMappings.Add("GrassoTroncoPerc", "GrassoTroncoPerc");
|
|
tableMapping.ColumnMappings.Add("GrassoViscInd", "GrassoViscInd");
|
|
tableMapping.ColumnMappings.Add("TRomberg", "TRomberg");
|
|
tableMapping.ColumnMappings.Add("TFukuda", "TFukuda");
|
|
tableMapping.ColumnMappings.Add("TFukudaIpot", "TFukudaIpot");
|
|
tableMapping.ColumnMappings.Add("TGUG", "TGUG");
|
|
tableMapping.ColumnMappings.Add("TGUG1", "TGUG1");
|
|
tableMapping.ColumnMappings.Add("FPrensile", "FPrensile");
|
|
tableMapping.ColumnMappings.Add("GrassoTotPerc", "GrassoTotPerc");
|
|
tableMapping.ColumnMappings.Add("GrassoTot", "GrassoTot");
|
|
tableMapping.ColumnMappings.Add("MassaMagraPerc", "MassaMagraPerc");
|
|
tableMapping.ColumnMappings.Add("MassaMagraKgCm", "MassaMagraKgCm");
|
|
tableMapping.ColumnMappings.Add("BMI", "BMI");
|
|
tableMapping.ColumnMappings.Add("MetBasaleDie", "MetBasaleDie");
|
|
tableMapping.ColumnMappings.Add("MetBasaleH", "MetBasaleH");
|
|
tableMapping.ColumnMappings.Add("ScoreFPrensile", "ScoreFPrensile");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM dbo.v_VisBioMecAnt";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VBMA_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VBMA_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VBMA_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaBicipite", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaTricipite", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaSottoscapola", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaPettorale", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaAddominale", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaSoprailiaca", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaCoscia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfAvamb", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfVita", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfGlutei", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfQuadricipite", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrassoTroncoPerc", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrassoViscInd", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TRomberg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TFukuda", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TFukudaIpot", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TGUG", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TGUG1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FPrensile", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VBMA_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaBicipite", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaTricipite", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaSottoscapola", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaPettorale", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaAddominale", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaSoprailiaca", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlicaCoscia", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfAvamb", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfVita", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfGlutei", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CirconfQuadricipite", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrassoTroncoPerc", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrassoViscInd", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TRomberg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TFukuda", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TFukudaIpot", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TGUG", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TGUG1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FPrensile", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisBioMecAntDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisBioMecAntDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisBioMecAntDataTable dataTable = new DS_Applicazione.VisBioMecAntDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisBioMecAntDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisBioMecAntDataTable dataTable = new DS_Applicazione.VisBioMecAntDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(
|
|
global::System.Nullable<int> IdxPaziente,
|
|
global::System.Nullable<global::System.DateTime> DataVisita,
|
|
global::System.Nullable<double> Altezza,
|
|
global::System.Nullable<double> Peso,
|
|
global::System.Nullable<double> PlicaBicipite,
|
|
global::System.Nullable<double> PlicaTricipite,
|
|
global::System.Nullable<double> PlicaSottoscapola,
|
|
global::System.Nullable<double> PlicaPettorale,
|
|
global::System.Nullable<double> PlicaAddominale,
|
|
global::System.Nullable<double> PlicaSoprailiaca,
|
|
global::System.Nullable<double> PlicaCoscia,
|
|
global::System.Nullable<double> CirconfAvamb,
|
|
global::System.Nullable<double> CirconfVita,
|
|
global::System.Nullable<double> CirconfGlutei,
|
|
global::System.Nullable<double> CirconfQuadricipite,
|
|
global::System.Nullable<double> GrassoTroncoPerc,
|
|
global::System.Nullable<double> GrassoViscInd,
|
|
global::System.Nullable<double> TRomberg,
|
|
global::System.Nullable<double> TFukuda,
|
|
global::System.Nullable<int> TFukudaIpot,
|
|
global::System.Nullable<double> TGUG,
|
|
global::System.Nullable<double> TGUG1,
|
|
global::System.Nullable<double> FPrensile) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[3].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[4].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaBicipite.HasValue == true)) {
|
|
command.Parameters[5].Value = ((double)(PlicaBicipite.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaTricipite.HasValue == true)) {
|
|
command.Parameters[6].Value = ((double)(PlicaTricipite.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaSottoscapola.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(PlicaSottoscapola.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaPettorale.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(PlicaPettorale.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaAddominale.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(PlicaAddominale.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaSoprailiaca.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(PlicaSoprailiaca.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaCoscia.HasValue == true)) {
|
|
command.Parameters[11].Value = ((double)(PlicaCoscia.Value));
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfAvamb.HasValue == true)) {
|
|
command.Parameters[12].Value = ((double)(CirconfAvamb.Value));
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfVita.HasValue == true)) {
|
|
command.Parameters[13].Value = ((double)(CirconfVita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfGlutei.HasValue == true)) {
|
|
command.Parameters[14].Value = ((double)(CirconfGlutei.Value));
|
|
}
|
|
else {
|
|
command.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfQuadricipite.HasValue == true)) {
|
|
command.Parameters[15].Value = ((double)(CirconfQuadricipite.Value));
|
|
}
|
|
else {
|
|
command.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GrassoTroncoPerc.HasValue == true)) {
|
|
command.Parameters[16].Value = ((double)(GrassoTroncoPerc.Value));
|
|
}
|
|
else {
|
|
command.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GrassoViscInd.HasValue == true)) {
|
|
command.Parameters[17].Value = ((double)(GrassoViscInd.Value));
|
|
}
|
|
else {
|
|
command.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TRomberg.HasValue == true)) {
|
|
command.Parameters[18].Value = ((double)(TRomberg.Value));
|
|
}
|
|
else {
|
|
command.Parameters[18].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TFukuda.HasValue == true)) {
|
|
command.Parameters[19].Value = ((double)(TFukuda.Value));
|
|
}
|
|
else {
|
|
command.Parameters[19].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TFukudaIpot.HasValue == true)) {
|
|
command.Parameters[20].Value = ((int)(TFukudaIpot.Value));
|
|
}
|
|
else {
|
|
command.Parameters[20].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TGUG.HasValue == true)) {
|
|
command.Parameters[21].Value = ((double)(TGUG.Value));
|
|
}
|
|
else {
|
|
command.Parameters[21].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TGUG1.HasValue == true)) {
|
|
command.Parameters[22].Value = ((double)(TGUG1.Value));
|
|
}
|
|
else {
|
|
command.Parameters[22].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FPrensile.HasValue == true)) {
|
|
command.Parameters[23].Value = ((double)(FPrensile.Value));
|
|
}
|
|
else {
|
|
command.Parameters[23].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(
|
|
global::System.Nullable<double> Altezza,
|
|
global::System.Nullable<double> Peso,
|
|
global::System.Nullable<double> PlicaBicipite,
|
|
global::System.Nullable<double> PlicaTricipite,
|
|
global::System.Nullable<double> PlicaSottoscapola,
|
|
global::System.Nullable<double> PlicaPettorale,
|
|
global::System.Nullable<double> PlicaAddominale,
|
|
global::System.Nullable<double> PlicaSoprailiaca,
|
|
global::System.Nullable<double> PlicaCoscia,
|
|
global::System.Nullable<double> CirconfAvamb,
|
|
global::System.Nullable<double> CirconfVita,
|
|
global::System.Nullable<double> CirconfGlutei,
|
|
global::System.Nullable<double> CirconfQuadricipite,
|
|
global::System.Nullable<double> GrassoTroncoPerc,
|
|
global::System.Nullable<double> GrassoViscInd,
|
|
global::System.Nullable<double> TRomberg,
|
|
global::System.Nullable<double> TFukuda,
|
|
global::System.Nullable<int> TFukudaIpot,
|
|
global::System.Nullable<double> TGUG,
|
|
global::System.Nullable<double> TGUG1,
|
|
global::System.Nullable<double> FPrensile,
|
|
global::System.Nullable<global::System.DateTime> Original_DataVisita,
|
|
global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[1].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[2].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaBicipite.HasValue == true)) {
|
|
command.Parameters[3].Value = ((double)(PlicaBicipite.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaTricipite.HasValue == true)) {
|
|
command.Parameters[4].Value = ((double)(PlicaTricipite.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaSottoscapola.HasValue == true)) {
|
|
command.Parameters[5].Value = ((double)(PlicaSottoscapola.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaPettorale.HasValue == true)) {
|
|
command.Parameters[6].Value = ((double)(PlicaPettorale.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaAddominale.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(PlicaAddominale.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaSoprailiaca.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(PlicaSoprailiaca.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PlicaCoscia.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(PlicaCoscia.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfAvamb.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(CirconfAvamb.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfVita.HasValue == true)) {
|
|
command.Parameters[11].Value = ((double)(CirconfVita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfGlutei.HasValue == true)) {
|
|
command.Parameters[12].Value = ((double)(CirconfGlutei.Value));
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CirconfQuadricipite.HasValue == true)) {
|
|
command.Parameters[13].Value = ((double)(CirconfQuadricipite.Value));
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GrassoTroncoPerc.HasValue == true)) {
|
|
command.Parameters[14].Value = ((double)(GrassoTroncoPerc.Value));
|
|
}
|
|
else {
|
|
command.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GrassoViscInd.HasValue == true)) {
|
|
command.Parameters[15].Value = ((double)(GrassoViscInd.Value));
|
|
}
|
|
else {
|
|
command.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TRomberg.HasValue == true)) {
|
|
command.Parameters[16].Value = ((double)(TRomberg.Value));
|
|
}
|
|
else {
|
|
command.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TFukuda.HasValue == true)) {
|
|
command.Parameters[17].Value = ((double)(TFukuda.Value));
|
|
}
|
|
else {
|
|
command.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TFukudaIpot.HasValue == true)) {
|
|
command.Parameters[18].Value = ((int)(TFukudaIpot.Value));
|
|
}
|
|
else {
|
|
command.Parameters[18].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TGUG.HasValue == true)) {
|
|
command.Parameters[19].Value = ((double)(TGUG.Value));
|
|
}
|
|
else {
|
|
command.Parameters[19].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TGUG1.HasValue == true)) {
|
|
command.Parameters[20].Value = ((double)(TGUG1.Value));
|
|
}
|
|
else {
|
|
command.Parameters[20].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FPrensile.HasValue == true)) {
|
|
command.Parameters[21].Value = ((double)(FPrensile.Value));
|
|
}
|
|
else {
|
|
command.Parameters[21].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[22].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[22].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[23].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[23].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisValFunzTableAdapter : 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", "15.0.0.0")]
|
|
public VisValFunzTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisValFunz";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("FAI_p", "FAI_s");
|
|
tableMapping.ColumnMappings.Add("FP_p", "FP_s");
|
|
tableMapping.ColumnMappings.Add("FT_p", "FT_s");
|
|
tableMapping.ColumnMappings.Add("FS_p", "FS_s");
|
|
tableMapping.ColumnMappings.Add("E_p", "E_s");
|
|
tableMapping.ColumnMappings.Add("GA_p", "GA_s");
|
|
tableMapping.ColumnMappings.Add("FAI", "FAI");
|
|
tableMapping.ColumnMappings.Add("FP", "FP");
|
|
tableMapping.ColumnMappings.Add("FT", "FT");
|
|
tableMapping.ColumnMappings.Add("FS", "FS");
|
|
tableMapping.ColumnMappings.Add("E", "E");
|
|
tableMapping.ColumnMappings.Add("GA", "GA");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("FAI_s", "FAI_s");
|
|
tableMapping.ColumnMappings.Add("FP_s", "FP_s");
|
|
tableMapping.ColumnMappings.Add("FT_s", "FT_s");
|
|
tableMapping.ColumnMappings.Add("FS_s", "FS_s");
|
|
tableMapping.ColumnMappings.Add("E_s", "E_s");
|
|
tableMapping.ColumnMappings.Add("GA_s", "GA_s");
|
|
tableMapping.ColumnMappings.Add("Penalty", "Penalty");
|
|
tableMapping.ColumnMappings.Add("Score", "Score");
|
|
tableMapping.ColumnMappings.Add("ScorePerc", "ScorePerc");
|
|
tableMapping.ColumnMappings.Add("Classe", "Classe");
|
|
tableMapping.ColumnMappings.Add("Performance", "Performance");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM v_VisValFunzAnz_l";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VVFAnz_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VVFAnz_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VVFAnz_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FAI", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FP", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FT", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FS", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@E", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GA", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VVFAnz_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FAI", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FP", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FT", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FS", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@E", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GA", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisValFunzDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisValFunzDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisValFunzDataTable dataTable = new DS_Applicazione.VisValFunzDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisValFunzDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisValFunzDataTable dataTable = new DS_Applicazione.VisValFunzDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> FAI, global::System.Nullable<int> FP, global::System.Nullable<int> FT, global::System.Nullable<int> FS, global::System.Nullable<int> E, global::System.Nullable<int> GA, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FAI.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(FAI.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FP.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(FP.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FT.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(FT.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FS.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(FS.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((E.HasValue == true)) {
|
|
command.Parameters[7].Value = ((int)(E.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GA.HasValue == true)) {
|
|
command.Parameters[8].Value = ((int)(GA.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(global::System.Nullable<int> FAI, global::System.Nullable<int> FP, global::System.Nullable<int> FT, global::System.Nullable<int> FS, global::System.Nullable<int> E, global::System.Nullable<int> GA, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((FAI.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(FAI.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FP.HasValue == true)) {
|
|
command.Parameters[2].Value = ((int)(FP.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FT.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(FT.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FS.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(FS.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((E.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(E.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GA.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(GA.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[9].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[10].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisValFunzGTTableAdapter : 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", "15.0.0.0")]
|
|
public VisValFunzGTTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisValFunzGT";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("SJ", "SJ");
|
|
tableMapping.ColumnMappings.Add("FT", "FT");
|
|
tableMapping.ColumnMappings.Add("PU", "PU");
|
|
tableMapping.ColumnMappings.Add("TR", "TR");
|
|
tableMapping.ColumnMappings.Add("TR0", "TR0");
|
|
tableMapping.ColumnMappings.Add("TR1", "TR1");
|
|
tableMapping.ColumnMappings.Add("TR2", "TR2");
|
|
tableMapping.ColumnMappings.Add("SU", "SU");
|
|
tableMapping.ColumnMappings.Add("GA", "GA");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("SJ_s", "SJ_s");
|
|
tableMapping.ColumnMappings.Add("FT_s", "FT_s");
|
|
tableMapping.ColumnMappings.Add("PU_s", "PU_s");
|
|
tableMapping.ColumnMappings.Add("TR_s", "TR_s");
|
|
tableMapping.ColumnMappings.Add("SU_s", "SU_s");
|
|
tableMapping.ColumnMappings.Add("GA_s", "GA_s");
|
|
tableMapping.ColumnMappings.Add("Penalty", "Penalty");
|
|
tableMapping.ColumnMappings.Add("Score", "Score");
|
|
tableMapping.ColumnMappings.Add("ScorePerc", "ScorePerc");
|
|
tableMapping.ColumnMappings.Add("Classe", "Classe");
|
|
tableMapping.ColumnMappings.Add("Performance", "Performance");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM v_VisValFunzGT_l";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VVFGT_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VVFGT_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VVFGT_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SJ", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FT", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PU", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TR0", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TR1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TR2", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SU", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GA", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VVFGT_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SJ", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FT", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PU", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TR0", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TR1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TR2", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SU", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GA", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisValFunzGTDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisValFunzGTDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisValFunzGTDataTable dataTable = new DS_Applicazione.VisValFunzGTDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisValFunzGTDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisValFunzGTDataTable dataTable = new DS_Applicazione.VisValFunzGTDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> SJ, global::System.Nullable<int> FT, global::System.Nullable<int> PU, global::System.Nullable<int> TR0, global::System.Nullable<int> TR1, global::System.Nullable<int> TR2, global::System.Nullable<int> SU, global::System.Nullable<int> GA, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SJ.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(SJ.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FT.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(FT.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PU.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(PU.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TR0.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(TR0.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TR1.HasValue == true)) {
|
|
command.Parameters[7].Value = ((int)(TR1.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TR2.HasValue == true)) {
|
|
command.Parameters[8].Value = ((int)(TR2.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SU.HasValue == true)) {
|
|
command.Parameters[9].Value = ((int)(SU.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GA.HasValue == true)) {
|
|
command.Parameters[10].Value = ((int)(GA.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[11].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[12].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(global::System.Nullable<int> SJ, global::System.Nullable<int> FT, global::System.Nullable<int> PU, global::System.Nullable<int> TR0, global::System.Nullable<int> TR1, global::System.Nullable<int> TR2, global::System.Nullable<int> SU, global::System.Nullable<int> GA, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((SJ.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(SJ.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FT.HasValue == true)) {
|
|
command.Parameters[2].Value = ((int)(FT.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((PU.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(PU.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TR0.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(TR0.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TR1.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(TR1.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TR2.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(TR2.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SU.HasValue == true)) {
|
|
command.Parameters[7].Value = ((int)(SU.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GA.HasValue == true)) {
|
|
command.Parameters[8].Value = ((int)(GA.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[11].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[12].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 Pazienti2LabelsTableAdapter : 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", "15.0.0.0")]
|
|
public Pazienti2LabelsTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "Pazienti2Labels";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("CodLabel", "CodLabel");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Pazienti2Labels] WHERE (([IdxPaziente] = @Original_IdxPaziente" +
|
|
") AND ([CodLabel] = @Original_CodLabel))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodLabel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodLabel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Pazienti2Labels] ([IdxPaziente], [CodLabel]) VALUES (@IdxPazie" +
|
|
"nte, @CodLabel);\r\nSELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLa" +
|
|
"bel = @CodLabel) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLabel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodLabel", 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 = @"UPDATE [dbo].[Pazienti2Labels] SET [IdxPaziente] = @IdxPaziente, [CodLabel] = @CodLabel WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([CodLabel] = @Original_CodLabel));
|
|
SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) AND (IdxPaziente = @IdxPaziente)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLabel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodLabel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodLabel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[3];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT IdxPaziente, CodLabel FROM dbo.Pazienti2Labels";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_P2F_deleteByIdxPaz";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_P2F_getByIdxPaz";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLabelBase", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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(DS_Applicazione.Pazienti2LabelsDataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.Pazienti2LabelsDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.Pazienti2LabelsDataTable dataTable = new DS_Applicazione.Pazienti2LabelsDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.Pazienti2LabelsDataTable getByIdxPaz(global::System.Nullable<int> IdxPaziente, string CodLabelBase) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CodLabelBase == null)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(CodLabelBase));
|
|
}
|
|
DS_Applicazione.Pazienti2LabelsDataTable dataTable = new DS_Applicazione.Pazienti2LabelsDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione.Pazienti2LabelsDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Applicazione dataSet) {
|
|
return this.Adapter.Update(dataSet, "Pazienti2Labels");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(int Original_IdxPaziente, string Original_CodLabel) {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
|
if ((Original_CodLabel == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CodLabel");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CodLabel));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(int IdxPaziente, string CodLabel) {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
if ((CodLabel == null)) {
|
|
throw new global::System.ArgumentNullException("CodLabel");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CodLabel));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(int IdxPaziente, string CodLabel, int Original_IdxPaziente, string Original_CodLabel) {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
|
if ((CodLabel == null)) {
|
|
throw new global::System.ArgumentNullException("CodLabel");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CodLabel));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(Original_IdxPaziente));
|
|
if ((Original_CodLabel == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CodLabel");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Original_CodLabel));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(int Original_IdxPaziente, string Original_CodLabel) {
|
|
return this.Update(Original_IdxPaziente, Original_CodLabel, Original_IdxPaziente, Original_CodLabel);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int deleteByIdxPaz(global::System.Nullable<int> IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 ElencoVisite_SPTableAdapter : 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", "15.0.0.0")]
|
|
public ElencoVisite_SPTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "ElencoVisite-SP";
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("VVSP_12", "VVSP_12");
|
|
tableMapping.ColumnMappings.Add("VVSP_345", "VVSP_345");
|
|
tableMapping.ColumnMappings.Add("VL", "VL");
|
|
tableMapping.ColumnMappings.Add("VBMA", "VBMA");
|
|
tableMapping.ColumnMappings.Add("VRF", "VRF");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 = "dbo.stp_EV_getByIdxPaz";
|
|
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("@IdxPaziente", 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", "15.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(DS_Applicazione._ElencoVisite_SPDataTable dataTable, global::System.Nullable<int> IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione._ElencoVisite_SPDataTable GetData(global::System.Nullable<int> IdxPaziente) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione._ElencoVisite_SPDataTable dataTable = new DS_Applicazione._ElencoVisite_SPDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <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 VisValSP_12TableAdapter : 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", "15.0.0.0")]
|
|
public VisValSP_12TableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisValSP_12";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("CD", "CD");
|
|
tableMapping.ColumnMappings.Add("SP", "SP");
|
|
tableMapping.ColumnMappings.Add("GL", "GL");
|
|
tableMapping.ColumnMappings.Add("LM", "LM");
|
|
tableMapping.ColumnMappings.Add("SA", "SA");
|
|
tableMapping.ColumnMappings.Add("RP", "RP");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("CD_s", "CD_s");
|
|
tableMapping.ColumnMappings.Add("SP_s", "SP_s");
|
|
tableMapping.ColumnMappings.Add("GL_s", "GL_s");
|
|
tableMapping.ColumnMappings.Add("LM_s", "LM_s");
|
|
tableMapping.ColumnMappings.Add("SA_s", "SA_s");
|
|
tableMapping.ColumnMappings.Add("RP_s", "RP_s");
|
|
tableMapping.ColumnMappings.Add("Penalty", "Penalty");
|
|
tableMapping.ColumnMappings.Add("Score", "Score");
|
|
tableMapping.ColumnMappings.Add("ScorePerc", "ScorePerc");
|
|
tableMapping.ColumnMappings.Add("Classe", "Classe");
|
|
tableMapping.ColumnMappings.Add("Performance", "Performance");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM v_VisValSP_12_l";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VVSP_12_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VVSP_12_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VVSP_12_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CD", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SP", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GL", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LM", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SA", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RP", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VVSP_12_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CD", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SP", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GL", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LM", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SA", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RP", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisValSP_12DataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisValSP_12DataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisValSP_12DataTable dataTable = new DS_Applicazione.VisValSP_12DataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisValSP_12DataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisValSP_12DataTable dataTable = new DS_Applicazione.VisValSP_12DataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<double> CD, global::System.Nullable<int> SP, global::System.Nullable<int> GL, global::System.Nullable<int> LM, global::System.Nullable<int> SA, global::System.Nullable<int> RP, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CD.HasValue == true)) {
|
|
command.Parameters[3].Value = ((double)(CD.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SP.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(SP.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GL.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(GL.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LM.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(LM.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SA.HasValue == true)) {
|
|
command.Parameters[7].Value = ((int)(SA.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((RP.HasValue == true)) {
|
|
command.Parameters[8].Value = ((int)(RP.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(global::System.Nullable<double> CD, global::System.Nullable<int> SP, global::System.Nullable<int> GL, global::System.Nullable<int> LM, global::System.Nullable<int> SA, global::System.Nullable<int> RP, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((CD.HasValue == true)) {
|
|
command.Parameters[1].Value = ((double)(CD.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SP.HasValue == true)) {
|
|
command.Parameters[2].Value = ((int)(SP.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((GL.HasValue == true)) {
|
|
command.Parameters[3].Value = ((int)(GL.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LM.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(LM.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((SA.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(SA.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((RP.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(RP.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[9].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[10].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 VisValSP_345TableAdapter : 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", "15.0.0.0")]
|
|
public VisValSP_345TableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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 = "VisValSP_345";
|
|
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
|
|
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
|
|
tableMapping.ColumnMappings.Add("CD", "CD");
|
|
tableMapping.ColumnMappings.Add("ES", "ES");
|
|
tableMapping.ColumnMappings.Add("EB", "EB");
|
|
tableMapping.ColumnMappings.Add("LM", "LM");
|
|
tableMapping.ColumnMappings.Add("TI", "TI");
|
|
tableMapping.ColumnMappings.Add("FT", "FT");
|
|
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("CD_s", "CD_s");
|
|
tableMapping.ColumnMappings.Add("ES_s", "ES_s");
|
|
tableMapping.ColumnMappings.Add("EB_s", "EB_s");
|
|
tableMapping.ColumnMappings.Add("LM_s", "LM_s");
|
|
tableMapping.ColumnMappings.Add("TI_s", "TI_s");
|
|
tableMapping.ColumnMappings.Add("FT_s", "FT_s");
|
|
tableMapping.ColumnMappings.Add("Penalty", "Penalty");
|
|
tableMapping.ColumnMappings.Add("Score", "Score");
|
|
tableMapping.ColumnMappings.Add("ScorePerc", "ScorePerc");
|
|
tableMapping.ColumnMappings.Add("Classe", "Classe");
|
|
tableMapping.ColumnMappings.Add("Performance", "Performance");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::ScheMe_Data.Properties.Settings.Default.ScheMeConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT IdxPaziente, DataVisita, CD, ES, EB, LM, TI, FT, Altezza, Peso, CD_s, ES_s" +
|
|
", EB_s, LM_s, TI_s, FT_s, Penalty, Score, ScorePerc, Classe, Performance FROM db" +
|
|
"o.v_VisValSP_345_l";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_VVSP_345_DeleteQuery";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_VVSP_345_getByPaziente";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].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[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_VVSP_345_InsertQuery";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CD", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ES", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EB", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LM", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TI", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FT", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_VVSP_345_UpdateQuery";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].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[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CD", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ES", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EB", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LM", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TI", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FT", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", 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", "15.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(DS_Applicazione.VisValSP_345DataTable 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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Applicazione.VisValSP_345DataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Applicazione.VisValSP_345DataTable dataTable = new DS_Applicazione.VisValSP_345DataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Applicazione.VisValSP_345DataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Applicazione.VisValSP_345DataTable dataTable = new DS_Applicazione.VisValSP_345DataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<double> CD, global::System.Nullable<double> ES, global::System.Nullable<double> EB, global::System.Nullable<int> LM, global::System.Nullable<int> TI, global::System.Nullable<double> FT, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((IdxPaziente.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataVisita.HasValue == true)) {
|
|
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((CD.HasValue == true)) {
|
|
command.Parameters[3].Value = ((double)(CD.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((ES.HasValue == true)) {
|
|
command.Parameters[4].Value = ((double)(ES.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((EB.HasValue == true)) {
|
|
command.Parameters[5].Value = ((double)(EB.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LM.HasValue == true)) {
|
|
command.Parameters[6].Value = ((int)(LM.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TI.HasValue == true)) {
|
|
command.Parameters[7].Value = ((int)(TI.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FT.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(FT.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[9].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[10].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int UpdateQuery(global::System.Nullable<double> CD, global::System.Nullable<double> ES, global::System.Nullable<double> EB, global::System.Nullable<int> LM, global::System.Nullable<int> TI, global::System.Nullable<double> FT, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
|
if ((CD.HasValue == true)) {
|
|
command.Parameters[1].Value = ((double)(CD.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((ES.HasValue == true)) {
|
|
command.Parameters[2].Value = ((double)(ES.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((EB.HasValue == true)) {
|
|
command.Parameters[3].Value = ((double)(EB.Value));
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((LM.HasValue == true)) {
|
|
command.Parameters[4].Value = ((int)(LM.Value));
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((TI.HasValue == true)) {
|
|
command.Parameters[5].Value = ((int)(TI.Value));
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((FT.HasValue == true)) {
|
|
command.Parameters[6].Value = ((double)(FT.Value));
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Altezza.HasValue == true)) {
|
|
command.Parameters[7].Value = ((double)(Altezza.Value));
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Peso.HasValue == true)) {
|
|
command.Parameters[8].Value = ((double)(Peso.Value));
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_DataVisita.HasValue == true)) {
|
|
command.Parameters[9].Value = ((System.DateTime)(Original_DataVisita.Value));
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Original_IdxPaziente.HasValue == true)) {
|
|
command.Parameters[10].Value = ((int)(Original_IdxPaziente.Value));
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <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 AnagPazientiTableAdapter _anagPazientiTableAdapter;
|
|
|
|
private VisLabTableAdapter _visLabTableAdapter;
|
|
|
|
private VisAnamCliTableAdapter _visAnamCliTableAdapter;
|
|
|
|
private VisCardioPolTableAdapter _visCardioPolTableAdapter;
|
|
|
|
private VisPsicoTableAdapter _visPsicoTableAdapter;
|
|
|
|
private VisRelazFinTableAdapter _visRelazFinTableAdapter;
|
|
|
|
private Pazienti2LabelsTableAdapter _pazienti2LabelsTableAdapter;
|
|
|
|
private bool _backupDataSetBeforeUpdate;
|
|
|
|
private global::System.Data.IDbConnection _connection;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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 AnagPazientiTableAdapter AnagPazientiTableAdapter {
|
|
get {
|
|
return this._anagPazientiTableAdapter;
|
|
}
|
|
set {
|
|
this._anagPazientiTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 VisLabTableAdapter VisLabTableAdapter {
|
|
get {
|
|
return this._visLabTableAdapter;
|
|
}
|
|
set {
|
|
this._visLabTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 VisAnamCliTableAdapter VisAnamCliTableAdapter {
|
|
get {
|
|
return this._visAnamCliTableAdapter;
|
|
}
|
|
set {
|
|
this._visAnamCliTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 VisCardioPolTableAdapter VisCardioPolTableAdapter {
|
|
get {
|
|
return this._visCardioPolTableAdapter;
|
|
}
|
|
set {
|
|
this._visCardioPolTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 VisPsicoTableAdapter VisPsicoTableAdapter {
|
|
get {
|
|
return this._visPsicoTableAdapter;
|
|
}
|
|
set {
|
|
this._visPsicoTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 VisRelazFinTableAdapter VisRelazFinTableAdapter {
|
|
get {
|
|
return this._visRelazFinTableAdapter;
|
|
}
|
|
set {
|
|
this._visRelazFinTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 Pazienti2LabelsTableAdapter Pazienti2LabelsTableAdapter {
|
|
get {
|
|
return this._pazienti2LabelsTableAdapter;
|
|
}
|
|
set {
|
|
this._pazienti2LabelsTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public global::System.Data.IDbConnection Connection {
|
|
get {
|
|
if ((this._connection != null)) {
|
|
return this._connection;
|
|
}
|
|
if (((this._anagPazientiTableAdapter != null)
|
|
&& (this._anagPazientiTableAdapter.Connection != null))) {
|
|
return this._anagPazientiTableAdapter.Connection;
|
|
}
|
|
if (((this._visLabTableAdapter != null)
|
|
&& (this._visLabTableAdapter.Connection != null))) {
|
|
return this._visLabTableAdapter.Connection;
|
|
}
|
|
if (((this._visAnamCliTableAdapter != null)
|
|
&& (this._visAnamCliTableAdapter.Connection != null))) {
|
|
return this._visAnamCliTableAdapter.Connection;
|
|
}
|
|
if (((this._visCardioPolTableAdapter != null)
|
|
&& (this._visCardioPolTableAdapter.Connection != null))) {
|
|
return this._visCardioPolTableAdapter.Connection;
|
|
}
|
|
if (((this._visPsicoTableAdapter != null)
|
|
&& (this._visPsicoTableAdapter.Connection != null))) {
|
|
return this._visPsicoTableAdapter.Connection;
|
|
}
|
|
if (((this._visRelazFinTableAdapter != null)
|
|
&& (this._visRelazFinTableAdapter.Connection != null))) {
|
|
return this._visRelazFinTableAdapter.Connection;
|
|
}
|
|
if (((this._pazienti2LabelsTableAdapter != null)
|
|
&& (this._pazienti2LabelsTableAdapter.Connection != null))) {
|
|
return this._pazienti2LabelsTableAdapter.Connection;
|
|
}
|
|
return null;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public int TableAdapterInstanceCount {
|
|
get {
|
|
int count = 0;
|
|
if ((this._anagPazientiTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._visLabTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._visAnamCliTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._visCardioPolTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._visPsicoTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._visRelazFinTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._pazienti2LabelsTableAdapter != 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", "15.0.0.0")]
|
|
private int UpdateUpdatedRows(DS_Applicazione 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._anagPazientiTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.AnagPazienti.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._anagPazientiTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._visLabTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.VisLab.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._visLabTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._visAnamCliTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.VisAnamCli.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._visAnamCliTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._visCardioPolTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.VisCardioPol.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._visCardioPolTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._visPsicoTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.VisPsico.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._visPsicoTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._visRelazFinTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.VisRelazFin.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._visRelazFinTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._pazienti2LabelsTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.Pazienti2Labels.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._pazienti2LabelsTableAdapter.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", "15.0.0.0")]
|
|
private int UpdateInsertedRows(DS_Applicazione dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._anagPazientiTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.AnagPazienti.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._anagPazientiTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._visLabTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.VisLab.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._visLabTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._visAnamCliTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.VisAnamCli.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._visAnamCliTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._visCardioPolTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.VisCardioPol.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._visCardioPolTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._visPsicoTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.VisPsico.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._visPsicoTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._visRelazFinTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.VisRelazFin.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._visRelazFinTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._pazienti2LabelsTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.Pazienti2Labels.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._pazienti2LabelsTableAdapter.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", "15.0.0.0")]
|
|
private int UpdateDeletedRows(DS_Applicazione dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
|
|
int result = 0;
|
|
if ((this._pazienti2LabelsTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.Pazienti2Labels.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._pazienti2LabelsTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._visRelazFinTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.VisRelazFin.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._visRelazFinTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._visPsicoTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.VisPsico.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._visPsicoTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._visCardioPolTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.VisCardioPol.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._visCardioPolTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._visAnamCliTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.VisAnamCli.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._visAnamCliTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._visLabTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.VisLab.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._visLabTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._anagPazientiTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.AnagPazienti.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._anagPazientiTableAdapter.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", "15.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", "15.0.0.0")]
|
|
public virtual int UpdateAll(DS_Applicazione dataSet) {
|
|
if ((dataSet == null)) {
|
|
throw new global::System.ArgumentNullException("dataSet");
|
|
}
|
|
if ((dataSet.HasChanges() == false)) {
|
|
return 0;
|
|
}
|
|
if (((this._anagPazientiTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._anagPazientiTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
if (((this._visLabTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._visLabTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
if (((this._visAnamCliTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._visAnamCliTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
if (((this._visCardioPolTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._visCardioPolTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
if (((this._visPsicoTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._visPsicoTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
if (((this._visRelazFinTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._visRelazFinTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
if (((this._pazienti2LabelsTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._pazienti2LabelsTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
|
"a stessa stringa di connessione.");
|
|
}
|
|
global::System.Data.IDbConnection workConnection = this.Connection;
|
|
if ((workConnection == null)) {
|
|
throw new global::System.ApplicationException("TableAdapterManager non contiene informazioni di connessione. Impostare la propri" +
|
|
"età TableAdapter di ciascun oggetto TableAdapterManager su un\'istanza TableAdapt" +
|
|
"er valida.");
|
|
}
|
|
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("Impossibile avviare la transazione. La connessione dati corrente non supporta le " +
|
|
"transazioni oppure lo stato corrente non consente l\'avvio della transazione.");
|
|
}
|
|
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._anagPazientiTableAdapter != null)) {
|
|
revertConnections.Add(this._anagPazientiTableAdapter, this._anagPazientiTableAdapter.Connection);
|
|
this._anagPazientiTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._anagPazientiTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._anagPazientiTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._anagPazientiTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._anagPazientiTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._visLabTableAdapter != null)) {
|
|
revertConnections.Add(this._visLabTableAdapter, this._visLabTableAdapter.Connection);
|
|
this._visLabTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._visLabTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._visLabTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._visLabTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._visLabTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._visAnamCliTableAdapter != null)) {
|
|
revertConnections.Add(this._visAnamCliTableAdapter, this._visAnamCliTableAdapter.Connection);
|
|
this._visAnamCliTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._visAnamCliTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._visAnamCliTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._visAnamCliTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._visAnamCliTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._visCardioPolTableAdapter != null)) {
|
|
revertConnections.Add(this._visCardioPolTableAdapter, this._visCardioPolTableAdapter.Connection);
|
|
this._visCardioPolTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._visCardioPolTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._visCardioPolTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._visCardioPolTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._visCardioPolTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._visPsicoTableAdapter != null)) {
|
|
revertConnections.Add(this._visPsicoTableAdapter, this._visPsicoTableAdapter.Connection);
|
|
this._visPsicoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._visPsicoTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._visPsicoTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._visPsicoTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._visPsicoTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._visRelazFinTableAdapter != null)) {
|
|
revertConnections.Add(this._visRelazFinTableAdapter, this._visRelazFinTableAdapter.Connection);
|
|
this._visRelazFinTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._visRelazFinTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._visRelazFinTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._visRelazFinTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._visRelazFinTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._pazienti2LabelsTableAdapter != null)) {
|
|
revertConnections.Add(this._pazienti2LabelsTableAdapter, this._pazienti2LabelsTableAdapter.Connection);
|
|
this._pazienti2LabelsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._pazienti2LabelsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._pazienti2LabelsTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._pazienti2LabelsTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._pazienti2LabelsTableAdapter.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._anagPazientiTableAdapter != null)) {
|
|
this._anagPazientiTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagPazientiTableAdapter]));
|
|
this._anagPazientiTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._visLabTableAdapter != null)) {
|
|
this._visLabTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._visLabTableAdapter]));
|
|
this._visLabTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._visAnamCliTableAdapter != null)) {
|
|
this._visAnamCliTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._visAnamCliTableAdapter]));
|
|
this._visAnamCliTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._visCardioPolTableAdapter != null)) {
|
|
this._visCardioPolTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._visCardioPolTableAdapter]));
|
|
this._visCardioPolTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._visPsicoTableAdapter != null)) {
|
|
this._visPsicoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._visPsicoTableAdapter]));
|
|
this._visPsicoTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._visRelazFinTableAdapter != null)) {
|
|
this._visRelazFinTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._visRelazFinTableAdapter]));
|
|
this._visRelazFinTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._pazienti2LabelsTableAdapter != null)) {
|
|
this._pazienti2LabelsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._pazienti2LabelsTableAdapter]));
|
|
this._pazienti2LabelsTableAdapter.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", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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", "15.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#pragma warning restore 1591 |