Completate modifiche pagina scehda VVFAnziani (edit/insert/view con score vari)
This commit is contained in:
+87
-24
@@ -20,8 +20,12 @@
|
||||
<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;">Punteggio</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblScore" Text='<%# Eval("ScorePerc","{0:P2}") %>' />
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblScore" Text='<%# Eval("Score","{0}/24") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Percentile</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblScorePerc" Text='<%# Eval("ScorePerc","{0:P2}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Classe</label>
|
||||
@@ -30,7 +34,6 @@
|
||||
<li class='<%# Eval("Classe", "ui-field-contain VVFAnz-CL-0{0}") %>' data-theme="d">
|
||||
<label style="font-size: 0.9em;">Performance</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblPerformance" Text='<%# Eval("Performance") %>' />
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlRischio" DataSourceID="odsRischio" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("Classe") %>' CssClass='<%# Eval("Classe", "VVFAnz-CL-0{0}") %>' />--%>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -38,11 +41,23 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FT - Flessibilità Tronco</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlFT" DataSourceID="odsFT" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FT") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Sit & Reach cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFT" Text='<%# Eval("FT") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFT_p" Text='<%# Eval("FT_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FS - Flessibilità Spalle</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlFS" DataSourceID="odsFS" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FS") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Scretch cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFS" Text='<%# Eval("FS") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFS_s" Text='<%# Eval("FS_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -50,12 +65,24 @@
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">GA - Grasso Addominale</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlGA" DataSourceID="odsGA" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("GA") %>' />--%>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Diam Addominale Periomb. cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblGA" Text='<%# Eval("GA") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblGA_s" Text='<%# Eval("GA_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">E - Equilibrio</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlE" DataSourceID="odsE" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("E") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Romberg 15"</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblE" Text='<%# Eval("E") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblE_s" Text='<%# Eval("E_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -64,11 +91,23 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FAI - Forza Arti Inferiori</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlFAI" DataSourceID="odsFAI" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FAI") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Num ripetute 15"</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFAI" Text='<%# Eval("FAI") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFAI_s" Text='<%# Eval("FAI_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FP - Forza Prensile</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList Enabled="false" runat="server" ID="ddlFP" DataSourceID="odsFP" DataValueField="value" DataTextField="label" SelectedValue='<%# Eval("FP") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Kg espressi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFP" Text='<%# Eval("FP") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFP_s" Text='<%# Eval("FP_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -104,11 +143,15 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FT - Flessibilità Tronco</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFT" DataSourceID="odsFT" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FT") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Sit & Reach cm (dita-piedi)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFT" Text='<%# Bind("FT") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FS - Flessibilità Spalle</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFS" DataSourceID="odsFS" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FS") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Scretch cm (retropulsione)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFS" Text='<%# Bind("FS") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -117,11 +160,15 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">GA - Grasso Addominale</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlGA" DataSourceID="odsGA" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("GA") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Diam Addominale Periomb. cm</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtGA" Text='<%# Bind("GA") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">E - Equilibrio</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlE" DataSourceID="odsE" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("E") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Romberg 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtE" Text='<%# Bind("E") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -130,11 +177,15 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FAI - Forza Arti Inferiori</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFAI" DataSourceID="odsFAI" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FAI") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Num ripetute 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFAI" Text='<%# Bind("FAI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FP - Forza Prensile</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFP" DataSourceID="odsFP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FP") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Kg espressi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFP" Text='<%# Bind("FP") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -170,11 +221,15 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FT - Flessibilità Tronco</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFT" DataSourceID="odsFT" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FT") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Sit & Reach cm (dita-piedi)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFT" Text='<%# Bind("FT") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FS - Flessibilità Spalle</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFS" DataSourceID="odsFS" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FS") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Scretch cm (retropulsione)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFS" Text='<%# Bind("FS") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -183,11 +238,15 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">GA - Grasso Addominale</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlGA" DataSourceID="odsGA" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("GA") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Diam Addominale Periomb. cm</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtGA" Text='<%# Bind("GA") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">E - Equilibrio</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlE" DataSourceID="odsE" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("E") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Test Romberg 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtE" Text='<%# Bind("E") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -196,11 +255,15 @@
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FAI - Forza Arti Inferiori</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFAI" DataSourceID="odsFAI" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FAI") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Num ripetute 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFAI" Text='<%# Bind("FAI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FP - Forza Prensile</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:DropDownList runat="server" ID="ddlFP" DataSourceID="odsFP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FP") %>' />--%>
|
||||
<label style="font-size: 0.9em;">Kg espressi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFP" Text='<%# Bind("FP") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -253,7 +316,7 @@
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFAI" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<%--<asp:ObjectDataSource ID="odsFAI" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="VisValFunz" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="FAI" Name="FieldName" Type="string" />
|
||||
@@ -294,6 +357,6 @@
|
||||
<asp:Parameter DefaultValue="VisValFunz" Name="TableName" Type="string" />
|
||||
<asp:Parameter DefaultValue="Classe" Name="FieldName" Type="string" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</asp:ObjectDataSource>--%>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Generated
-63
@@ -29,68 +29,5 @@ namespace ScheMe {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
|
||||
/// <summary>
|
||||
/// odsFAI control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsFAI;
|
||||
|
||||
/// <summary>
|
||||
/// odsFP control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsFP;
|
||||
|
||||
/// <summary>
|
||||
/// odsGA control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsGA;
|
||||
|
||||
/// <summary>
|
||||
/// odsE control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsE;
|
||||
|
||||
/// <summary>
|
||||
/// odsFT control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsFT;
|
||||
|
||||
/// <summary>
|
||||
/// odsFS control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsFS;
|
||||
|
||||
/// <summary>
|
||||
/// odsRischio control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsRischio;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Generated
+53
-1
@@ -8158,6 +8158,8 @@ namespace ScheMe_Data {
|
||||
|
||||
private global::System.Data.DataColumn columnPenalty;
|
||||
|
||||
private global::System.Data.DataColumn columnScore;
|
||||
|
||||
private global::System.Data.DataColumn columnScorePerc;
|
||||
|
||||
private global::System.Data.DataColumn columnClasse;
|
||||
@@ -8317,6 +8319,14 @@ namespace ScheMe_Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public global::System.Data.DataColumn ScoreColumn {
|
||||
get {
|
||||
return this.columnScore;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public global::System.Data.DataColumn ScorePercColumn {
|
||||
@@ -8394,6 +8404,7 @@ namespace ScheMe_Data {
|
||||
int E_s,
|
||||
int GA_s,
|
||||
int Penalty,
|
||||
int Score,
|
||||
double ScorePerc,
|
||||
int Classe,
|
||||
string Performance) {
|
||||
@@ -8414,6 +8425,7 @@ namespace ScheMe_Data {
|
||||
E_s,
|
||||
GA_s,
|
||||
Penalty,
|
||||
Score,
|
||||
ScorePerc,
|
||||
Classe,
|
||||
Performance};
|
||||
@@ -8465,6 +8477,7 @@ namespace ScheMe_Data {
|
||||
this.columnE_s = base.Columns["E_s"];
|
||||
this.columnGA_s = base.Columns["GA_s"];
|
||||
this.columnPenalty = base.Columns["Penalty"];
|
||||
this.columnScore = base.Columns["Score"];
|
||||
this.columnScorePerc = base.Columns["ScorePerc"];
|
||||
this.columnClasse = base.Columns["Classe"];
|
||||
this.columnPerformance = base.Columns["Performance"];
|
||||
@@ -8503,6 +8516,8 @@ namespace ScheMe_Data {
|
||||
base.Columns.Add(this.columnGA_s);
|
||||
this.columnPenalty = new global::System.Data.DataColumn("Penalty", typeof(int), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnPenalty);
|
||||
this.columnScore = new global::System.Data.DataColumn("Score", typeof(int), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnScore);
|
||||
this.columnScorePerc = new global::System.Data.DataColumn("ScorePerc", typeof(double), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnScorePerc);
|
||||
this.columnClasse = new global::System.Data.DataColumn("Classe", typeof(int), null, global::System.Data.MappingType.Element);
|
||||
@@ -15931,6 +15946,22 @@ namespace ScheMe_Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int Score {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableVisValFunz.ScoreColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Score\' in table \'VisValFunz\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableVisValFunz.ScoreColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public double ScorePerc {
|
||||
@@ -16002,6 +16033,18 @@ namespace ScheMe_Data {
|
||||
this[this.tableVisValFunz.PenaltyColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public bool IsScoreNull() {
|
||||
return this.IsNull(this.tableVisValFunz.ScoreColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public void SetScoreNull() {
|
||||
this[this.tableVisValFunz.ScoreColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public bool IsScorePercNull() {
|
||||
@@ -23291,7 +23334,14 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
tableMapping.ColumnMappings.Add("FS_s", "FS_s");
|
||||
tableMapping.ColumnMappings.Add("E_s", "E_s");
|
||||
tableMapping.ColumnMappings.Add("GA_s", "GA_s");
|
||||
tableMapping.ColumnMappings.Add("FAI_p", "FAI_s");
|
||||
tableMapping.ColumnMappings.Add("FP_p", "FP_s");
|
||||
tableMapping.ColumnMappings.Add("FT_p", "FT_s");
|
||||
tableMapping.ColumnMappings.Add("FS_p", "FS_s");
|
||||
tableMapping.ColumnMappings.Add("E_p", "E_s");
|
||||
tableMapping.ColumnMappings.Add("GA_p", "GA_s");
|
||||
tableMapping.ColumnMappings.Add("Penalty", "Penalty");
|
||||
tableMapping.ColumnMappings.Add("Score", "Score");
|
||||
tableMapping.ColumnMappings.Add("ScorePerc", "ScorePerc");
|
||||
tableMapping.ColumnMappings.Add("Classe", "Classe");
|
||||
tableMapping.ColumnMappings.Add("Performance", "Performance");
|
||||
@@ -23311,7 +23361,9 @@ 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 * FROM v_VisValFunzAnz_l";
|
||||
this._commandCollection[0].CommandText = "SELECT IdxPaziente, DataVisita, FAI, FP, FT, FS, E, GA, FAI_p, FP_p, FT_p," +
|
||||
" FS_p, E_p, GA_p, Penalty, Score, ScorePerc, Classe, Performance\r\nFROM " +
|
||||
" v_VisValFunzAnz_l";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[1].Connection = this.Connection;
|
||||
|
||||
@@ -1,17 +1,3 @@
|
||||
namespace ScheMe_Data
|
||||
{
|
||||
|
||||
|
||||
public partial class DS_Applicazione
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
namespace ScheMe_Data.DS_ApplicazioneTableAdapters
|
||||
{
|
||||
|
||||
|
||||
public partial class VisLabTableAdapter
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1545,8 +1545,9 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.v_VisValFunzAnz_l" 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">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT * FROM v_VisValFunzAnz_l</CommandText>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT IdxPaziente, DataVisita, FAI, FP, FT, FS, E, GA, FAI_p, FP_p, FT_p, FS_p, E_p, GA_p, Penalty, Score, ScorePerc, Classe, Performance
|
||||
FROM v_VisValFunzAnz_l</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
@@ -1567,7 +1568,14 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
<Mapping SourceColumn="FS_s" DataSetColumn="FS_s" />
|
||||
<Mapping SourceColumn="E_s" DataSetColumn="E_s" />
|
||||
<Mapping SourceColumn="GA_s" DataSetColumn="GA_s" />
|
||||
<Mapping SourceColumn="FAI_p" DataSetColumn="FAI_s" />
|
||||
<Mapping SourceColumn="FP_p" DataSetColumn="FP_s" />
|
||||
<Mapping SourceColumn="FT_p" DataSetColumn="FT_s" />
|
||||
<Mapping SourceColumn="FS_p" DataSetColumn="FS_s" />
|
||||
<Mapping SourceColumn="E_p" DataSetColumn="E_s" />
|
||||
<Mapping SourceColumn="GA_p" DataSetColumn="GA_s" />
|
||||
<Mapping SourceColumn="Penalty" DataSetColumn="Penalty" />
|
||||
<Mapping SourceColumn="Score" DataSetColumn="Score" />
|
||||
<Mapping SourceColumn="ScorePerc" DataSetColumn="ScorePerc" />
|
||||
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
|
||||
<Mapping SourceColumn="Performance" DataSetColumn="Performance" />
|
||||
@@ -1643,7 +1651,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_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: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: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" />
|
||||
@@ -1722,7 +1730,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_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: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: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" />
|
||||
@@ -1738,7 +1746,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_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: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: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" />
|
||||
@@ -1761,7 +1769,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_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: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: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" />
|
||||
@@ -1784,7 +1792,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_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: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: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" />
|
||||
@@ -1812,7 +1820,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_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: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: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" />
|
||||
@@ -1826,7 +1834,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_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: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: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" />
|
||||
@@ -1878,7 +1886,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_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: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: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" />
|
||||
@@ -1895,7 +1903,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_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: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: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" />
|
||||
@@ -2384,7 +2392,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisBioMecAnt" msprop:Generator_TableClassName="VisBioMecAntDataTable" msprop:Generator_TableVarName="tableVisBioMecAnt" msprop:Generator_TablePropName="VisBioMecAnt" msprop:Generator_RowDeletingName="VisBioMecAntRowDeleting" msprop:Generator_RowChangingName="VisBioMecAntRowChanging" msprop:Generator_RowEvHandlerName="VisBioMecAntRowChangeEventHandler" msprop:Generator_RowDeletedName="VisBioMecAntRowDeleted" msprop:Generator_UserTableName="VisBioMecAnt" msprop:Generator_RowChangedName="VisBioMecAntRowChanged" msprop:Generator_RowEvArgName="VisBioMecAntRowChangeEvent" msprop:Generator_RowClassName="VisBioMecAntRow">
|
||||
<xs:element name="VisBioMecAnt" msprop:Generator_TableClassName="VisBioMecAntDataTable" msprop:Generator_TableVarName="tableVisBioMecAnt" msprop:Generator_RowChangedName="VisBioMecAntRowChanged" msprop:Generator_TablePropName="VisBioMecAnt" msprop:Generator_RowDeletingName="VisBioMecAntRowDeleting" msprop:Generator_RowChangingName="VisBioMecAntRowChanging" msprop:Generator_RowEvHandlerName="VisBioMecAntRowChangeEventHandler" msprop:Generator_RowDeletedName="VisBioMecAntRowDeleted" msprop:Generator_RowClassName="VisBioMecAntRow" msprop:Generator_UserTableName="VisBioMecAnt" msprop:Generator_RowEvArgName="VisBioMecAntRowChangeEvent">
|
||||
<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" />
|
||||
@@ -2436,7 +2444,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent" msprop:Generator_RowClassName="VisValFunzRow">
|
||||
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_RowClassName="VisValFunzRow" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent">
|
||||
<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" />
|
||||
@@ -2454,6 +2462,7 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
<xs:element name="E_s" msprop:Generator_ColumnVarNameInTable="columnE_s" msprop:Generator_ColumnPropNameInRow="E_s" msprop:Generator_ColumnPropNameInTable="E_sColumn" msprop:Generator_UserColumnName="E_s" type="xs:int" />
|
||||
<xs:element name="GA_s" msprop:Generator_ColumnVarNameInTable="columnGA_s" msprop:Generator_ColumnPropNameInRow="GA_s" msprop:Generator_ColumnPropNameInTable="GA_sColumn" msprop:Generator_UserColumnName="GA_s" type="xs:int" />
|
||||
<xs:element name="Penalty" msprop:Generator_ColumnVarNameInTable="columnPenalty" msprop:Generator_ColumnPropNameInRow="Penalty" msprop:Generator_ColumnPropNameInTable="PenaltyColumn" msprop:Generator_UserColumnName="Penalty" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Score" msprop:Generator_ColumnVarNameInTable="columnScore" msprop:Generator_ColumnPropNameInRow="Score" msprop:Generator_ColumnPropNameInTable="ScoreColumn" msprop:Generator_UserColumnName="Score" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="ScorePerc" msprop:Generator_ColumnVarNameInTable="columnScorePerc" msprop:Generator_ColumnPropNameInRow="ScorePerc" msprop:Generator_ColumnPropNameInTable="ScorePercColumn" msprop:Generator_UserColumnName="ScorePerc" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Classe" msprop:Generator_ColumnVarNameInTable="columnClasse" msprop:Generator_ColumnPropNameInRow="Classe" msprop:Generator_ColumnPropNameInTable="ClasseColumn" msprop:Generator_UserColumnName="Classe" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Performance" msprop:Generator_ColumnVarNameInTable="columnPerformance" msprop:Generator_ColumnPropNameInRow="Performance" msprop:Generator_ColumnPropNameInTable="PerformanceColumn" msprop:Generator_UserColumnName="Performance" minOccurs="0">
|
||||
@@ -2519,14 +2528,14 @@ 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_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" />
|
||||
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" 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_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_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_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
Binary file not shown.
Reference in New Issue
Block a user