diff --git a/MedPred/VBMA.aspx b/MedPred/VBMA.aspx index 6594659..056f6e3 100644 --- a/MedPred/VBMA.aspx +++ b/MedPred/VBMA.aspx @@ -62,7 +62,7 @@
  • - +
  • @@ -98,8 +98,16 @@
  • - - + + +
  • +
  • + + +
  • +
  • + +
  • +
    @@ -207,7 +221,7 @@
  • - +
  • @@ -243,8 +257,16 @@
  • - - + + +
  • +
  • + + +
  • +
  • + +
    • @@ -270,8 +292,7 @@ -
    • - Ipotono(Fukuda) +
    • Ipotono(Fukuda)
    • @@ -336,7 +357,7 @@
    • - +
    • @@ -372,8 +393,16 @@
    • - - + + +
    • +
    • + + +
    • +
    • + +
      @@ -399,8 +428,7 @@ -
    • - Ipotono(Fukuda) +
    • Ipotono(Fukuda)
    • @@ -453,8 +481,10 @@ - + + + @@ -477,8 +507,10 @@ - + + + diff --git a/MedPred_Data/DS_Applicazione.Designer.cs b/MedPred_Data/DS_Applicazione.Designer.cs index f152765..2c8cf50 100644 --- a/MedPred_Data/DS_Applicazione.Designer.cs +++ b/MedPred_Data/DS_Applicazione.Designer.cs @@ -56,7 +56,7 @@ namespace MedPred_Data { private global::System.Data.DataRelation relationFK_VisRelazFin_AnagPazienti; - private global::System.Data.DataRelation relationAnagPazienti_VisBioMecAnt; + private global::System.Data.DataRelation relationAnagPazienti_v_VisBioMecAnt; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; @@ -430,7 +430,7 @@ namespace MedPred_Data { this.relationFK_VisPsico_AnagPazienti = this.Relations["FK_VisPsico_AnagPazienti"]; this.relationFK_VisStileVita_AnagPazienti = this.Relations["FK_VisStileVita_AnagPazienti"]; this.relationFK_VisRelazFin_AnagPazienti = this.Relations["FK_VisRelazFin_AnagPazienti"]; - this.relationAnagPazienti_VisBioMecAnt = this.Relations["AnagPazienti_VisBioMecAnt"]; + this.relationAnagPazienti_v_VisBioMecAnt = this.Relations["AnagPazienti_v_VisBioMecAnt"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -485,10 +485,10 @@ namespace MedPred_Data { this.tableAnagPazienti.IdxPazienteColumn}, new global::System.Data.DataColumn[] { this.tableVisRelazFin.IdxPazienteColumn}, false); this.Relations.Add(this.relationFK_VisRelazFin_AnagPazienti); - this.relationAnagPazienti_VisBioMecAnt = new global::System.Data.DataRelation("AnagPazienti_VisBioMecAnt", new global::System.Data.DataColumn[] { + 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_VisBioMecAnt); + this.Relations.Add(this.relationAnagPazienti_v_VisBioMecAnt); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7290,10 +7290,14 @@ namespace MedPred_Data { private global::System.Data.DataColumn columnPlicaCoscia; - private global::System.Data.DataColumn columnCirconfVitaGlutei; - 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; @@ -7326,6 +7330,8 @@ namespace MedPred_Data { 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", "4.0.0.0")] public VisBioMecAntDataTable() { @@ -7465,17 +7471,33 @@ namespace MedPred_Data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn CirconfVitaGluteiColumn { + public global::System.Data.DataColumn CirconfAvambColumn { get { - return this.columnCirconfVitaGlutei; + return this.columnCirconfAvamb; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn CirconfAvambColumn { + public global::System.Data.DataColumn CirconfVitaColumn { get { - return this.columnCirconfAvamb; + return this.columnCirconfVita; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] + public global::System.Data.DataColumn CirconfQuadricipiteColumn { + get { + return this.columnCirconfQuadricipite; } } @@ -7607,6 +7629,14 @@ namespace MedPred_Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -7645,7 +7675,7 @@ namespace MedPred_Data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public VisBioMecAntRow AddVisBioMecAntRow( - AnagPazientiRow parentAnagPazientiRowByAnagPazienti_VisBioMecAnt, + AnagPazientiRow parentAnagPazientiRowByAnagPazienti_v_VisBioMecAnt, System.DateTime DataVisita, double Eta, string Sesso, @@ -7658,8 +7688,10 @@ namespace MedPred_Data { double PlicaAddominale, double PlicaSoprailiaca, double PlicaCoscia, - double CirconfVitaGlutei, double CirconfAvamb, + double CirconfVita, + double CirconfGlutei, + double CirconfQuadricipite, double DensCorp, double GrassoTroncoPerc, double GrassoViscInd, @@ -7675,7 +7707,8 @@ namespace MedPred_Data { double MassaMagraKgCm, double BMI, double MetBasaleDie, - double MetBasaleH) { + double MetBasaleH, + string ScoreFPrensile) { VisBioMecAntRow rowVisBioMecAntRow = ((VisBioMecAntRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, @@ -7691,8 +7724,10 @@ namespace MedPred_Data { PlicaAddominale, PlicaSoprailiaca, PlicaCoscia, - CirconfVitaGlutei, CirconfAvamb, + CirconfVita, + CirconfGlutei, + CirconfQuadricipite, DensCorp, GrassoTroncoPerc, GrassoViscInd, @@ -7708,9 +7743,10 @@ namespace MedPred_Data { MassaMagraKgCm, BMI, MetBasaleDie, - MetBasaleH}; - if ((parentAnagPazientiRowByAnagPazienti_VisBioMecAnt != null)) { - columnValuesArray[0] = parentAnagPazientiRowByAnagPazienti_VisBioMecAnt[0]; + MetBasaleH, + ScoreFPrensile}; + if ((parentAnagPazientiRowByAnagPazienti_v_VisBioMecAnt != null)) { + columnValuesArray[0] = parentAnagPazientiRowByAnagPazienti_v_VisBioMecAnt[0]; } rowVisBioMecAntRow.ItemArray = columnValuesArray; this.Rows.Add(rowVisBioMecAntRow); @@ -7755,8 +7791,10 @@ namespace MedPred_Data { 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.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"]; @@ -7773,6 +7811,7 @@ namespace MedPred_Data { this.columnBMI = base.Columns["BMI"]; this.columnMetBasaleDie = base.Columns["MetBasaleDie"]; this.columnMetBasaleH = base.Columns["MetBasaleH"]; + this.columnScoreFPrensile = base.Columns["ScoreFPrensile"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7804,10 +7843,14 @@ namespace MedPred_Data { 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.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); @@ -7840,6 +7883,8 @@ namespace MedPred_Data { 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)); @@ -7857,8 +7902,10 @@ namespace MedPred_Data { this.columnPlicaAddominale.AllowDBNull = false; this.columnPlicaSoprailiaca.AllowDBNull = false; this.columnPlicaCoscia.AllowDBNull = false; - this.columnCirconfVitaGlutei.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; @@ -7874,6 +7921,8 @@ namespace MedPred_Data { this.columnBMI.ReadOnly = true; this.columnMetBasaleDie.ReadOnly = true; this.columnMetBasaleH.ReadOnly = true; + this.columnScoreFPrensile.ReadOnly = true; + this.columnScoreFPrensile.MaxLength = 4; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -8243,11 +8292,11 @@ namespace MedPred_Data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public VisBioMecAntRow[] GetVisBioMecAntRows() { - if ((this.Table.ChildRelations["AnagPazienti_VisBioMecAnt"] == null)) { + if ((this.Table.ChildRelations["AnagPazienti_v_VisBioMecAnt"] == null)) { return new VisBioMecAntRow[0]; } else { - return ((VisBioMecAntRow[])(base.GetChildRows(this.Table.ChildRelations["AnagPazienti_VisBioMecAnt"]))); + return ((VisBioMecAntRow[])(base.GetChildRows(this.Table.ChildRelations["AnagPazienti_v_VisBioMecAnt"]))); } } } @@ -14619,17 +14668,6 @@ namespace MedPred_Data { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public double CirconfVitaGlutei { - get { - return ((double)(this[this.tableVisBioMecAnt.CirconfVitaGluteiColumn])); - } - set { - this[this.tableVisBioMecAnt.CirconfVitaGluteiColumn] = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public double CirconfAvamb { @@ -14641,6 +14679,39 @@ namespace MedPred_Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.0.0.0")] public double DensCorp { @@ -14859,12 +14930,28 @@ namespace MedPred_Data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagPazientiRow AnagPazientiRow { + public string ScoreFPrensile { get { - return ((AnagPazientiRow)(this.GetParentRow(this.Table.ParentRelations["AnagPazienti_VisBioMecAnt"]))); + try { + return ((string)(this[this.tableVisBioMecAnt.ScoreFPrensileColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ScoreFPrensile\' in table \'VisBioMecAnt\' is DBNull.", e); + } } set { - this.SetParentRow(value, this.Table.ParentRelations["AnagPazienti_VisBioMecAnt"]); + this[this.tableVisBioMecAnt.ScoreFPrensileColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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"]); } } @@ -14975,6 +15062,18 @@ namespace MedPred_Data { public void SetMetBasaleHNull() { this[this.tableVisBioMecAnt.MetBasaleHColumn] = global::System.Convert.DBNull; } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] + public void SetScoreFPrensileNull() { + this[this.tableVisBioMecAnt.ScoreFPrensileColumn] = global::System.Convert.DBNull; + } } /// @@ -21499,8 +21598,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat 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("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"); @@ -21517,6 +21618,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat 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); } @@ -21533,7 +21635,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat 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, Eta, Sesso, Altezza, Peso, PlicaBicipite, PlicaTricipite, PlicaSottoscapola, PlicaPettorale, PlicaAddominale, PlicaSoprailiaca, PlicaCoscia, CirconfVitaGlutei, CirconfAvamb, DensCorp, GrassoTroncoPerc, GrassoViscInd, TRomberg, TFukuda, TFukudaIpot, TGUG, TGUG1, FPrensile, GrassoTotPerc, GrassoTot, MassaMagraPerc, MassaMagraKgCm, BMI, MetBasaleDie, MetBasaleH FROM dbo.v_VisBioMecAnt"; + 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; @@ -21565,8 +21667,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat 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("@CirconfVitaGlutei", 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, "", "", "")); @@ -21589,8 +21693,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat 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("@CirconfVitaGlutei", 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, "", "", "")); @@ -21699,8 +21805,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat global::System.Nullable PlicaAddominale, global::System.Nullable PlicaSoprailiaca, global::System.Nullable PlicaCoscia, - global::System.Nullable CirconfVitaGlutei, global::System.Nullable CirconfAvamb, + global::System.Nullable CirconfVita, + global::System.Nullable CirconfGlutei, + global::System.Nullable CirconfQuadricipite, global::System.Nullable GrassoTroncoPerc, global::System.Nullable GrassoViscInd, global::System.Nullable TRomberg, @@ -21776,66 +21884,78 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat else { command.Parameters[11].Value = global::System.DBNull.Value; } - if ((CirconfVitaGlutei.HasValue == true)) { - command.Parameters[12].Value = ((double)(CirconfVitaGlutei.Value)); + if ((CirconfAvamb.HasValue == true)) { + command.Parameters[12].Value = ((double)(CirconfAvamb.Value)); } else { command.Parameters[12].Value = global::System.DBNull.Value; } - if ((CirconfAvamb.HasValue == true)) { - command.Parameters[13].Value = ((double)(CirconfAvamb.Value)); + if ((CirconfVita.HasValue == true)) { + command.Parameters[13].Value = ((double)(CirconfVita.Value)); } else { command.Parameters[13].Value = global::System.DBNull.Value; } - if ((GrassoTroncoPerc.HasValue == true)) { - command.Parameters[14].Value = ((double)(GrassoTroncoPerc.Value)); + if ((CirconfGlutei.HasValue == true)) { + command.Parameters[14].Value = ((double)(CirconfGlutei.Value)); } else { command.Parameters[14].Value = global::System.DBNull.Value; } - if ((GrassoViscInd.HasValue == true)) { - command.Parameters[15].Value = ((double)(GrassoViscInd.Value)); + if ((CirconfQuadricipite.HasValue == true)) { + command.Parameters[15].Value = ((double)(CirconfQuadricipite.Value)); } else { command.Parameters[15].Value = global::System.DBNull.Value; } - if ((TRomberg.HasValue == true)) { - command.Parameters[16].Value = ((double)(TRomberg.Value)); + if ((GrassoTroncoPerc.HasValue == true)) { + command.Parameters[16].Value = ((double)(GrassoTroncoPerc.Value)); } else { command.Parameters[16].Value = global::System.DBNull.Value; } - if ((TFukuda.HasValue == true)) { - command.Parameters[17].Value = ((double)(TFukuda.Value)); + if ((GrassoViscInd.HasValue == true)) { + command.Parameters[17].Value = ((double)(GrassoViscInd.Value)); } else { command.Parameters[17].Value = global::System.DBNull.Value; } - if ((TFukudaIpot.HasValue == true)) { - command.Parameters[18].Value = ((int)(TFukudaIpot.Value)); + if ((TRomberg.HasValue == true)) { + command.Parameters[18].Value = ((double)(TRomberg.Value)); } else { command.Parameters[18].Value = global::System.DBNull.Value; } - if ((TGUG.HasValue == true)) { - command.Parameters[19].Value = ((double)(TGUG.Value)); + if ((TFukuda.HasValue == true)) { + command.Parameters[19].Value = ((double)(TFukuda.Value)); } else { command.Parameters[19].Value = global::System.DBNull.Value; } - if ((TGUG1.HasValue == true)) { - command.Parameters[20].Value = ((double)(TGUG1.Value)); + if ((TFukudaIpot.HasValue == true)) { + command.Parameters[20].Value = ((int)(TFukudaIpot.Value)); } else { command.Parameters[20].Value = global::System.DBNull.Value; } - if ((FPrensile.HasValue == true)) { - command.Parameters[21].Value = ((double)(FPrensile.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)) { @@ -21866,8 +21986,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat global::System.Nullable PlicaAddominale, global::System.Nullable PlicaSoprailiaca, global::System.Nullable PlicaCoscia, - global::System.Nullable CirconfVitaGlutei, global::System.Nullable CirconfAvamb, + global::System.Nullable CirconfVita, + global::System.Nullable CirconfGlutei, + global::System.Nullable CirconfQuadricipite, global::System.Nullable GrassoTroncoPerc, global::System.Nullable GrassoViscInd, global::System.Nullable TRomberg, @@ -21933,78 +22055,90 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat else { command.Parameters[9].Value = global::System.DBNull.Value; } - if ((CirconfVitaGlutei.HasValue == true)) { - command.Parameters[10].Value = ((double)(CirconfVitaGlutei.Value)); + if ((CirconfAvamb.HasValue == true)) { + command.Parameters[10].Value = ((double)(CirconfAvamb.Value)); } else { command.Parameters[10].Value = global::System.DBNull.Value; } - if ((CirconfAvamb.HasValue == true)) { - command.Parameters[11].Value = ((double)(CirconfAvamb.Value)); + if ((CirconfVita.HasValue == true)) { + command.Parameters[11].Value = ((double)(CirconfVita.Value)); } else { command.Parameters[11].Value = global::System.DBNull.Value; } - if ((GrassoTroncoPerc.HasValue == true)) { - command.Parameters[12].Value = ((double)(GrassoTroncoPerc.Value)); + if ((CirconfGlutei.HasValue == true)) { + command.Parameters[12].Value = ((double)(CirconfGlutei.Value)); } else { command.Parameters[12].Value = global::System.DBNull.Value; } - if ((GrassoViscInd.HasValue == true)) { - command.Parameters[13].Value = ((double)(GrassoViscInd.Value)); + if ((CirconfQuadricipite.HasValue == true)) { + command.Parameters[13].Value = ((double)(CirconfQuadricipite.Value)); } else { command.Parameters[13].Value = global::System.DBNull.Value; } - if ((TRomberg.HasValue == true)) { - command.Parameters[14].Value = ((double)(TRomberg.Value)); + if ((GrassoTroncoPerc.HasValue == true)) { + command.Parameters[14].Value = ((double)(GrassoTroncoPerc.Value)); } else { command.Parameters[14].Value = global::System.DBNull.Value; } - if ((TFukuda.HasValue == true)) { - command.Parameters[15].Value = ((double)(TFukuda.Value)); + if ((GrassoViscInd.HasValue == true)) { + command.Parameters[15].Value = ((double)(GrassoViscInd.Value)); } else { command.Parameters[15].Value = global::System.DBNull.Value; } - if ((TFukudaIpot.HasValue == true)) { - command.Parameters[16].Value = ((int)(TFukudaIpot.Value)); + if ((TRomberg.HasValue == true)) { + command.Parameters[16].Value = ((double)(TRomberg.Value)); } else { command.Parameters[16].Value = global::System.DBNull.Value; } - if ((TGUG.HasValue == true)) { - command.Parameters[17].Value = ((double)(TGUG.Value)); + if ((TFukuda.HasValue == true)) { + command.Parameters[17].Value = ((double)(TFukuda.Value)); } else { command.Parameters[17].Value = global::System.DBNull.Value; } - if ((TGUG1.HasValue == true)) { - command.Parameters[18].Value = ((double)(TGUG1.Value)); + if ((TFukudaIpot.HasValue == true)) { + command.Parameters[18].Value = ((int)(TFukudaIpot.Value)); } else { command.Parameters[18].Value = global::System.DBNull.Value; } - if ((FPrensile.HasValue == true)) { - command.Parameters[19].Value = ((double)(FPrensile.Value)); + if ((TGUG.HasValue == true)) { + command.Parameters[19].Value = ((double)(TGUG.Value)); } else { command.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_DataVisita.HasValue == true)) { - command.Parameters[20].Value = ((System.DateTime)(Original_DataVisita.Value)); + if ((TGUG1.HasValue == true)) { + command.Parameters[20].Value = ((double)(TGUG1.Value)); } else { command.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_IdxPaziente.HasValue == true)) { - command.Parameters[21].Value = ((int)(Original_IdxPaziente.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)) { diff --git a/MedPred_Data/DS_Applicazione.xsd b/MedPred_Data/DS_Applicazione.xsd index 29a5cdc..757ae79 100644 --- a/MedPred_Data/DS_Applicazione.xsd +++ b/MedPred_Data/DS_Applicazione.xsd @@ -1401,10 +1401,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + - - SELECT IdxPaziente, DataVisita, Eta, Sesso, Altezza, Peso, PlicaBicipite, PlicaTricipite, PlicaSottoscapola, PlicaPettorale, PlicaAddominale, PlicaSoprailiaca, PlicaCoscia, CirconfVitaGlutei, CirconfAvamb, DensCorp, GrassoTroncoPerc, GrassoViscInd, TRomberg, TFukuda, TFukudaIpot, TGUG, TGUG1, FPrensile, GrassoTotPerc, GrassoTot, MassaMagraPerc, MassaMagraKgCm, BMI, MetBasaleDie, MetBasaleH FROM dbo.v_VisBioMecAnt + + SELECT * FROM dbo.v_VisBioMecAnt @@ -1424,8 +1424,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + + + @@ -1442,6 +1444,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat + @@ -1485,8 +1488,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + + + @@ -1514,8 +1519,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + + + @@ -1540,7 +1547,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1619,7 +1626,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1633,7 +1640,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1656,7 +1663,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1679,7 +1686,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1707,7 +1714,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1721,7 +1728,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1773,7 +1780,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -1790,7 +1797,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + @@ -2301,8 +2308,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - + + + @@ -2319,6 +2328,13 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat + + + + + + + @@ -2370,13 +2386,13 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat - - - - - - - + + + + + + + \ No newline at end of file diff --git a/MedPred_Data/DS_Applicazione.xss b/MedPred_Data/DS_Applicazione.xss index 27ff1dd..056022b 100644 --- a/MedPred_Data/DS_Applicazione.xss +++ b/MedPred_Data/DS_Applicazione.xss @@ -4,18 +4,18 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - + - + - - - - - - + + + + + + @@ -58,31 +58,7 @@ - - - - 1077 - 578 - - - 1006 - 578 - - - 1006 - 453 - - - 866 - 453 - - - 866 - 397 - - - - + 705 @@ -98,7 +74,7 @@ - + 747 @@ -110,7 +86,7 @@ - + 680 @@ -122,5 +98,25 @@ + + + + 980 + 50 + + + 1017 + 50 + + + 1017 + 542 + + + 1078 + 542 + + + \ No newline at end of file diff --git a/MedPred_Data/bin/Release/MedPred_Data.dll b/MedPred_Data/bin/Release/MedPred_Data.dll index 1de7412..cd6fac4 100644 Binary files a/MedPred_Data/bin/Release/MedPred_Data.dll and b/MedPred_Data/bin/Release/MedPred_Data.dll differ