Files
ScheMe-PIC/ScheMe_Data/DS_Applicazione.Designer.cs
2017-09-26 18:26:33 +02:00

30022 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 VisLabDataTable tableVisLab;
private VisAnamCliDataTable tableVisAnamCli;
private VisCardioPolDataTable tableVisCardioPol;
private VisRelazFinDataTable tableVisRelazFin;
private stp_rep_DatiFullByPazienteDataDataTable tablestp_rep_DatiFullByPazienteData;
private VisBioMecAntDataTable tableVisBioMecAnt;
private Pazienti2LabelsDataTable tablePazienti2Labels;
private ElencoVisiteDataTable tableElencoVisite;
private PatologieDataTable tablePatologie;
private VisPatoPazDataTable tableVisPatoPaz;
private VisVMDDataTable tableVisVMD;
private VisPAIDataTable tableVisPAI;
private VisPAI_PrestDataTable tableVisPAI_Prest;
private AnagPrestazDataTable tableAnagPrestaz;
private PrenotazioniDataTable tablePrenotazioni;
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_VisRelazFin_AnagPazienti;
private global::System.Data.DataRelation relationAnagPazienti_v_VisBioMecAnt;
private global::System.Data.DataRelation relationFK_Pazienti2Labels_AnagPazienti;
private global::System.Data.DataRelation relationFK_VisPatoPaz_AnagPazienti;
private global::System.Data.DataRelation relationVisVMD_AnagPazienti;
private global::System.Data.DataRelation relationVisPAI_AnagPazienti;
private global::System.Data.DataRelation relationVisPAI_Prest_VisPAI;
private global::System.Data.DataRelation relationPrenotazioni_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["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["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["Pazienti2Labels"] != null)) {
base.Tables.Add(new Pazienti2LabelsDataTable(ds.Tables["Pazienti2Labels"]));
}
if ((ds.Tables["ElencoVisite"] != null)) {
base.Tables.Add(new ElencoVisiteDataTable(ds.Tables["ElencoVisite"]));
}
if ((ds.Tables["Patologie"] != null)) {
base.Tables.Add(new PatologieDataTable(ds.Tables["Patologie"]));
}
if ((ds.Tables["VisPatoPaz"] != null)) {
base.Tables.Add(new VisPatoPazDataTable(ds.Tables["VisPatoPaz"]));
}
if ((ds.Tables["VisVMD"] != null)) {
base.Tables.Add(new VisVMDDataTable(ds.Tables["VisVMD"]));
}
if ((ds.Tables["VisPAI"] != null)) {
base.Tables.Add(new VisPAIDataTable(ds.Tables["VisPAI"]));
}
if ((ds.Tables["VisPAI_Prest"] != null)) {
base.Tables.Add(new VisPAI_PrestDataTable(ds.Tables["VisPAI_Prest"]));
}
if ((ds.Tables["AnagPrestaz"] != null)) {
base.Tables.Add(new AnagPrestazDataTable(ds.Tables["AnagPrestaz"]));
}
if ((ds.Tables["Prenotazioni"] != null)) {
base.Tables.Add(new PrenotazioniDataTable(ds.Tables["Prenotazioni"]));
}
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 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 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 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 ElencoVisiteDataTable ElencoVisite {
get {
return this.tableElencoVisite;
}
}
[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 PatologieDataTable Patologie {
get {
return this.tablePatologie;
}
}
[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 VisPatoPazDataTable VisPatoPaz {
get {
return this.tableVisPatoPaz;
}
}
[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 VisVMDDataTable VisVMD {
get {
return this.tableVisVMD;
}
}
[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 VisPAIDataTable VisPAI {
get {
return this.tableVisPAI;
}
}
[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 VisPAI_PrestDataTable VisPAI_Prest {
get {
return this.tableVisPAI_Prest;
}
}
[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 AnagPrestazDataTable AnagPrestaz {
get {
return this.tableAnagPrestaz;
}
}
[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 PrenotazioniDataTable Prenotazioni {
get {
return this.tablePrenotazioni;
}
}
[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["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["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["Pazienti2Labels"] != null)) {
base.Tables.Add(new Pazienti2LabelsDataTable(ds.Tables["Pazienti2Labels"]));
}
if ((ds.Tables["ElencoVisite"] != null)) {
base.Tables.Add(new ElencoVisiteDataTable(ds.Tables["ElencoVisite"]));
}
if ((ds.Tables["Patologie"] != null)) {
base.Tables.Add(new PatologieDataTable(ds.Tables["Patologie"]));
}
if ((ds.Tables["VisPatoPaz"] != null)) {
base.Tables.Add(new VisPatoPazDataTable(ds.Tables["VisPatoPaz"]));
}
if ((ds.Tables["VisVMD"] != null)) {
base.Tables.Add(new VisVMDDataTable(ds.Tables["VisVMD"]));
}
if ((ds.Tables["VisPAI"] != null)) {
base.Tables.Add(new VisPAIDataTable(ds.Tables["VisPAI"]));
}
if ((ds.Tables["VisPAI_Prest"] != null)) {
base.Tables.Add(new VisPAI_PrestDataTable(ds.Tables["VisPAI_Prest"]));
}
if ((ds.Tables["AnagPrestaz"] != null)) {
base.Tables.Add(new AnagPrestazDataTable(ds.Tables["AnagPrestaz"]));
}
if ((ds.Tables["Prenotazioni"] != null)) {
base.Tables.Add(new PrenotazioniDataTable(ds.Tables["Prenotazioni"]));
}
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.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.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.tablePazienti2Labels = ((Pazienti2LabelsDataTable)(base.Tables["Pazienti2Labels"]));
if ((initTable == true)) {
if ((this.tablePazienti2Labels != null)) {
this.tablePazienti2Labels.InitVars();
}
}
this.tableElencoVisite = ((ElencoVisiteDataTable)(base.Tables["ElencoVisite"]));
if ((initTable == true)) {
if ((this.tableElencoVisite != null)) {
this.tableElencoVisite.InitVars();
}
}
this.tablePatologie = ((PatologieDataTable)(base.Tables["Patologie"]));
if ((initTable == true)) {
if ((this.tablePatologie != null)) {
this.tablePatologie.InitVars();
}
}
this.tableVisPatoPaz = ((VisPatoPazDataTable)(base.Tables["VisPatoPaz"]));
if ((initTable == true)) {
if ((this.tableVisPatoPaz != null)) {
this.tableVisPatoPaz.InitVars();
}
}
this.tableVisVMD = ((VisVMDDataTable)(base.Tables["VisVMD"]));
if ((initTable == true)) {
if ((this.tableVisVMD != null)) {
this.tableVisVMD.InitVars();
}
}
this.tableVisPAI = ((VisPAIDataTable)(base.Tables["VisPAI"]));
if ((initTable == true)) {
if ((this.tableVisPAI != null)) {
this.tableVisPAI.InitVars();
}
}
this.tableVisPAI_Prest = ((VisPAI_PrestDataTable)(base.Tables["VisPAI_Prest"]));
if ((initTable == true)) {
if ((this.tableVisPAI_Prest != null)) {
this.tableVisPAI_Prest.InitVars();
}
}
this.tableAnagPrestaz = ((AnagPrestazDataTable)(base.Tables["AnagPrestaz"]));
if ((initTable == true)) {
if ((this.tableAnagPrestaz != null)) {
this.tableAnagPrestaz.InitVars();
}
}
this.tablePrenotazioni = ((PrenotazioniDataTable)(base.Tables["Prenotazioni"]));
if ((initTable == true)) {
if ((this.tablePrenotazioni != null)) {
this.tablePrenotazioni.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_VisRelazFin_AnagPazienti = this.Relations["FK_VisRelazFin_AnagPazienti"];
this.relationAnagPazienti_v_VisBioMecAnt = this.Relations["AnagPazienti_v_VisBioMecAnt"];
this.relationFK_Pazienti2Labels_AnagPazienti = this.Relations["FK_Pazienti2Labels_AnagPazienti"];
this.relationFK_VisPatoPaz_AnagPazienti = this.Relations["FK_VisPatoPaz_AnagPazienti"];
this.relationVisVMD_AnagPazienti = this.Relations["VisVMD_AnagPazienti"];
this.relationVisPAI_AnagPazienti = this.Relations["VisPAI_AnagPazienti"];
this.relationVisPAI_Prest_VisPAI = this.Relations["VisPAI_Prest_VisPAI"];
this.relationPrenotazioni_AnagPazienti = this.Relations["Prenotazioni_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.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.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.tablePazienti2Labels = new Pazienti2LabelsDataTable();
base.Tables.Add(this.tablePazienti2Labels);
this.tableElencoVisite = new ElencoVisiteDataTable();
base.Tables.Add(this.tableElencoVisite);
this.tablePatologie = new PatologieDataTable();
base.Tables.Add(this.tablePatologie);
this.tableVisPatoPaz = new VisPatoPazDataTable();
base.Tables.Add(this.tableVisPatoPaz);
this.tableVisVMD = new VisVMDDataTable();
base.Tables.Add(this.tableVisVMD);
this.tableVisPAI = new VisPAIDataTable();
base.Tables.Add(this.tableVisPAI);
this.tableVisPAI_Prest = new VisPAI_PrestDataTable();
base.Tables.Add(this.tableVisPAI_Prest);
this.tableAnagPrestaz = new AnagPrestazDataTable();
base.Tables.Add(this.tableAnagPrestaz);
this.tablePrenotazioni = new PrenotazioniDataTable();
base.Tables.Add(this.tablePrenotazioni);
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_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_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);
this.relationFK_VisPatoPaz_AnagPazienti = new global::System.Data.DataRelation("FK_VisPatoPaz_AnagPazienti", new global::System.Data.DataColumn[] {
this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
this.tableVisPatoPaz.IdxPazienteColumn}, false);
this.Relations.Add(this.relationFK_VisPatoPaz_AnagPazienti);
this.relationVisVMD_AnagPazienti = new global::System.Data.DataRelation("VisVMD_AnagPazienti", new global::System.Data.DataColumn[] {
this.tableVisVMD.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
this.tableAnagPazienti.IdxPazienteColumn}, false);
this.Relations.Add(this.relationVisVMD_AnagPazienti);
this.relationVisPAI_AnagPazienti = new global::System.Data.DataRelation("VisPAI_AnagPazienti", new global::System.Data.DataColumn[] {
this.tableVisPAI.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
this.tableAnagPazienti.IdxPazienteColumn}, false);
this.Relations.Add(this.relationVisPAI_AnagPazienti);
this.relationVisPAI_Prest_VisPAI = new global::System.Data.DataRelation("VisPAI_Prest_VisPAI", new global::System.Data.DataColumn[] {
this.tableVisPAI_Prest.IdxPazienteColumn,
this.tableVisPAI_Prest.DataVisitaColumn}, new global::System.Data.DataColumn[] {
this.tableVisPAI.IdxPazienteColumn,
this.tableVisPAI.DataVisitaColumn}, false);
this.Relations.Add(this.relationVisPAI_Prest_VisPAI);
this.relationPrenotazioni_AnagPazienti = new global::System.Data.DataRelation("Prenotazioni_AnagPazienti", new global::System.Data.DataColumn[] {
this.tablePrenotazioni.IdxPazienteColumn}, new global::System.Data.DataColumn[] {
this.tableAnagPazienti.IdxPazienteColumn}, false);
this.Relations.Add(this.relationPrenotazioni_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 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 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 ShouldSerializePazienti2Labels() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeElencoVisite() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializePatologie() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeVisPatoPaz() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeVisVMD() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeVisPAI() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeVisPAI_Prest() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeAnagPrestaz() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializePrenotazioni() {
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 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 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 Pazienti2LabelsRowChangeEventHandler(object sender, Pazienti2LabelsRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void ElencoVisiteRowChangeEventHandler(object sender, ElencoVisiteRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void PatologieRowChangeEventHandler(object sender, PatologieRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void VisPatoPazRowChangeEventHandler(object sender, VisPatoPazRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void VisVMDRowChangeEventHandler(object sender, VisVMDRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void VisPAIRowChangeEventHandler(object sender, VisPAIRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void VisPAI_PrestRowChangeEventHandler(object sender, VisPAI_PrestRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void AnagPrestazRowChangeEventHandler(object sender, AnagPrestazRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void PrenotazioniRowChangeEventHandler(object sender, PrenotazioniRowChangeEvent 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;
private global::System.Data.DataColumn columnCellulare;
private global::System.Data.DataColumn columnEmail;
[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")]
public global::System.Data.DataColumn CellulareColumn {
get {
return this.columnCellulare;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn EmailColumn {
get {
return this.columnEmail;
}
}
[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,
string Cellulare,
string Email) {
AnagPazientiRow rowAnagPazientiRow = ((AnagPazientiRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
Gruppo,
Cognome,
Nome,
DataNasc,
LuogoNascita,
Sesso,
Altezza,
Peso,
CodF,
Indirizzo,
Eta,
RecTel,
Medico,
Note,
Cellulare,
Email};
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"];
this.columnCellulare = base.Columns["Cellulare"];
this.columnEmail = base.Columns["Email"];
}
[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.columnCellulare = new global::System.Data.DataColumn("Cellulare", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCellulare);
this.columnEmail = new global::System.Data.DataColumn("Email", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEmail);
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;
this.columnCellulare.AllowDBNull = false;
this.columnCellulare.MaxLength = 50;
this.columnEmail.AllowDBNull = false;
this.columnEmail.MaxLength = 250;
}
[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 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 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 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 ElencoVisiteDataTable : global::System.Data.TypedTableBase<ElencoVisiteRow> {
private global::System.Data.DataColumn columnDataVisita;
private global::System.Data.DataColumn columnVPP;
private global::System.Data.DataColumn columnVVMD;
private global::System.Data.DataColumn columnVPAI;
private global::System.Data.DataColumn columnVL;
private global::System.Data.DataColumn columnVBMA;
private global::System.Data.DataColumn columnVRF;
private global::System.Data.DataColumn columnPREN;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ElencoVisiteDataTable() {
this.TableName = "ElencoVisite";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal ElencoVisiteDataTable(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 ElencoVisiteDataTable(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 VPPColumn {
get {
return this.columnVPP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn VVMDColumn {
get {
return this.columnVVMD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn VPAIColumn {
get {
return this.columnVPAI;
}
}
[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")]
public global::System.Data.DataColumn PRENColumn {
get {
return this.columnPREN;
}
}
[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 ElencoVisiteRow this[int index] {
get {
return ((ElencoVisiteRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ElencoVisiteRowChangeEventHandler ElencoVisiteRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ElencoVisiteRowChangeEventHandler ElencoVisiteRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ElencoVisiteRowChangeEventHandler ElencoVisiteRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ElencoVisiteRowChangeEventHandler ElencoVisiteRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddElencoVisiteRow(ElencoVisiteRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ElencoVisiteRow AddElencoVisiteRow(System.DateTime DataVisita, int VPP, int VVMD, int VPAI, int VL, int VBMA, int VRF, int PREN) {
ElencoVisiteRow rowElencoVisiteRow = ((ElencoVisiteRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
DataVisita,
VPP,
VVMD,
VPAI,
VL,
VBMA,
VRF,
PREN};
rowElencoVisiteRow.ItemArray = columnValuesArray;
this.Rows.Add(rowElencoVisiteRow);
return rowElencoVisiteRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ElencoVisiteRow FindByDataVisita(System.DateTime DataVisita) {
return ((ElencoVisiteRow)(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() {
ElencoVisiteDataTable cln = ((ElencoVisiteDataTable)(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 ElencoVisiteDataTable();
}
[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.columnVPP = base.Columns["VPP"];
this.columnVVMD = base.Columns["VVMD"];
this.columnVPAI = base.Columns["VPAI"];
this.columnVL = base.Columns["VL"];
this.columnVBMA = base.Columns["VBMA"];
this.columnVRF = base.Columns["VRF"];
this.columnPREN = base.Columns["PREN"];
}
[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.columnVPP = new global::System.Data.DataColumn("VPP", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVPP);
this.columnVVMD = new global::System.Data.DataColumn("VVMD", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVVMD);
this.columnVPAI = new global::System.Data.DataColumn("VPAI", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVPAI);
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.columnPREN = new global::System.Data.DataColumn("PREN", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPREN);
this.Constraints.Add(new global::System.Data.UniqueConstraint("ElencoVisiteKey1", new global::System.Data.DataColumn[] {
this.columnDataVisita}, true));
this.columnDataVisita.AllowDBNull = false;
this.columnDataVisita.ReadOnly = true;
this.columnDataVisita.Unique = true;
this.columnVPP.ReadOnly = true;
this.columnVVMD.ReadOnly = true;
this.columnVPAI.ReadOnly = true;
this.columnVL.ReadOnly = true;
this.columnVBMA.ReadOnly = true;
this.columnVRF.ReadOnly = true;
this.columnPREN.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ElencoVisiteRow NewElencoVisiteRow() {
return ((ElencoVisiteRow)(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 ElencoVisiteRow(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(ElencoVisiteRow);
}
[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.ElencoVisiteRowChanged != null)) {
this.ElencoVisiteRowChanged(this, new ElencoVisiteRowChangeEvent(((ElencoVisiteRow)(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.ElencoVisiteRowChanging != null)) {
this.ElencoVisiteRowChanging(this, new ElencoVisiteRowChangeEvent(((ElencoVisiteRow)(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.ElencoVisiteRowDeleted != null)) {
this.ElencoVisiteRowDeleted(this, new ElencoVisiteRowChangeEvent(((ElencoVisiteRow)(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.ElencoVisiteRowDeleting != null)) {
this.ElencoVisiteRowDeleting(this, new ElencoVisiteRowChangeEvent(((ElencoVisiteRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveElencoVisiteRow(ElencoVisiteRow 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 = "ElencoVisiteDataTable";
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 PatologieDataTable : global::System.Data.TypedTableBase<PatologieRow> {
private global::System.Data.DataColumn columnCodPatologia;
private global::System.Data.DataColumn columnLivello;
private global::System.Data.DataColumn columnDescrPatologia;
private global::System.Data.DataColumn columnBudgetSpesa;
private global::System.Data.DataColumn columnQuotaPIC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PatologieDataTable() {
this.TableName = "Patologie";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal PatologieDataTable(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 PatologieDataTable(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 CodPatologiaColumn {
get {
return this.columnCodPatologia;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn LivelloColumn {
get {
return this.columnLivello;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DescrPatologiaColumn {
get {
return this.columnDescrPatologia;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BudgetSpesaColumn {
get {
return this.columnBudgetSpesa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn QuotaPICColumn {
get {
return this.columnQuotaPIC;
}
}
[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 PatologieRow this[int index] {
get {
return ((PatologieRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PatologieRowChangeEventHandler PatologieRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PatologieRowChangeEventHandler PatologieRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PatologieRowChangeEventHandler PatologieRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PatologieRowChangeEventHandler PatologieRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddPatologieRow(PatologieRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PatologieRow AddPatologieRow(string CodPatologia, int Livello, string DescrPatologia, decimal BudgetSpesa, decimal QuotaPIC) {
PatologieRow rowPatologieRow = ((PatologieRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
CodPatologia,
Livello,
DescrPatologia,
BudgetSpesa,
QuotaPIC};
rowPatologieRow.ItemArray = columnValuesArray;
this.Rows.Add(rowPatologieRow);
return rowPatologieRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PatologieRow FindByCodPatologiaLivello(string CodPatologia, int Livello) {
return ((PatologieRow)(this.Rows.Find(new object[] {
CodPatologia,
Livello})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
PatologieDataTable cln = ((PatologieDataTable)(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 PatologieDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnCodPatologia = base.Columns["CodPatologia"];
this.columnLivello = base.Columns["Livello"];
this.columnDescrPatologia = base.Columns["DescrPatologia"];
this.columnBudgetSpesa = base.Columns["BudgetSpesa"];
this.columnQuotaPIC = base.Columns["QuotaPIC"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnCodPatologia = new global::System.Data.DataColumn("CodPatologia", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodPatologia);
this.columnLivello = new global::System.Data.DataColumn("Livello", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLivello);
this.columnDescrPatologia = new global::System.Data.DataColumn("DescrPatologia", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescrPatologia);
this.columnBudgetSpesa = new global::System.Data.DataColumn("BudgetSpesa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBudgetSpesa);
this.columnQuotaPIC = new global::System.Data.DataColumn("QuotaPIC", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQuotaPIC);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCodPatologia,
this.columnLivello}, true));
this.columnCodPatologia.AllowDBNull = false;
this.columnCodPatologia.MaxLength = 50;
this.columnLivello.AllowDBNull = false;
this.columnDescrPatologia.AllowDBNull = false;
this.columnDescrPatologia.MaxLength = 500;
this.columnBudgetSpesa.AllowDBNull = false;
this.columnQuotaPIC.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PatologieRow NewPatologieRow() {
return ((PatologieRow)(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 PatologieRow(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(PatologieRow);
}
[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.PatologieRowChanged != null)) {
this.PatologieRowChanged(this, new PatologieRowChangeEvent(((PatologieRow)(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.PatologieRowChanging != null)) {
this.PatologieRowChanging(this, new PatologieRowChangeEvent(((PatologieRow)(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.PatologieRowDeleted != null)) {
this.PatologieRowDeleted(this, new PatologieRowChangeEvent(((PatologieRow)(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.PatologieRowDeleting != null)) {
this.PatologieRowDeleting(this, new PatologieRowChangeEvent(((PatologieRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemovePatologieRow(PatologieRow 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 = "PatologieDataTable";
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 VisPatoPazDataTable : global::System.Data.TypedTableBase<VisPatoPazRow> {
private global::System.Data.DataColumn columnIdxPaziente;
private global::System.Data.DataColumn columnDataVisita;
private global::System.Data.DataColumn columnCodPatologia;
private global::System.Data.DataColumn columnLivello;
private global::System.Data.DataColumn columnNote;
private global::System.Data.DataColumn columnBudgetSpesa;
private global::System.Data.DataColumn columnCurrSpesa;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPatoPazDataTable() {
this.TableName = "VisPatoPaz";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisPatoPazDataTable(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 VisPatoPazDataTable(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 CodPatologiaColumn {
get {
return this.columnCodPatologia;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn LivelloColumn {
get {
return this.columnLivello;
}
}
[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 BudgetSpesaColumn {
get {
return this.columnBudgetSpesa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CurrSpesaColumn {
get {
return this.columnCurrSpesa;
}
}
[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 VisPatoPazRow this[int index] {
get {
return ((VisPatoPazRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPatoPazRowChangeEventHandler VisPatoPazRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPatoPazRowChangeEventHandler VisPatoPazRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPatoPazRowChangeEventHandler VisPatoPazRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPatoPazRowChangeEventHandler VisPatoPazRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddVisPatoPazRow(VisPatoPazRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPatoPazRow AddVisPatoPazRow(AnagPazientiRow parentAnagPazientiRowByFK_VisPatoPaz_AnagPazienti, System.DateTime DataVisita, int CodPatologia, int Livello, string Note, decimal BudgetSpesa, decimal CurrSpesa) {
VisPatoPazRow rowVisPatoPazRow = ((VisPatoPazRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
DataVisita,
CodPatologia,
Livello,
Note,
BudgetSpesa,
CurrSpesa};
if ((parentAnagPazientiRowByFK_VisPatoPaz_AnagPazienti != null)) {
columnValuesArray[0] = parentAnagPazientiRowByFK_VisPatoPaz_AnagPazienti[0];
}
rowVisPatoPazRow.ItemArray = columnValuesArray;
this.Rows.Add(rowVisPatoPazRow);
return rowVisPatoPazRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPatoPazRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
return ((VisPatoPazRow)(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() {
VisPatoPazDataTable cln = ((VisPatoPazDataTable)(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 VisPatoPazDataTable();
}
[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.columnCodPatologia = base.Columns["CodPatologia"];
this.columnLivello = base.Columns["Livello"];
this.columnNote = base.Columns["Note"];
this.columnBudgetSpesa = base.Columns["BudgetSpesa"];
this.columnCurrSpesa = base.Columns["CurrSpesa"];
}
[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.columnCodPatologia = new global::System.Data.DataColumn("CodPatologia", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodPatologia);
this.columnLivello = new global::System.Data.DataColumn("Livello", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLivello);
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNote);
this.columnBudgetSpesa = new global::System.Data.DataColumn("BudgetSpesa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBudgetSpesa);
this.columnCurrSpesa = new global::System.Data.DataColumn("CurrSpesa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCurrSpesa);
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.columnCodPatologia.AllowDBNull = false;
this.columnLivello.AllowDBNull = false;
this.columnNote.AllowDBNull = false;
this.columnNote.MaxLength = 250;
this.columnBudgetSpesa.AllowDBNull = false;
this.columnCurrSpesa.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPatoPazRow NewVisPatoPazRow() {
return ((VisPatoPazRow)(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 VisPatoPazRow(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(VisPatoPazRow);
}
[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.VisPatoPazRowChanged != null)) {
this.VisPatoPazRowChanged(this, new VisPatoPazRowChangeEvent(((VisPatoPazRow)(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.VisPatoPazRowChanging != null)) {
this.VisPatoPazRowChanging(this, new VisPatoPazRowChangeEvent(((VisPatoPazRow)(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.VisPatoPazRowDeleted != null)) {
this.VisPatoPazRowDeleted(this, new VisPatoPazRowChangeEvent(((VisPatoPazRow)(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.VisPatoPazRowDeleting != null)) {
this.VisPatoPazRowDeleting(this, new VisPatoPazRowChangeEvent(((VisPatoPazRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveVisPatoPazRow(VisPatoPazRow 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 = "VisPatoPazDataTable";
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 VisVMDDataTable : global::System.Data.TypedTableBase<VisVMDRow> {
private global::System.Data.DataColumn columnIdxPaziente;
private global::System.Data.DataColumn columnDataVisita;
private global::System.Data.DataColumn columnGA;
private global::System.Data.DataColumn columnFAI;
private global::System.Data.DataColumn columnE;
private global::System.Data.DataColumn columnF;
private global::System.Data.DataColumn columnDIET;
private global::System.Data.DataColumn columnAF;
private global::System.Data.DataColumn columnCSA;
private global::System.Data.DataColumn columnCONS;
private global::System.Data.DataColumn columnAltezza;
private global::System.Data.DataColumn columnPeso;
private global::System.Data.DataColumn columnGA_p;
private global::System.Data.DataColumn columnFAI_p;
private global::System.Data.DataColumn columnE_p;
private global::System.Data.DataColumn columnF_p;
private global::System.Data.DataColumn columnDIET_p;
private global::System.Data.DataColumn columnAF_p;
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;
private global::System.Data.DataColumn columnCSA_p;
private global::System.Data.DataColumn columnCONS_p;
private global::System.Data.DataColumn columnNonAutonomo;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisVMDDataTable() {
this.TableName = "VisVMD";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisVMDDataTable(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 VisVMDDataTable(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 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 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 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 FColumn {
get {
return this.columnF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DIETColumn {
get {
return this.columnDIET;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn AFColumn {
get {
return this.columnAF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CSAColumn {
get {
return this.columnCSA;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CONSColumn {
get {
return this.columnCONS;
}
}
[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 GA_pColumn {
get {
return this.columnGA_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn FAI_pColumn {
get {
return this.columnFAI_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn E_pColumn {
get {
return this.columnE_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn F_pColumn {
get {
return this.columnF_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DIET_pColumn {
get {
return this.columnDIET_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn AF_pColumn {
get {
return this.columnAF_p;
}
}
[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")]
public global::System.Data.DataColumn CSA_pColumn {
get {
return this.columnCSA_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CONS_pColumn {
get {
return this.columnCONS_p;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NonAutonomoColumn {
get {
return this.columnNonAutonomo;
}
}
[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 VisVMDRow this[int index] {
get {
return ((VisVMDRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisVMDRowChangeEventHandler VisVMDRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisVMDRowChangeEventHandler VisVMDRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisVMDRowChangeEventHandler VisVMDRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisVMDRowChangeEventHandler VisVMDRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddVisVMDRow(VisVMDRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisVMDRow AddVisVMDRow(
int IdxPaziente,
System.DateTime DataVisita,
double GA,
int FAI,
int E,
int F,
int DIET,
int AF,
int CSA,
int CONS,
double Altezza,
double Peso,
int GA_p,
int FAI_p,
int E_p,
int F_p,
int DIET_p,
int AF_p,
int Penalty,
int Score,
double ScorePerc,
int Classe,
string Performance,
int CSA_p,
int CONS_p,
bool NonAutonomo) {
VisVMDRow rowVisVMDRow = ((VisVMDRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdxPaziente,
DataVisita,
GA,
FAI,
E,
F,
DIET,
AF,
CSA,
CONS,
Altezza,
Peso,
GA_p,
FAI_p,
E_p,
F_p,
DIET_p,
AF_p,
Penalty,
Score,
ScorePerc,
Classe,
Performance,
CSA_p,
CONS_p,
NonAutonomo};
rowVisVMDRow.ItemArray = columnValuesArray;
this.Rows.Add(rowVisVMDRow);
return rowVisVMDRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisVMDRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
return ((VisVMDRow)(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() {
VisVMDDataTable cln = ((VisVMDDataTable)(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 VisVMDDataTable();
}
[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.columnGA = base.Columns["GA"];
this.columnFAI = base.Columns["FAI"];
this.columnE = base.Columns["E"];
this.columnF = base.Columns["F"];
this.columnDIET = base.Columns["DIET"];
this.columnAF = base.Columns["AF"];
this.columnCSA = base.Columns["CSA"];
this.columnCONS = base.Columns["CONS"];
this.columnAltezza = base.Columns["Altezza"];
this.columnPeso = base.Columns["Peso"];
this.columnGA_p = base.Columns["GA_p"];
this.columnFAI_p = base.Columns["FAI_p"];
this.columnE_p = base.Columns["E_p"];
this.columnF_p = base.Columns["F_p"];
this.columnDIET_p = base.Columns["DIET_p"];
this.columnAF_p = base.Columns["AF_p"];
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"];
this.columnCSA_p = base.Columns["CSA_p"];
this.columnCONS_p = base.Columns["CONS_p"];
this.columnNonAutonomo = base.Columns["NonAutonomo"];
}
[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.columnGA = new global::System.Data.DataColumn("GA", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGA);
this.columnFAI = new global::System.Data.DataColumn("FAI", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFAI);
this.columnE = new global::System.Data.DataColumn("E", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnE);
this.columnF = new global::System.Data.DataColumn("F", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnF);
this.columnDIET = new global::System.Data.DataColumn("DIET", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIET);
this.columnAF = new global::System.Data.DataColumn("AF", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAF);
this.columnCSA = new global::System.Data.DataColumn("CSA", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCSA);
this.columnCONS = new global::System.Data.DataColumn("CONS", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONS);
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.columnGA_p = new global::System.Data.DataColumn("GA_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGA_p);
this.columnFAI_p = new global::System.Data.DataColumn("FAI_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFAI_p);
this.columnE_p = new global::System.Data.DataColumn("E_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnE_p);
this.columnF_p = new global::System.Data.DataColumn("F_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnF_p);
this.columnDIET_p = new global::System.Data.DataColumn("DIET_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIET_p);
this.columnAF_p = new global::System.Data.DataColumn("AF_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAF_p);
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.columnCSA_p = new global::System.Data.DataColumn("CSA_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCSA_p);
this.columnCONS_p = new global::System.Data.DataColumn("CONS_p", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONS_p);
this.columnNonAutonomo = new global::System.Data.DataColumn("NonAutonomo", typeof(bool), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNonAutonomo);
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.columnGA.AllowDBNull = false;
this.columnFAI.AllowDBNull = false;
this.columnE.AllowDBNull = false;
this.columnF.AllowDBNull = false;
this.columnDIET.AllowDBNull = false;
this.columnAF.AllowDBNull = false;
this.columnCSA.AllowDBNull = false;
this.columnCONS.AllowDBNull = false;
this.columnAltezza.AllowDBNull = false;
this.columnPeso.AllowDBNull = false;
this.columnE_p.AllowDBNull = false;
this.columnF_p.AllowDBNull = false;
this.columnDIET_p.AllowDBNull = false;
this.columnAF_p.AllowDBNull = false;
this.columnPerformance.ReadOnly = true;
this.columnPerformance.MaxLength = 250;
this.columnCSA_p.AllowDBNull = false;
this.columnCONS_p.AllowDBNull = false;
this.columnNonAutonomo.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisVMDRow NewVisVMDRow() {
return ((VisVMDRow)(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 VisVMDRow(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(VisVMDRow);
}
[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.VisVMDRowChanged != null)) {
this.VisVMDRowChanged(this, new VisVMDRowChangeEvent(((VisVMDRow)(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.VisVMDRowChanging != null)) {
this.VisVMDRowChanging(this, new VisVMDRowChangeEvent(((VisVMDRow)(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.VisVMDRowDeleted != null)) {
this.VisVMDRowDeleted(this, new VisVMDRowChangeEvent(((VisVMDRow)(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.VisVMDRowDeleting != null)) {
this.VisVMDRowDeleting(this, new VisVMDRowChangeEvent(((VisVMDRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveVisVMDRow(VisVMDRow 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 = "VisVMDDataTable";
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 VisPAIDataTable : global::System.Data.TypedTableBase<VisPAIRow> {
private global::System.Data.DataColumn columnIdxPaziente;
private global::System.Data.DataColumn columnDataVisita;
private global::System.Data.DataColumn columnCodPatologia;
private global::System.Data.DataColumn columnLivello;
private global::System.Data.DataColumn columnClasse;
private global::System.Data.DataColumn columnNote;
private global::System.Data.DataColumn columnBudgetSpesa;
private global::System.Data.DataColumn columnSpesaPrev;
private global::System.Data.DataColumn columnPrenotazioni;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIDataTable() {
this.TableName = "VisPAI";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisPAIDataTable(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 VisPAIDataTable(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 CodPatologiaColumn {
get {
return this.columnCodPatologia;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn LivelloColumn {
get {
return this.columnLivello;
}
}
[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 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 BudgetSpesaColumn {
get {
return this.columnBudgetSpesa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn SpesaPrevColumn {
get {
return this.columnSpesaPrev;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PrenotazioniColumn {
get {
return this.columnPrenotazioni;
}
}
[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 VisPAIRow this[int index] {
get {
return ((VisPAIRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAIRowChangeEventHandler VisPAIRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAIRowChangeEventHandler VisPAIRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAIRowChangeEventHandler VisPAIRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAIRowChangeEventHandler VisPAIRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddVisPAIRow(VisPAIRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIRow AddVisPAIRow(int IdxPaziente, System.DateTime DataVisita, int CodPatologia, int Livello, int Classe, string Note, decimal BudgetSpesa, double SpesaPrev, int Prenotazioni) {
VisPAIRow rowVisPAIRow = ((VisPAIRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdxPaziente,
DataVisita,
CodPatologia,
Livello,
Classe,
Note,
BudgetSpesa,
SpesaPrev,
Prenotazioni};
rowVisPAIRow.ItemArray = columnValuesArray;
this.Rows.Add(rowVisPAIRow);
return rowVisPAIRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIRow FindByIdxPazienteDataVisita(int IdxPaziente, System.DateTime DataVisita) {
return ((VisPAIRow)(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() {
VisPAIDataTable cln = ((VisPAIDataTable)(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 VisPAIDataTable();
}
[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.columnCodPatologia = base.Columns["CodPatologia"];
this.columnLivello = base.Columns["Livello"];
this.columnClasse = base.Columns["Classe"];
this.columnNote = base.Columns["Note"];
this.columnBudgetSpesa = base.Columns["BudgetSpesa"];
this.columnSpesaPrev = base.Columns["SpesaPrev"];
this.columnPrenotazioni = base.Columns["Prenotazioni"];
}
[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.columnCodPatologia = new global::System.Data.DataColumn("CodPatologia", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodPatologia);
this.columnLivello = new global::System.Data.DataColumn("Livello", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLivello);
this.columnClasse = new global::System.Data.DataColumn("Classe", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnClasse);
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNote);
this.columnBudgetSpesa = new global::System.Data.DataColumn("BudgetSpesa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBudgetSpesa);
this.columnSpesaPrev = new global::System.Data.DataColumn("SpesaPrev", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSpesaPrev);
this.columnPrenotazioni = new global::System.Data.DataColumn("Prenotazioni", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPrenotazioni);
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.columnCodPatologia.AllowDBNull = false;
this.columnLivello.AllowDBNull = false;
this.columnClasse.AllowDBNull = false;
this.columnNote.AllowDBNull = false;
this.columnNote.MaxLength = 250;
this.columnBudgetSpesa.AllowDBNull = false;
this.columnSpesaPrev.ReadOnly = true;
this.columnPrenotazioni.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIRow NewVisPAIRow() {
return ((VisPAIRow)(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 VisPAIRow(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(VisPAIRow);
}
[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.VisPAIRowChanged != null)) {
this.VisPAIRowChanged(this, new VisPAIRowChangeEvent(((VisPAIRow)(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.VisPAIRowChanging != null)) {
this.VisPAIRowChanging(this, new VisPAIRowChangeEvent(((VisPAIRow)(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.VisPAIRowDeleted != null)) {
this.VisPAIRowDeleted(this, new VisPAIRowChangeEvent(((VisPAIRow)(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.VisPAIRowDeleting != null)) {
this.VisPAIRowDeleting(this, new VisPAIRowChangeEvent(((VisPAIRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveVisPAIRow(VisPAIRow 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 = "VisPAIDataTable";
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 VisPAI_PrestDataTable : global::System.Data.TypedTableBase<VisPAI_PrestRow> {
private global::System.Data.DataColumn columnIdxPaziente;
private global::System.Data.DataColumn columnDataVisita;
private global::System.Data.DataColumn columnCodPres;
private global::System.Data.DataColumn columnNum;
private global::System.Data.DataColumn columnFreq;
private global::System.Data.DataColumn columnNote;
private global::System.Data.DataColumn columnTariffa;
private global::System.Data.DataColumn columnSpesaPrev;
private global::System.Data.DataColumn columnNomePrest;
private global::System.Data.DataColumn columnDescrPrest;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAI_PrestDataTable() {
this.TableName = "VisPAI_Prest";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisPAI_PrestDataTable(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 VisPAI_PrestDataTable(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 CodPresColumn {
get {
return this.columnCodPres;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NumColumn {
get {
return this.columnNum;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn FreqColumn {
get {
return this.columnFreq;
}
}
[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 TariffaColumn {
get {
return this.columnTariffa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn SpesaPrevColumn {
get {
return this.columnSpesaPrev;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NomePrestColumn {
get {
return this.columnNomePrest;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DescrPrestColumn {
get {
return this.columnDescrPrest;
}
}
[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 VisPAI_PrestRow this[int index] {
get {
return ((VisPAI_PrestRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAI_PrestRowChangeEventHandler VisPAI_PrestRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAI_PrestRowChangeEventHandler VisPAI_PrestRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAI_PrestRowChangeEventHandler VisPAI_PrestRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event VisPAI_PrestRowChangeEventHandler VisPAI_PrestRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddVisPAI_PrestRow(VisPAI_PrestRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAI_PrestRow AddVisPAI_PrestRow(int IdxPaziente, System.DateTime DataVisita, string CodPres, int Num, double Freq, string Note, decimal Tariffa, double SpesaPrev, string NomePrest, string DescrPrest) {
VisPAI_PrestRow rowVisPAI_PrestRow = ((VisPAI_PrestRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdxPaziente,
DataVisita,
CodPres,
Num,
Freq,
Note,
Tariffa,
SpesaPrev,
NomePrest,
DescrPrest};
rowVisPAI_PrestRow.ItemArray = columnValuesArray;
this.Rows.Add(rowVisPAI_PrestRow);
return rowVisPAI_PrestRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAI_PrestRow FindByIdxPazienteDataVisitaCodPresNum(int IdxPaziente, System.DateTime DataVisita, string CodPres, int Num) {
return ((VisPAI_PrestRow)(this.Rows.Find(new object[] {
IdxPaziente,
DataVisita,
CodPres,
Num})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
VisPAI_PrestDataTable cln = ((VisPAI_PrestDataTable)(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 VisPAI_PrestDataTable();
}
[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.columnCodPres = base.Columns["CodPres"];
this.columnNum = base.Columns["Num"];
this.columnFreq = base.Columns["Freq"];
this.columnNote = base.Columns["Note"];
this.columnTariffa = base.Columns["Tariffa"];
this.columnSpesaPrev = base.Columns["SpesaPrev"];
this.columnNomePrest = base.Columns["NomePrest"];
this.columnDescrPrest = base.Columns["DescrPrest"];
}
[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.columnCodPres = new global::System.Data.DataColumn("CodPres", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodPres);
this.columnNum = new global::System.Data.DataColumn("Num", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNum);
this.columnFreq = new global::System.Data.DataColumn("Freq", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFreq);
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNote);
this.columnTariffa = new global::System.Data.DataColumn("Tariffa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTariffa);
this.columnSpesaPrev = new global::System.Data.DataColumn("SpesaPrev", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSpesaPrev);
this.columnNomePrest = new global::System.Data.DataColumn("NomePrest", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNomePrest);
this.columnDescrPrest = new global::System.Data.DataColumn("DescrPrest", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescrPrest);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnIdxPaziente,
this.columnDataVisita,
this.columnCodPres,
this.columnNum}, true));
this.columnIdxPaziente.AllowDBNull = false;
this.columnDataVisita.AllowDBNull = false;
this.columnCodPres.AllowDBNull = false;
this.columnCodPres.MaxLength = 10;
this.columnNum.AllowDBNull = false;
this.columnFreq.AllowDBNull = false;
this.columnNote.AllowDBNull = false;
this.columnNote.MaxLength = 250;
this.columnSpesaPrev.ReadOnly = true;
this.columnNomePrest.MaxLength = 255;
this.columnDescrPrest.MaxLength = 255;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAI_PrestRow NewVisPAI_PrestRow() {
return ((VisPAI_PrestRow)(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 VisPAI_PrestRow(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(VisPAI_PrestRow);
}
[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.VisPAI_PrestRowChanged != null)) {
this.VisPAI_PrestRowChanged(this, new VisPAI_PrestRowChangeEvent(((VisPAI_PrestRow)(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.VisPAI_PrestRowChanging != null)) {
this.VisPAI_PrestRowChanging(this, new VisPAI_PrestRowChangeEvent(((VisPAI_PrestRow)(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.VisPAI_PrestRowDeleted != null)) {
this.VisPAI_PrestRowDeleted(this, new VisPAI_PrestRowChangeEvent(((VisPAI_PrestRow)(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.VisPAI_PrestRowDeleting != null)) {
this.VisPAI_PrestRowDeleting(this, new VisPAI_PrestRowChangeEvent(((VisPAI_PrestRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveVisPAI_PrestRow(VisPAI_PrestRow 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 = "VisPAI_PrestDataTable";
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 AnagPrestazDataTable : global::System.Data.TypedTableBase<AnagPrestazRow> {
private global::System.Data.DataColumn columnCodPres;
private global::System.Data.DataColumn columnCodAlt;
private global::System.Data.DataColumn columnNote;
private global::System.Data.DataColumn columnCiclo;
private global::System.Data.DataColumn columnQtaMax;
private global::System.Data.DataColumn columnNotaQta;
private global::System.Data.DataColumn columnNomePrest;
private global::System.Data.DataColumn columnDescrPrest;
private global::System.Data.DataColumn columnTariffa;
private global::System.Data.DataColumn columnBS_N;
private global::System.Data.DataColumn columnBS_M1_Cod;
private global::System.Data.DataColumn columnBS_M1_Desc;
private global::System.Data.DataColumn columnBS_M2_Cod;
private global::System.Data.DataColumn columnBS_M2_Desc;
private global::System.Data.DataColumn columnBS_M3_Cod;
private global::System.Data.DataColumn columnBS_M3_Desc;
private global::System.Data.DataColumn columnBS_M4_Cod;
private global::System.Data.DataColumn columnBS_M4_Desc;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPrestazDataTable() {
this.TableName = "AnagPrestaz";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal AnagPrestazDataTable(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 AnagPrestazDataTable(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 CodPresColumn {
get {
return this.columnCodPres;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CodAltColumn {
get {
return this.columnCodAlt;
}
}
[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 CicloColumn {
get {
return this.columnCiclo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn QtaMaxColumn {
get {
return this.columnQtaMax;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NotaQtaColumn {
get {
return this.columnNotaQta;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NomePrestColumn {
get {
return this.columnNomePrest;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DescrPrestColumn {
get {
return this.columnDescrPrest;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn TariffaColumn {
get {
return this.columnTariffa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_NColumn {
get {
return this.columnBS_N;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M1_CodColumn {
get {
return this.columnBS_M1_Cod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M1_DescColumn {
get {
return this.columnBS_M1_Desc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M2_CodColumn {
get {
return this.columnBS_M2_Cod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M2_DescColumn {
get {
return this.columnBS_M2_Desc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M3_CodColumn {
get {
return this.columnBS_M3_Cod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M3_DescColumn {
get {
return this.columnBS_M3_Desc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M4_CodColumn {
get {
return this.columnBS_M4_Cod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn BS_M4_DescColumn {
get {
return this.columnBS_M4_Desc;
}
}
[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 AnagPrestazRow this[int index] {
get {
return ((AnagPrestazRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event AnagPrestazRowChangeEventHandler AnagPrestazRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event AnagPrestazRowChangeEventHandler AnagPrestazRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event AnagPrestazRowChangeEventHandler AnagPrestazRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event AnagPrestazRowChangeEventHandler AnagPrestazRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddAnagPrestazRow(AnagPrestazRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPrestazRow AddAnagPrestazRow(
string CodPres,
string CodAlt,
string Note,
string Ciclo,
int QtaMax,
string NotaQta,
string NomePrest,
string DescrPrest,
decimal Tariffa,
string BS_N,
string BS_M1_Cod,
string BS_M1_Desc,
string BS_M2_Cod,
string BS_M2_Desc,
string BS_M3_Cod,
string BS_M3_Desc,
string BS_M4_Cod,
string BS_M4_Desc) {
AnagPrestazRow rowAnagPrestazRow = ((AnagPrestazRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
CodPres,
CodAlt,
Note,
Ciclo,
QtaMax,
NotaQta,
NomePrest,
DescrPrest,
Tariffa,
BS_N,
BS_M1_Cod,
BS_M1_Desc,
BS_M2_Cod,
BS_M2_Desc,
BS_M3_Cod,
BS_M3_Desc,
BS_M4_Cod,
BS_M4_Desc};
rowAnagPrestazRow.ItemArray = columnValuesArray;
this.Rows.Add(rowAnagPrestazRow);
return rowAnagPrestazRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPrestazRow FindByCodPres(string CodPres) {
return ((AnagPrestazRow)(this.Rows.Find(new object[] {
CodPres})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
AnagPrestazDataTable cln = ((AnagPrestazDataTable)(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 AnagPrestazDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnCodPres = base.Columns["CodPres"];
this.columnCodAlt = base.Columns["CodAlt"];
this.columnNote = base.Columns["Note"];
this.columnCiclo = base.Columns["Ciclo"];
this.columnQtaMax = base.Columns["QtaMax"];
this.columnNotaQta = base.Columns["NotaQta"];
this.columnNomePrest = base.Columns["NomePrest"];
this.columnDescrPrest = base.Columns["DescrPrest"];
this.columnTariffa = base.Columns["Tariffa"];
this.columnBS_N = base.Columns["BS_N"];
this.columnBS_M1_Cod = base.Columns["BS_M1_Cod"];
this.columnBS_M1_Desc = base.Columns["BS_M1_Desc"];
this.columnBS_M2_Cod = base.Columns["BS_M2_Cod"];
this.columnBS_M2_Desc = base.Columns["BS_M2_Desc"];
this.columnBS_M3_Cod = base.Columns["BS_M3_Cod"];
this.columnBS_M3_Desc = base.Columns["BS_M3_Desc"];
this.columnBS_M4_Cod = base.Columns["BS_M4_Cod"];
this.columnBS_M4_Desc = base.Columns["BS_M4_Desc"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnCodPres = new global::System.Data.DataColumn("CodPres", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodPres);
this.columnCodAlt = new global::System.Data.DataColumn("CodAlt", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodAlt);
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNote);
this.columnCiclo = new global::System.Data.DataColumn("Ciclo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCiclo);
this.columnQtaMax = new global::System.Data.DataColumn("QtaMax", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQtaMax);
this.columnNotaQta = new global::System.Data.DataColumn("NotaQta", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNotaQta);
this.columnNomePrest = new global::System.Data.DataColumn("NomePrest", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNomePrest);
this.columnDescrPrest = new global::System.Data.DataColumn("DescrPrest", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescrPrest);
this.columnTariffa = new global::System.Data.DataColumn("Tariffa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTariffa);
this.columnBS_N = new global::System.Data.DataColumn("BS_N", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_N);
this.columnBS_M1_Cod = new global::System.Data.DataColumn("BS_M1_Cod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M1_Cod);
this.columnBS_M1_Desc = new global::System.Data.DataColumn("BS_M1_Desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M1_Desc);
this.columnBS_M2_Cod = new global::System.Data.DataColumn("BS_M2_Cod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M2_Cod);
this.columnBS_M2_Desc = new global::System.Data.DataColumn("BS_M2_Desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M2_Desc);
this.columnBS_M3_Cod = new global::System.Data.DataColumn("BS_M3_Cod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M3_Cod);
this.columnBS_M3_Desc = new global::System.Data.DataColumn("BS_M3_Desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M3_Desc);
this.columnBS_M4_Cod = new global::System.Data.DataColumn("BS_M4_Cod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M4_Cod);
this.columnBS_M4_Desc = new global::System.Data.DataColumn("BS_M4_Desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBS_M4_Desc);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCodPres}, true));
this.columnCodPres.AllowDBNull = false;
this.columnCodPres.Unique = true;
this.columnCodPres.MaxLength = 10;
this.columnCodAlt.AllowDBNull = false;
this.columnCodAlt.MaxLength = 50;
this.columnNote.AllowDBNull = false;
this.columnNote.MaxLength = 255;
this.columnCiclo.AllowDBNull = false;
this.columnCiclo.MaxLength = 255;
this.columnQtaMax.AllowDBNull = false;
this.columnNotaQta.MaxLength = 255;
this.columnNomePrest.MaxLength = 255;
this.columnDescrPrest.MaxLength = 255;
this.columnBS_N.MaxLength = 255;
this.columnBS_M1_Cod.MaxLength = 255;
this.columnBS_M1_Desc.MaxLength = 255;
this.columnBS_M2_Cod.MaxLength = 255;
this.columnBS_M2_Desc.MaxLength = 255;
this.columnBS_M3_Cod.MaxLength = 255;
this.columnBS_M3_Desc.MaxLength = 255;
this.columnBS_M4_Cod.MaxLength = 255;
this.columnBS_M4_Desc.MaxLength = 255;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPrestazRow NewAnagPrestazRow() {
return ((AnagPrestazRow)(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 AnagPrestazRow(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(AnagPrestazRow);
}
[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.AnagPrestazRowChanged != null)) {
this.AnagPrestazRowChanged(this, new AnagPrestazRowChangeEvent(((AnagPrestazRow)(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.AnagPrestazRowChanging != null)) {
this.AnagPrestazRowChanging(this, new AnagPrestazRowChangeEvent(((AnagPrestazRow)(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.AnagPrestazRowDeleted != null)) {
this.AnagPrestazRowDeleted(this, new AnagPrestazRowChangeEvent(((AnagPrestazRow)(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.AnagPrestazRowDeleting != null)) {
this.AnagPrestazRowDeleting(this, new AnagPrestazRowChangeEvent(((AnagPrestazRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveAnagPrestazRow(AnagPrestazRow 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 = "AnagPrestazDataTable";
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 PrenotazioniDataTable : global::System.Data.TypedTableBase<PrenotazioniRow> {
private global::System.Data.DataColumn columnIdxPaziente;
private global::System.Data.DataColumn columnDataVisita;
private global::System.Data.DataColumn columnCodPres;
private global::System.Data.DataColumn columnNum;
private global::System.Data.DataColumn columnPrenotazione;
private global::System.Data.DataColumn columnIdxStato;
private global::System.Data.DataColumn columnIdxStruttura;
private global::System.Data.DataColumn columnNote;
private global::System.Data.DataColumn columnCognome;
private global::System.Data.DataColumn columnNome;
private global::System.Data.DataColumn columnDataNasc;
private global::System.Data.DataColumn columnCodF;
private global::System.Data.DataColumn columnCellulare;
private global::System.Data.DataColumn columnEmail;
private global::System.Data.DataColumn columnNomePrest;
private global::System.Data.DataColumn columnDescrPrest;
private global::System.Data.DataColumn columnTariffa;
private global::System.Data.DataColumn columnDescStato;
private global::System.Data.DataColumn columnDescStruttura;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PrenotazioniDataTable() {
this.TableName = "Prenotazioni";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal PrenotazioniDataTable(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 PrenotazioniDataTable(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 CodPresColumn {
get {
return this.columnCodPres;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NumColumn {
get {
return this.columnNum;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PrenotazioneColumn {
get {
return this.columnPrenotazione;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn IdxStatoColumn {
get {
return this.columnIdxStato;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn IdxStrutturaColumn {
get {
return this.columnIdxStruttura;
}
}
[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 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 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 CellulareColumn {
get {
return this.columnCellulare;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn EmailColumn {
get {
return this.columnEmail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NomePrestColumn {
get {
return this.columnNomePrest;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DescrPrestColumn {
get {
return this.columnDescrPrest;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn TariffaColumn {
get {
return this.columnTariffa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DescStatoColumn {
get {
return this.columnDescStato;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DescStrutturaColumn {
get {
return this.columnDescStruttura;
}
}
[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 PrenotazioniRow this[int index] {
get {
return ((PrenotazioniRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PrenotazioniRowChangeEventHandler PrenotazioniRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PrenotazioniRowChangeEventHandler PrenotazioniRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PrenotazioniRowChangeEventHandler PrenotazioniRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event PrenotazioniRowChangeEventHandler PrenotazioniRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddPrenotazioniRow(PrenotazioniRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PrenotazioniRow AddPrenotazioniRow(
int IdxPaziente,
System.DateTime DataVisita,
string CodPres,
int Num,
System.DateTime Prenotazione,
int IdxStato,
int IdxStruttura,
string Note,
string Cognome,
string Nome,
System.DateTime DataNasc,
string CodF,
string Cellulare,
string Email,
string NomePrest,
string DescrPrest,
decimal Tariffa,
string DescStato,
string DescStruttura) {
PrenotazioniRow rowPrenotazioniRow = ((PrenotazioniRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdxPaziente,
DataVisita,
CodPres,
Num,
Prenotazione,
IdxStato,
IdxStruttura,
Note,
Cognome,
Nome,
DataNasc,
CodF,
Cellulare,
Email,
NomePrest,
DescrPrest,
Tariffa,
DescStato,
DescStruttura};
rowPrenotazioniRow.ItemArray = columnValuesArray;
this.Rows.Add(rowPrenotazioniRow);
return rowPrenotazioniRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PrenotazioniRow FindByIdxPazienteDataVisitaCodPresNum(int IdxPaziente, System.DateTime DataVisita, string CodPres, int Num) {
return ((PrenotazioniRow)(this.Rows.Find(new object[] {
IdxPaziente,
DataVisita,
CodPres,
Num})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
PrenotazioniDataTable cln = ((PrenotazioniDataTable)(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 PrenotazioniDataTable();
}
[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.columnCodPres = base.Columns["CodPres"];
this.columnNum = base.Columns["Num"];
this.columnPrenotazione = base.Columns["Prenotazione"];
this.columnIdxStato = base.Columns["IdxStato"];
this.columnIdxStruttura = base.Columns["IdxStruttura"];
this.columnNote = base.Columns["Note"];
this.columnCognome = base.Columns["Cognome"];
this.columnNome = base.Columns["Nome"];
this.columnDataNasc = base.Columns["DataNasc"];
this.columnCodF = base.Columns["CodF"];
this.columnCellulare = base.Columns["Cellulare"];
this.columnEmail = base.Columns["Email"];
this.columnNomePrest = base.Columns["NomePrest"];
this.columnDescrPrest = base.Columns["DescrPrest"];
this.columnTariffa = base.Columns["Tariffa"];
this.columnDescStato = base.Columns["DescStato"];
this.columnDescStruttura = base.Columns["DescStruttura"];
}
[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.columnCodPres = new global::System.Data.DataColumn("CodPres", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodPres);
this.columnNum = new global::System.Data.DataColumn("Num", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNum);
this.columnPrenotazione = new global::System.Data.DataColumn("Prenotazione", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPrenotazione);
this.columnIdxStato = new global::System.Data.DataColumn("IdxStato", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIdxStato);
this.columnIdxStruttura = new global::System.Data.DataColumn("IdxStruttura", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIdxStruttura);
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNote);
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.columnCodF = new global::System.Data.DataColumn("CodF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCodF);
this.columnCellulare = new global::System.Data.DataColumn("Cellulare", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCellulare);
this.columnEmail = new global::System.Data.DataColumn("Email", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEmail);
this.columnNomePrest = new global::System.Data.DataColumn("NomePrest", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNomePrest);
this.columnDescrPrest = new global::System.Data.DataColumn("DescrPrest", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescrPrest);
this.columnTariffa = new global::System.Data.DataColumn("Tariffa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTariffa);
this.columnDescStato = new global::System.Data.DataColumn("DescStato", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescStato);
this.columnDescStruttura = new global::System.Data.DataColumn("DescStruttura", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescStruttura);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnIdxPaziente,
this.columnDataVisita,
this.columnCodPres,
this.columnNum}, true));
this.columnIdxPaziente.AllowDBNull = false;
this.columnDataVisita.AllowDBNull = false;
this.columnCodPres.AllowDBNull = false;
this.columnCodPres.MaxLength = 10;
this.columnNum.AllowDBNull = false;
this.columnPrenotazione.AllowDBNull = false;
this.columnIdxStato.AllowDBNull = false;
this.columnIdxStruttura.AllowDBNull = false;
this.columnNote.AllowDBNull = false;
this.columnNote.MaxLength = 250;
this.columnCognome.AllowDBNull = false;
this.columnCognome.MaxLength = 50;
this.columnNome.AllowDBNull = false;
this.columnNome.MaxLength = 50;
this.columnDataNasc.AllowDBNull = false;
this.columnCodF.AllowDBNull = false;
this.columnCodF.MaxLength = 20;
this.columnCellulare.AllowDBNull = false;
this.columnCellulare.MaxLength = 50;
this.columnEmail.AllowDBNull = false;
this.columnEmail.MaxLength = 250;
this.columnNomePrest.MaxLength = 255;
this.columnDescrPrest.MaxLength = 255;
this.columnDescStato.MaxLength = 250;
this.columnDescStruttura.MaxLength = 250;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PrenotazioniRow NewPrenotazioniRow() {
return ((PrenotazioniRow)(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 PrenotazioniRow(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(PrenotazioniRow);
}
[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.PrenotazioniRowChanged != null)) {
this.PrenotazioniRowChanged(this, new PrenotazioniRowChangeEvent(((PrenotazioniRow)(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.PrenotazioniRowChanging != null)) {
this.PrenotazioniRowChanging(this, new PrenotazioniRowChangeEvent(((PrenotazioniRow)(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.PrenotazioniRowDeleted != null)) {
this.PrenotazioniRowDeleted(this, new PrenotazioniRowChangeEvent(((PrenotazioniRow)(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.PrenotazioniRowDeleting != null)) {
this.PrenotazioniRowDeleting(this, new PrenotazioniRowChangeEvent(((PrenotazioniRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemovePrenotazioniRow(PrenotazioniRow 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 = "PrenotazioniDataTable";
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 string Cellulare {
get {
return ((string)(this[this.tableAnagPazienti.CellulareColumn]));
}
set {
this[this.tableAnagPazienti.CellulareColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string Email {
get {
return ((string)(this[this.tableAnagPazienti.EmailColumn]));
}
set {
this[this.tableAnagPazienti.EmailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisVMDRow VisVMDRow {
get {
return ((VisVMDRow)(this.GetParentRow(this.Table.ParentRelations["VisVMD_AnagPazienti"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["VisVMD_AnagPazienti"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIRow VisPAIRow {
get {
return ((VisPAIRow)(this.GetParentRow(this.Table.ParentRelations["VisPAI_AnagPazienti"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["VisPAI_AnagPazienti"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public PrenotazioniRow PrenotazioniRow {
get {
return ((PrenotazioniRow)(this.GetParentRow(this.Table.ParentRelations["Prenotazioni_AnagPazienti"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["Prenotazioni_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.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 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 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"])));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPatoPazRow[] GetVisPatoPazRows() {
if ((this.Table.ChildRelations["FK_VisPatoPaz_AnagPazienti"] == null)) {
return new VisPatoPazRow[0];
}
else {
return ((VisPatoPazRow[])(base.GetChildRows(this.Table.ChildRelations["FK_VisPatoPaz_AnagPazienti"])));
}
}
}
/// <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 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 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 ElencoVisiteRow : global::System.Data.DataRow {
private ElencoVisiteDataTable tableElencoVisite;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal ElencoVisiteRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableElencoVisite = ((ElencoVisiteDataTable)(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.DataVisitaColumn]));
}
set {
this[this.tableElencoVisite.DataVisitaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int VPP {
get {
try {
return ((int)(this[this.tableElencoVisite.VPPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VPP\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.VPPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int VVMD {
get {
try {
return ((int)(this[this.tableElencoVisite.VVMDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VVMD\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.VVMDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int VPAI {
get {
try {
return ((int)(this[this.tableElencoVisite.VPAIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VPAI\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.VPAIColumn] = 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.VLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VL\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.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.VBMAColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VBMA\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.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.VRFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'VRF\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.VRFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int PREN {
get {
try {
return ((int)(this[this.tableElencoVisite.PRENColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'PREN\' nella tabella \'ElencoVisite\' è DBNull.", e);
}
}
set {
this[this.tableElencoVisite.PRENColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsVPPNull() {
return this.IsNull(this.tableElencoVisite.VPPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetVPPNull() {
this[this.tableElencoVisite.VPPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsVVMDNull() {
return this.IsNull(this.tableElencoVisite.VVMDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetVVMDNull() {
this[this.tableElencoVisite.VVMDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsVPAINull() {
return this.IsNull(this.tableElencoVisite.VPAIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetVPAINull() {
this[this.tableElencoVisite.VPAIColumn] = 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.VLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetVLNull() {
this[this.tableElencoVisite.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.VBMAColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetVBMANull() {
this[this.tableElencoVisite.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.VRFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetVRFNull() {
this[this.tableElencoVisite.VRFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsPRENNull() {
return this.IsNull(this.tableElencoVisite.PRENColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetPRENNull() {
this[this.tableElencoVisite.PRENColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class PatologieRow : global::System.Data.DataRow {
private PatologieDataTable tablePatologie;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal PatologieRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tablePatologie = ((PatologieDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string CodPatologia {
get {
return ((string)(this[this.tablePatologie.CodPatologiaColumn]));
}
set {
this[this.tablePatologie.CodPatologiaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Livello {
get {
return ((int)(this[this.tablePatologie.LivelloColumn]));
}
set {
this[this.tablePatologie.LivelloColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string DescrPatologia {
get {
return ((string)(this[this.tablePatologie.DescrPatologiaColumn]));
}
set {
this[this.tablePatologie.DescrPatologiaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal BudgetSpesa {
get {
return ((decimal)(this[this.tablePatologie.BudgetSpesaColumn]));
}
set {
this[this.tablePatologie.BudgetSpesaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal QuotaPIC {
get {
return ((decimal)(this[this.tablePatologie.QuotaPICColumn]));
}
set {
this[this.tablePatologie.QuotaPICColumn] = value;
}
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class VisPatoPazRow : global::System.Data.DataRow {
private VisPatoPazDataTable tableVisPatoPaz;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisPatoPazRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableVisPatoPaz = ((VisPatoPazDataTable)(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.tableVisPatoPaz.IdxPazienteColumn]));
}
set {
this[this.tableVisPatoPaz.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.tableVisPatoPaz.DataVisitaColumn]));
}
set {
this[this.tableVisPatoPaz.DataVisitaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int CodPatologia {
get {
return ((int)(this[this.tableVisPatoPaz.CodPatologiaColumn]));
}
set {
this[this.tableVisPatoPaz.CodPatologiaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Livello {
get {
return ((int)(this[this.tableVisPatoPaz.LivelloColumn]));
}
set {
this[this.tableVisPatoPaz.LivelloColumn] = 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.tableVisPatoPaz.NoteColumn]));
}
set {
this[this.tableVisPatoPaz.NoteColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal BudgetSpesa {
get {
return ((decimal)(this[this.tableVisPatoPaz.BudgetSpesaColumn]));
}
set {
this[this.tableVisPatoPaz.BudgetSpesaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal CurrSpesa {
get {
try {
return ((decimal)(this[this.tableVisPatoPaz.CurrSpesaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CurrSpesa\' nella tabella \'VisPatoPaz\' è DBNull.", e);
}
}
set {
this[this.tableVisPatoPaz.CurrSpesaColumn] = 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_VisPatoPaz_AnagPazienti"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["FK_VisPatoPaz_AnagPazienti"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsCurrSpesaNull() {
return this.IsNull(this.tableVisPatoPaz.CurrSpesaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetCurrSpesaNull() {
this[this.tableVisPatoPaz.CurrSpesaColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class VisVMDRow : global::System.Data.DataRow {
private VisVMDDataTable tableVisVMD;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisVMDRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableVisVMD = ((VisVMDDataTable)(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.tableVisVMD.IdxPazienteColumn]));
}
set {
this[this.tableVisVMD.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.tableVisVMD.DataVisitaColumn]));
}
set {
this[this.tableVisVMD.DataVisitaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public double GA {
get {
return ((double)(this[this.tableVisVMD.GAColumn]));
}
set {
this[this.tableVisVMD.GAColumn] = 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.tableVisVMD.FAIColumn]));
}
set {
this[this.tableVisVMD.FAIColumn] = 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.tableVisVMD.EColumn]));
}
set {
this[this.tableVisVMD.EColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int F {
get {
return ((int)(this[this.tableVisVMD.FColumn]));
}
set {
this[this.tableVisVMD.FColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int DIET {
get {
return ((int)(this[this.tableVisVMD.DIETColumn]));
}
set {
this[this.tableVisVMD.DIETColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int AF {
get {
return ((int)(this[this.tableVisVMD.AFColumn]));
}
set {
this[this.tableVisVMD.AFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int CSA {
get {
return ((int)(this[this.tableVisVMD.CSAColumn]));
}
set {
this[this.tableVisVMD.CSAColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int CONS {
get {
return ((int)(this[this.tableVisVMD.CONSColumn]));
}
set {
this[this.tableVisVMD.CONSColumn] = 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.tableVisVMD.AltezzaColumn]));
}
set {
this[this.tableVisVMD.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.tableVisVMD.PesoColumn]));
}
set {
this[this.tableVisVMD.PesoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int GA_p {
get {
try {
return ((int)(this[this.tableVisVMD.GA_pColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'GA_p\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.GA_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int FAI_p {
get {
try {
return ((int)(this[this.tableVisVMD.FAI_pColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'FAI_p\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.FAI_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int E_p {
get {
return ((int)(this[this.tableVisVMD.E_pColumn]));
}
set {
this[this.tableVisVMD.E_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int F_p {
get {
return ((int)(this[this.tableVisVMD.F_pColumn]));
}
set {
this[this.tableVisVMD.F_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int DIET_p {
get {
return ((int)(this[this.tableVisVMD.DIET_pColumn]));
}
set {
this[this.tableVisVMD.DIET_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int AF_p {
get {
return ((int)(this[this.tableVisVMD.AF_pColumn]));
}
set {
this[this.tableVisVMD.AF_pColumn] = 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.tableVisVMD.PenaltyColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Penalty\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.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.tableVisVMD.ScoreColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Score\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.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.tableVisVMD.ScorePercColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ScorePerc\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.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.tableVisVMD.ClasseColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Classe\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.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.tableVisVMD.PerformanceColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Performance\' nella tabella \'VisVMD\' è DBNull.", e);
}
}
set {
this[this.tableVisVMD.PerformanceColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int CSA_p {
get {
return ((int)(this[this.tableVisVMD.CSA_pColumn]));
}
set {
this[this.tableVisVMD.CSA_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int CONS_p {
get {
return ((int)(this[this.tableVisVMD.CONS_pColumn]));
}
set {
this[this.tableVisVMD.CONS_pColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool NonAutonomo {
get {
return ((bool)(this[this.tableVisVMD.NonAutonomoColumn]));
}
set {
this[this.tableVisVMD.NonAutonomoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsGA_pNull() {
return this.IsNull(this.tableVisVMD.GA_pColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetGA_pNull() {
this[this.tableVisVMD.GA_pColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsFAI_pNull() {
return this.IsNull(this.tableVisVMD.FAI_pColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetFAI_pNull() {
this[this.tableVisVMD.FAI_pColumn] = 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.tableVisVMD.PenaltyColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetPenaltyNull() {
this[this.tableVisVMD.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.tableVisVMD.ScoreColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetScoreNull() {
this[this.tableVisVMD.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.tableVisVMD.ScorePercColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetScorePercNull() {
this[this.tableVisVMD.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.tableVisVMD.ClasseColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetClasseNull() {
this[this.tableVisVMD.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.tableVisVMD.PerformanceColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetPerformanceNull() {
this[this.tableVisVMD.PerformanceColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPazientiRow[] GetAnagPazientiRows() {
if ((this.Table.ChildRelations["VisVMD_AnagPazienti"] == null)) {
return new AnagPazientiRow[0];
}
else {
return ((AnagPazientiRow[])(base.GetChildRows(this.Table.ChildRelations["VisVMD_AnagPazienti"])));
}
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class VisPAIRow : global::System.Data.DataRow {
private VisPAIDataTable tableVisPAI;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisPAIRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableVisPAI = ((VisPAIDataTable)(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.tableVisPAI.IdxPazienteColumn]));
}
set {
this[this.tableVisPAI.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.tableVisPAI.DataVisitaColumn]));
}
set {
this[this.tableVisPAI.DataVisitaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int CodPatologia {
get {
return ((int)(this[this.tableVisPAI.CodPatologiaColumn]));
}
set {
this[this.tableVisPAI.CodPatologiaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Livello {
get {
return ((int)(this[this.tableVisPAI.LivelloColumn]));
}
set {
this[this.tableVisPAI.LivelloColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Classe {
get {
return ((int)(this[this.tableVisPAI.ClasseColumn]));
}
set {
this[this.tableVisPAI.ClasseColumn] = 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.tableVisPAI.NoteColumn]));
}
set {
this[this.tableVisPAI.NoteColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal BudgetSpesa {
get {
return ((decimal)(this[this.tableVisPAI.BudgetSpesaColumn]));
}
set {
this[this.tableVisPAI.BudgetSpesaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public double SpesaPrev {
get {
try {
return ((double)(this[this.tableVisPAI.SpesaPrevColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SpesaPrev\' nella tabella \'VisPAI\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI.SpesaPrevColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Prenotazioni {
get {
try {
return ((int)(this[this.tableVisPAI.PrenotazioniColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Prenotazioni\' nella tabella \'VisPAI\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI.PrenotazioniColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAI_PrestRow VisPAI_PrestRowParent {
get {
return ((VisPAI_PrestRow)(this.GetParentRow(this.Table.ParentRelations["VisPAI_Prest_VisPAI"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["VisPAI_Prest_VisPAI"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsSpesaPrevNull() {
return this.IsNull(this.tableVisPAI.SpesaPrevColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetSpesaPrevNull() {
this[this.tableVisPAI.SpesaPrevColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsPrenotazioniNull() {
return this.IsNull(this.tableVisPAI.PrenotazioniColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetPrenotazioniNull() {
this[this.tableVisPAI.PrenotazioniColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPazientiRow[] GetAnagPazientiRows() {
if ((this.Table.ChildRelations["VisPAI_AnagPazienti"] == null)) {
return new AnagPazientiRow[0];
}
else {
return ((AnagPazientiRow[])(base.GetChildRows(this.Table.ChildRelations["VisPAI_AnagPazienti"])));
}
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class VisPAI_PrestRow : global::System.Data.DataRow {
private VisPAI_PrestDataTable tableVisPAI_Prest;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal VisPAI_PrestRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableVisPAI_Prest = ((VisPAI_PrestDataTable)(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.tableVisPAI_Prest.IdxPazienteColumn]));
}
set {
this[this.tableVisPAI_Prest.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.tableVisPAI_Prest.DataVisitaColumn]));
}
set {
this[this.tableVisPAI_Prest.DataVisitaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string CodPres {
get {
return ((string)(this[this.tableVisPAI_Prest.CodPresColumn]));
}
set {
this[this.tableVisPAI_Prest.CodPresColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Num {
get {
return ((int)(this[this.tableVisPAI_Prest.NumColumn]));
}
set {
this[this.tableVisPAI_Prest.NumColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public double Freq {
get {
return ((double)(this[this.tableVisPAI_Prest.FreqColumn]));
}
set {
this[this.tableVisPAI_Prest.FreqColumn] = 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.tableVisPAI_Prest.NoteColumn]));
}
set {
this[this.tableVisPAI_Prest.NoteColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal Tariffa {
get {
try {
return ((decimal)(this[this.tableVisPAI_Prest.TariffaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Tariffa\' nella tabella \'VisPAI_Prest\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI_Prest.TariffaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public double SpesaPrev {
get {
try {
return ((double)(this[this.tableVisPAI_Prest.SpesaPrevColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SpesaPrev\' nella tabella \'VisPAI_Prest\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI_Prest.SpesaPrevColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string NomePrest {
get {
try {
return ((string)(this[this.tableVisPAI_Prest.NomePrestColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NomePrest\' nella tabella \'VisPAI_Prest\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI_Prest.NomePrestColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string DescrPrest {
get {
try {
return ((string)(this[this.tableVisPAI_Prest.DescrPrestColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrPrest\' nella tabella \'VisPAI_Prest\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI_Prest.DescrPrestColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsTariffaNull() {
return this.IsNull(this.tableVisPAI_Prest.TariffaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetTariffaNull() {
this[this.tableVisPAI_Prest.TariffaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsSpesaPrevNull() {
return this.IsNull(this.tableVisPAI_Prest.SpesaPrevColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetSpesaPrevNull() {
this[this.tableVisPAI_Prest.SpesaPrevColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsNomePrestNull() {
return this.IsNull(this.tableVisPAI_Prest.NomePrestColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetNomePrestNull() {
this[this.tableVisPAI_Prest.NomePrestColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsDescrPrestNull() {
return this.IsNull(this.tableVisPAI_Prest.DescrPrestColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetDescrPrestNull() {
this[this.tableVisPAI_Prest.DescrPrestColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIRow[] GetVisPAIRows() {
if ((this.Table.ChildRelations["VisPAI_Prest_VisPAI"] == null)) {
return new VisPAIRow[0];
}
else {
return ((VisPAIRow[])(base.GetChildRows(this.Table.ChildRelations["VisPAI_Prest_VisPAI"])));
}
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class AnagPrestazRow : global::System.Data.DataRow {
private AnagPrestazDataTable tableAnagPrestaz;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal AnagPrestazRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableAnagPrestaz = ((AnagPrestazDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string CodPres {
get {
return ((string)(this[this.tableAnagPrestaz.CodPresColumn]));
}
set {
this[this.tableAnagPrestaz.CodPresColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string CodAlt {
get {
return ((string)(this[this.tableAnagPrestaz.CodAltColumn]));
}
set {
this[this.tableAnagPrestaz.CodAltColumn] = 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.tableAnagPrestaz.NoteColumn]));
}
set {
this[this.tableAnagPrestaz.NoteColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string Ciclo {
get {
return ((string)(this[this.tableAnagPrestaz.CicloColumn]));
}
set {
this[this.tableAnagPrestaz.CicloColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int QtaMax {
get {
return ((int)(this[this.tableAnagPrestaz.QtaMaxColumn]));
}
set {
this[this.tableAnagPrestaz.QtaMaxColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string NotaQta {
get {
try {
return ((string)(this[this.tableAnagPrestaz.NotaQtaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NotaQta\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.NotaQtaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string NomePrest {
get {
try {
return ((string)(this[this.tableAnagPrestaz.NomePrestColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NomePrest\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.NomePrestColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string DescrPrest {
get {
try {
return ((string)(this[this.tableAnagPrestaz.DescrPrestColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrPrest\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.DescrPrestColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal Tariffa {
get {
try {
return ((decimal)(this[this.tableAnagPrestaz.TariffaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Tariffa\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.TariffaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_N {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_NColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_N\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_NColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M1_Cod {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M1_CodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M1_Cod\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M1_CodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M1_Desc {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M1_DescColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M1_Desc\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M1_DescColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M2_Cod {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M2_CodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M2_Cod\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M2_CodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M2_Desc {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M2_DescColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M2_Desc\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M2_DescColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M3_Cod {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M3_CodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M3_Cod\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M3_CodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M3_Desc {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M3_DescColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M3_Desc\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M3_DescColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M4_Cod {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M4_CodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M4_Cod\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M4_CodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string BS_M4_Desc {
get {
try {
return ((string)(this[this.tableAnagPrestaz.BS_M4_DescColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'BS_M4_Desc\' nella tabella \'AnagPrestaz\' è DBNull.", e);
}
}
set {
this[this.tableAnagPrestaz.BS_M4_DescColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsNotaQtaNull() {
return this.IsNull(this.tableAnagPrestaz.NotaQtaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetNotaQtaNull() {
this[this.tableAnagPrestaz.NotaQtaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsNomePrestNull() {
return this.IsNull(this.tableAnagPrestaz.NomePrestColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetNomePrestNull() {
this[this.tableAnagPrestaz.NomePrestColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsDescrPrestNull() {
return this.IsNull(this.tableAnagPrestaz.DescrPrestColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetDescrPrestNull() {
this[this.tableAnagPrestaz.DescrPrestColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsTariffaNull() {
return this.IsNull(this.tableAnagPrestaz.TariffaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetTariffaNull() {
this[this.tableAnagPrestaz.TariffaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_NNull() {
return this.IsNull(this.tableAnagPrestaz.BS_NColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_NNull() {
this[this.tableAnagPrestaz.BS_NColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M1_CodNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M1_CodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M1_CodNull() {
this[this.tableAnagPrestaz.BS_M1_CodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M1_DescNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M1_DescColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M1_DescNull() {
this[this.tableAnagPrestaz.BS_M1_DescColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M2_CodNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M2_CodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M2_CodNull() {
this[this.tableAnagPrestaz.BS_M2_CodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M2_DescNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M2_DescColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M2_DescNull() {
this[this.tableAnagPrestaz.BS_M2_DescColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M3_CodNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M3_CodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M3_CodNull() {
this[this.tableAnagPrestaz.BS_M3_CodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M3_DescNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M3_DescColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M3_DescNull() {
this[this.tableAnagPrestaz.BS_M3_DescColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M4_CodNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M4_CodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M4_CodNull() {
this[this.tableAnagPrestaz.BS_M4_CodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsBS_M4_DescNull() {
return this.IsNull(this.tableAnagPrestaz.BS_M4_DescColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetBS_M4_DescNull() {
this[this.tableAnagPrestaz.BS_M4_DescColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class PrenotazioniRow : global::System.Data.DataRow {
private PrenotazioniDataTable tablePrenotazioni;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal PrenotazioniRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tablePrenotazioni = ((PrenotazioniDataTable)(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.tablePrenotazioni.IdxPazienteColumn]));
}
set {
this[this.tablePrenotazioni.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.tablePrenotazioni.DataVisitaColumn]));
}
set {
this[this.tablePrenotazioni.DataVisitaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string CodPres {
get {
return ((string)(this[this.tablePrenotazioni.CodPresColumn]));
}
set {
this[this.tablePrenotazioni.CodPresColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Num {
get {
return ((int)(this[this.tablePrenotazioni.NumColumn]));
}
set {
this[this.tablePrenotazioni.NumColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public System.DateTime Prenotazione {
get {
return ((global::System.DateTime)(this[this.tablePrenotazioni.PrenotazioneColumn]));
}
set {
this[this.tablePrenotazioni.PrenotazioneColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int IdxStato {
get {
return ((int)(this[this.tablePrenotazioni.IdxStatoColumn]));
}
set {
this[this.tablePrenotazioni.IdxStatoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int IdxStruttura {
get {
return ((int)(this[this.tablePrenotazioni.IdxStrutturaColumn]));
}
set {
this[this.tablePrenotazioni.IdxStrutturaColumn] = 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.tablePrenotazioni.NoteColumn]));
}
set {
this[this.tablePrenotazioni.NoteColumn] = 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.tablePrenotazioni.CognomeColumn]));
}
set {
this[this.tablePrenotazioni.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.tablePrenotazioni.NomeColumn]));
}
set {
this[this.tablePrenotazioni.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.tablePrenotazioni.DataNascColumn]));
}
set {
this[this.tablePrenotazioni.DataNascColumn] = 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.tablePrenotazioni.CodFColumn]));
}
set {
this[this.tablePrenotazioni.CodFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string Cellulare {
get {
return ((string)(this[this.tablePrenotazioni.CellulareColumn]));
}
set {
this[this.tablePrenotazioni.CellulareColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string Email {
get {
return ((string)(this[this.tablePrenotazioni.EmailColumn]));
}
set {
this[this.tablePrenotazioni.EmailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string NomePrest {
get {
try {
return ((string)(this[this.tablePrenotazioni.NomePrestColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'NomePrest\' nella tabella \'Prenotazioni\' è DBNull.", e);
}
}
set {
this[this.tablePrenotazioni.NomePrestColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string DescrPrest {
get {
try {
return ((string)(this[this.tablePrenotazioni.DescrPrestColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrPrest\' nella tabella \'Prenotazioni\' è DBNull.", e);
}
}
set {
this[this.tablePrenotazioni.DescrPrestColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public decimal Tariffa {
get {
try {
return ((decimal)(this[this.tablePrenotazioni.TariffaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Tariffa\' nella tabella \'Prenotazioni\' è DBNull.", e);
}
}
set {
this[this.tablePrenotazioni.TariffaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string DescStato {
get {
try {
return ((string)(this[this.tablePrenotazioni.DescStatoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescStato\' nella tabella \'Prenotazioni\' è DBNull.", e);
}
}
set {
this[this.tablePrenotazioni.DescStatoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string DescStruttura {
get {
try {
return ((string)(this[this.tablePrenotazioni.DescStrutturaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescStruttura\' nella tabella \'Prenotazioni\' è DBNull.", e);
}
}
set {
this[this.tablePrenotazioni.DescStrutturaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsNomePrestNull() {
return this.IsNull(this.tablePrenotazioni.NomePrestColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetNomePrestNull() {
this[this.tablePrenotazioni.NomePrestColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsDescrPrestNull() {
return this.IsNull(this.tablePrenotazioni.DescrPrestColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetDescrPrestNull() {
this[this.tablePrenotazioni.DescrPrestColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsTariffaNull() {
return this.IsNull(this.tablePrenotazioni.TariffaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetTariffaNull() {
this[this.tablePrenotazioni.TariffaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsDescStatoNull() {
return this.IsNull(this.tablePrenotazioni.DescStatoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetDescStatoNull() {
this[this.tablePrenotazioni.DescStatoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsDescStrutturaNull() {
return this.IsNull(this.tablePrenotazioni.DescStrutturaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetDescStrutturaNull() {
this[this.tablePrenotazioni.DescStrutturaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public AnagPazientiRow[] GetAnagPazientiRows() {
if ((this.Table.ChildRelations["Prenotazioni_AnagPazienti"] == null)) {
return new AnagPazientiRow[0];
}
else {
return ((AnagPazientiRow[])(base.GetChildRows(this.Table.ChildRelations["Prenotazioni_AnagPazienti"])));
}
}
}
/// <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 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 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 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 ElencoVisiteRowChangeEvent : global::System.EventArgs {
private ElencoVisiteRow 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 ElencoVisiteRowChangeEvent(ElencoVisiteRow 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 ElencoVisiteRow 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 PatologieRowChangeEvent : global::System.EventArgs {
private PatologieRow 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 PatologieRowChangeEvent(PatologieRow 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 PatologieRow 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 VisPatoPazRowChangeEvent : global::System.EventArgs {
private VisPatoPazRow 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 VisPatoPazRowChangeEvent(VisPatoPazRow 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 VisPatoPazRow 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 VisVMDRowChangeEvent : global::System.EventArgs {
private VisVMDRow 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 VisVMDRowChangeEvent(VisVMDRow 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 VisVMDRow 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 VisPAIRowChangeEvent : global::System.EventArgs {
private VisPAIRow 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 VisPAIRowChangeEvent(VisPAIRow 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 VisPAIRow 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 VisPAI_PrestRowChangeEvent : global::System.EventArgs {
private VisPAI_PrestRow 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 VisPAI_PrestRowChangeEvent(VisPAI_PrestRow 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 VisPAI_PrestRow 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 AnagPrestazRowChangeEvent : global::System.EventArgs {
private AnagPrestazRow 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 AnagPrestazRowChangeEvent(AnagPrestazRow 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 AnagPrestazRow 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 PrenotazioniRowChangeEvent : global::System.EventArgs {
private PrenotazioniRow 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 PrenotazioniRowChangeEvent(PrenotazioniRow 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 PrenotazioniRow 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");
tableMapping.ColumnMappings.Add("Cellulare", "Cellulare");
tableMapping.ColumnMappings.Add("Email", "Email");
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) AND ([Cellulare] = @Original_Cellulare) AND ([Email] = @Original_Email))";
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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cellulare", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Email", 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], [Cellulare], [Email]) VALUES (@Gruppo, @Cognome, @Nome, @DataNasc, @LuogoNascita, @Sesso, @Altezza, @Peso, @CodF, @Indirizzo, @RecTel, @Medico, @Note, @Cellulare, @Email);
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note, Cellulare, Email 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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cellulare", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Email", 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, [Cellulare] = @Cellulare, [Email] = @Email 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) AND ([Cellulare] = @Original_Cellulare) AND ([Email] = @Original_Email));
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note, Cellulare, Email 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("@Cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cellulare", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Email", 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("@Original_Cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cellulare", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Email", 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("@Cellulare", 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("@Email", global::System.Data.SqlDbType.NVarChar, 250, 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("@Cellulare", 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("@Email", global::System.Data.SqlDbType.NVarChar, 250, 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,
string Original_Cellulare,
string Original_Email) {
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));
}
if ((Original_Cellulare == null)) {
throw new global::System.ArgumentNullException("Original_Cellulare");
}
else {
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_Cellulare));
}
if ((Original_Email == null)) {
throw new global::System.ArgumentNullException("Original_Email");
}
else {
this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_Email));
}
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, string Cellulare, string Email) {
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));
}
if ((Cellulare == null)) {
throw new global::System.ArgumentNullException("Cellulare");
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(Cellulare));
}
if ((Email == null)) {
throw new global::System.ArgumentNullException("Email");
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(Email));
}
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,
string Cellulare,
string Email,
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,
string Original_Cellulare,
string Original_Email,
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));
}
if ((Cellulare == null)) {
throw new global::System.ArgumentNullException("Cellulare");
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Cellulare));
}
if ((Email == null)) {
throw new global::System.ArgumentNullException("Email");
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Email));
}
this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_IdxPaziente));
if ((Original_Gruppo == null)) {
throw new global::System.ArgumentNullException("Original_Gruppo");
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_Gruppo));
}
if ((Original_Cognome == null)) {
throw new global::System.ArgumentNullException("Original_Cognome");
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_Cognome));
}
if ((Original_Nome == null)) {
throw new global::System.ArgumentNullException("Original_Nome");
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_Nome));
}
this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(Original_DataNasc));
if ((Original_LuogoNascita == null)) {
throw new global::System.ArgumentNullException("Original_LuogoNascita");
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_LuogoNascita));
}
if ((Original_Sesso == null)) {
throw new global::System.ArgumentNullException("Original_Sesso");
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_Sesso));
}
this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_Altezza));
this.Adapter.UpdateCommand.Parameters[23].Value = ((double)(Original_Peso));
if ((Original_CodF == null)) {
throw new global::System.ArgumentNullException("Original_CodF");
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_CodF));
}
if ((Original_Indirizzo == null)) {
throw new global::System.ArgumentNullException("Original_Indirizzo");
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Original_Indirizzo));
}
if ((Original_Eta.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[27].Value = ((double)(Original_Eta.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((Original_RecTel == null)) {
throw new global::System.ArgumentNullException("Original_RecTel");
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_RecTel));
}
if ((Original_Medico == null)) {
throw new global::System.ArgumentNullException("Original_Medico");
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Original_Medico));
}
if ((Original_Note == null)) {
throw new global::System.ArgumentNullException("Original_Note");
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_Note));
}
if ((Original_Cellulare == null)) {
throw new global::System.ArgumentNullException("Original_Cellulare");
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_Cellulare));
}
if ((Original_Email == null)) {
throw new global::System.ArgumentNullException("Original_Email");
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_Email));
}
this.Adapter.UpdateCommand.Parameters[33].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,
string Cellulare,
string Email,
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,
string Original_Cellulare,
string Original_Email) {
return this.Update(Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, RecTel, Medico, Note, Cellulare, Email, 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_Cellulare, Original_Email, 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 Cellulare, string Email, 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 ((Cellulare == null)) {
command.Parameters[12].Value = global::System.DBNull.Value;
}
else {
command.Parameters[12].Value = ((string)(Cellulare));
}
if ((Email == null)) {
command.Parameters[13].Value = global::System.DBNull.Value;
}
else {
command.Parameters[13].Value = ((string)(Email));
}
if ((Medico == null)) {
command.Parameters[14].Value = global::System.DBNull.Value;
}
else {
command.Parameters[14].Value = ((string)(Medico));
}
if ((Note == null)) {
command.Parameters[15].Value = global::System.DBNull.Value;
}
else {
command.Parameters[15].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 Cellulare, string Email, 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 ((Cellulare == null)) {
command.Parameters[11].Value = global::System.DBNull.Value;
}
else {
command.Parameters[11].Value = ((string)(Cellulare));
}
if ((Email == null)) {
command.Parameters[12].Value = global::System.DBNull.Value;
}
else {
command.Parameters[12].Value = ((string)(Email));
}
if ((Medico == null)) {
command.Parameters[13].Value = global::System.DBNull.Value;
}
else {
command.Parameters[13].Value = ((string)(Medico));
}
if ((Note == null)) {
command.Parameters[14].Value = global::System.DBNull.Value;
}
else {
command.Parameters[14].Value = ((string)(Note));
}
if ((Original_IdxPaziente.HasValue == true)) {
command.Parameters[15].Value = ((int)(Original_IdxPaziente.Value));
}
else {
command.Parameters[15].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 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 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 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 ElencoVisiteTableAdapter : 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 ElencoVisiteTableAdapter() {
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";
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
tableMapping.ColumnMappings.Add("VPP", "VPP");
tableMapping.ColumnMappings.Add("VVMD", "VVMD");
tableMapping.ColumnMappings.Add("VPAI", "VPAI");
tableMapping.ColumnMappings.Add("VL", "VL");
tableMapping.ColumnMappings.Add("VBMA", "VBMA");
tableMapping.ColumnMappings.Add("VRF", "VRF");
tableMapping.ColumnMappings.Add("PREN", "PREN");
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.ElencoVisiteDataTable 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.ElencoVisiteDataTable 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.ElencoVisiteDataTable dataTable = new DS_Applicazione.ElencoVisiteDataTable();
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 PatologieTableAdapter : 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 PatologieTableAdapter() {
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 = "Patologie";
tableMapping.ColumnMappings.Add("CodPatologia", "CodPatologia");
tableMapping.ColumnMappings.Add("Livello", "Livello");
tableMapping.ColumnMappings.Add("DescrPatologia", "DescrPatologia");
tableMapping.ColumnMappings.Add("BudgetSpesa", "BudgetSpesa");
tableMapping.ColumnMappings.Add("QuotaPIC", "QuotaPIC");
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].[Patologie] WHERE (([CodPatologia] = @Original_CodPatologia) AN" +
"D ([Livello] = @Original_Livello) AND ([DescrPatologia] = @Original_DescrPatolog" +
"ia) AND ([BudgetSpesa] = @Original_BudgetSpesa) AND ([QuotaPIC] = @Original_Quot" +
"aPIC))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPatologia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Livello", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Livello", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DescrPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPatologia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BudgetSpesa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "BudgetSpesa", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QuotaPIC", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "QuotaPIC", 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].[Patologie] ([CodPatologia], [Livello], [DescrPatologia], [BudgetSpesa], [QuotaPIC]) VALUES (@CodPatologia, @Livello, @DescrPatologia, @BudgetSpesa, @QuotaPIC);
SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM Patologie WHERE (CodPatologia = @CodPatologia) AND (Livello = @Livello)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPatologia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Livello", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Livello", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DescrPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPatologia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BudgetSpesa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "BudgetSpesa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QuotaPIC", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "QuotaPIC", 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].[Patologie] SET [CodPatologia] = @CodPatologia, [Livello] = @Livello, [DescrPatologia] = @DescrPatologia, [BudgetSpesa] = @BudgetSpesa, [QuotaPIC] = @QuotaPIC WHERE (([CodPatologia] = @Original_CodPatologia) AND ([Livello] = @Original_Livello) AND ([DescrPatologia] = @Original_DescrPatologia) AND ([BudgetSpesa] = @Original_BudgetSpesa) AND ([QuotaPIC] = @Original_QuotaPIC));
SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM Patologie WHERE (CodPatologia = @CodPatologia) AND (Livello = @Livello)";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPatologia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Livello", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Livello", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DescrPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPatologia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BudgetSpesa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "BudgetSpesa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QuotaPIC", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "QuotaPIC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPatologia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Livello", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Livello", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DescrPatologia", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPatologia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BudgetSpesa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "BudgetSpesa", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QuotaPIC", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "QuotaPIC", 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[1];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM dbo.Pato" +
"logie";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[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.PatologieDataTable 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.PatologieDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.PatologieDataTable dataTable = new DS_Applicazione.PatologieDataTable();
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.PatologieDataTable 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, "Patologie");
}
[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(string Original_CodPatologia, int Original_Livello, string Original_DescrPatologia, decimal Original_BudgetSpesa, decimal Original_QuotaPIC) {
if ((Original_CodPatologia == null)) {
throw new global::System.ArgumentNullException("Original_CodPatologia");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_CodPatologia));
}
this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_Livello));
if ((Original_DescrPatologia == null)) {
throw new global::System.ArgumentNullException("Original_DescrPatologia");
}
else {
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_DescrPatologia));
}
this.Adapter.DeleteCommand.Parameters[3].Value = ((decimal)(Original_BudgetSpesa));
this.Adapter.DeleteCommand.Parameters[4].Value = ((decimal)(Original_QuotaPIC));
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 CodPatologia, int Livello, string DescrPatologia, decimal BudgetSpesa, decimal QuotaPIC) {
if ((CodPatologia == null)) {
throw new global::System.ArgumentNullException("CodPatologia");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CodPatologia));
}
this.Adapter.InsertCommand.Parameters[1].Value = ((int)(Livello));
if ((DescrPatologia == null)) {
throw new global::System.ArgumentNullException("DescrPatologia");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(DescrPatologia));
}
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(BudgetSpesa));
this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(QuotaPIC));
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 CodPatologia, int Livello, string DescrPatologia, decimal BudgetSpesa, decimal QuotaPIC, string Original_CodPatologia, int Original_Livello, string Original_DescrPatologia, decimal Original_BudgetSpesa, decimal Original_QuotaPIC) {
if ((CodPatologia == null)) {
throw new global::System.ArgumentNullException("CodPatologia");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CodPatologia));
}
this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(Livello));
if ((DescrPatologia == null)) {
throw new global::System.ArgumentNullException("DescrPatologia");
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(DescrPatologia));
}
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(BudgetSpesa));
this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(QuotaPIC));
if ((Original_CodPatologia == null)) {
throw new global::System.ArgumentNullException("Original_CodPatologia");
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Original_CodPatologia));
}
this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_Livello));
if ((Original_DescrPatologia == null)) {
throw new global::System.ArgumentNullException("Original_DescrPatologia");
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_DescrPatologia));
}
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(Original_BudgetSpesa));
this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(Original_QuotaPIC));
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 DescrPatologia, decimal BudgetSpesa, decimal QuotaPIC, string Original_CodPatologia, int Original_Livello, string Original_DescrPatologia, decimal Original_BudgetSpesa, decimal Original_QuotaPIC) {
return this.Update(Original_CodPatologia, Original_Livello, DescrPatologia, BudgetSpesa, QuotaPIC, Original_CodPatologia, Original_Livello, Original_DescrPatologia, Original_BudgetSpesa, Original_QuotaPIC);
}
}
/// <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 VisPatoPazTableAdapter : 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 VisPatoPazTableAdapter() {
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 = "VisPatoPaz";
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
tableMapping.ColumnMappings.Add("CodPatologia", "CodPatologia");
tableMapping.ColumnMappings.Add("Livello", "Livello");
tableMapping.ColumnMappings.Add("Note", "Note");
tableMapping.ColumnMappings.Add("BudgetSpesa", "BudgetSpesa");
tableMapping.ColumnMappings.Add("CurrSpesa", "CurrSpesa");
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_VisPatoPaz";
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_VPP_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_VPP_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_VPP_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("@CodPatologia", 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("@Livello", 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_VPP_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("@CodPatologia", 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("@Livello", 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.VisPatoPazDataTable 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.VisPatoPazDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.VisPatoPazDataTable dataTable = new DS_Applicazione.VisPatoPazDataTable();
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.VisPatoPazDataTable 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.VisPatoPazDataTable dataTable = new DS_Applicazione.VisPatoPazDataTable();
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> CodPatologia, global::System.Nullable<int> Livello, 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 ((CodPatologia.HasValue == true)) {
command.Parameters[3].Value = ((int)(CodPatologia.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((Livello.HasValue == true)) {
command.Parameters[4].Value = ((int)(Livello.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[5].Value = global::System.DBNull.Value;
}
else {
command.Parameters[5].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> CodPatologia, global::System.Nullable<int> Livello, 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 ((CodPatologia.HasValue == true)) {
command.Parameters[1].Value = ((int)(CodPatologia.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((Livello.HasValue == true)) {
command.Parameters[2].Value = ((int)(Livello.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 VisVMDTableAdapter : 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 VisVMDTableAdapter() {
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 = "VisVMD";
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
tableMapping.ColumnMappings.Add("GA", "GA");
tableMapping.ColumnMappings.Add("FAI", "FAI");
tableMapping.ColumnMappings.Add("E", "E");
tableMapping.ColumnMappings.Add("F", "F");
tableMapping.ColumnMappings.Add("DIET", "DIET");
tableMapping.ColumnMappings.Add("AF", "AF");
tableMapping.ColumnMappings.Add("CSA", "CSA");
tableMapping.ColumnMappings.Add("CONS", "CONS");
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
tableMapping.ColumnMappings.Add("Peso", "Peso");
tableMapping.ColumnMappings.Add("GA_p", "GA_p");
tableMapping.ColumnMappings.Add("FAI_p", "FAI_p");
tableMapping.ColumnMappings.Add("E_p", "E_p");
tableMapping.ColumnMappings.Add("F_p", "F_p");
tableMapping.ColumnMappings.Add("DIET_p", "DIET_p");
tableMapping.ColumnMappings.Add("AF_p", "AF_p");
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");
tableMapping.ColumnMappings.Add("CSA_p", "CSA_p");
tableMapping.ColumnMappings.Add("CONS_p", "CONS_p");
tableMapping.ColumnMappings.Add("NonAutonomo", "NonAutonomo");
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_VisVMD_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_VVMD_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_VVMD_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_VVMD_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("@GA", 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("@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("@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("@F", 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("@DIET", 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("@AF", 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("@CSA", 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("@CONS", 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("@NonAutonomo", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 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_VVMD_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("@GA", 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("@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("@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("@F", 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("@DIET", 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("@AF", 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("@CSA", 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("@CONS", 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("@NonAutonomo", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 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.VisVMDDataTable 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.VisVMDDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.VisVMDDataTable dataTable = new DS_Applicazione.VisVMDDataTable();
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.VisVMDDataTable 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.VisVMDDataTable dataTable = new DS_Applicazione.VisVMDDataTable();
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> GA, global::System.Nullable<int> FAI, global::System.Nullable<int> E, global::System.Nullable<int> F, global::System.Nullable<int> DIET, global::System.Nullable<int> AF, global::System.Nullable<int> CSA, global::System.Nullable<int> CONS, global::System.Nullable<bool> NonAutonomo, 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 ((GA.HasValue == true)) {
command.Parameters[3].Value = ((double)(GA.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((FAI.HasValue == true)) {
command.Parameters[4].Value = ((int)(FAI.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 ((F.HasValue == true)) {
command.Parameters[6].Value = ((int)(F.Value));
}
else {
command.Parameters[6].Value = global::System.DBNull.Value;
}
if ((DIET.HasValue == true)) {
command.Parameters[7].Value = ((int)(DIET.Value));
}
else {
command.Parameters[7].Value = global::System.DBNull.Value;
}
if ((AF.HasValue == true)) {
command.Parameters[8].Value = ((int)(AF.Value));
}
else {
command.Parameters[8].Value = global::System.DBNull.Value;
}
if ((CSA.HasValue == true)) {
command.Parameters[9].Value = ((int)(CSA.Value));
}
else {
command.Parameters[9].Value = global::System.DBNull.Value;
}
if ((CONS.HasValue == true)) {
command.Parameters[10].Value = ((int)(CONS.Value));
}
else {
command.Parameters[10].Value = global::System.DBNull.Value;
}
if ((NonAutonomo.HasValue == true)) {
command.Parameters[11].Value = ((bool)(NonAutonomo.Value));
}
else {
command.Parameters[11].Value = global::System.DBNull.Value;
}
if ((Altezza.HasValue == true)) {
command.Parameters[12].Value = ((double)(Altezza.Value));
}
else {
command.Parameters[12].Value = global::System.DBNull.Value;
}
if ((Peso.HasValue == true)) {
command.Parameters[13].Value = ((double)(Peso.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;
}
[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> GA, global::System.Nullable<int> FAI, global::System.Nullable<int> E, global::System.Nullable<int> F, global::System.Nullable<int> DIET, global::System.Nullable<int> AF, global::System.Nullable<int> CSA, global::System.Nullable<int> CONS, global::System.Nullable<bool> NonAutonomo, 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 ((GA.HasValue == true)) {
command.Parameters[1].Value = ((double)(GA.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((FAI.HasValue == true)) {
command.Parameters[2].Value = ((int)(FAI.Value));
}
else {
command.Parameters[2].Value = global::System.DBNull.Value;
}
if ((E.HasValue == true)) {
command.Parameters[3].Value = ((int)(E.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((F.HasValue == true)) {
command.Parameters[4].Value = ((int)(F.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((DIET.HasValue == true)) {
command.Parameters[5].Value = ((int)(DIET.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((AF.HasValue == true)) {
command.Parameters[6].Value = ((int)(AF.Value));
}
else {
command.Parameters[6].Value = global::System.DBNull.Value;
}
if ((CSA.HasValue == true)) {
command.Parameters[7].Value = ((int)(CSA.Value));
}
else {
command.Parameters[7].Value = global::System.DBNull.Value;
}
if ((CONS.HasValue == true)) {
command.Parameters[8].Value = ((int)(CONS.Value));
}
else {
command.Parameters[8].Value = global::System.DBNull.Value;
}
if ((NonAutonomo.HasValue == true)) {
command.Parameters[9].Value = ((bool)(NonAutonomo.Value));
}
else {
command.Parameters[9].Value = global::System.DBNull.Value;
}
if ((Altezza.HasValue == true)) {
command.Parameters[10].Value = ((double)(Altezza.Value));
}
else {
command.Parameters[10].Value = global::System.DBNull.Value;
}
if ((Peso.HasValue == true)) {
command.Parameters[11].Value = ((double)(Peso.Value));
}
else {
command.Parameters[11].Value = global::System.DBNull.Value;
}
if ((Original_DataVisita.HasValue == true)) {
command.Parameters[12].Value = ((System.DateTime)(Original_DataVisita.Value));
}
else {
command.Parameters[12].Value = global::System.DBNull.Value;
}
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 VisPAITableAdapter : 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 VisPAITableAdapter() {
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 = "VisPAI";
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
tableMapping.ColumnMappings.Add("CodPatologia", "CodPatologia");
tableMapping.ColumnMappings.Add("Livello", "Livello");
tableMapping.ColumnMappings.Add("Classe", "Classe");
tableMapping.ColumnMappings.Add("Note", "Note");
tableMapping.ColumnMappings.Add("BudgetSpesa", "BudgetSpesa");
tableMapping.ColumnMappings.Add("SpesaPrev", "SpesaPrev");
tableMapping.ColumnMappings.Add("Prenotazioni", "Prenotazioni");
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_VisPAI";
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_VPAI_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_VPAI_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_VPAI_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("@CodPatologia", 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("@Livello", 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("@Classe", 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_VPAI_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("@CodPatologia", 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("@Livello", 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("@Classe", 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.VisPAIDataTable 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.VisPAIDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.VisPAIDataTable dataTable = new DS_Applicazione.VisPAIDataTable();
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.VisPAIDataTable 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.VisPAIDataTable dataTable = new DS_Applicazione.VisPAIDataTable();
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> CodPatologia, global::System.Nullable<int> Livello, global::System.Nullable<int> Classe, 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 ((CodPatologia.HasValue == true)) {
command.Parameters[3].Value = ((int)(CodPatologia.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((Livello.HasValue == true)) {
command.Parameters[4].Value = ((int)(Livello.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((Classe.HasValue == true)) {
command.Parameters[5].Value = ((int)(Classe.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[6].Value = global::System.DBNull.Value;
}
else {
command.Parameters[6].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> CodPatologia, global::System.Nullable<int> Livello, global::System.Nullable<int> Classe, 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 ((CodPatologia.HasValue == true)) {
command.Parameters[1].Value = ((int)(CodPatologia.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((Livello.HasValue == true)) {
command.Parameters[2].Value = ((int)(Livello.Value));
}
else {
command.Parameters[2].Value = global::System.DBNull.Value;
}
if ((Classe.HasValue == true)) {
command.Parameters[3].Value = ((int)(Classe.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[4].Value = global::System.DBNull.Value;
}
else {
command.Parameters[4].Value = ((string)(Note));
}
if ((Original_DataVisita.HasValue == true)) {
command.Parameters[5].Value = ((System.DateTime)(Original_DataVisita.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((Original_IdxPaziente.HasValue == true)) {
command.Parameters[6].Value = ((int)(Original_IdxPaziente.Value));
}
else {
command.Parameters[6].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 VisPAI_PrestTableAdapter : 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 VisPAI_PrestTableAdapter() {
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 = "VisPAI_Prest";
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
tableMapping.ColumnMappings.Add("CodPres", "CodPres");
tableMapping.ColumnMappings.Add("Num", "Num");
tableMapping.ColumnMappings.Add("Freq", "Freq");
tableMapping.ColumnMappings.Add("Note", "Note");
tableMapping.ColumnMappings.Add("Tariffa", "Tariffa");
tableMapping.ColumnMappings.Add("SpesaPrev", "SpesaPrev");
tableMapping.ColumnMappings.Add("NomePrest", "NomePrest");
tableMapping.ColumnMappings.Add("DescrPrest", "DescrPrest");
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[7];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT * FROM dbo.v_VisPAI_Prest";
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_SetPDC_InsVPAI";
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[1].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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPatologia", 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("@Livello", 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("@Classe", 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_VisPAI_Prest_DeleteGroup";
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_VisPAI_Prest_DeleteQuery";
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("@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[3].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[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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("@Original_Num", 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_VisPAI_Prest_getByPaziente";
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[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[5] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[5].Connection = this.Connection;
this._commandCollection[5].CommandText = "dbo.stp_VisPAI_Prest_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("@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].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[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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("@Num", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Freq", 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("@Note", global::System.Data.SqlDbType.NVarChar, 250, 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_VisPAI_Prest_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("@CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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("@Freq", 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("@Note", global::System.Data.SqlDbType.NVarChar, 250, 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_DataVisita", 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("@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[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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_Num", 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.VisPAI_PrestDataTable 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.VisPAI_PrestDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.VisPAI_PrestDataTable dataTable = new DS_Applicazione.VisPAI_PrestDataTable();
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.VisPAI_PrestDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
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;
}
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.VisPAI_PrestDataTable dataTable = new DS_Applicazione.VisPAI_PrestDataTable();
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 CloneFromSetupPDC(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> CodPatologia, global::System.Nullable<int> Livello, global::System.Nullable<int> Classe) {
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;
}
if ((DataVisita.HasValue == true)) {
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
}
else {
command.Parameters[2].Value = global::System.DBNull.Value;
}
if ((CodPatologia.HasValue == true)) {
command.Parameters[3].Value = ((int)(CodPatologia.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((Livello.HasValue == true)) {
command.Parameters[4].Value = ((int)(Livello.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((Classe.HasValue == true)) {
command.Parameters[5].Value = ((int)(Classe.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 DeleteGroup(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[2];
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;
}
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 DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita, string Original_CodPres, global::System.Nullable<int> Original_Num) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
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;
}
if ((Original_CodPres == null)) {
command.Parameters[3].Value = global::System.DBNull.Value;
}
else {
command.Parameters[3].Value = ((string)(Original_CodPres));
}
if ((Original_Num.HasValue == true)) {
command.Parameters[4].Value = ((int)(Original_Num.Value));
}
else {
command.Parameters[4].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, string CodPres, global::System.Nullable<int> Num, global::System.Nullable<double> Freq, string Note) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
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 ((CodPres == null)) {
command.Parameters[3].Value = global::System.DBNull.Value;
}
else {
command.Parameters[3].Value = ((string)(CodPres));
}
if ((Num.HasValue == true)) {
command.Parameters[4].Value = ((int)(Num.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((Freq.HasValue == true)) {
command.Parameters[5].Value = ((double)(Freq.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[6].Value = global::System.DBNull.Value;
}
else {
command.Parameters[6].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(string CodPres, global::System.Nullable<double> Freq, string Note, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente, string Original_CodPres, global::System.Nullable<int> Original_Num) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[6];
if ((CodPres == null)) {
command.Parameters[1].Value = global::System.DBNull.Value;
}
else {
command.Parameters[1].Value = ((string)(CodPres));
}
if ((Freq.HasValue == true)) {
command.Parameters[2].Value = ((double)(Freq.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;
}
if ((Original_CodPres == null)) {
command.Parameters[6].Value = global::System.DBNull.Value;
}
else {
command.Parameters[6].Value = ((string)(Original_CodPres));
}
if ((Original_Num.HasValue == true)) {
command.Parameters[7].Value = ((int)(Original_Num.Value));
}
else {
command.Parameters[7].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 AnagPrestazTableAdapter : 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 AnagPrestazTableAdapter() {
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 = "AnagPrestaz";
tableMapping.ColumnMappings.Add("CodPres", "CodPres");
tableMapping.ColumnMappings.Add("CodAlt", "CodAlt");
tableMapping.ColumnMappings.Add("Note", "Note");
tableMapping.ColumnMappings.Add("Ciclo", "Ciclo");
tableMapping.ColumnMappings.Add("QtaMax", "QtaMax");
tableMapping.ColumnMappings.Add("NotaQta", "NotaQta");
tableMapping.ColumnMappings.Add("NomePrest", "NomePrest");
tableMapping.ColumnMappings.Add("DescrPrest", "DescrPrest");
tableMapping.ColumnMappings.Add("Tariffa", "Tariffa");
tableMapping.ColumnMappings.Add("BS_N", "BS_N");
tableMapping.ColumnMappings.Add("BS_M1_Cod", "BS_M1_Cod");
tableMapping.ColumnMappings.Add("BS_M1_Desc", "BS_M1_Desc");
tableMapping.ColumnMappings.Add("BS_M2_Cod", "BS_M2_Cod");
tableMapping.ColumnMappings.Add("BS_M2_Desc", "BS_M2_Desc");
tableMapping.ColumnMappings.Add("BS_M3_Cod", "BS_M3_Cod");
tableMapping.ColumnMappings.Add("BS_M3_Desc", "BS_M3_Desc");
tableMapping.ColumnMappings.Add("BS_M4_Cod", "BS_M4_Cod");
tableMapping.ColumnMappings.Add("BS_M4_Desc", "BS_M4_Desc");
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].[AnagPrestaz] WHERE (([CodPres] = @Original_CodPres) AND ([CodAlt] = @Original_CodAlt) AND ([Note] = @Original_Note) AND ([Ciclo] = @Original_Ciclo) AND ([QtaMax] = @Original_QtaMax) AND ((@IsNull_NotaQta = 1 AND [NotaQta] IS NULL) OR ([NotaQta] = @Original_NotaQta)) AND ((@IsNull_NomePrest = 1 AND [NomePrest] IS NULL) OR ([NomePrest] = @Original_NomePrest)) AND ((@IsNull_DescrPrest = 1 AND [DescrPrest] IS NULL) OR ([DescrPrest] = @Original_DescrPrest)) AND ((@IsNull_Tariffa = 1 AND [Tariffa] IS NULL) OR ([Tariffa] = @Original_Tariffa)) AND ((@IsNull_BS_N = 1 AND [BS_N] IS NULL) OR ([BS_N] = @Original_BS_N)) AND ((@IsNull_BS_M1_Cod = 1 AND [BS_M1_Cod] IS NULL) OR ([BS_M1_Cod] = @Original_BS_M1_Cod)) AND ((@IsNull_BS_M1_Desc = 1 AND [BS_M1_Desc] IS NULL) OR ([BS_M1_Desc] = @Original_BS_M1_Desc)) AND ((@IsNull_BS_M2_Cod = 1 AND [BS_M2_Cod] IS NULL) OR ([BS_M2_Cod] = @Original_BS_M2_Cod)) AND ((@IsNull_BS_M2_Desc = 1 AND [BS_M2_Desc] IS NULL) OR ([BS_M2_Desc] = @Original_BS_M2_Desc)) AND ((@IsNull_BS_M3_Cod = 1 AND [BS_M3_Cod] IS NULL) OR ([BS_M3_Cod] = @Original_BS_M3_Cod)) AND ((@IsNull_BS_M3_Desc = 1 AND [BS_M3_Desc] IS NULL) OR ([BS_M3_Desc] = @Original_BS_M3_Desc)) AND ((@IsNull_BS_M4_Cod = 1 AND [BS_M4_Cod] IS NULL) OR ([BS_M4_Cod] = @Original_BS_M4_Cod)) AND ((@IsNull_BS_M4_Desc = 1 AND [BS_M4_Desc] IS NULL) OR ([BS_M4_Desc] = @Original_BS_M4_Desc)))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPres", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodAlt", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodAlt", 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_Ciclo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ciclo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QtaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_NotaQta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NotaQta", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NotaQta", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NotaQta", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_NomePrest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NomePrest", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NomePrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NomePrest", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DescrPrest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPrest", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DescrPrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPrest", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Tariffa", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Tariffa", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Tariffa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "Tariffa", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_N", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_N", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_N", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_N", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M1_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M1_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M1_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M1_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Desc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M2_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M2_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M2_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M2_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Desc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M3_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M3_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M3_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M3_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Desc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M4_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M4_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M4_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M4_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Desc", 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].[AnagPrestaz] ([CodPres], [CodAlt], [Note], [Ciclo], [QtaMax], [NotaQta], [NomePrest], [DescrPrest], [Tariffa], [BS_N], [BS_M1_Cod], [BS_M1_Desc], [BS_M2_Cod], [BS_M2_Desc], [BS_M3_Cod], [BS_M3_Desc], [BS_M4_Cod], [BS_M4_Desc]) VALUES (@CodPres, @CodAlt, @Note, @Ciclo, @QtaMax, @NotaQta, @NomePrest, @DescrPrest, @Tariffa, @BS_N, @BS_M1_Cod, @BS_M1_Desc, @BS_M2_Cod, @BS_M2_Desc, @BS_M3_Cod, @BS_M3_Desc, @BS_M4_Cod, @BS_M4_Desc);
SELECT CodPres, CodAlt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tariffa, BS_N, BS_M1_Cod, BS_M1_Desc, BS_M2_Cod, BS_M2_Desc, BS_M3_Cod, BS_M3_Desc, BS_M4_Cod, BS_M4_Desc FROM AnagPrestaz WHERE (CodPres = @CodPres)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPres", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPres", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodAlt", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodAlt", 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("@Ciclo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ciclo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QtaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NotaQta", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NotaQta", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NomePrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NomePrest", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DescrPrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPrest", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Tariffa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "Tariffa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_N", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_N", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M1_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M1_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M2_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M2_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M3_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M3_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M4_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M4_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Desc", 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].[AnagPrestaz] SET [CodPres] = @CodPres, [CodAlt] = @CodAlt, [Note] =" +
" @Note, [Ciclo] = @Ciclo, [QtaMax] = @QtaMax, [NotaQta] = @NotaQta, [NomePrest] " +
"= @NomePrest, [DescrPrest] = @DescrPrest, [Tariffa] = @Tariffa, [BS_N] = @BS_N, " +
"[BS_M1_Cod] = @BS_M1_Cod, [BS_M1_Desc] = @BS_M1_Desc, [BS_M2_Cod] = @BS_M2_Cod, " +
"[BS_M2_Desc] = @BS_M2_Desc, [BS_M3_Cod] = @BS_M3_Cod, [BS_M3_Desc] = @BS_M3_Desc" +
", [BS_M4_Cod] = @BS_M4_Cod, [BS_M4_Desc] = @BS_M4_Desc WHERE (([CodPres] = @Orig" +
"inal_CodPres) AND ([CodAlt] = @Original_CodAlt) AND ([Note] = @Original_Note) AN" +
"D ([Ciclo] = @Original_Ciclo) AND ([QtaMax] = @Original_QtaMax) AND ((@IsNull_No" +
"taQta = 1 AND [NotaQta] IS NULL) OR ([NotaQta] = @Original_NotaQta)) AND ((@IsNu" +
"ll_NomePrest = 1 AND [NomePrest] IS NULL) OR ([NomePrest] = @Original_NomePrest)" +
") AND ((@IsNull_DescrPrest = 1 AND [DescrPrest] IS NULL) OR ([DescrPrest] = @Ori" +
"ginal_DescrPrest)) AND ((@IsNull_Tariffa = 1 AND [Tariffa] IS NULL) OR ([Tariffa" +
"] = @Original_Tariffa)) AND ((@IsNull_BS_N = 1 AND [BS_N] IS NULL) OR ([BS_N] = " +
"@Original_BS_N)) AND ((@IsNull_BS_M1_Cod = 1 AND [BS_M1_Cod] IS NULL) OR ([BS_M1" +
"_Cod] = @Original_BS_M1_Cod)) AND ((@IsNull_BS_M1_Desc = 1 AND [BS_M1_Desc] IS N" +
"ULL) OR ([BS_M1_Desc] = @Original_BS_M1_Desc)) AND ((@IsNull_BS_M2_Cod = 1 AND [" +
"BS_M2_Cod] IS NULL) OR ([BS_M2_Cod] = @Original_BS_M2_Cod)) AND ((@IsNull_BS_M2_" +
"Desc = 1 AND [BS_M2_Desc] IS NULL) OR ([BS_M2_Desc] = @Original_BS_M2_Desc)) AND" +
" ((@IsNull_BS_M3_Cod = 1 AND [BS_M3_Cod] IS NULL) OR ([BS_M3_Cod] = @Original_BS" +
"_M3_Cod)) AND ((@IsNull_BS_M3_Desc = 1 AND [BS_M3_Desc] IS NULL) OR ([BS_M3_Desc" +
"] = @Original_BS_M3_Desc)) AND ((@IsNull_BS_M4_Cod = 1 AND [BS_M4_Cod] IS NULL) " +
"OR ([BS_M4_Cod] = @Original_BS_M4_Cod)) AND ((@IsNull_BS_M4_Desc = 1 AND [BS_M4_" +
"Desc] IS NULL) OR ([BS_M4_Desc] = @Original_BS_M4_Desc)));\r\nSELECT CodPres, CodA" +
"lt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tariffa, BS_N, BS_M1_Co" +
"d, BS_M1_Desc, BS_M2_Cod, BS_M2_Desc, BS_M3_Cod, BS_M3_Desc, BS_M4_Cod, BS_M4_De" +
"sc FROM AnagPrestaz WHERE (CodPres = @CodPres)";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPres", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPres", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodAlt", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodAlt", 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("@Ciclo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ciclo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QtaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NotaQta", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NotaQta", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NomePrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NomePrest", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DescrPrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPrest", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Tariffa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "Tariffa", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_N", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_N", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M1_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M1_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M2_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M2_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M3_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M3_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M4_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Cod", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BS_M4_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Desc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodPres", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodAlt", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodAlt", 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_Ciclo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Ciclo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QtaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_NotaQta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NotaQta", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NotaQta", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NotaQta", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_NomePrest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NomePrest", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NomePrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "NomePrest", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DescrPrest", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPrest", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DescrPrest", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DescrPrest", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Tariffa", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Tariffa", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Tariffa", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 3, "Tariffa", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_N", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_N", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_N", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_N", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M1_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M1_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M1_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M1_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M1_Desc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M2_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M2_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M2_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M2_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M2_Desc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M3_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M3_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M3_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M3_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M3_Desc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M4_Cod", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Cod", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M4_Cod", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Cod", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BS_M4_Desc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Desc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BS_M4_Desc", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BS_M4_Desc", 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[1];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT CodPres, CodAlt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tari" +
"ffa, BS_N, BS_M1_Cod, BS_M1_Desc, BS_M2_Cod, BS_M2_Desc, BS_M3_Cod, BS_M3_Desc, " +
"BS_M4_Cod, BS_M4_Desc FROM dbo.AnagPrestaz";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[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.AnagPrestazDataTable 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.AnagPrestazDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.AnagPrestazDataTable dataTable = new DS_Applicazione.AnagPrestazDataTable();
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.AnagPrestazDataTable 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, "AnagPrestaz");
}
[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(
string Original_CodPres,
string Original_CodAlt,
string Original_Note,
string Original_Ciclo,
int Original_QtaMax,
string Original_NotaQta,
string Original_NomePrest,
string Original_DescrPrest,
global::System.Nullable<decimal> Original_Tariffa,
string Original_BS_N,
string Original_BS_M1_Cod,
string Original_BS_M1_Desc,
string Original_BS_M2_Cod,
string Original_BS_M2_Desc,
string Original_BS_M3_Cod,
string Original_BS_M3_Desc,
string Original_BS_M4_Cod,
string Original_BS_M4_Desc) {
if ((Original_CodPres == null)) {
throw new global::System.ArgumentNullException("Original_CodPres");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_CodPres));
}
if ((Original_CodAlt == null)) {
throw new global::System.ArgumentNullException("Original_CodAlt");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CodAlt));
}
if ((Original_Note == null)) {
throw new global::System.ArgumentNullException("Original_Note");
}
else {
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Note));
}
if ((Original_Ciclo == null)) {
throw new global::System.ArgumentNullException("Original_Ciclo");
}
else {
this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_Ciclo));
}
this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_QtaMax));
if ((Original_NotaQta == null)) {
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_NotaQta));
}
if ((Original_NomePrest == null)) {
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_NomePrest));
}
if ((Original_DescrPrest == null)) {
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_DescrPrest));
}
if ((Original_Tariffa.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[12].Value = ((decimal)(Original_Tariffa.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((Original_BS_N == null)) {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_BS_N));
}
if ((Original_BS_M1_Cod == null)) {
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_BS_M1_Cod));
}
if ((Original_BS_M1_Desc == null)) {
this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_BS_M1_Desc));
}
if ((Original_BS_M2_Cod == null)) {
this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_BS_M2_Cod));
}
if ((Original_BS_M2_Desc == null)) {
this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_BS_M2_Desc));
}
if ((Original_BS_M3_Cod == null)) {
this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[24].Value = ((string)(Original_BS_M3_Cod));
}
if ((Original_BS_M3_Desc == null)) {
this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_BS_M3_Desc));
}
if ((Original_BS_M4_Cod == null)) {
this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_BS_M4_Cod));
}
if ((Original_BS_M4_Desc == null)) {
this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_BS_M4_Desc));
}
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 CodPres,
string CodAlt,
string Note,
string Ciclo,
int QtaMax,
string NotaQta,
string NomePrest,
string DescrPrest,
global::System.Nullable<decimal> Tariffa,
string BS_N,
string BS_M1_Cod,
string BS_M1_Desc,
string BS_M2_Cod,
string BS_M2_Desc,
string BS_M3_Cod,
string BS_M3_Desc,
string BS_M4_Cod,
string BS_M4_Desc) {
if ((CodPres == null)) {
throw new global::System.ArgumentNullException("CodPres");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CodPres));
}
if ((CodAlt == null)) {
throw new global::System.ArgumentNullException("CodAlt");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CodAlt));
}
if ((Note == null)) {
throw new global::System.ArgumentNullException("Note");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Note));
}
if ((Ciclo == null)) {
throw new global::System.ArgumentNullException("Ciclo");
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(Ciclo));
}
this.Adapter.InsertCommand.Parameters[4].Value = ((int)(QtaMax));
if ((NotaQta == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(NotaQta));
}
if ((NomePrest == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(NomePrest));
}
if ((DescrPrest == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(DescrPrest));
}
if ((Tariffa.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(Tariffa.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((BS_N == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(BS_N));
}
if ((BS_M1_Cod == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(BS_M1_Cod));
}
if ((BS_M1_Desc == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(BS_M1_Desc));
}
if ((BS_M2_Cod == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(BS_M2_Cod));
}
if ((BS_M2_Desc == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(BS_M2_Desc));
}
if ((BS_M3_Cod == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(BS_M3_Cod));
}
if ((BS_M3_Desc == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(BS_M3_Desc));
}
if ((BS_M4_Cod == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(BS_M4_Cod));
}
if ((BS_M4_Desc == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(BS_M4_Desc));
}
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 CodPres,
string CodAlt,
string Note,
string Ciclo,
int QtaMax,
string NotaQta,
string NomePrest,
string DescrPrest,
global::System.Nullable<decimal> Tariffa,
string BS_N,
string BS_M1_Cod,
string BS_M1_Desc,
string BS_M2_Cod,
string BS_M2_Desc,
string BS_M3_Cod,
string BS_M3_Desc,
string BS_M4_Cod,
string BS_M4_Desc,
string Original_CodPres,
string Original_CodAlt,
string Original_Note,
string Original_Ciclo,
int Original_QtaMax,
string Original_NotaQta,
string Original_NomePrest,
string Original_DescrPrest,
global::System.Nullable<decimal> Original_Tariffa,
string Original_BS_N,
string Original_BS_M1_Cod,
string Original_BS_M1_Desc,
string Original_BS_M2_Cod,
string Original_BS_M2_Desc,
string Original_BS_M3_Cod,
string Original_BS_M3_Desc,
string Original_BS_M4_Cod,
string Original_BS_M4_Desc) {
if ((CodPres == null)) {
throw new global::System.ArgumentNullException("CodPres");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CodPres));
}
if ((CodAlt == null)) {
throw new global::System.ArgumentNullException("CodAlt");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CodAlt));
}
if ((Note == null)) {
throw new global::System.ArgumentNullException("Note");
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Note));
}
if ((Ciclo == null)) {
throw new global::System.ArgumentNullException("Ciclo");
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Ciclo));
}
this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(QtaMax));
if ((NotaQta == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(NotaQta));
}
if ((NomePrest == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(NomePrest));
}
if ((DescrPrest == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(DescrPrest));
}
if ((Tariffa.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(Tariffa.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((BS_N == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(BS_N));
}
if ((BS_M1_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(BS_M1_Cod));
}
if ((BS_M1_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(BS_M1_Desc));
}
if ((BS_M2_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(BS_M2_Cod));
}
if ((BS_M2_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(BS_M2_Desc));
}
if ((BS_M3_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(BS_M3_Cod));
}
if ((BS_M3_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(BS_M3_Desc));
}
if ((BS_M4_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(BS_M4_Cod));
}
if ((BS_M4_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(BS_M4_Desc));
}
if ((Original_CodPres == null)) {
throw new global::System.ArgumentNullException("Original_CodPres");
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_CodPres));
}
if ((Original_CodAlt == null)) {
throw new global::System.ArgumentNullException("Original_CodAlt");
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_CodAlt));
}
if ((Original_Note == null)) {
throw new global::System.ArgumentNullException("Original_Note");
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_Note));
}
if ((Original_Ciclo == null)) {
throw new global::System.ArgumentNullException("Original_Ciclo");
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_Ciclo));
}
this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(Original_QtaMax));
if ((Original_NotaQta == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_NotaQta));
}
if ((Original_NomePrest == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_NomePrest));
}
if ((Original_DescrPrest == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_DescrPrest));
}
if ((Original_Tariffa.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(Original_Tariffa.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((Original_BS_N == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_BS_N));
}
if ((Original_BS_M1_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_BS_M1_Cod));
}
if ((Original_BS_M1_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_BS_M1_Desc));
}
if ((Original_BS_M2_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_BS_M2_Cod));
}
if ((Original_BS_M2_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Original_BS_M2_Desc));
}
if ((Original_BS_M3_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_BS_M3_Cod));
}
if ((Original_BS_M3_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_BS_M3_Desc));
}
if ((Original_BS_M4_Cod == null)) {
this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Original_BS_M4_Cod));
}
if ((Original_BS_M4_Desc == null)) {
this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_BS_M4_Desc));
}
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 CodAlt,
string Note,
string Ciclo,
int QtaMax,
string NotaQta,
string NomePrest,
string DescrPrest,
global::System.Nullable<decimal> Tariffa,
string BS_N,
string BS_M1_Cod,
string BS_M1_Desc,
string BS_M2_Cod,
string BS_M2_Desc,
string BS_M3_Cod,
string BS_M3_Desc,
string BS_M4_Cod,
string BS_M4_Desc,
string Original_CodPres,
string Original_CodAlt,
string Original_Note,
string Original_Ciclo,
int Original_QtaMax,
string Original_NotaQta,
string Original_NomePrest,
string Original_DescrPrest,
global::System.Nullable<decimal> Original_Tariffa,
string Original_BS_N,
string Original_BS_M1_Cod,
string Original_BS_M1_Desc,
string Original_BS_M2_Cod,
string Original_BS_M2_Desc,
string Original_BS_M3_Cod,
string Original_BS_M3_Desc,
string Original_BS_M4_Cod,
string Original_BS_M4_Desc) {
return this.Update(Original_CodPres, CodAlt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tariffa, BS_N, BS_M1_Cod, BS_M1_Desc, BS_M2_Cod, BS_M2_Desc, BS_M3_Cod, BS_M3_Desc, BS_M4_Cod, BS_M4_Desc, Original_CodPres, Original_CodAlt, Original_Note, Original_Ciclo, Original_QtaMax, Original_NotaQta, Original_NomePrest, Original_DescrPrest, Original_Tariffa, Original_BS_N, Original_BS_M1_Cod, Original_BS_M1_Desc, Original_BS_M2_Cod, Original_BS_M2_Desc, Original_BS_M3_Cod, Original_BS_M3_Desc, Original_BS_M4_Cod, Original_BS_M4_Desc);
}
}
/// <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 PrenotazioniTableAdapter : 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 PrenotazioniTableAdapter() {
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 = "Prenotazioni";
tableMapping.ColumnMappings.Add("IdxPaziente", "IdxPaziente");
tableMapping.ColumnMappings.Add("DataVisita", "DataVisita");
tableMapping.ColumnMappings.Add("CodPres", "CodPres");
tableMapping.ColumnMappings.Add("Num", "Num");
tableMapping.ColumnMappings.Add("Prenotazione", "Prenotazione");
tableMapping.ColumnMappings.Add("IdxStato", "IdxStato");
tableMapping.ColumnMappings.Add("IdxStruttura", "IdxStruttura");
tableMapping.ColumnMappings.Add("Note", "Note");
tableMapping.ColumnMappings.Add("Cognome", "Cognome");
tableMapping.ColumnMappings.Add("Nome", "Nome");
tableMapping.ColumnMappings.Add("DataNasc", "DataNasc");
tableMapping.ColumnMappings.Add("CodF", "CodF");
tableMapping.ColumnMappings.Add("Cellulare", "Cellulare");
tableMapping.ColumnMappings.Add("Email", "Email");
tableMapping.ColumnMappings.Add("NomePrest", "NomePrest");
tableMapping.ColumnMappings.Add("DescrPrest", "DescrPrest");
tableMapping.ColumnMappings.Add("Tariffa", "Tariffa");
tableMapping.ColumnMappings.Add("DescStato", "DescStato");
tableMapping.ColumnMappings.Add("DescStruttura", "DescStruttura");
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[6];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT * FROM v_Prenotazioni";
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_PREN_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[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Num", 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_PREN_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_PREN_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("@CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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("@Num", 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("@Prenotazione", 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("@IdxStato", 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("@IdxStruttura", 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_Pren_GenByPAI";
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[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("@StartDate", 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("@EndDate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, 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_PREN_UpdateQuery";
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("@DataVisita", 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("@CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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("@Num", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Prenotazione", 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("@IdxStato", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxStruttura", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 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, 250, 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("@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[5].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[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 10, 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("@Original_Num", 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.PrenotazioniDataTable 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.PrenotazioniDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_Applicazione.PrenotazioniDataTable dataTable = new DS_Applicazione.PrenotazioniDataTable();
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.PrenotazioniDataTable 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.PrenotazioniDataTable dataTable = new DS_Applicazione.PrenotazioniDataTable();
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, string Original_CodPres, global::System.Nullable<int> Original_Num) {
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;
}
if ((Original_CodPres == null)) {
command.Parameters[3].Value = global::System.DBNull.Value;
}
else {
command.Parameters[3].Value = ((string)(Original_CodPres));
}
if ((Original_Num.HasValue == true)) {
command.Parameters[4].Value = ((int)(Original_Num.Value));
}
else {
command.Parameters[4].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, string CodPres, global::System.Nullable<int> Num, global::System.Nullable<global::System.DateTime> Prenotazione, global::System.Nullable<int> IdxStato, global::System.Nullable<int> IdxStruttura, 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 ((CodPres == null)) {
command.Parameters[3].Value = global::System.DBNull.Value;
}
else {
command.Parameters[3].Value = ((string)(CodPres));
}
if ((Num.HasValue == true)) {
command.Parameters[4].Value = ((int)(Num.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((Prenotazione.HasValue == true)) {
command.Parameters[5].Value = ((System.DateTime)(Prenotazione.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((IdxStato.HasValue == true)) {
command.Parameters[6].Value = ((int)(IdxStato.Value));
}
else {
command.Parameters[6].Value = global::System.DBNull.Value;
}
if ((IdxStruttura.HasValue == true)) {
command.Parameters[7].Value = ((int)(IdxStruttura.Value));
}
else {
command.Parameters[7].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[8].Value = global::System.DBNull.Value;
}
else {
command.Parameters[8].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 stp_Pren_GenByPAI(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<global::System.DateTime> StartDate, global::System.Nullable<global::System.DateTime> EndDate) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
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 ((StartDate.HasValue == true)) {
command.Parameters[3].Value = ((System.DateTime)(StartDate.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((EndDate.HasValue == true)) {
command.Parameters[4].Value = ((System.DateTime)(EndDate.Value));
}
else {
command.Parameters[4].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<global::System.DateTime> DataVisita, string CodPres, global::System.Nullable<int> Num, global::System.Nullable<global::System.DateTime> Prenotazione, global::System.Nullable<int> IdxStato, global::System.Nullable<int> IdxStruttura, string Note, global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita, string Original_CodPres, global::System.Nullable<int> Original_Num) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
if ((DataVisita.HasValue == true)) {
command.Parameters[1].Value = ((System.DateTime)(DataVisita.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((CodPres == null)) {
command.Parameters[2].Value = global::System.DBNull.Value;
}
else {
command.Parameters[2].Value = ((string)(CodPres));
}
if ((Num.HasValue == true)) {
command.Parameters[3].Value = ((int)(Num.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((Prenotazione.HasValue == true)) {
command.Parameters[4].Value = ((System.DateTime)(Prenotazione.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((IdxStato.HasValue == true)) {
command.Parameters[5].Value = ((int)(IdxStato.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((IdxStruttura.HasValue == true)) {
command.Parameters[6].Value = ((int)(IdxStruttura.Value));
}
else {
command.Parameters[6].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[7].Value = global::System.DBNull.Value;
}
else {
command.Parameters[7].Value = ((string)(Note));
}
if ((Original_IdxPaziente.HasValue == true)) {
command.Parameters[8].Value = ((int)(Original_IdxPaziente.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_CodPres == null)) {
command.Parameters[10].Value = global::System.DBNull.Value;
}
else {
command.Parameters[10].Value = ((string)(Original_CodPres));
}
if ((Original_Num.HasValue == true)) {
command.Parameters[11].Value = ((int)(Original_Num.Value));
}
else {
command.Parameters[11].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 VisRelazFinTableAdapter _visRelazFinTableAdapter;
private Pazienti2LabelsTableAdapter _pazienti2LabelsTableAdapter;
private PatologieTableAdapter _patologieTableAdapter;
private AnagPrestazTableAdapter _anagPrestazTableAdapter;
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 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")]
[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 PatologieTableAdapter PatologieTableAdapter {
get {
return this._patologieTableAdapter;
}
set {
this._patologieTableAdapter = 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 AnagPrestazTableAdapter AnagPrestazTableAdapter {
get {
return this._anagPrestazTableAdapter;
}
set {
this._anagPrestazTableAdapter = 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._visRelazFinTableAdapter != null)
&& (this._visRelazFinTableAdapter.Connection != null))) {
return this._visRelazFinTableAdapter.Connection;
}
if (((this._pazienti2LabelsTableAdapter != null)
&& (this._pazienti2LabelsTableAdapter.Connection != null))) {
return this._pazienti2LabelsTableAdapter.Connection;
}
if (((this._patologieTableAdapter != null)
&& (this._patologieTableAdapter.Connection != null))) {
return this._patologieTableAdapter.Connection;
}
if (((this._anagPrestazTableAdapter != null)
&& (this._anagPrestazTableAdapter.Connection != null))) {
return this._anagPrestazTableAdapter.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._visRelazFinTableAdapter != null)) {
count = (count + 1);
}
if ((this._pazienti2LabelsTableAdapter != null)) {
count = (count + 1);
}
if ((this._patologieTableAdapter != null)) {
count = (count + 1);
}
if ((this._anagPrestazTableAdapter != 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._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);
}
}
if ((this._patologieTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.Patologie.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._patologieTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._anagPrestazTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.AnagPrestaz.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._anagPrestazTableAdapter.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._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);
}
}
if ((this._patologieTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.Patologie.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._patologieTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._anagPrestazTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.AnagPrestaz.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._anagPrestazTableAdapter.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._anagPrestazTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.AnagPrestaz.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._anagPrestazTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._patologieTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.Patologie.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._patologieTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
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._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._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.");
}
if (((this._patologieTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._patologieTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
"a stessa stringa di connessione.");
}
if (((this._anagPrestazTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._anagPrestazTableAdapter.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._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);
}
}
if ((this._patologieTableAdapter != null)) {
revertConnections.Add(this._patologieTableAdapter, this._patologieTableAdapter.Connection);
this._patologieTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
this._patologieTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
if (this._patologieTableAdapter.Adapter.AcceptChangesDuringUpdate) {
this._patologieTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
adaptersWithAcceptChangesDuringUpdate.Add(this._patologieTableAdapter.Adapter);
}
}
if ((this._anagPrestazTableAdapter != null)) {
revertConnections.Add(this._anagPrestazTableAdapter, this._anagPrestazTableAdapter.Connection);
this._anagPrestazTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
this._anagPrestazTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
if (this._anagPrestazTableAdapter.Adapter.AcceptChangesDuringUpdate) {
this._anagPrestazTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
adaptersWithAcceptChangesDuringUpdate.Add(this._anagPrestazTableAdapter.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._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 ((this._patologieTableAdapter != null)) {
this._patologieTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._patologieTableAdapter]));
this._patologieTableAdapter.Transaction = null;
}
if ((this._anagPrestazTableAdapter != null)) {
this._anagPrestazTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagPrestazTableAdapter]));
this._anagPrestazTableAdapter.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