Messa gestione (calcolata, senza tab resta ancora NA) del calcolo risultato Forza Prensile

This commit is contained in:
Samuele E. Locatelli
2015-02-02 17:51:28 +01:00
parent e386a06d03
commit 1444ef7eb7
5 changed files with 342 additions and 164 deletions
+50 -18
View File
@@ -62,7 +62,7 @@
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtPlicaPettorale" Text='<%# Eval("PlicaPettorale") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Addominale mm</label>
<label style="font-size: 0.9em;">Addominale mm</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtPlicaAddominale" Text='<%# Eval("PlicaAddominale") %>' />
</li>
<li class="ui-field-contain">
@@ -98,8 +98,16 @@
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtCirconfAvamb" Text='<%# Eval("CirconfAvamb","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Vita(M) / Glutei(F) m</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtCirconfVitaGlutei" Text='<%# Eval("CirconfVitaGlutei","{0:N2}") %>' />
<label style="font-size: 0.9em;">Vita m</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtCirconfVitaGlutei" Text='<%# Eval("CirconfVita","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Glutei m</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label10" Text='<%# Eval("CirconfGlutei","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Quadricipite m</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label11" Text='<%# Eval("CirconfQuadricipite","{0:N2}") %>' />
</li>
</ul>
<ul data-role="listview" data-inset="true">
@@ -138,11 +146,10 @@
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Fukuda</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="txtTFukuda" Text='<%# Eval("TFukuda") %>' />
</li>
<li class="ui-field-contain">
Ipotono<sub>(Fukuda)</sub>
<li class="ui-field-contain">Ipotono<sub>(Fukuda)</sub>
<asp:DropDownList Enabled="false" runat="server" ID="ddlFukudaIpot" DataSourceID="odsFukudaIpot" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("TFukudaIpot") %>' />
</li>
<li class="ui-field-contain">
@@ -158,6 +165,13 @@
<asp:Label CssClass="tStrong flRight" runat="server" ID="TextBox1" Text='<%# Eval("FPrensile") %>' />
</li>
</ul>
<ul data-role="listview" data-inset="true">
<li data-role="list-divider" data-theme="c">Elaborazioni:</li>
<li class="ui-field-contain" data-theme="c">
<label style="font-size: 0.9em;">Score F.Prensile</label>
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label12" Text='<%# Eval("ScoreFPrensile") %>' />
</li>
</ul>
</div>
</div>
<div class="ui-grid-solo" runat="server" visible='<%# isWriteEnabled %>'>
@@ -207,7 +221,7 @@
<asp:TextBox runat="server" ID="txtPlicaPettorale" Text='<%# Bind("PlicaPettorale") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Addominale mm</label>
<label style="font-size: 0.9em;">Addominale mm</label>
<asp:TextBox runat="server" ID="txtPlicaAddominale" Text='<%# Bind("PlicaAddominale") %>' />
</li>
<li class="ui-field-contain">
@@ -243,8 +257,16 @@
<asp:TextBox runat="server" ID="txtCirconfAvamb" Text='<%# Bind("CirconfAvamb","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Vita(M)/Glutei(F) m</label>
<asp:TextBox runat="server" ID="txtCirconfVitaGlutei" Text='<%# Bind("CirconfVitaGlutei","{0:N2}") %>' />
<label style="font-size: 0.9em;">Vita m</label>
<asp:TextBox runat="server" ID="txtCirconfVitaGlutei" Text='<%# Bind("CirconfVita","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Glutei m</label>
<asp:TextBox runat="server" ID="TextBox3" Text='<%# Bind("CirconfGlutei","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Quadricipite m</label>
<asp:TextBox runat="server" ID="TextBox4" Text='<%# Bind("CirconfQuadricipite","{0:N2}") %>' />
</li>
</ul>
<ul data-role="listview" data-inset="true">
@@ -270,8 +292,7 @@
<label style="font-size: 0.9em;">Fukuda</label>
<asp:TextBox runat="server" ID="txtTFukuda" Text='<%# Bind("TFukuda") %>' />
</li>
<li class="ui-field-contain">
Ipotono<sub>(Fukuda)</sub>
<li class="ui-field-contain">Ipotono<sub>(Fukuda)</sub>
<asp:DropDownList Enabled="true" runat="server" ID="ddlFukudaIpot" DataSourceID="odsFukudaIpot" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("TFukudaIpot") %>' />
</li>
<li class="ui-field-contain">
@@ -336,7 +357,7 @@
<asp:TextBox runat="server" ID="txtPlicaPettorale" Text='<%# Bind("PlicaPettorale") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Addominale mm</label>
<label style="font-size: 0.9em;">Addominale mm</label>
<asp:TextBox runat="server" ID="txtPlicaAddominale" Text='<%# Bind("PlicaAddominale") %>' />
</li>
<li class="ui-field-contain">
@@ -372,8 +393,16 @@
<asp:TextBox runat="server" ID="txtCirconfAvamb" Text='<%# Bind("CirconfAvamb","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Vita(M)/Glutei(F) m</label>
<asp:TextBox runat="server" ID="txtCirconfVitaGlutei" Text='<%# Bind("CirconfVitaGlutei","{0:N2}") %>' />
<label style="font-size: 0.9em;">Vita m</label>
<asp:TextBox runat="server" ID="txtCirconfVitaGlutei" Text='<%# Bind("CirconfVita","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Glutei m</label>
<asp:TextBox runat="server" ID="TextBox3" Text='<%# Bind("CirconfGlutei","{0:N2}") %>' />
</li>
<li class="ui-field-contain">
<label style="font-size: 0.9em;">Quadricipite m</label>
<asp:TextBox runat="server" ID="TextBox4" Text='<%# Bind("CirconfQuadricipite","{0:N2}") %>' />
</li>
</ul>
<ul data-role="listview" data-inset="true">
@@ -399,8 +428,7 @@
<label style="font-size: 0.9em;">Fukuda</label>
<asp:TextBox runat="server" ID="txtTFukuda" Text='<%# Bind("TFukuda") %>' />
</li>
<li class="ui-field-contain">
Ipotono<sub>(Fukuda)</sub>
<li class="ui-field-contain">Ipotono<sub>(Fukuda)</sub>
<asp:DropDownList Enabled="true" runat="server" ID="ddlFukudaIpot" DataSourceID="odsFukudaIpot" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("TFukudaIpot") %>' />
</li>
<li class="ui-field-contain">
@@ -453,8 +481,10 @@
<asp:Parameter Name="PlicaAddominale" Type="Double" DefaultValue="0" />
<asp:Parameter Name="PlicaSoprailiaca" Type="Double" DefaultValue="0" />
<asp:Parameter Name="PlicaCoscia" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfVitaGlutei" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfAvamb" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfVita" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfGlutei" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfQuadricipite" Type="Double" DefaultValue="0" />
<asp:Parameter Name="GrassoTroncoPerc" Type="Double" DefaultValue="0" />
<asp:Parameter Name="GrassoViscInd" Type="Double" DefaultValue="0" />
<asp:Parameter Name="TRomberg" Type="Double" DefaultValue="0" />
@@ -477,8 +507,10 @@
<asp:Parameter Name="PlicaAddominale" Type="Double" DefaultValue="0" />
<asp:Parameter Name="PlicaSoprailiaca" Type="Double" DefaultValue="0" />
<asp:Parameter Name="PlicaCoscia" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfVitaGlutei" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfAvamb" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfVita" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfGlutei" Type="Double" DefaultValue="0" />
<asp:Parameter Name="CirconfQuadricipite" Type="Double" DefaultValue="0" />
<asp:Parameter Name="GrassoTroncoPerc" Type="Double" DefaultValue="0" />
<asp:Parameter Name="GrassoViscInd" Type="Double" DefaultValue="0" />
<asp:Parameter Name="TRomberg" Type="Double" DefaultValue="0" />
+221 -87
View File
@@ -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;
}
}
/// <summary>
@@ -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<double> PlicaAddominale,
global::System.Nullable<double> PlicaSoprailiaca,
global::System.Nullable<double> PlicaCoscia,
global::System.Nullable<double> CirconfVitaGlutei,
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,
@@ -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<double> PlicaAddominale,
global::System.Nullable<double> PlicaSoprailiaca,
global::System.Nullable<double> PlicaCoscia,
global::System.Nullable<double> CirconfVitaGlutei,
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,
@@ -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)) {
+39 -23
View File
@@ -1401,10 +1401,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisBioMecAntTableAdapter" GeneratorDataComponentClassName="VisBioMecAntTableAdapter" Name="VisBioMecAnt" UserDataComponentName="VisBioMecAntTableAdapter">
<MainSource>
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.v_VisBioMecAnt" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.v_VisBioMecAnt" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<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</CommandText>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM dbo.v_VisBioMecAnt</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
@@ -1424,8 +1424,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<Mapping SourceColumn="PlicaAddominale" DataSetColumn="PlicaAddominale" />
<Mapping SourceColumn="PlicaSoprailiaca" DataSetColumn="PlicaSoprailiaca" />
<Mapping SourceColumn="PlicaCoscia" DataSetColumn="PlicaCoscia" />
<Mapping SourceColumn="CirconfVitaGlutei" DataSetColumn="CirconfVitaGlutei" />
<Mapping SourceColumn="CirconfAvamb" DataSetColumn="CirconfAvamb" />
<Mapping SourceColumn="CirconfVita" DataSetColumn="CirconfVita" />
<Mapping SourceColumn="CirconfGlutei" DataSetColumn="CirconfGlutei" />
<Mapping SourceColumn="CirconfQuadricipite" DataSetColumn="CirconfQuadricipite" />
<Mapping SourceColumn="DensCorp" DataSetColumn="DensCorp" />
<Mapping SourceColumn="GrassoTroncoPerc" DataSetColumn="GrassoTroncoPerc" />
<Mapping SourceColumn="GrassoViscInd" DataSetColumn="GrassoViscInd" />
@@ -1442,6 +1444,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<Mapping SourceColumn="BMI" DataSetColumn="BMI" />
<Mapping SourceColumn="MetBasaleDie" DataSetColumn="MetBasaleDie" />
<Mapping SourceColumn="MetBasaleH" DataSetColumn="MetBasaleH" />
<Mapping SourceColumn="ScoreFPrensile" DataSetColumn="ScoreFPrensile" />
</Mappings>
<Sources>
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VBMA_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
@@ -1485,8 +1488,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaAddominale" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaSoprailiaca" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaCoscia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVitaGlutei" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfAvamb" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfGlutei" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfQuadricipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoTroncoPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoViscInd" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TRomberg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -1514,8 +1519,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaAddominale" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaSoprailiaca" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaCoscia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVitaGlutei" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfAvamb" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfGlutei" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfQuadricipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoTroncoPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoViscInd" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TRomberg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -1540,7 +1547,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<xs:element name="DS_Applicazione" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Applicazione" msprop:Generator_UserDSName="DS_Applicazione">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_RowClassName="AnagPazientiRow" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent">
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent" msprop:Generator_RowClassName="AnagPazientiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1619,7 +1626,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent" msprop:Generator_RowClassName="ElencoVisiteRow">
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_RowClassName="ElencoVisiteRow" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
@@ -1633,7 +1640,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_RowClassName="VisLabRow" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowEvArgName="VisLabRowChangeEvent">
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1656,7 +1663,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_RowClassName="VisAnamCliRow" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent">
<xs:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent" msprop:Generator_RowClassName="VisAnamCliRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1679,7 +1686,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisCardioPol" msprop:Generator_TableClassName="VisCardioPolDataTable" msprop:Generator_TableVarName="tableVisCardioPol" msprop:Generator_TablePropName="VisCardioPol" msprop:Generator_RowDeletingName="VisCardioPolRowDeleting" msprop:Generator_RowChangingName="VisCardioPolRowChanging" msprop:Generator_RowEvHandlerName="VisCardioPolRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCardioPolRowDeleted" msprop:Generator_UserTableName="VisCardioPol" msprop:Generator_RowChangedName="VisCardioPolRowChanged" msprop:Generator_RowEvArgName="VisCardioPolRowChangeEvent" msprop:Generator_RowClassName="VisCardioPolRow">
<xs:element name="VisCardioPol" msprop:Generator_TableClassName="VisCardioPolDataTable" msprop:Generator_TableVarName="tableVisCardioPol" msprop:Generator_RowChangedName="VisCardioPolRowChanged" msprop:Generator_TablePropName="VisCardioPol" msprop:Generator_RowDeletingName="VisCardioPolRowDeleting" msprop:Generator_RowChangingName="VisCardioPolRowChanging" msprop:Generator_RowEvHandlerName="VisCardioPolRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCardioPolRowDeleted" msprop:Generator_RowClassName="VisCardioPolRow" msprop:Generator_UserTableName="VisCardioPol" msprop:Generator_RowEvArgName="VisCardioPolRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1707,7 +1714,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_RowClassName="VisPsicoRow" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent">
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent" msprop:Generator_RowClassName="VisPsicoRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1721,7 +1728,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent" msprop:Generator_RowClassName="VisStileVitaRow">
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_RowClassName="VisStileVitaRow" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1773,7 +1780,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisRelazFin" msprop:Generator_TableClassName="VisRelazFinDataTable" msprop:Generator_TableVarName="tableVisRelazFin" msprop:Generator_RowChangedName="VisRelazFinRowChanged" msprop:Generator_TablePropName="VisRelazFin" msprop:Generator_RowDeletingName="VisRelazFinRowDeleting" msprop:Generator_RowChangingName="VisRelazFinRowChanging" msprop:Generator_RowEvHandlerName="VisRelazFinRowChangeEventHandler" msprop:Generator_RowDeletedName="VisRelazFinRowDeleted" msprop:Generator_RowClassName="VisRelazFinRow" msprop:Generator_UserTableName="VisRelazFin" msprop:Generator_RowEvArgName="VisRelazFinRowChangeEvent">
<xs:element name="VisRelazFin" msprop:Generator_TableClassName="VisRelazFinDataTable" msprop:Generator_TableVarName="tableVisRelazFin" msprop:Generator_TablePropName="VisRelazFin" msprop:Generator_RowDeletingName="VisRelazFinRowDeleting" msprop:Generator_RowChangingName="VisRelazFinRowChanging" msprop:Generator_RowEvHandlerName="VisRelazFinRowChangeEventHandler" msprop:Generator_RowDeletedName="VisRelazFinRowDeleted" msprop:Generator_UserTableName="VisRelazFin" msprop:Generator_RowChangedName="VisRelazFinRowChanged" msprop:Generator_RowEvArgName="VisRelazFinRowChangeEvent" msprop:Generator_RowClassName="VisRelazFinRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -1790,7 +1797,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_rep_DatiFullByPazienteData" msprop:Generator_TableClassName="stp_rep_DatiFullByPazienteDataDataTable" msprop:Generator_TableVarName="tablestp_rep_DatiFullByPazienteData" msprop:Generator_TablePropName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowDeletingName="stp_rep_DatiFullByPazienteDataRowDeleting" msprop:Generator_RowChangingName="stp_rep_DatiFullByPazienteDataRowChanging" msprop:Generator_RowEvHandlerName="stp_rep_DatiFullByPazienteDataRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_rep_DatiFullByPazienteDataRowDeleted" msprop:Generator_UserTableName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowChangedName="stp_rep_DatiFullByPazienteDataRowChanged" msprop:Generator_RowEvArgName="stp_rep_DatiFullByPazienteDataRowChangeEvent" msprop:Generator_RowClassName="stp_rep_DatiFullByPazienteDataRow">
<xs:element name="stp_rep_DatiFullByPazienteData" msprop:Generator_TableClassName="stp_rep_DatiFullByPazienteDataDataTable" msprop:Generator_TableVarName="tablestp_rep_DatiFullByPazienteData" msprop:Generator_RowChangedName="stp_rep_DatiFullByPazienteDataRowChanged" msprop:Generator_TablePropName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowDeletingName="stp_rep_DatiFullByPazienteDataRowDeleting" msprop:Generator_RowChangingName="stp_rep_DatiFullByPazienteDataRowChanging" msprop:Generator_RowEvHandlerName="stp_rep_DatiFullByPazienteDataRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_rep_DatiFullByPazienteDataRowDeleted" msprop:Generator_RowClassName="stp_rep_DatiFullByPazienteDataRow" msprop:Generator_UserTableName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowEvArgName="stp_rep_DatiFullByPazienteDataRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" minOccurs="0" />
@@ -2301,8 +2308,10 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<xs:element name="PlicaAddominale" msprop:Generator_ColumnVarNameInTable="columnPlicaAddominale" msprop:Generator_ColumnPropNameInRow="PlicaAddominale" msprop:Generator_ColumnPropNameInTable="PlicaAddominaleColumn" msprop:Generator_UserColumnName="PlicaAddominale" type="xs:double" />
<xs:element name="PlicaSoprailiaca" msprop:Generator_ColumnVarNameInTable="columnPlicaSoprailiaca" msprop:Generator_ColumnPropNameInRow="PlicaSoprailiaca" msprop:Generator_ColumnPropNameInTable="PlicaSoprailiacaColumn" msprop:Generator_UserColumnName="PlicaSoprailiaca" type="xs:double" />
<xs:element name="PlicaCoscia" msprop:Generator_ColumnVarNameInTable="columnPlicaCoscia" msprop:Generator_ColumnPropNameInRow="PlicaCoscia" msprop:Generator_ColumnPropNameInTable="PlicaCosciaColumn" msprop:Generator_UserColumnName="PlicaCoscia" type="xs:double" />
<xs:element name="CirconfVitaGlutei" msprop:Generator_ColumnVarNameInTable="columnCirconfVitaGlutei" msprop:Generator_ColumnPropNameInRow="CirconfVitaGlutei" msprop:Generator_ColumnPropNameInTable="CirconfVitaGluteiColumn" msprop:Generator_UserColumnName="CirconfVitaGlutei" type="xs:double" />
<xs:element name="CirconfAvamb" msprop:Generator_ColumnVarNameInTable="columnCirconfAvamb" msprop:Generator_ColumnPropNameInRow="CirconfAvamb" msprop:Generator_ColumnPropNameInTable="CirconfAvambColumn" msprop:Generator_UserColumnName="CirconfAvamb" type="xs:double" />
<xs:element name="CirconfVita" msprop:Generator_ColumnVarNameInTable="columnCirconfVita" msprop:Generator_ColumnPropNameInRow="CirconfVita" msprop:Generator_ColumnPropNameInTable="CirconfVitaColumn" msprop:Generator_UserColumnName="CirconfVita" type="xs:double" />
<xs:element name="CirconfGlutei" msprop:Generator_ColumnVarNameInTable="columnCirconfGlutei" msprop:Generator_ColumnPropNameInRow="CirconfGlutei" msprop:Generator_ColumnPropNameInTable="CirconfGluteiColumn" msprop:Generator_UserColumnName="CirconfGlutei" type="xs:double" />
<xs:element name="CirconfQuadricipite" msprop:Generator_ColumnVarNameInTable="columnCirconfQuadricipite" msprop:Generator_ColumnPropNameInRow="CirconfQuadricipite" msprop:Generator_ColumnPropNameInTable="CirconfQuadricipiteColumn" msprop:Generator_UserColumnName="CirconfQuadricipite" type="xs:double" />
<xs:element name="DensCorp" msprop:Generator_ColumnVarNameInTable="columnDensCorp" msprop:Generator_ColumnPropNameInRow="DensCorp" msprop:Generator_ColumnPropNameInTable="DensCorpColumn" msprop:Generator_UserColumnName="DensCorp" type="xs:double" minOccurs="0" />
<xs:element name="GrassoTroncoPerc" msprop:Generator_ColumnVarNameInTable="columnGrassoTroncoPerc" msprop:Generator_ColumnPropNameInRow="GrassoTroncoPerc" msprop:Generator_ColumnPropNameInTable="GrassoTroncoPercColumn" msprop:Generator_UserColumnName="GrassoTroncoPerc" type="xs:double" />
<xs:element name="GrassoViscInd" msprop:Generator_ColumnVarNameInTable="columnGrassoViscInd" msprop:Generator_ColumnPropNameInRow="GrassoViscInd" msprop:Generator_ColumnPropNameInTable="GrassoViscIndColumn" msprop:Generator_UserColumnName="GrassoViscInd" type="xs:double" />
@@ -2319,6 +2328,13 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
<xs:element name="BMI" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBMI" msprop:Generator_ColumnPropNameInRow="BMI" msprop:Generator_ColumnPropNameInTable="BMIColumn" msprop:Generator_UserColumnName="BMI" type="xs:double" minOccurs="0" />
<xs:element name="MetBasaleDie" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMetBasaleDie" msprop:Generator_ColumnPropNameInRow="MetBasaleDie" msprop:Generator_ColumnPropNameInTable="MetBasaleDieColumn" msprop:Generator_UserColumnName="MetBasaleDie" type="xs:double" minOccurs="0" />
<xs:element name="MetBasaleH" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMetBasaleH" msprop:Generator_ColumnPropNameInRow="MetBasaleH" msprop:Generator_ColumnPropNameInTable="MetBasaleHColumn" msprop:Generator_UserColumnName="MetBasaleH" type="xs:double" minOccurs="0" />
<xs:element name="ScoreFPrensile" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnScoreFPrensile" msprop:Generator_ColumnPropNameInRow="ScoreFPrensile" msprop:Generator_ColumnPropNameInTable="ScoreFPrensileColumn" msprop:Generator_UserColumnName="ScoreFPrensile" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -2370,13 +2386,13 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="AnagPazienti_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_VisBioMecAnt" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationAnagPazienti_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="AnagPazienti_v_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_v_VisBioMecAnt" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
+32 -36
View File
@@ -4,18 +4,18 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="450" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="171" ViewPortY="43" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:AnagPazienti" ZOrder="10" X="680" Y="16" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:AnagPazienti" ZOrder="12" X="680" Y="16" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:ElencoVisite" ZOrder="17" X="35" Y="-15" Height="210" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
<Shape ID="DesignTable:VisLab" ZOrder="2" X="338" Y="386" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisLab" ZOrder="4" X="338" Y="386" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisAnamCli" ZOrder="14" X="1100" Y="11" Height="459" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="332" />
<Shape ID="DesignTable:VisCardioPol" ZOrder="1" X="757" Y="617" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="11" X="1077" Y="512" Height="723" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="596" />
<Shape ID="DesignTable:VisPsico" ZOrder="3" X="328" Y="818" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:VisStileVita" ZOrder="8" X="668" Y="1041" Height="381" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisRelazFin" ZOrder="6" X="371" Y="23" Height="286" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="142" />
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="4" X="-5" Y="284" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisCardioPol" ZOrder="3" X="757" Y="617" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisPsico" ZOrder="5" X="328" Y="818" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:VisStileVita" ZOrder="10" X="668" Y="1041" Height="381" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisRelazFin" ZOrder="8" X="371" Y="23" Height="286" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="142" />
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="6" X="-5" Y="284" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="1" X="1078" Y="506" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="16" LineWidth="11">
@@ -58,31 +58,7 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:VisBioMecAnt_AnagPazienti" ZOrder="12" LineWidth="11">
<RoutePoints>
<Point>
<X>1077</X>
<Y>578</Y>
</Point>
<Point>
<X>1006</X>
<Y>578</Y>
</Point>
<Point>
<X>1006</X>
<Y>453</Y>
</Point>
<Point>
<X>866</X>
<Y>453</Y>
</Point>
<Point>
<X>866</X>
<Y>397</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_VisPsico_AnagPazienti" ZOrder="9" LineWidth="11">
<Connector ID="DesignRelation:FK_VisPsico_AnagPazienti" ZOrder="11" LineWidth="11">
<RoutePoints>
<Point>
<X>705</X>
@@ -98,7 +74,7 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="7" LineWidth="11">
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="9" LineWidth="11">
<RoutePoints>
<Point>
<X>747</X>
@@ -110,7 +86,7 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="5" LineWidth="11">
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="7" LineWidth="11">
<RoutePoints>
<Point>
<X>680</X>
@@ -122,5 +98,25 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:AnagPazienti_v_VisBioMecAnt" ZOrder="2" LineWidth="11">
<RoutePoints>
<Point>
<X>980</X>
<Y>50</Y>
</Point>
<Point>
<X>1017</X>
<Y>50</Y>
</Point>
<Point>
<X>1017</X>
<Y>542</Y>
</Point>
<Point>
<X>1078</X>
<Y>542</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors>
</DiagramLayout>
Binary file not shown.