Modifiche x calcolo automatico valori "sul peso" del paziente x VCP + ricaricamento pagina a 120 sec...
This commit is contained in:
+15
-15
@@ -41,14 +41,14 @@
|
||||
QR1 watt
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtQR1" Text='<%# Eval("QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
QR1 watt/kg
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtQR1_Kg" Text='<%# Eval("QR1_Kg") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Consumo VO2</li>
|
||||
<li class="ui-field-contain">
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
VO2 ml/min
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtVO2" Text='<%# Eval("VO2") %>' />
|
||||
</li>
|
||||
@@ -65,7 +65,7 @@
|
||||
FC a QR1 bpm
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtFC_QR1" Text='<%# Eval("FC_QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
ml/bpm
|
||||
<asp:Label runat="server" CssClass="tStrong flRight" ID="txtPolsoO2" Text='<%# Eval("PolsoO2") %>' />
|
||||
</li>
|
||||
@@ -153,16 +153,16 @@
|
||||
QR1 watt
|
||||
<asp:TextBox runat="server" ID="txtQR1" Text='<%# Bind("QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
QR1 watt/kg
|
||||
<asp:TextBox runat="server" ID="txtQR1_Kg" Text='<%# Bind("QR1_Kg") %>' />
|
||||
<asp:label runat="server" ID="txtQR1_Kg" Text='<%# Eval("QR1_Kg") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Consumo VO2</li>
|
||||
<li class="ui-field-contain">
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
VO2 ml/min
|
||||
<asp:TextBox runat="server" ID="txtVO2" Text='<%# Bind("VO2") %>' />
|
||||
<asp:label runat="server" ID="txtVO2" Text='<%# Eval("VO2") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
VO2 ml/kg/min
|
||||
@@ -177,9 +177,9 @@
|
||||
FC a QR1 bpm
|
||||
<asp:TextBox runat="server" ID="txtFC_QR1" Text='<%# Bind("FC_QR1") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
ml/bpm
|
||||
<asp:TextBox runat="server" ID="txtPolsoO2" Text='<%# Bind("PolsoO2") %>' />
|
||||
<asp:Label runat="server" ID="txtPolsoO2" Text='<%# Eval("PolsoO2") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
@@ -357,11 +357,11 @@
|
||||
<asp:Parameter Name="PaSis" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDia" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="QR1" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="QR1_Kg" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="VO2" Type="Double" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="QR1_Kg" Type="Double" DefaultValue="0" />--%>
|
||||
<%--<asp:Parameter Name="VO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="VO2_Kg" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="FC_QR1" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PolsoO2" Type="Double" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="PolsoO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="PaSisMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDiaMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FrazEiez" Type="Double" DefaultValue="0" />
|
||||
@@ -376,11 +376,11 @@
|
||||
<asp:Parameter Name="PaSis" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDia" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="QR1" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="QR1_Kg" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="VO2" Type="Double" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="QR1_Kg" Type="Double" DefaultValue="0" />--%>
|
||||
<%--<asp:Parameter Name="VO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="VO2_Kg" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="FC_QR1" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PolsoO2" Type="Double" DefaultValue="0" />
|
||||
<%--<asp:Parameter Name="PolsoO2" Type="Double" DefaultValue="0" />--%>
|
||||
<asp:Parameter Name="PaSisMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="PaDiaMax" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FrazEiez" Type="Double" DefaultValue="0" />
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
</configSections>
|
||||
<appSettings>
|
||||
<!--parametri base-->
|
||||
<add key="intUpdatePagina_ms" value="120000" />
|
||||
<add key="intUpdatePagina_ms" value="240000" />
|
||||
<!--nome sw e versioni-->
|
||||
<add key="CodModulo" value="MedPred" />
|
||||
<add key="AutoAuth" value="true" />
|
||||
|
||||
Generated
+194
-206
@@ -2855,11 +2855,8 @@ namespace MedPred_Data {
|
||||
this.columnPaSis.AllowDBNull = false;
|
||||
this.columnPaDia.AllowDBNull = false;
|
||||
this.columnQR1.AllowDBNull = false;
|
||||
this.columnQR1_Kg.AllowDBNull = false;
|
||||
this.columnVO2.AllowDBNull = false;
|
||||
this.columnVO2_Kg.AllowDBNull = false;
|
||||
this.columnFC_QR1.AllowDBNull = false;
|
||||
this.columnPolsoO2.AllowDBNull = false;
|
||||
this.columnPaSisMax.AllowDBNull = false;
|
||||
this.columnPaDiaMax.AllowDBNull = false;
|
||||
this.columnFrazEiez.AllowDBNull = false;
|
||||
@@ -8975,7 +8972,12 @@ namespace MedPred_Data {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public double QR1_Kg {
|
||||
get {
|
||||
return ((double)(this[this.tableVisCardioPol.QR1_KgColumn]));
|
||||
try {
|
||||
return ((double)(this[this.tableVisCardioPol.QR1_KgColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'QR1_Kg\' in table \'VisCardioPol\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableVisCardioPol.QR1_KgColumn] = value;
|
||||
@@ -8986,7 +8988,12 @@ namespace MedPred_Data {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public double VO2 {
|
||||
get {
|
||||
return ((double)(this[this.tableVisCardioPol.VO2Column]));
|
||||
try {
|
||||
return ((double)(this[this.tableVisCardioPol.VO2Column]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'VO2\' in table \'VisCardioPol\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableVisCardioPol.VO2Column] = value;
|
||||
@@ -9019,7 +9026,12 @@ namespace MedPred_Data {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public double PolsoO2 {
|
||||
get {
|
||||
return ((double)(this[this.tableVisCardioPol.PolsoO2Column]));
|
||||
try {
|
||||
return ((double)(this[this.tableVisCardioPol.PolsoO2Column]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'PolsoO2\' in table \'VisCardioPol\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableVisCardioPol.PolsoO2Column] = value;
|
||||
@@ -9102,6 +9114,42 @@ namespace MedPred_Data {
|
||||
this.SetParentRow(value, this.Table.ParentRelations["FK_VisCardioPol_AnagPazienti"]);
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public bool IsQR1_KgNull() {
|
||||
return this.IsNull(this.tableVisCardioPol.QR1_KgColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public void SetQR1_KgNull() {
|
||||
this[this.tableVisCardioPol.QR1_KgColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public bool IsVO2Null() {
|
||||
return this.IsNull(this.tableVisCardioPol.VO2Column);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public void SetVO2Null() {
|
||||
this[this.tableVisCardioPol.VO2Column] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public bool IsPolsoO2Null() {
|
||||
return this.IsNull(this.tableVisCardioPol.PolsoO2Column);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public void SetPolsoO2Null() {
|
||||
this[this.tableVisCardioPol.PolsoO2Column] = global::System.Convert.DBNull;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -18328,17 +18376,20 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
this._adapter.TableMappings.Add(tableMapping);
|
||||
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.DeleteCommand.Connection = this.Connection;
|
||||
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [dbo].[VisCardioPol] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ([QR1_Kg] = @Original_QR1_Kg) AND ([VO2] = @Original_VO2) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ([PolsoO2] = @Original_PolsoO2) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note))";
|
||||
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [VisCardioPol] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note))";
|
||||
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataVisita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QR1_Kg", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PolsoO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PolsoO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
@@ -18348,7 +18399,7 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.InsertCommand.Connection = this.Connection;
|
||||
this._adapter.InsertCommand.CommandText = @"INSERT INTO [dbo].[VisCardioPol] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [QR1_Kg], [VO2], [VO2_Kg], [FC_QR1], [PolsoO2], [PaSisMax], [PaDiaMax], [FrazEiez], [TDI], [PlaccheVas], [Note]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @QR1_Kg, @VO2, @VO2_Kg, @FC_QR1, @PolsoO2, @PaSisMax, @PaDiaMax, @FrazEiez, @TDI, @PlaccheVas, @Note);
|
||||
this._adapter.InsertCommand.CommandText = @"INSERT INTO [VisCardioPol] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [VO2_Kg], [FC_QR1], [PaSisMax], [PaDiaMax], [FrazEiez], [TDI], [PlaccheVas], [Note]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @VO2_Kg, @FC_QR1, @PaSisMax, @PaDiaMax, @FrazEiez, @TDI, @PlaccheVas, @Note);
|
||||
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
||||
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18356,11 +18407,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PolsoO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FrazEiez", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18369,7 +18417,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.UpdateCommand.Connection = this.Connection;
|
||||
this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[VisCardioPol] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [QR1_Kg] = @QR1_Kg, [VO2] = @VO2, [VO2_Kg] = @VO2_Kg, [FC_QR1] = @FC_QR1, [PolsoO2] = @PolsoO2, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ([QR1_Kg] = @Original_QR1_Kg) AND ([VO2] = @Original_VO2) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ([PolsoO2] = @Original_PolsoO2) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note));
|
||||
this._adapter.UpdateCommand.CommandText = @"UPDATE [VisCardioPol] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [VO2_Kg] = @VO2_Kg, [FC_QR1] = @FC_QR1, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note));
|
||||
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)";
|
||||
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18377,11 +18425,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PolsoO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FrazEiez", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18393,10 +18438,13 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSis", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSis", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDia", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDia", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QR1_Kg", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR1_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR1_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VO2_Kg", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VO2_Kg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FC_QR1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FC_QR1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PolsoO2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PolsoO2", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PolsoO2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaSisMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaSisMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PaDiaMax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PaDiaMax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
@@ -18419,7 +18467,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
||||
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[0].Connection = this.Connection;
|
||||
this._commandCollection[0].CommandText = "SELECT *\r\nFROM dbo.VisCardioPol";
|
||||
this._commandCollection[0].CommandText = "SELECT *\r\nFROM VisCardioPol";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[1].Connection = this.Connection;
|
||||
@@ -18445,11 +18493,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1_Kg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PolsoO2", 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("@PaSisMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18464,11 +18509,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaSis", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDia", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR1_Kg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VO2_Kg", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FC_QR1", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PolsoO2", 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("@PaSisMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PaDiaMax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FrazEiez", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -18530,23 +18572,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
||||
public virtual DS_Applicazione.VisCardioPolDataTable InsertQuery(
|
||||
global::System.Nullable<int> IdxPaziente,
|
||||
global::System.Nullable<global::System.DateTime> DataVisita,
|
||||
global::System.Nullable<int> PaSis,
|
||||
global::System.Nullable<int> PaDia,
|
||||
global::System.Nullable<double> QR1,
|
||||
global::System.Nullable<double> QR1_Kg,
|
||||
global::System.Nullable<double> VO2,
|
||||
global::System.Nullable<double> VO2_Kg,
|
||||
global::System.Nullable<int> FC_QR1,
|
||||
global::System.Nullable<double> PolsoO2,
|
||||
global::System.Nullable<int> PaSisMax,
|
||||
global::System.Nullable<int> PaDiaMax,
|
||||
global::System.Nullable<double> FrazEiez,
|
||||
global::System.Nullable<double> TDI,
|
||||
global::System.Nullable<double> PlaccheVas,
|
||||
string Note) {
|
||||
public virtual DS_Applicazione.VisCardioPolDataTable InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<int> PaSis, global::System.Nullable<int> PaDia, global::System.Nullable<double> QR1, global::System.Nullable<double> VO2_Kg, global::System.Nullable<int> FC_QR1, global::System.Nullable<int> PaSisMax, global::System.Nullable<int> PaDiaMax, global::System.Nullable<double> FrazEiez, global::System.Nullable<double> TDI, global::System.Nullable<double> PlaccheVas, string Note) {
|
||||
this.Adapter.SelectCommand = this.CommandCollection[3];
|
||||
if ((IdxPaziente.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
|
||||
@@ -18578,71 +18604,53 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((QR1_Kg.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = ((double)(QR1_Kg.Value));
|
||||
if ((VO2_Kg.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = ((double)(VO2_Kg.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((VO2.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = ((double)(VO2.Value));
|
||||
if ((FC_QR1.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(FC_QR1.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((VO2_Kg.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = ((double)(VO2_Kg.Value));
|
||||
if ((PaSisMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = ((int)(PaSisMax.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((FC_QR1.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = ((int)(FC_QR1.Value));
|
||||
if ((PaDiaMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = ((int)(PaDiaMax.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PolsoO2.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(PolsoO2.Value));
|
||||
if ((FrazEiez.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(FrazEiez.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PaSisMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = ((int)(PaSisMax.Value));
|
||||
if ((TDI.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = ((double)(TDI.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PaDiaMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = ((int)(PaDiaMax.Value));
|
||||
if ((PlaccheVas.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = ((double)(PlaccheVas.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((FrazEiez.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = ((double)(FrazEiez.Value));
|
||||
}
|
||||
else {
|
||||
if ((Note == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((TDI.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = ((double)(TDI.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PlaccheVas.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = ((double)(PlaccheVas.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Note == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = ((string)(Note));
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = ((string)(Note));
|
||||
}
|
||||
DS_Applicazione.VisCardioPolDataTable dataTable = new DS_Applicazione.VisCardioPolDataTable();
|
||||
this.Adapter.Fill(dataTable);
|
||||
@@ -18653,23 +18661,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
||||
public virtual DS_Applicazione.VisCardioPolDataTable UpdateQuery(
|
||||
global::System.Nullable<int> PaSis,
|
||||
global::System.Nullable<int> PaDia,
|
||||
global::System.Nullable<double> QR1,
|
||||
global::System.Nullable<double> QR1_Kg,
|
||||
global::System.Nullable<double> VO2,
|
||||
global::System.Nullable<double> VO2_Kg,
|
||||
global::System.Nullable<int> FC_QR1,
|
||||
global::System.Nullable<double> PolsoO2,
|
||||
global::System.Nullable<int> PaSisMax,
|
||||
global::System.Nullable<int> PaDiaMax,
|
||||
global::System.Nullable<double> FrazEiez,
|
||||
global::System.Nullable<double> TDI,
|
||||
global::System.Nullable<double> PlaccheVas,
|
||||
string Note,
|
||||
global::System.Nullable<global::System.DateTime> Original_DataVisita,
|
||||
global::System.Nullable<int> Original_IdxPaziente) {
|
||||
public virtual DS_Applicazione.VisCardioPolDataTable UpdateQuery(global::System.Nullable<int> PaSis, global::System.Nullable<int> PaDia, global::System.Nullable<double> QR1, global::System.Nullable<double> VO2_Kg, global::System.Nullable<int> FC_QR1, global::System.Nullable<int> PaSisMax, global::System.Nullable<int> PaDiaMax, global::System.Nullable<double> FrazEiez, global::System.Nullable<double> TDI, global::System.Nullable<double> PlaccheVas, string Note, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente) {
|
||||
this.Adapter.SelectCommand = this.CommandCollection[4];
|
||||
if ((PaSis.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(PaSis.Value));
|
||||
@@ -18689,84 +18681,66 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((QR1_Kg.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[4].Value = ((double)(QR1_Kg.Value));
|
||||
if ((VO2_Kg.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[4].Value = ((double)(VO2_Kg.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((VO2.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = ((double)(VO2.Value));
|
||||
if ((FC_QR1.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = ((int)(FC_QR1.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((VO2_Kg.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = ((double)(VO2_Kg.Value));
|
||||
if ((PaSisMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = ((int)(PaSisMax.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((FC_QR1.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(FC_QR1.Value));
|
||||
if ((PaDiaMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = ((int)(PaDiaMax.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PolsoO2.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = ((double)(PolsoO2.Value));
|
||||
if ((FrazEiez.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = ((double)(FrazEiez.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PaSisMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = ((int)(PaSisMax.Value));
|
||||
if ((TDI.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = ((double)(TDI.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PaDiaMax.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = ((int)(PaDiaMax.Value));
|
||||
if ((PlaccheVas.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = ((double)(PlaccheVas.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[10].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((FrazEiez.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = ((double)(FrazEiez.Value));
|
||||
}
|
||||
else {
|
||||
if ((Note == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((TDI.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = ((double)(TDI.Value));
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[11].Value = ((string)(Note));
|
||||
}
|
||||
if ((Original_DataVisita.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = ((System.DateTime)(Original_DataVisita.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((PlaccheVas.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = ((double)(PlaccheVas.Value));
|
||||
if ((Original_IdxPaziente.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = ((int)(Original_IdxPaziente.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Note == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[14].Value = ((string)(Note));
|
||||
}
|
||||
if ((Original_DataVisita.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = ((System.DateTime)(Original_DataVisita.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Original_IdxPaziente.HasValue == true)) {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = ((int)(Original_IdxPaziente.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||
}
|
||||
DS_Applicazione.VisCardioPolDataTable dataTable = new DS_Applicazione.VisCardioPolDataTable();
|
||||
this.Adapter.Fill(dataTable);
|
||||
return dataTable;
|
||||
@@ -18811,11 +18785,11 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
int Original_PaSis,
|
||||
int Original_PaDia,
|
||||
double Original_QR1,
|
||||
double Original_QR1_Kg,
|
||||
double Original_VO2,
|
||||
global::System.Nullable<double> Original_QR1_Kg,
|
||||
global::System.Nullable<double> Original_VO2,
|
||||
double Original_VO2_Kg,
|
||||
int Original_FC_QR1,
|
||||
double Original_PolsoO2,
|
||||
global::System.Nullable<double> Original_PolsoO2,
|
||||
int Original_PaSisMax,
|
||||
int Original_PaDiaMax,
|
||||
double Original_FrazEiez,
|
||||
@@ -18827,21 +18801,42 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_PaSis));
|
||||
this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_PaDia));
|
||||
this.Adapter.DeleteCommand.Parameters[4].Value = ((double)(Original_QR1));
|
||||
this.Adapter.DeleteCommand.Parameters[5].Value = ((double)(Original_QR1_Kg));
|
||||
this.Adapter.DeleteCommand.Parameters[6].Value = ((double)(Original_VO2));
|
||||
this.Adapter.DeleteCommand.Parameters[7].Value = ((double)(Original_VO2_Kg));
|
||||
this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_FC_QR1));
|
||||
this.Adapter.DeleteCommand.Parameters[9].Value = ((double)(Original_PolsoO2));
|
||||
this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_PaSisMax));
|
||||
this.Adapter.DeleteCommand.Parameters[11].Value = ((int)(Original_PaDiaMax));
|
||||
this.Adapter.DeleteCommand.Parameters[12].Value = ((double)(Original_FrazEiez));
|
||||
this.Adapter.DeleteCommand.Parameters[13].Value = ((double)(Original_TDI));
|
||||
this.Adapter.DeleteCommand.Parameters[14].Value = ((double)(Original_PlaccheVas));
|
||||
if ((Original_QR1_Kg.HasValue == true)) {
|
||||
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[6].Value = ((double)(Original_QR1_Kg.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Original_VO2.HasValue == true)) {
|
||||
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_VO2.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
|
||||
}
|
||||
this.Adapter.DeleteCommand.Parameters[9].Value = ((double)(Original_VO2_Kg));
|
||||
this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_FC_QR1));
|
||||
if ((Original_PolsoO2.HasValue == true)) {
|
||||
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[12].Value = ((double)(Original_PolsoO2.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
this.Adapter.DeleteCommand.Parameters[13].Value = ((int)(Original_PaSisMax));
|
||||
this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_PaDiaMax));
|
||||
this.Adapter.DeleteCommand.Parameters[15].Value = ((double)(Original_FrazEiez));
|
||||
this.Adapter.DeleteCommand.Parameters[16].Value = ((double)(Original_TDI));
|
||||
this.Adapter.DeleteCommand.Parameters[17].Value = ((double)(Original_PlaccheVas));
|
||||
if ((Original_Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_Note));
|
||||
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_Note));
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
||||
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
@@ -18863,43 +18858,24 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
||||
public virtual int Insert(
|
||||
int IdxPaziente,
|
||||
System.DateTime DataVisita,
|
||||
int PaSis,
|
||||
int PaDia,
|
||||
double QR1,
|
||||
double QR1_Kg,
|
||||
double VO2,
|
||||
double VO2_Kg,
|
||||
int FC_QR1,
|
||||
double PolsoO2,
|
||||
int PaSisMax,
|
||||
int PaDiaMax,
|
||||
double FrazEiez,
|
||||
double TDI,
|
||||
double PlaccheVas,
|
||||
string Note) {
|
||||
public virtual int Insert(int IdxPaziente, System.DateTime DataVisita, int PaSis, int PaDia, double QR1, double VO2_Kg, int FC_QR1, int PaSisMax, int PaDiaMax, double FrazEiez, double TDI, double PlaccheVas, string Note) {
|
||||
this.Adapter.InsertCommand.Parameters[0].Value = ((int)(IdxPaziente));
|
||||
this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(DataVisita));
|
||||
this.Adapter.InsertCommand.Parameters[2].Value = ((int)(PaSis));
|
||||
this.Adapter.InsertCommand.Parameters[3].Value = ((int)(PaDia));
|
||||
this.Adapter.InsertCommand.Parameters[4].Value = ((double)(QR1));
|
||||
this.Adapter.InsertCommand.Parameters[5].Value = ((double)(QR1_Kg));
|
||||
this.Adapter.InsertCommand.Parameters[6].Value = ((double)(VO2));
|
||||
this.Adapter.InsertCommand.Parameters[7].Value = ((double)(VO2_Kg));
|
||||
this.Adapter.InsertCommand.Parameters[8].Value = ((int)(FC_QR1));
|
||||
this.Adapter.InsertCommand.Parameters[9].Value = ((double)(PolsoO2));
|
||||
this.Adapter.InsertCommand.Parameters[10].Value = ((int)(PaSisMax));
|
||||
this.Adapter.InsertCommand.Parameters[11].Value = ((int)(PaDiaMax));
|
||||
this.Adapter.InsertCommand.Parameters[12].Value = ((double)(FrazEiez));
|
||||
this.Adapter.InsertCommand.Parameters[13].Value = ((double)(TDI));
|
||||
this.Adapter.InsertCommand.Parameters[14].Value = ((double)(PlaccheVas));
|
||||
this.Adapter.InsertCommand.Parameters[5].Value = ((double)(VO2_Kg));
|
||||
this.Adapter.InsertCommand.Parameters[6].Value = ((int)(FC_QR1));
|
||||
this.Adapter.InsertCommand.Parameters[7].Value = ((int)(PaSisMax));
|
||||
this.Adapter.InsertCommand.Parameters[8].Value = ((int)(PaDiaMax));
|
||||
this.Adapter.InsertCommand.Parameters[9].Value = ((double)(FrazEiez));
|
||||
this.Adapter.InsertCommand.Parameters[10].Value = ((double)(TDI));
|
||||
this.Adapter.InsertCommand.Parameters[11].Value = ((double)(PlaccheVas));
|
||||
if ((Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(Note));
|
||||
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(Note));
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
||||
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
@@ -18927,11 +18903,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
int PaSis,
|
||||
int PaDia,
|
||||
double QR1,
|
||||
double QR1_Kg,
|
||||
double VO2,
|
||||
double VO2_Kg,
|
||||
int FC_QR1,
|
||||
double PolsoO2,
|
||||
int PaSisMax,
|
||||
int PaDiaMax,
|
||||
double FrazEiez,
|
||||
@@ -18943,11 +18916,11 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
int Original_PaSis,
|
||||
int Original_PaDia,
|
||||
double Original_QR1,
|
||||
double Original_QR1_Kg,
|
||||
double Original_VO2,
|
||||
global::System.Nullable<double> Original_QR1_Kg,
|
||||
global::System.Nullable<double> Original_VO2,
|
||||
double Original_VO2_Kg,
|
||||
int Original_FC_QR1,
|
||||
double Original_PolsoO2,
|
||||
global::System.Nullable<double> Original_PolsoO2,
|
||||
int Original_PaSisMax,
|
||||
int Original_PaDiaMax,
|
||||
double Original_FrazEiez,
|
||||
@@ -18959,32 +18932,50 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(PaSis));
|
||||
this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(PaDia));
|
||||
this.Adapter.UpdateCommand.Parameters[4].Value = ((double)(QR1));
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = ((double)(QR1_Kg));
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((double)(VO2));
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(VO2_Kg));
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(FC_QR1));
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((double)(PolsoO2));
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(PaSisMax));
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(PaDiaMax));
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((double)(FrazEiez));
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((double)(TDI));
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((double)(PlaccheVas));
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = ((double)(VO2_Kg));
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(FC_QR1));
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(PaSisMax));
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(PaDiaMax));
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((double)(FrazEiez));
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((double)(TDI));
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((double)(PlaccheVas));
|
||||
if ((Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Note));
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Note));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_IdxPaziente));
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((System.DateTime)(Original_DataVisita));
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_PaSis));
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_PaDia));
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((double)(Original_QR1));
|
||||
if ((Original_QR1_Kg.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = ((double)(Original_QR1_Kg.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Original_VO2.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_VO2.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_VO2_Kg));
|
||||
this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_FC_QR1));
|
||||
if ((Original_PolsoO2.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = ((double)(Original_PolsoO2.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_IdxPaziente));
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(Original_DataVisita));
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_PaSis));
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_PaDia));
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((double)(Original_QR1));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_QR1_Kg));
|
||||
this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_VO2));
|
||||
this.Adapter.UpdateCommand.Parameters[23].Value = ((double)(Original_VO2_Kg));
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(Original_FC_QR1));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = ((double)(Original_PolsoO2));
|
||||
this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(Original_PaSisMax));
|
||||
this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_PaDiaMax));
|
||||
this.Adapter.UpdateCommand.Parameters[28].Value = ((double)(Original_FrazEiez));
|
||||
@@ -19020,11 +19011,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
int PaSis,
|
||||
int PaDia,
|
||||
double QR1,
|
||||
double QR1_Kg,
|
||||
double VO2,
|
||||
double VO2_Kg,
|
||||
int FC_QR1,
|
||||
double PolsoO2,
|
||||
int PaSisMax,
|
||||
int PaDiaMax,
|
||||
double FrazEiez,
|
||||
@@ -19036,18 +19024,18 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
int Original_PaSis,
|
||||
int Original_PaDia,
|
||||
double Original_QR1,
|
||||
double Original_QR1_Kg,
|
||||
double Original_VO2,
|
||||
global::System.Nullable<double> Original_QR1_Kg,
|
||||
global::System.Nullable<double> Original_VO2,
|
||||
double Original_VO2_Kg,
|
||||
int Original_FC_QR1,
|
||||
double Original_PolsoO2,
|
||||
global::System.Nullable<double> Original_PolsoO2,
|
||||
int Original_PaSisMax,
|
||||
int Original_PaDiaMax,
|
||||
double Original_FrazEiez,
|
||||
double Original_TDI,
|
||||
double Original_PlaccheVas,
|
||||
string Original_Note) {
|
||||
return this.Update(Original_IdxPaziente, Original_DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note, Original_IdxPaziente, Original_DataVisita, Original_PaSis, Original_PaDia, Original_QR1, Original_QR1_Kg, Original_VO2, Original_VO2_Kg, Original_FC_QR1, Original_PolsoO2, Original_PaSisMax, Original_PaDiaMax, Original_FrazEiez, Original_TDI, Original_PlaccheVas, Original_Note);
|
||||
return this.Update(Original_IdxPaziente, Original_DataVisita, PaSis, PaDia, QR1, VO2_Kg, FC_QR1, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note, Original_IdxPaziente, Original_DataVisita, Original_PaSis, Original_PaDia, Original_QR1, Original_QR1_Kg, Original_VO2, Original_VO2_Kg, Original_FC_QR1, Original_PolsoO2, Original_PaSisMax, Original_PaDiaMax, Original_FrazEiez, Original_TDI, Original_PlaccheVas, Original_Note);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
|
||||
@@ -623,18 +623,21 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.VisCardioPol" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" 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">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM [dbo].[VisCardioPol] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ([QR1_Kg] = @Original_QR1_Kg) AND ([VO2] = @Original_VO2) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ([PolsoO2] = @Original_PolsoO2) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note))</CommandText>
|
||||
<CommandText>DELETE FROM [VisCardioPol] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QR1_Kg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_VO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PolsoO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
@@ -646,7 +649,7 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [dbo].[VisCardioPol] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [QR1_Kg], [VO2], [VO2_Kg], [FC_QR1], [PolsoO2], [PaSisMax], [PaDiaMax], [FrazEiez], [TDI], [PlaccheVas], [Note]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @QR1_Kg, @VO2, @VO2_Kg, @FC_QR1, @PolsoO2, @PaSisMax, @PaDiaMax, @FrazEiez, @TDI, @PlaccheVas, @Note);
|
||||
<CommandText>INSERT INTO [VisCardioPol] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [VO2_Kg], [FC_QR1], [PaSisMax], [PaDiaMax], [FrazEiez], [TDI], [PlaccheVas], [Note]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @VO2_Kg, @FC_QR1, @PaSisMax, @PaDiaMax, @FrazEiez, @TDI, @PlaccheVas, @Note);
|
||||
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -654,11 +657,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -671,13 +671,13 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT *
|
||||
FROM dbo.VisCardioPol</CommandText>
|
||||
FROM VisCardioPol</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [dbo].[VisCardioPol] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [QR1_Kg] = @QR1_Kg, [VO2] = @VO2, [VO2_Kg] = @VO2_Kg, [FC_QR1] = @FC_QR1, [PolsoO2] = @PolsoO2, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ([QR1_Kg] = @Original_QR1_Kg) AND ([VO2] = @Original_VO2) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ([PolsoO2] = @Original_PolsoO2) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note));
|
||||
<CommandText>UPDATE [VisCardioPol] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [VO2_Kg] = @VO2_Kg, [FC_QR1] = @FC_QR1, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note));
|
||||
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -685,11 +685,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -701,11 +698,14 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QR1_Kg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_VO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PolsoO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
@@ -771,11 +771,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@QR1_Kg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@VO2" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PolsoO2" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -795,11 +792,8 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1,
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@QR1_Kg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@VO2" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PolsoO2" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -1542,7 +1536,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" />
|
||||
@@ -1621,7 +1615,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" />
|
||||
@@ -1635,7 +1629,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" />
|
||||
@@ -1658,7 +1652,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" />
|
||||
@@ -1681,7 +1675,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" />
|
||||
@@ -1689,11 +1683,11 @@ SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (Dat
|
||||
<xs:element name="PaSis" msprop:Generator_ColumnVarNameInTable="columnPaSis" msprop:Generator_ColumnPropNameInRow="PaSis" msprop:Generator_ColumnPropNameInTable="PaSisColumn" msprop:Generator_UserColumnName="PaSis" type="xs:int" />
|
||||
<xs:element name="PaDia" msprop:Generator_ColumnVarNameInTable="columnPaDia" msprop:Generator_ColumnPropNameInRow="PaDia" msprop:Generator_ColumnPropNameInTable="PaDiaColumn" msprop:Generator_UserColumnName="PaDia" type="xs:int" />
|
||||
<xs:element name="QR1" msprop:Generator_ColumnVarNameInTable="columnQR1" msprop:Generator_ColumnPropNameInRow="QR1" msprop:Generator_ColumnPropNameInTable="QR1Column" msprop:Generator_UserColumnName="QR1" type="xs:double" />
|
||||
<xs:element name="QR1_Kg" msprop:Generator_ColumnVarNameInTable="columnQR1_Kg" msprop:Generator_ColumnPropNameInRow="QR1_Kg" msprop:Generator_ColumnPropNameInTable="QR1_KgColumn" msprop:Generator_UserColumnName="QR1_Kg" type="xs:double" />
|
||||
<xs:element name="VO2" msprop:Generator_ColumnVarNameInTable="columnVO2" msprop:Generator_ColumnPropNameInRow="VO2" msprop:Generator_ColumnPropNameInTable="VO2Column" msprop:Generator_UserColumnName="VO2" type="xs:double" />
|
||||
<xs:element name="QR1_Kg" msprop:Generator_ColumnVarNameInTable="columnQR1_Kg" msprop:Generator_ColumnPropNameInRow="QR1_Kg" msprop:Generator_ColumnPropNameInTable="QR1_KgColumn" msprop:Generator_UserColumnName="QR1_Kg" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="VO2" msprop:Generator_ColumnVarNameInTable="columnVO2" msprop:Generator_ColumnPropNameInRow="VO2" msprop:Generator_ColumnPropNameInTable="VO2Column" msprop:Generator_UserColumnName="VO2" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="VO2_Kg" msprop:Generator_ColumnVarNameInTable="columnVO2_Kg" msprop:Generator_ColumnPropNameInRow="VO2_Kg" msprop:Generator_ColumnPropNameInTable="VO2_KgColumn" msprop:Generator_UserColumnName="VO2_Kg" type="xs:double" />
|
||||
<xs:element name="FC_QR1" msprop:Generator_ColumnVarNameInTable="columnFC_QR1" msprop:Generator_ColumnPropNameInRow="FC_QR1" msprop:Generator_ColumnPropNameInTable="FC_QR1Column" msprop:Generator_UserColumnName="FC_QR1" type="xs:int" />
|
||||
<xs:element name="PolsoO2" msprop:Generator_ColumnVarNameInTable="columnPolsoO2" msprop:Generator_ColumnPropNameInRow="PolsoO2" msprop:Generator_ColumnPropNameInTable="PolsoO2Column" msprop:Generator_UserColumnName="PolsoO2" type="xs:double" />
|
||||
<xs:element name="PolsoO2" msprop:Generator_ColumnVarNameInTable="columnPolsoO2" msprop:Generator_ColumnPropNameInRow="PolsoO2" msprop:Generator_ColumnPropNameInTable="PolsoO2Column" msprop:Generator_UserColumnName="PolsoO2" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="PaSisMax" msprop:Generator_ColumnVarNameInTable="columnPaSisMax" msprop:Generator_ColumnPropNameInRow="PaSisMax" msprop:Generator_ColumnPropNameInTable="PaSisMaxColumn" msprop:Generator_UserColumnName="PaSisMax" type="xs:int" />
|
||||
<xs:element name="PaDiaMax" msprop:Generator_ColumnVarNameInTable="columnPaDiaMax" msprop:Generator_ColumnPropNameInRow="PaDiaMax" msprop:Generator_ColumnPropNameInTable="PaDiaMaxColumn" msprop:Generator_UserColumnName="PaDiaMax" type="xs:int" />
|
||||
<xs:element name="FrazEiez" msprop:Generator_ColumnVarNameInTable="columnFrazEiez" msprop:Generator_ColumnPropNameInRow="FrazEiez" msprop:Generator_ColumnPropNameInTable="FrazEiezColumn" msprop:Generator_UserColumnName="FrazEiez" type="xs:double" />
|
||||
@@ -1709,7 +1703,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" />
|
||||
@@ -1751,7 +1745,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" />
|
||||
@@ -1765,7 +1759,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" />
|
||||
@@ -1817,7 +1811,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" />
|
||||
@@ -1834,7 +1828,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" />
|
||||
@@ -2371,13 +2365,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="VisBioMecAnt_AnagPazienti" msdata:parent="VisBioMecAnt" msdata:child="AnagPazienti" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="AnagPazienti" msprop:Generator_ChildPropName="GetAnagPazientiRows" msprop:Generator_UserRelationName="VisBioMecAnt_AnagPazienti" msprop:Generator_RelationVarName="relationVisBioMecAnt_AnagPazienti" msprop:Generator_UserParentTable="VisBioMecAnt" msprop:Generator_ParentPropName="VisBioMecAntRow" />
|
||||
<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="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="VisBioMecAnt_AnagPazienti" msdata:parent="VisBioMecAnt" msdata:child="AnagPazienti" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="AnagPazienti" msprop:Generator_ChildPropName="GetAnagPazientiRows" msprop:Generator_UserRelationName="VisBioMecAnt_AnagPazienti" msprop:Generator_ParentPropName="VisBioMecAntRow" msprop:Generator_RelationVarName="relationVisBioMecAnt_AnagPazienti" msprop:Generator_UserParentTable="VisBioMecAnt" />
|
||||
<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" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -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="-47" 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="-10" ViewPortY="450" 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: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="1" X="338" Y="386" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<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: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="8" X="757" Y="617" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<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="2" X="328" Y="818" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:VisStileVita" ZOrder="7" X="668" Y="1041" Height="381" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisRelazFin" ZOrder="5" 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="3" X="-5" Y="284" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<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" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="16" LineWidth="11">
|
||||
@@ -98,7 +98,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="6" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="7" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>747</X>
|
||||
@@ -110,7 +110,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="4" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="5" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>680</X>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user