Aggiunta pagina Vlab e modifica VEco e VCiclo
This commit is contained in:
@@ -323,6 +323,7 @@
|
||||
<Content Include="VCiclo.aspx" />
|
||||
<Content Include="VEco.aspx" />
|
||||
<Content Include="VGen.aspx" />
|
||||
<Content Include="VLab.aspx" />
|
||||
<Content Include="WebUserControls\mod_ElencoVisitePaziente.ascx" />
|
||||
<Content Include="WebUserControls\mod_footer.ascx" />
|
||||
<Content Include="WebUserControls\mod_header.ascx" />
|
||||
@@ -431,6 +432,13 @@
|
||||
<Compile Include="Visite.aspx.designer.cs">
|
||||
<DependentUpon>Visite.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="VLab.aspx.cs">
|
||||
<DependentUpon>VLab.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="VLab.aspx.designer.cs">
|
||||
<DependentUpon>VLab.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_ElencoVisitePaziente.ascx.cs">
|
||||
<DependentUpon>mod_ElencoVisitePaziente.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
Cicloergometro
|
||||
<h3>Cicloergometro</h3>
|
||||
</asp:Content>
|
||||
|
||||
+40
-1
@@ -2,5 +2,44 @@
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
EcoCardio
|
||||
<h3>Visita Ecocardiovascolare / Doppler</h3>
|
||||
<div style="font-size: 0.7em;">
|
||||
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="IdxPaziente,DataVisita" DataSourceID="ods" ForeColor="#333333" GridLines="None" Width="100%" OnRowDataBound="grView_RowDataBound">
|
||||
<AlternatingRowStyle BackColor="White" />
|
||||
<Columns>
|
||||
<asp:BoundField DataField="IdxPaziente" HeaderText="IdxPaziente" ReadOnly="True" SortExpression="IdxPaziente" Visible="False" />
|
||||
<asp:BoundField DataField="DataVisita" HeaderText="DataVisita" ReadOnly="True" SortExpression="DataVisita" />
|
||||
<asp:BoundField DataField="FrazEiez" HeaderText="FrazEiez" SortExpression="FrazEiez" />
|
||||
<asp:BoundField DataField="TDI" HeaderText="TDI" SortExpression="TDI" />
|
||||
<asp:BoundField DataField="PlaccheVas" HeaderText="PlaccheVas" SortExpression="PlaccheVas" />
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" DeleteMethod="Delete" InsertMethod="Insert" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="MedPred_Data.DS_ApplicazioneTableAdapters.VisCardioTableAdapter" UpdateMethod="Update">
|
||||
<DeleteParameters>
|
||||
<asp:Parameter Name="Original_IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="Original_FrazEiez" Type="Double" />
|
||||
<asp:Parameter Name="Original_TDI" Type="Double" />
|
||||
<asp:Parameter Name="Original_PlaccheVas" Type="Double" />
|
||||
</DeleteParameters>
|
||||
<InsertParameters>
|
||||
<asp:Parameter Name="IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="FrazEiez" Type="Double" />
|
||||
<asp:Parameter Name="TDI" Type="Double" />
|
||||
<asp:Parameter Name="PlaccheVas" Type="Double" />
|
||||
</InsertParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="FrazEiez" Type="Double" />
|
||||
<asp:Parameter Name="TDI" Type="Double" />
|
||||
<asp:Parameter Name="PlaccheVas" Type="Double" />
|
||||
<asp:Parameter Name="Original_IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="Original_FrazEiez" Type="Double" />
|
||||
<asp:Parameter Name="Original_TDI" Type="Double" />
|
||||
<asp:Parameter Name="Original_PlaccheVas" Type="Double" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
|
||||
</asp:Content>
|
||||
|
||||
Generated
+23
-7
@@ -3,15 +3,31 @@
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MedPred
|
||||
{
|
||||
|
||||
|
||||
public partial class VEco
|
||||
{
|
||||
namespace MedPred {
|
||||
|
||||
|
||||
public partial class VEco {
|
||||
|
||||
/// <summary>
|
||||
/// grView control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.GridView grView;
|
||||
|
||||
/// <summary>
|
||||
/// ods control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VLab.aspx.cs" Inherits="MedPred.VLab" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<h3>Esami di laboratorio</h3>
|
||||
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="IdxPaziente,DataVisita" DataSourceID="ods" ForeColor="#333333" GridLines="None" Width="100%" OnRowDataBound="grView_RowDataBound">
|
||||
<AlternatingRowStyle BackColor="White" />
|
||||
<Columns>
|
||||
<asp:BoundField DataField="IdxPaziente" HeaderText="IdxPaziente" ReadOnly="True" SortExpression="IdxPaziente" Visible="False" />
|
||||
<asp:BoundField DataField="DataVisita" HeaderText="DataVisita" ReadOnly="True" SortExpression="DataVisita" />
|
||||
<asp:BoundField DataField="Glicemia" HeaderText="Glicemia" SortExpression="Glicemia" />
|
||||
<asp:BoundField DataField="ColesTot" HeaderText="ColesTot" SortExpression="ColesTot" />
|
||||
<asp:BoundField DataField="LDL" HeaderText="LDL" SortExpression="LDL" />
|
||||
<asp:BoundField DataField="HDL" HeaderText="HDL" SortExpression="HDL" />
|
||||
<asp:BoundField DataField="Trigliceridi" HeaderText="Trigliceridi" SortExpression="Trigliceridi" />
|
||||
<asp:BoundField DataField="ColRapLDLHDL" HeaderText="ColRapLDLHDL" ReadOnly="True" SortExpression="ColRapLDLHDL" />
|
||||
<asp:BoundField DataField="Creatinina" HeaderText="Creatinina" SortExpression="Creatinina" />
|
||||
<asp:BoundField DataField="Omocisteina" HeaderText="Omocisteina" SortExpression="Omocisteina" />
|
||||
<asp:BoundField DataField="MHTFR" HeaderText="MHTFR" SortExpression="MHTFR" />
|
||||
<asp:BoundField DataField="FattII" HeaderText="FattII" SortExpression="FattII" />
|
||||
<asp:BoundField DataField="FattV" HeaderText="FattV" SortExpression="FattV" />
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" DeleteMethod="Delete" InsertMethod="Insert" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="MedPred_Data.DS_ApplicazioneTableAdapters.VisLabTableAdapter" UpdateMethod="Update">
|
||||
<DeleteParameters>
|
||||
<asp:Parameter Name="Original_IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="Original_Glicemia" Type="Double" />
|
||||
<asp:Parameter Name="Original_ColesTot" Type="Double" />
|
||||
<asp:Parameter Name="Original_LDL" Type="Double" />
|
||||
<asp:Parameter Name="Original_HDL" Type="Double" />
|
||||
<asp:Parameter Name="Original_Trigliceridi" Type="Double" />
|
||||
<asp:Parameter Name="Original_ColRapLDLHDL" Type="Double" />
|
||||
<asp:Parameter Name="Original_Creatinina" Type="Double" />
|
||||
<asp:Parameter Name="Original_Omocisteina" Type="Double" />
|
||||
<asp:Parameter Name="Original_MHTFR" Type="Double" />
|
||||
<asp:Parameter Name="Original_FattII" Type="Double" />
|
||||
<asp:Parameter Name="Original_FattV" Type="Double" />
|
||||
</DeleteParameters>
|
||||
<InsertParameters>
|
||||
<asp:Parameter Name="IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="Glicemia" Type="Double" />
|
||||
<asp:Parameter Name="ColesTot" Type="Double" />
|
||||
<asp:Parameter Name="LDL" Type="Double" />
|
||||
<asp:Parameter Name="HDL" Type="Double" />
|
||||
<asp:Parameter Name="Trigliceridi" Type="Double" />
|
||||
<asp:Parameter Name="Creatinina" Type="Double" />
|
||||
<asp:Parameter Name="Omocisteina" Type="Double" />
|
||||
<asp:Parameter Name="MHTFR" Type="Double" />
|
||||
<asp:Parameter Name="FattII" Type="Double" />
|
||||
<asp:Parameter Name="FattV" Type="Double" />
|
||||
</InsertParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="Glicemia" Type="Double" />
|
||||
<asp:Parameter Name="ColesTot" Type="Double" />
|
||||
<asp:Parameter Name="LDL" Type="Double" />
|
||||
<asp:Parameter Name="HDL" Type="Double" />
|
||||
<asp:Parameter Name="Trigliceridi" Type="Double" />
|
||||
<asp:Parameter Name="Creatinina" Type="Double" />
|
||||
<asp:Parameter Name="Omocisteina" Type="Double" />
|
||||
<asp:Parameter Name="MHTFR" Type="Double" />
|
||||
<asp:Parameter Name="FattII" Type="Double" />
|
||||
<asp:Parameter Name="FattV" Type="Double" />
|
||||
<asp:Parameter Name="Original_IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="Original_Glicemia" Type="Double" />
|
||||
<asp:Parameter Name="Original_ColesTot" Type="Double" />
|
||||
<asp:Parameter Name="Original_LDL" Type="Double" />
|
||||
<asp:Parameter Name="Original_HDL" Type="Double" />
|
||||
<asp:Parameter Name="Original_Trigliceridi" Type="Double" />
|
||||
<asp:Parameter Name="Original_ColRapLDLHDL" Type="Double" />
|
||||
<asp:Parameter Name="Original_Creatinina" Type="Double" />
|
||||
<asp:Parameter Name="Original_Omocisteina" Type="Double" />
|
||||
<asp:Parameter Name="Original_MHTFR" Type="Double" />
|
||||
<asp:Parameter Name="Original_FattII" Type="Double" />
|
||||
<asp:Parameter Name="Original_FattV" Type="Double" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</asp:Content>
|
||||
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
using MedPred_Data;
|
||||
using System.Data;
|
||||
|
||||
namespace MedPred
|
||||
{
|
||||
public partial class VLab : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
protected void grView_RowDataBound(object sender, GridViewRowEventArgs e)
|
||||
{
|
||||
string cmd = Request.QueryString["cmd"];
|
||||
if (cmd == "sel")
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
if (((DS_Applicazione.VisGenRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
{
|
||||
memLayer.ML.setSessionVal("IdxRowVGen", e.Row.DataItemIndex);
|
||||
Response.Redirect("VLab");
|
||||
}
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+33
@@ -0,0 +1,33 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MedPred {
|
||||
|
||||
|
||||
public partial class VLab {
|
||||
|
||||
/// <summary>
|
||||
/// grView control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.GridView grView;
|
||||
|
||||
/// <summary>
|
||||
/// ods control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
}
|
||||
}
|
||||
@@ -64,6 +64,30 @@ namespace MedPred.WebUserControls
|
||||
case "NewVCiclo":
|
||||
Response.Redirect("VCiclo?cmd=new");
|
||||
break;
|
||||
case "SelVEco":
|
||||
Response.Redirect("VEco?cmd=sel");
|
||||
break;
|
||||
case "NewVEco":
|
||||
Response.Redirect("VEco?cmd=new");
|
||||
break;
|
||||
case "SelVBMec":
|
||||
Response.Redirect("VBMec?cmd=sel");
|
||||
break;
|
||||
case "NewVBMec":
|
||||
Response.Redirect("VBMec?cmd=new");
|
||||
break;
|
||||
case "SelVLab":
|
||||
Response.Redirect("VLab?cmd=sel");
|
||||
break;
|
||||
case "NewVLab":
|
||||
Response.Redirect("VLab?cmd=new");
|
||||
break;
|
||||
case "SelVPsi":
|
||||
Response.Redirect("VPsi?cmd=sel");
|
||||
break;
|
||||
case "NewVPsi":
|
||||
Response.Redirect("VPsi?cmd=new");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Generated
+3700
File diff suppressed because it is too large
Load Diff
@@ -213,7 +213,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
<Mapping SourceColumn="MassaMagraTot" DataSetColumn="MassaMagraTot" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DeteleQuery" Modifier="Public" Name="DeteleQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="DeteleQuery">
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DeteleQuery" Modifier="Public" Name="DeteleQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeteleQuery">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VGen_DeteleQuery</CommandText>
|
||||
@@ -236,7 +236,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="InsertQuery">
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VGen_InsertQuery</CommandText>
|
||||
@@ -254,7 +254,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="UpdateQuery">
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VGen_UpdateQuery</CommandText>
|
||||
@@ -300,6 +300,334 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisCardioTableAdapter" GeneratorDataComponentClassName="VisCardioTableAdapter" Name="VisCardio" UserDataComponentName="VisCardioTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.VisCardio" 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].[VisCardio] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas))</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="Double" Direction="Input" ParameterName="@Original_FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [dbo].[VisCardio] ([IdxPaziente], [DataVisita], [FrazEiez], [TDI], [PlaccheVas]) VALUES (@IdxPaziente, @DataVisita, @FrazEiez, @TDI, @PlaccheVas);
|
||||
SELECT IdxPaziente, DataVisita, FrazEiez, TDI, PlaccheVas FROM VisCardio 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT IdxPaziente, DataVisita, FrazEiez, TDI, PlaccheVas FROM dbo.VisCardio</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [dbo].[VisCardio] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas));
|
||||
SELECT IdxPaziente, DataVisita, FrazEiez, TDI, PlaccheVas FROM VisCardio 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<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="Double" Direction="Input" ParameterName="@Original_FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
|
||||
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
|
||||
<Mapping SourceColumn="FrazEiez" DataSetColumn="FrazEiez" />
|
||||
<Mapping SourceColumn="TDI" DataSetColumn="TDI" />
|
||||
<Mapping SourceColumn="PlaccheVas" DataSetColumn="PlaccheVas" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VCardio_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VCardio_getByPaziente</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisLabTableAdapter" GeneratorDataComponentClassName="VisLabTableAdapter" Name="VisLab" UserDataComponentName="VisLabTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.VisLab" 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].[VisLab] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Glicemia] = @Original_Glicemia) AND ([ColesTot] = @Original_ColesTot) AND ([LDL] = @Original_LDL) AND ([HDL] = @Original_HDL) AND ([Trigliceridi] = @Original_Trigliceridi) AND ([ColRapLDLHDL] = @Original_ColRapLDLHDL) AND ([Creatinina] = @Original_Creatinina) AND ([Omocisteina] = @Original_Omocisteina) AND ([MHTFR] = @Original_MHTFR) AND ([FattII] = @Original_FattII) AND ([FattV] = @Original_FattV))</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="Double" Direction="Input" ParameterName="@Original_Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColRapLDLHDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColRapLDLHDL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Creatinina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Creatinina" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [dbo].[VisLab] ([IdxPaziente], [DataVisita], [Glicemia], [ColesTot], [LDL], [HDL], [Trigliceridi], [Creatinina], [Omocisteina], [MHTFR], [FattII], [FattV]) VALUES (@IdxPaziente, @DataVisita, @Glicemia, @ColesTot, @LDL, @HDL, @Trigliceridi, @Creatinina, @Omocisteina, @MHTFR, @FattII, @FattV);
|
||||
SELECT IdxPaziente, DataVisita, Glicemia, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Creatinina, Omocisteina, MHTFR, FattII, FattV FROM VisLab 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Creatinina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Creatinina" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT IdxPaziente, DataVisita, Glicemia, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Creatinina, Omocisteina, MHTFR, FattII, FattV FROM dbo.VisLab</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [dbo].[VisLab] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Glicemia] = @Glicemia, [ColesTot] = @ColesTot, [LDL] = @LDL, [HDL] = @HDL, [Trigliceridi] = @Trigliceridi, [Creatinina] = @Creatinina, [Omocisteina] = @Omocisteina, [MHTFR] = @MHTFR, [FattII] = @FattII, [FattV] = @FattV WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Glicemia] = @Original_Glicemia) AND ([ColesTot] = @Original_ColesTot) AND ([LDL] = @Original_LDL) AND ([HDL] = @Original_HDL) AND ([Trigliceridi] = @Original_Trigliceridi) AND ([ColRapLDLHDL] = @Original_ColRapLDLHDL) AND ([Creatinina] = @Original_Creatinina) AND ([Omocisteina] = @Original_Omocisteina) AND ([MHTFR] = @Original_MHTFR) AND ([FattII] = @Original_FattII) AND ([FattV] = @Original_FattV));
|
||||
SELECT IdxPaziente, DataVisita, Glicemia, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Creatinina, Omocisteina, MHTFR, FattII, FattV FROM VisLab 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Creatinina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Creatinina" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<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="Double" Direction="Input" ParameterName="@Original_Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColRapLDLHDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColRapLDLHDL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Creatinina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Creatinina" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
|
||||
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
|
||||
<Mapping SourceColumn="Glicemia" DataSetColumn="Glicemia" />
|
||||
<Mapping SourceColumn="ColesTot" DataSetColumn="ColesTot" />
|
||||
<Mapping SourceColumn="LDL" DataSetColumn="LDL" />
|
||||
<Mapping SourceColumn="HDL" DataSetColumn="HDL" />
|
||||
<Mapping SourceColumn="Trigliceridi" DataSetColumn="Trigliceridi" />
|
||||
<Mapping SourceColumn="ColRapLDLHDL" DataSetColumn="ColRapLDLHDL" />
|
||||
<Mapping SourceColumn="Creatinina" DataSetColumn="Creatinina" />
|
||||
<Mapping SourceColumn="Omocisteina" DataSetColumn="Omocisteina" />
|
||||
<Mapping SourceColumn="MHTFR" DataSetColumn="MHTFR" />
|
||||
<Mapping SourceColumn="FattII" DataSetColumn="FattII" />
|
||||
<Mapping SourceColumn="FattV" DataSetColumn="FattV" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VLab_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VLab_getByPaziente</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisCicloTableAdapter" GeneratorDataComponentClassName="VisCicloTableAdapter" Name="VisCiclo" UserDataComponentName="VisCicloTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.VisCiclo" 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].[VisCiclo] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Mas = 1 AND [QR1_Mas] IS NULL) OR ([QR1_Mas] = @Original_QR1_Mas)) AND ([VO2] = @Original_VO2) AND ([VO2_a] = @Original_VO2_a) AND ([FC_QR1] = @Original_FC_QR1) AND ([PolsoO2] = @Original_PolsoO2) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([VO2_rip] = @Original_VO2_rip) AND ([KCal_gg] = @Original_KCal_gg) AND ([KCal_cam] = @Original_KCal_cam) AND ((@IsNull_KCal_peso = 1 AND [KCal_peso] IS NULL) OR ([KCal_peso] = @Original_KCal_peso)) AND ((@IsNull_KCal_MM = 1 AND [KCal_MM] IS NULL) OR ([KCal_MM] = @Original_KCal_MM)) AND ([RischioCuore] = @Original_RischioCuore))</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="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QR1_Mas" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QR1_Mas" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Mas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Mas" 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="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2_a" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_a" 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="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_VO2_rip" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_rip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_gg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_gg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_cam" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_cam" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KCal_peso" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KCal_peso" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_peso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KCal_MM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KCal_MM" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_MM" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_MM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_RischioCuore" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RischioCuore" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [dbo].[VisCiclo] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [VO2], [VO2_a], [FC_QR1], [PolsoO2], [PaSisMax], [PaDiaMax], [VO2_rip], [KCal_gg], [KCal_cam], [RischioCuore]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @VO2, @VO2_a, @FC_QR1, @PolsoO2, @PaSisMax, @PaDiaMax, @VO2_rip, @KCal_gg, @KCal_cam, @RischioCuore);
|
||||
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, VO2_rip, KCal_gg, KCal_cam, KCal_peso, KCal_MM, RischioCuore FROM VisCiclo 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<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="@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_a" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_a" 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="@VO2_rip" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_rip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@KCal_gg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_gg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@KCal_cam" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_cam" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@RischioCuore" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RischioCuore" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, VO2_rip, KCal_gg, KCal_cam, KCal_peso, KCal_MM, RischioCuore FROM dbo.VisCiclo</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [dbo].[VisCiclo] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [VO2] = @VO2, [VO2_a] = @VO2_a, [FC_QR1] = @FC_QR1, [PolsoO2] = @PolsoO2, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [VO2_rip] = @VO2_rip, [KCal_gg] = @KCal_gg, [KCal_cam] = @KCal_cam, [RischioCuore] = @RischioCuore WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Mas = 1 AND [QR1_Mas] IS NULL) OR ([QR1_Mas] = @Original_QR1_Mas)) AND ([VO2] = @Original_VO2) AND ([VO2_a] = @Original_VO2_a) AND ([FC_QR1] = @Original_FC_QR1) AND ([PolsoO2] = @Original_PolsoO2) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([VO2_rip] = @Original_VO2_rip) AND ([KCal_gg] = @Original_KCal_gg) AND ([KCal_cam] = @Original_KCal_cam) AND ((@IsNull_KCal_peso = 1 AND [KCal_peso] IS NULL) OR ([KCal_peso] = @Original_KCal_peso)) AND ((@IsNull_KCal_MM = 1 AND [KCal_MM] IS NULL) OR ([KCal_MM] = @Original_KCal_MM)) AND ([RischioCuore] = @Original_RischioCuore));
|
||||
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, VO2_rip, KCal_gg, KCal_cam, KCal_peso, KCal_MM, RischioCuore FROM VisCiclo 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" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<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="@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_a" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_a" 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="@VO2_rip" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_rip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@KCal_gg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_gg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@KCal_cam" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_cam" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@RischioCuore" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RischioCuore" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<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="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QR1_Mas" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QR1_Mas" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Mas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Mas" 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="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2_a" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_a" 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="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_VO2_rip" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_rip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_gg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_gg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_cam" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_cam" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KCal_peso" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KCal_peso" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_peso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KCal_MM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KCal_MM" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_KCal_MM" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="KCal_MM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_RischioCuore" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RischioCuore" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
|
||||
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
|
||||
<Mapping SourceColumn="PaSis" DataSetColumn="PaSis" />
|
||||
<Mapping SourceColumn="PaDia" DataSetColumn="PaDia" />
|
||||
<Mapping SourceColumn="QR1" DataSetColumn="QR1" />
|
||||
<Mapping SourceColumn="QR1_Mas" DataSetColumn="QR1_Mas" />
|
||||
<Mapping SourceColumn="VO2" DataSetColumn="VO2" />
|
||||
<Mapping SourceColumn="VO2_a" DataSetColumn="VO2_a" />
|
||||
<Mapping SourceColumn="FC_QR1" DataSetColumn="FC_QR1" />
|
||||
<Mapping SourceColumn="PolsoO2" DataSetColumn="PolsoO2" />
|
||||
<Mapping SourceColumn="PaSisMax" DataSetColumn="PaSisMax" />
|
||||
<Mapping SourceColumn="PaDiaMax" DataSetColumn="PaDiaMax" />
|
||||
<Mapping SourceColumn="VO2_rip" DataSetColumn="VO2_rip" />
|
||||
<Mapping SourceColumn="KCal_gg" DataSetColumn="KCal_gg" />
|
||||
<Mapping SourceColumn="KCal_cam" DataSetColumn="KCal_cam" />
|
||||
<Mapping SourceColumn="KCal_peso" DataSetColumn="KCal_peso" />
|
||||
<Mapping SourceColumn="KCal_MM" DataSetColumn="KCal_MM" />
|
||||
<Mapping SourceColumn="RischioCuore" DataSetColumn="RischioCuore" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VCiclo_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VCiclo_getByPaziente</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
</DataSource>
|
||||
@@ -308,7 +636,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
<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" />
|
||||
@@ -337,7 +665,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisGen" msprop:Generator_TableClassName="VisGenDataTable" msprop:Generator_TableVarName="tableVisGen" msprop:Generator_TablePropName="VisGen" msprop:Generator_RowDeletingName="VisGenRowDeleting" msprop:Generator_RowChangingName="VisGenRowChanging" msprop:Generator_RowEvHandlerName="VisGenRowChangeEventHandler" msprop:Generator_RowDeletedName="VisGenRowDeleted" msprop:Generator_UserTableName="VisGen" msprop:Generator_RowChangedName="VisGenRowChanged" msprop:Generator_RowEvArgName="VisGenRowChangeEvent" msprop:Generator_RowClassName="VisGenRow">
|
||||
<xs:element name="VisGen" msprop:Generator_TableClassName="VisGenDataTable" msprop:Generator_TableVarName="tableVisGen" msprop:Generator_RowChangedName="VisGenRowChanged" msprop:Generator_TablePropName="VisGen" msprop:Generator_RowDeletingName="VisGenRowDeleting" msprop:Generator_RowChangingName="VisGenRowChanging" msprop:Generator_RowEvHandlerName="VisGenRowChangeEventHandler" msprop:Generator_RowDeletedName="VisGenRowDeleted" msprop:Generator_RowClassName="VisGenRow" msprop:Generator_UserTableName="VisGen" msprop:Generator_RowEvArgName="VisGenRowChangeEvent">
|
||||
<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" />
|
||||
@@ -356,7 +684,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
</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" />
|
||||
@@ -369,6 +697,60 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisCardio" msprop:Generator_TableClassName="VisCardioDataTable" msprop:Generator_TableVarName="tableVisCardio" msprop:Generator_TablePropName="VisCardio" msprop:Generator_RowDeletingName="VisCardioRowDeleting" msprop:Generator_RowChangingName="VisCardioRowChanging" msprop:Generator_RowEvHandlerName="VisCardioRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCardioRowDeleted" msprop:Generator_UserTableName="VisCardio" msprop:Generator_RowChangedName="VisCardioRowChanged" msprop:Generator_RowEvArgName="VisCardioRowChangeEvent" msprop:Generator_RowClassName="VisCardioRow">
|
||||
<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" />
|
||||
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
|
||||
<xs:element name="FrazEiez" msprop:Generator_ColumnVarNameInTable="columnFrazEiez" msprop:Generator_ColumnPropNameInRow="FrazEiez" msprop:Generator_ColumnPropNameInTable="FrazEiezColumn" msprop:Generator_UserColumnName="FrazEiez" type="xs:double" />
|
||||
<xs:element name="TDI" msprop:Generator_ColumnVarNameInTable="columnTDI" msprop:Generator_ColumnPropNameInRow="TDI" msprop:Generator_ColumnPropNameInTable="TDIColumn" msprop:Generator_UserColumnName="TDI" type="xs:double" />
|
||||
<xs:element name="PlaccheVas" msprop:Generator_ColumnVarNameInTable="columnPlaccheVas" msprop:Generator_ColumnPropNameInRow="PlaccheVas" msprop:Generator_ColumnPropNameInTable="PlaccheVasColumn" msprop:Generator_UserColumnName="PlaccheVas" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
|
||||
<xs: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" />
|
||||
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
|
||||
<xs:element name="Glicemia" msprop:Generator_ColumnVarNameInTable="columnGlicemia" msprop:Generator_ColumnPropNameInRow="Glicemia" msprop:Generator_ColumnPropNameInTable="GlicemiaColumn" msprop:Generator_UserColumnName="Glicemia" type="xs:double" />
|
||||
<xs:element name="ColesTot" msprop:Generator_ColumnVarNameInTable="columnColesTot" msprop:Generator_ColumnPropNameInRow="ColesTot" msprop:Generator_ColumnPropNameInTable="ColesTotColumn" msprop:Generator_UserColumnName="ColesTot" type="xs:double" />
|
||||
<xs:element name="LDL" msprop:Generator_ColumnVarNameInTable="columnLDL" msprop:Generator_ColumnPropNameInRow="LDL" msprop:Generator_ColumnPropNameInTable="LDLColumn" msprop:Generator_UserColumnName="LDL" type="xs:double" />
|
||||
<xs:element name="HDL" msprop:Generator_ColumnVarNameInTable="columnHDL" msprop:Generator_ColumnPropNameInRow="HDL" msprop:Generator_ColumnPropNameInTable="HDLColumn" msprop:Generator_UserColumnName="HDL" type="xs:double" />
|
||||
<xs:element name="Trigliceridi" msprop:Generator_ColumnVarNameInTable="columnTrigliceridi" msprop:Generator_ColumnPropNameInRow="Trigliceridi" msprop:Generator_ColumnPropNameInTable="TrigliceridiColumn" msprop:Generator_UserColumnName="Trigliceridi" type="xs:double" />
|
||||
<xs:element name="ColRapLDLHDL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColRapLDLHDL" msprop:Generator_ColumnPropNameInRow="ColRapLDLHDL" msprop:Generator_ColumnPropNameInTable="ColRapLDLHDLColumn" msprop:Generator_UserColumnName="ColRapLDLHDL" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Creatinina" msprop:Generator_ColumnVarNameInTable="columnCreatinina" msprop:Generator_ColumnPropNameInRow="Creatinina" msprop:Generator_ColumnPropNameInTable="CreatininaColumn" msprop:Generator_UserColumnName="Creatinina" type="xs:double" />
|
||||
<xs:element name="Omocisteina" msprop:Generator_ColumnVarNameInTable="columnOmocisteina" msprop:Generator_ColumnPropNameInRow="Omocisteina" msprop:Generator_ColumnPropNameInTable="OmocisteinaColumn" msprop:Generator_UserColumnName="Omocisteina" type="xs:double" />
|
||||
<xs:element name="MHTFR" msprop:Generator_ColumnVarNameInTable="columnMHTFR" msprop:Generator_ColumnPropNameInRow="MHTFR" msprop:Generator_ColumnPropNameInTable="MHTFRColumn" msprop:Generator_UserColumnName="MHTFR" type="xs:double" />
|
||||
<xs:element name="FattII" msprop:Generator_ColumnVarNameInTable="columnFattII" msprop:Generator_ColumnPropNameInRow="FattII" msprop:Generator_ColumnPropNameInTable="FattIIColumn" msprop:Generator_UserColumnName="FattII" type="xs:double" />
|
||||
<xs:element name="FattV" msprop:Generator_ColumnVarNameInTable="columnFattV" msprop:Generator_ColumnPropNameInRow="FattV" msprop:Generator_ColumnPropNameInTable="FattVColumn" msprop:Generator_UserColumnName="FattV" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisCiclo" msprop:Generator_TableClassName="VisCicloDataTable" msprop:Generator_TableVarName="tableVisCiclo" msprop:Generator_TablePropName="VisCiclo" msprop:Generator_RowDeletingName="VisCicloRowDeleting" msprop:Generator_RowChangingName="VisCicloRowChanging" msprop:Generator_RowEvHandlerName="VisCicloRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCicloRowDeleted" msprop:Generator_UserTableName="VisCiclo" msprop:Generator_RowChangedName="VisCicloRowChanged" msprop:Generator_RowEvArgName="VisCicloRowChangeEvent" msprop:Generator_RowClassName="VisCicloRow">
|
||||
<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" />
|
||||
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
|
||||
<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_Mas" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnQR1_Mas" msprop:Generator_ColumnPropNameInRow="QR1_Mas" msprop:Generator_ColumnPropNameInTable="QR1_MasColumn" msprop:Generator_UserColumnName="QR1_Mas" 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" />
|
||||
<xs:element name="VO2_a" msprop:Generator_ColumnVarNameInTable="columnVO2_a" msprop:Generator_ColumnPropNameInRow="VO2_a" msprop:Generator_ColumnPropNameInTable="VO2_aColumn" msprop:Generator_UserColumnName="VO2_a" 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="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="VO2_rip" msprop:Generator_ColumnVarNameInTable="columnVO2_rip" msprop:Generator_ColumnPropNameInRow="VO2_rip" msprop:Generator_ColumnPropNameInTable="VO2_ripColumn" msprop:Generator_UserColumnName="VO2_rip" type="xs:double" />
|
||||
<xs:element name="KCal_gg" msprop:Generator_ColumnVarNameInTable="columnKCal_gg" msprop:Generator_ColumnPropNameInRow="KCal_gg" msprop:Generator_ColumnPropNameInTable="KCal_ggColumn" msprop:Generator_UserColumnName="KCal_gg" type="xs:double" />
|
||||
<xs:element name="KCal_cam" msprop:Generator_ColumnVarNameInTable="columnKCal_cam" msprop:Generator_ColumnPropNameInRow="KCal_cam" msprop:Generator_ColumnPropNameInTable="KCal_camColumn" msprop:Generator_UserColumnName="KCal_cam" type="xs:double" />
|
||||
<xs:element name="KCal_peso" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnKCal_peso" msprop:Generator_ColumnPropNameInRow="KCal_peso" msprop:Generator_ColumnPropNameInTable="KCal_pesoColumn" msprop:Generator_UserColumnName="KCal_peso" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="KCal_MM" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnKCal_MM" msprop:Generator_ColumnPropNameInRow="KCal_MM" msprop:Generator_ColumnPropNameInTable="KCal_MMColumn" msprop:Generator_UserColumnName="KCal_MM" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="RischioCuore" msprop:Generator_ColumnVarNameInTable="columnRischioCuore" msprop:Generator_ColumnPropNameInRow="RischioCuore" msprop:Generator_ColumnPropNameInTable="RischioCuoreColumn" msprop:Generator_UserColumnName="RischioCuore" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||
@@ -384,10 +766,28 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
|
||||
<xs:selector xpath=".//mstns:ElencoVisite" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
<xs:unique name="VisCardio_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:VisCardio" />
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
<xs:unique name="VisLab_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:VisLab" />
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
<xs:unique name="VisCiclo_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:VisCiclo" />
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_VisGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisGen" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisGen" msprop:Generator_ChildPropName="GetVisGenRows" msprop:Generator_UserRelationName="FK_VisGen_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisGen" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisGen" msprop:Generator_ChildPropName="GetVisGenRows" msprop:Generator_UserRelationName="FK_VisGen_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisCardio_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardio" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardio" msprop:Generator_ChildPropName="GetVisCardioRows" msprop:Generator_UserRelationName="FK_VisCardio_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisCardio_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisCiclo_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCiclo" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCiclo" msprop:Generator_ChildPropName="GetVisCicloRows" msprop:Generator_UserRelationName="FK_VisCiclo_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisCiclo_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -4,14 +4,17 @@
|
||||
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="82" ViewPortY="0" 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="97" ViewPortY="137" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="4" X="698" Y="94" Height="248" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:VisGen" ZOrder="1" X="1060" Y="56" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:ElencoVisite" ZOrder="2" X="67" Y="40" Height="210" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="10" X="698" Y="94" Height="248" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:VisGen" ZOrder="7" X="1060" Y="56" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:ElencoVisite" ZOrder="8" X="286" Y="83" Height="210" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:VisCardio" ZOrder="6" X="700" Y="425" Height="191" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="4" X="277" Y="383" Height="324" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisCiclo" ZOrder="2" X="1095" Y="477" Height="324" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_VisGen_AnagPazienti" ZOrder="3" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisGen_AnagPazienti" ZOrder="9" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>998</X>
|
||||
@@ -23,5 +26,53 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisCardio_AnagPazienti" ZOrder="5" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>908</X>
|
||||
<Y>342</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>908</X>
|
||||
<Y>442</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>900</X>
|
||||
<Y>442</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="3" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>715</X>
|
||||
<Y>342</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>715</X>
|
||||
<Y>400</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>477</X>
|
||||
<Y>400</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisCiclo_AnagPazienti" ZOrder="1" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>981</X>
|
||||
<Y>342</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>981</X>
|
||||
<Y>494</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>1095</X>
|
||||
<Y>494</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
</Connectors>
|
||||
</DiagramLayout>
|
||||
Reference in New Issue
Block a user