Update elenco visite con nuove tab

This commit is contained in:
Samuele E. Locatelli
2014-08-04 17:25:09 +02:00
parent e97f87daa0
commit 39ec730a79
6 changed files with 1812 additions and 170 deletions
@@ -18,7 +18,7 @@
<div class="ui-grid-b">
<div class="ui-block-a"></div>
<div class="ui-block-b">
<a class="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-top" href="VGen?cmd=new">Visita Generale</a>
<a class="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-top" href="VAC?cmd=new">Visita Generale</a>
</div>
</div>
</EmptyDataTemplate>
@@ -28,40 +28,46 @@
<asp:Label ID="Label1" runat="server" Text='<%# Eval("DataVisita", "{0:ddd dd/MM/yy}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VGen" SortExpression="VGen" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="VAC" SortExpression="VAC" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVGen" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVGen" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VGen")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVGen" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVGen" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VGen")) %>'></asp:LinkButton>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVAC" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVAC" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VAC")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVAC" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVAC" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VAC")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VCiclo" SortExpression="VCiclo" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="VCP" SortExpression="VCP" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVCiclo" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVCiclo" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VCiclo")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVCiclo" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVCiclo" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VCiclo")) %>'></asp:LinkButton>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVCP" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVCP" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VCP")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVCP" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVCP" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VCP")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VEco" SortExpression="VEco" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="VBMA" SortExpression="VBMA" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVEco" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVEco" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VEco")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVEco" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVEco" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VEco")) %>'></asp:LinkButton>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVBMA" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVBMA" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VBMA")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVBMA" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVBMA" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VBMA")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VBMec" SortExpression="VBMec" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="VL" SortExpression="VL" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVBMec" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVBMec" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VBMec")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVBMec" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVBMec" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VBMec")) %>'></asp:LinkButton>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVL" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVL" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VL")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVL" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVL" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VL")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VLab" SortExpression="VLab" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="VP" SortExpression="VP" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVLab" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVLab" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VLab")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVLab" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVLab" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VLab")) %>'></asp:LinkButton>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVP" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVP" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VP")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVP" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVP" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VP")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VPsi" SortExpression="VPsi" ItemStyle-HorizontalAlign="Center">
<asp:TemplateField HeaderText="VSV" SortExpression="VSV" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVPsi" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVPsi" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VPsi")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVPsi" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVPsi" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VPsi")) %>'></asp:LinkButton>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVSV" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVSV" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VSV")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVSV" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVSV" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VSV")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="VRF" SortExpression="VRF" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-search ui-btn-icon-notext ui-btn-inline" ID="lbSelVRF" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelVRF" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("VRF")) %>'></asp:LinkButton>
<asp:LinkButton ID="lbNewVRF" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="NewVRF" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("VRF")) %>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
</Columns>
@@ -52,41 +52,47 @@ namespace MedPred.WebUserControls
switch (lastCmd)
{
case "SelVGen":
Response.Redirect("VGen?cmd=sel");
case "SelVAC":
Response.Redirect("VAC?cmd=sel");
break;
case "NewVGen":
Response.Redirect("VGen?cmd=new");
case "NewVAC":
Response.Redirect("VAC?cmd=new");
break;
case "SelVCiclo":
Response.Redirect("VCiclo?cmd=sel");
case "SelVBMA":
Response.Redirect("VBMA?cmd=sel");
break;
case "NewVCiclo":
Response.Redirect("VCiclo?cmd=new");
case "NewVBMA":
Response.Redirect("VBMA?cmd=new");
break;
case "SelVEco":
Response.Redirect("VEco?cmd=sel");
case "SelVCP":
Response.Redirect("VCP?cmd=sel");
break;
case "NewVEco":
Response.Redirect("VEco?cmd=new");
case "NewVCP":
Response.Redirect("VCP?cmd=new");
break;
case "SelVBMec":
Response.Redirect("VBMec?cmd=sel");
case "SelVL":
Response.Redirect("VL?cmd=sel");
break;
case "NewVBMec":
Response.Redirect("VBMec?cmd=new");
case "NewVL":
Response.Redirect("VL?cmd=new");
break;
case "SelVLab":
Response.Redirect("VLab?cmd=sel");
case "SelVP":
Response.Redirect("VP?cmd=sel");
break;
case "NewVLab":
Response.Redirect("VLab?cmd=new");
case "NewVP":
Response.Redirect("VP?cmd=new");
break;
case "SelVPsi":
Response.Redirect("VPsi?cmd=sel");
case "SelVSV":
Response.Redirect("VSV?cmd=sel");
break;
case "NewVPsi":
Response.Redirect("VPsi?cmd=new");
case "NewVSV":
Response.Redirect("VSV?cmd=new");
break;
case "SelVRF":
Response.Redirect("VRF?cmd=sel");
break;
case "NewVRF":
Response.Redirect("VRF?cmd=new");
break;
default:
break;
+1573 -103
View File
File diff suppressed because it is too large Load Diff
+184 -24
View File
@@ -304,7 +304,7 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ElencoVisiteTableAdapter" GeneratorDataComponentClassName="ElencoVisiteTableAdapter" Name="ElencoVisite" UserDataComponentName="ElencoVisiteTableAdapter">
<MainSource>
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_EV_getByIdxPaz" DbObjectType="StoredProcedure" 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">
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_EV_getByIdxPaz" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_EV_getByIdxPaz</CommandText>
@@ -318,12 +318,19 @@ SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc,
</MainSource>
<Mappings>
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="VGen" DataSetColumn="VGen" />
<Mapping SourceColumn="VCiclo" DataSetColumn="VCiclo" />
<Mapping SourceColumn="VEco" DataSetColumn="VEco" />
<Mapping SourceColumn="VBMec" DataSetColumn="VBMec" />
<Mapping SourceColumn="VLab" DataSetColumn="VLab" />
<Mapping SourceColumn="VPsi" DataSetColumn="VPsi" />
<Mapping SourceColumn="VGen" DataSetColumn="VAC" />
<Mapping SourceColumn="VCiclo" DataSetColumn="VBMA" />
<Mapping SourceColumn="VEco" DataSetColumn="VCP" />
<Mapping SourceColumn="VBMec" DataSetColumn="VL" />
<Mapping SourceColumn="VLab" DataSetColumn="VP" />
<Mapping SourceColumn="VPsi" DataSetColumn="VSV" />
<Mapping SourceColumn="VAC" DataSetColumn="VAC" />
<Mapping SourceColumn="VBMA" DataSetColumn="VBMA" />
<Mapping SourceColumn="VCP" DataSetColumn="VCP" />
<Mapping SourceColumn="VL" DataSetColumn="VL" />
<Mapping SourceColumn="VP" DataSetColumn="VP" />
<Mapping SourceColumn="VSV" DataSetColumn="VSV" />
<Mapping SourceColumn="VRF" DataSetColumn="VRF" />
</Mappings>
<Sources />
</TableAdapter>
@@ -818,6 +825,129 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisAnamCliTableAdapter" GeneratorDataComponentClassName="VisAnamCliTableAdapter" Name="VisAnamCli" UserDataComponentName="VisAnamCliTableAdapter">
<MainSource>
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.VisAnamCli" 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].[VisAnamCli] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FamMCCV] = @Original_FamMCCV) AND ([Ipertens] = @Original_Ipertens) AND ([IpertensYtd] = @Original_IpertensYtd) AND ([Diabete] = @Original_Diabete) AND ([DiabeteYtd] = @Original_DiabeteYtd) AND ([Ipercolest] = @Original_Ipercolest) AND ([IpercolestYtd] = @Original_IpercolestYtd) AND ([Fumo] = @Original_Fumo) AND ([FumoYtd] = @Original_FumoYtd) AND ([Alcool] = @Original_Alcool) AND ([AlcoolYtd] = @Original_AlcoolYtd) AND ([Sovrapp] = @Original_Sovrapp) AND ([SovrappYtd] = @Original_SovrappYtd) AND ([Sedent] = @Original_Sedent) AND ([AdesTerap] = @Original_AdesTerap))</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_FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[VisAnamCli] ([IdxPaziente], [DataVisita], [FamMCCV], [Ipertens], [IpertensYtd], [Diabete], [DiabeteYtd], [Ipercolest], [IpercolestYtd], [Fumo], [FumoYtd], [Alcool], [AlcoolYtd], [Sovrapp], [SovrappYtd], [Sedent], [AdesTerap]) VALUES (@IdxPaziente, @DataVisita, @FamMCCV, @Ipertens, @IpertensYtd, @Diabete, @DiabeteYtd, @Ipercolest, @IpercolestYtd, @Fumo, @FumoYtd, @Alcool, @AlcoolYtd, @Sovrapp, @SovrappYtd, @Sedent, @AdesTerap);
SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM VisAnamCli 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="@FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM dbo.VisAnamCli</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[VisAnamCli] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [FamMCCV] = @FamMCCV, [Ipertens] = @Ipertens, [IpertensYtd] = @IpertensYtd, [Diabete] = @Diabete, [DiabeteYtd] = @DiabeteYtd, [Ipercolest] = @Ipercolest, [IpercolestYtd] = @IpercolestYtd, [Fumo] = @Fumo, [FumoYtd] = @FumoYtd, [Alcool] = @Alcool, [AlcoolYtd] = @AlcoolYtd, [Sovrapp] = @Sovrapp, [SovrappYtd] = @SovrappYtd, [Sedent] = @Sedent, [AdesTerap] = @AdesTerap WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FamMCCV] = @Original_FamMCCV) AND ([Ipertens] = @Original_Ipertens) AND ([IpertensYtd] = @Original_IpertensYtd) AND ([Diabete] = @Original_Diabete) AND ([DiabeteYtd] = @Original_DiabeteYtd) AND ([Ipercolest] = @Original_Ipercolest) AND ([IpercolestYtd] = @Original_IpercolestYtd) AND ([Fumo] = @Original_Fumo) AND ([FumoYtd] = @Original_FumoYtd) AND ([Alcool] = @Original_Alcool) AND ([AlcoolYtd] = @Original_AlcoolYtd) AND ([Sovrapp] = @Original_Sovrapp) AND ([SovrappYtd] = @Original_SovrappYtd) AND ([Sedent] = @Original_Sedent) AND ([AdesTerap] = @Original_AdesTerap));
SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM VisAnamCli 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="@FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" 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_FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="FamMCCV" DataSetColumn="FamMCCV" />
<Mapping SourceColumn="Ipertens" DataSetColumn="Ipertens" />
<Mapping SourceColumn="IpertensYtd" DataSetColumn="IpertensYtd" />
<Mapping SourceColumn="Diabete" DataSetColumn="Diabete" />
<Mapping SourceColumn="DiabeteYtd" DataSetColumn="DiabeteYtd" />
<Mapping SourceColumn="Ipercolest" DataSetColumn="Ipercolest" />
<Mapping SourceColumn="IpercolestYtd" DataSetColumn="IpercolestYtd" />
<Mapping SourceColumn="Fumo" DataSetColumn="Fumo" />
<Mapping SourceColumn="FumoYtd" DataSetColumn="FumoYtd" />
<Mapping SourceColumn="Alcool" DataSetColumn="Alcool" />
<Mapping SourceColumn="AlcoolYtd" DataSetColumn="AlcoolYtd" />
<Mapping SourceColumn="Sovrapp" DataSetColumn="Sovrapp" />
<Mapping SourceColumn="SovrappYtd" DataSetColumn="SovrappYtd" />
<Mapping SourceColumn="Sedent" DataSetColumn="Sedent" />
<Mapping SourceColumn="AdesTerap" DataSetColumn="AdesTerap" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
@@ -826,7 +956,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
<xs:element name="DS_Applicazione" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Applicazione" msprop:Generator_UserDSName="DS_Applicazione">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent" msprop:Generator_RowClassName="AnagPazientiRow">
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_RowClassName="AnagPazientiRow" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -877,7 +1007,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@@ -896,20 +1026,21 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_RowClassName="ElencoVisiteRow" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent">
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent" msprop:Generator_RowClassName="ElencoVisiteRow">
<xs:complexType>
<xs:sequence>
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="VGen" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVGen" msprop:Generator_ColumnPropNameInRow="VGen" msprop:Generator_ColumnPropNameInTable="VGenColumn" msprop:Generator_UserColumnName="VGen" type="xs:int" minOccurs="0" />
<xs:element name="VCiclo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVCiclo" msprop:Generator_ColumnPropNameInRow="VCiclo" msprop:Generator_ColumnPropNameInTable="VCicloColumn" msprop:Generator_UserColumnName="VCiclo" type="xs:int" minOccurs="0" />
<xs:element name="VEco" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVEco" msprop:Generator_ColumnPropNameInRow="VEco" msprop:Generator_ColumnPropNameInTable="VEcoColumn" msprop:Generator_UserColumnName="VEco" type="xs:int" minOccurs="0" />
<xs:element name="VBMec" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVBMec" msprop:Generator_ColumnPropNameInRow="VBMec" msprop:Generator_ColumnPropNameInTable="VBMecColumn" msprop:Generator_UserColumnName="VBMec" type="xs:int" minOccurs="0" />
<xs:element name="VLab" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVLab" msprop:Generator_ColumnPropNameInRow="VLab" msprop:Generator_ColumnPropNameInTable="VLabColumn" msprop:Generator_UserColumnName="VLab" type="xs:int" minOccurs="0" />
<xs:element name="VPsi" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVPsi" msprop:Generator_ColumnPropNameInRow="VPsi" msprop:Generator_ColumnPropNameInTable="VPsiColumn" msprop:Generator_UserColumnName="VPsi" type="xs:int" minOccurs="0" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" minOccurs="0" />
<xs:element name="VAC" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVAC" msprop:Generator_ColumnPropNameInRow="VAC" msprop:Generator_ColumnPropNameInTable="VACColumn" msprop:Generator_UserColumnName="VAC" type="xs:int" minOccurs="0" />
<xs:element name="VBMA" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVBMA" msprop:Generator_ColumnPropNameInRow="VBMA" msprop:Generator_ColumnPropNameInTable="VBMAColumn" msprop:Generator_UserColumnName="VBMA" type="xs:int" minOccurs="0" />
<xs:element name="VCP" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVCP" msprop:Generator_ColumnPropNameInRow="VCP" msprop:Generator_ColumnPropNameInTable="VCPColumn" msprop:Generator_UserColumnName="VCP" type="xs:int" minOccurs="0" />
<xs:element name="VL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVL" msprop:Generator_ColumnPropNameInRow="VL" msprop:Generator_ColumnPropNameInTable="VLColumn" msprop:Generator_UserColumnName="VL" type="xs:int" minOccurs="0" />
<xs:element name="VP" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVP" msprop:Generator_ColumnPropNameInRow="VP" msprop:Generator_ColumnPropNameInTable="VPColumn" msprop:Generator_UserColumnName="VP" type="xs:int" minOccurs="0" />
<xs:element name="VSV" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVSV" msprop:Generator_ColumnPropNameInRow="VSV" msprop:Generator_ColumnPropNameInTable="VSVColumn" msprop:Generator_UserColumnName="VSV" type="xs:int" minOccurs="0" />
<xs:element name="VRF" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVRF" msprop:Generator_ColumnPropNameInRow="VRF" msprop:Generator_ColumnPropNameInTable="VRFColumn" msprop:Generator_UserColumnName="VRF" type="xs:int" minOccurs="0" />
</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:element name="VisCardio" msprop:Generator_TableClassName="VisCardioDataTable" msprop:Generator_TableVarName="tableVisCardio" msprop:Generator_RowChangedName="VisCardioRowChanged" msprop:Generator_TablePropName="VisCardio" msprop:Generator_RowDeletingName="VisCardioRowDeleting" msprop:Generator_RowChangingName="VisCardioRowChanging" msprop:Generator_RowEvHandlerName="VisCardioRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCardioRowDeleted" msprop:Generator_RowClassName="VisCardioRow" msprop:Generator_UserTableName="VisCardio" msprop:Generator_RowEvArgName="VisCardioRowChangeEvent">
<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" />
@@ -920,7 +1051,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_RowClassName="VisLabRow" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowEvArgName="VisLabRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
@@ -939,7 +1070,7 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
</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:element name="VisCiclo" msprop:Generator_TableClassName="VisCicloDataTable" msprop:Generator_TableVarName="tableVisCiclo" msprop:Generator_RowChangedName="VisCicloRowChanged" msprop:Generator_TablePropName="VisCiclo" msprop:Generator_RowDeletingName="VisCicloRowDeleting" msprop:Generator_RowChangingName="VisCicloRowChanging" msprop:Generator_RowEvHandlerName="VisCicloRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCicloRowDeleted" msprop:Generator_RowClassName="VisCicloRow" msprop:Generator_UserTableName="VisCiclo" msprop:Generator_RowEvArgName="VisCicloRowChangeEvent">
<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" />
@@ -963,6 +1094,29 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent" msprop:Generator_RowClassName="VisAnamCliRow">
<xs: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="FamMCCV" msprop:Generator_ColumnVarNameInTable="columnFamMCCV" msprop:Generator_ColumnPropNameInRow="FamMCCV" msprop:Generator_ColumnPropNameInTable="FamMCCVColumn" msprop:Generator_UserColumnName="FamMCCV" type="xs:int" />
<xs:element name="Ipertens" msprop:Generator_ColumnVarNameInTable="columnIpertens" msprop:Generator_ColumnPropNameInRow="Ipertens" msprop:Generator_ColumnPropNameInTable="IpertensColumn" msprop:Generator_UserColumnName="Ipertens" type="xs:int" />
<xs:element name="IpertensYtd" msprop:Generator_ColumnVarNameInTable="columnIpertensYtd" msprop:Generator_ColumnPropNameInRow="IpertensYtd" msprop:Generator_ColumnPropNameInTable="IpertensYtdColumn" msprop:Generator_UserColumnName="IpertensYtd" type="xs:int" />
<xs:element name="Diabete" msprop:Generator_ColumnVarNameInTable="columnDiabete" msprop:Generator_ColumnPropNameInRow="Diabete" msprop:Generator_ColumnPropNameInTable="DiabeteColumn" msprop:Generator_UserColumnName="Diabete" type="xs:int" />
<xs:element name="DiabeteYtd" msprop:Generator_ColumnVarNameInTable="columnDiabeteYtd" msprop:Generator_ColumnPropNameInRow="DiabeteYtd" msprop:Generator_ColumnPropNameInTable="DiabeteYtdColumn" msprop:Generator_UserColumnName="DiabeteYtd" type="xs:int" />
<xs:element name="Ipercolest" msprop:Generator_ColumnVarNameInTable="columnIpercolest" msprop:Generator_ColumnPropNameInRow="Ipercolest" msprop:Generator_ColumnPropNameInTable="IpercolestColumn" msprop:Generator_UserColumnName="Ipercolest" type="xs:int" />
<xs:element name="IpercolestYtd" msprop:Generator_ColumnVarNameInTable="columnIpercolestYtd" msprop:Generator_ColumnPropNameInRow="IpercolestYtd" msprop:Generator_ColumnPropNameInTable="IpercolestYtdColumn" msprop:Generator_UserColumnName="IpercolestYtd" type="xs:int" />
<xs:element name="Fumo" msprop:Generator_ColumnVarNameInTable="columnFumo" msprop:Generator_ColumnPropNameInRow="Fumo" msprop:Generator_ColumnPropNameInTable="FumoColumn" msprop:Generator_UserColumnName="Fumo" type="xs:int" />
<xs:element name="FumoYtd" msprop:Generator_ColumnVarNameInTable="columnFumoYtd" msprop:Generator_ColumnPropNameInRow="FumoYtd" msprop:Generator_ColumnPropNameInTable="FumoYtdColumn" msprop:Generator_UserColumnName="FumoYtd" type="xs:int" />
<xs:element name="Alcool" msprop:Generator_ColumnVarNameInTable="columnAlcool" msprop:Generator_ColumnPropNameInRow="Alcool" msprop:Generator_ColumnPropNameInTable="AlcoolColumn" msprop:Generator_UserColumnName="Alcool" type="xs:int" />
<xs:element name="AlcoolYtd" msprop:Generator_ColumnVarNameInTable="columnAlcoolYtd" msprop:Generator_ColumnPropNameInRow="AlcoolYtd" msprop:Generator_ColumnPropNameInTable="AlcoolYtdColumn" msprop:Generator_UserColumnName="AlcoolYtd" type="xs:int" />
<xs:element name="Sovrapp" msprop:Generator_ColumnVarNameInTable="columnSovrapp" msprop:Generator_ColumnPropNameInRow="Sovrapp" msprop:Generator_ColumnPropNameInTable="SovrappColumn" msprop:Generator_UserColumnName="Sovrapp" type="xs:int" />
<xs:element name="SovrappYtd" msprop:Generator_ColumnVarNameInTable="columnSovrappYtd" msprop:Generator_ColumnPropNameInRow="SovrappYtd" msprop:Generator_ColumnPropNameInTable="SovrappYtdColumn" msprop:Generator_UserColumnName="SovrappYtd" type="xs:int" />
<xs:element name="Sedent" msprop:Generator_ColumnVarNameInTable="columnSedent" msprop:Generator_ColumnPropNameInRow="Sedent" msprop:Generator_ColumnPropNameInTable="SedentColumn" msprop:Generator_UserColumnName="Sedent" type="xs:int" />
<xs:element name="AdesTerap" msprop:Generator_ColumnVarNameInTable="columnAdesTerap" msprop:Generator_ColumnPropNameInRow="AdesTerap" msprop:Generator_ColumnPropNameInTable="AdesTerapColumn" msprop:Generator_UserColumnName="AdesTerap" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
@@ -993,13 +1147,19 @@ SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Mas, VO2, VO2_a, FC_QR1,
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisAnamCli_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisAnamCli" />
<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_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" />
<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_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_RelationVarName="relationFK_VisCardio_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<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_RelationVarName="relationFK_VisCiclo_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
Binary file not shown.
Binary file not shown.