continuo fix scheda VAC (tempalte x successive...)
This commit is contained in:
@@ -329,7 +329,6 @@
|
||||
<Content Include="VAC.aspx" />
|
||||
<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" />
|
||||
@@ -435,13 +434,6 @@
|
||||
<Compile Include="VEco.aspx.designer.cs">
|
||||
<DependentUpon>VEco.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="VGen.aspx.cs">
|
||||
<DependentUpon>VGen.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="VGen.aspx.designer.cs">
|
||||
<DependentUpon>VGen.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Visite.aspx.cs">
|
||||
<DependentUpon>Visite.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
+265
-69
@@ -1,26 +1,158 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="VAC.aspx.cs" Inherits="MedPred.VAC" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
<%-- <script>
|
||||
function confermaDel() {
|
||||
<%=SteamWare.jsUtils.getCBE("Sei sicuro di voler eliminare il record corrente?","false") %>
|
||||
}
|
||||
</script>--%>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div style="font-size: 0.8em;">
|
||||
<asp:FormView ID="frmView" runat="server" DataSourceID="ods" RenderOuterTable="False" OnModeChanged="frmView_ModeChanged">
|
||||
<ItemTemplate>
|
||||
ITEM - EMPTY
|
||||
</ItemTemplate>
|
||||
<InsertItemTemplate>
|
||||
<div class="ui-grid-b">
|
||||
<div class="ui-grid-c">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Data:</li>
|
||||
<li class="ui-field-contain">
|
||||
<%--<asp:TextBox Enabled="false" runat="server" ID="txtDataVisita" Text='<%# Bind("DataVisita", "{0:yyyy-MM-dd}") %>' />--%>
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
<li data-role="list-divider">Fam MCCV:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFamMCCV" DataSourceID="odsFamMCCV" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FamMCCV") %>' />
|
||||
</li>
|
||||
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Adesione Terapie:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Sedentariertà:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipertensione:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpertens" DataSourceID="odsIpertens" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipertens") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlIpertensYtd">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpertensYtd" DataSourceID="odsIpertensYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpertensYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Diabete:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlDiabete" DataSourceID="odsDiabete" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Diabete") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlDiabeteYtd">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlDiabeteYtd" DataSourceID="odsDiabeteYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("DiabeteYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipercolesterolemia:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpercolest" DataSourceID="odsIpercolest" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipercolest") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlIpercolestYtd">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlIpercolestYtd" DataSourceID="odsIpercolestYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpercolestYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Fumo:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFumo" DataSourceID="odsFumo" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Fumo") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlFumoYtd">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlFumoYtd" DataSourceID="odsFumoYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FumoYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Alcool:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlAlcool" DataSourceID="odsAlcool" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Alcool") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlAlcoolYtd">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlAlcoolYtd" DataSourceID="odsAlcoolYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AlcoolYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Sovrappeso:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlSovrapp" DataSourceID="odsSovrapp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sovrapp") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlSovrappYtd">da anni:</label>
|
||||
<asp:DropDownList Enabled="false" runat="server" ID="ddlSovrappYtd" DataSourceID="odsSovrappYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("SovrappYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui-grid-solo">
|
||||
<div class="ui-block-a">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-body ui-body-b">
|
||||
<fieldset class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnEdit" CausesValidation="False" CommandName="Edit" Text="Modifica" data-theme="a" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-icon-delete ui-shadow ui-corner-all" ID="btnDelete" CausesValidation="False" CommandName="Delete" Text="Elimina" data-theme="b" OnClientClick="return confirm('Sei sicuro di voler eliminare il record?')" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
<InsertItemTemplate>
|
||||
<div class="ui-grid-c">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Data:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
</li>
|
||||
<li data-role="list-divider">Fam MCCV:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlFamMCCV">Fam MCCV:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFamMCCV" DataSourceID="odsFamMCCV" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FamMCCV") %>' />
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Adesione Terapie:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Sedentariertà:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipertensione:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlIpertens">Ipertensione:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpertens" DataSourceID="odsIpertens" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipertens") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
@@ -28,9 +160,9 @@
|
||||
<asp:DropDownList runat="server" ID="ddlIpertensYtd" DataSourceID="odsIpertensYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpertensYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Diabete:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlDiabete">Diabete:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlDiabete" DataSourceID="odsDiabete" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Diabete") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
@@ -39,16 +171,10 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipercolesterolemia:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlAdesTerap">Adesione Terapie:</label>
|
||||
<asp:DropDownList runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlIpercolest">Ipercolest:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolest" DataSourceID="odsIpercolest" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipercolest") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
@@ -57,8 +183,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Fumo:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlFumo">Fumo:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFumo" DataSourceID="odsFumo" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Fumo") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
@@ -67,16 +193,10 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c">
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Alcool:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlSedent">Sedentariertà:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlAlcool">Alcool:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlAlcool" DataSourceID="odsAlcool" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Alcool") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
@@ -85,8 +205,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Sovrappeso:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlSovrapp">Sovrappeso:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlSovrapp" DataSourceID="odsSovrapp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sovrapp") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
@@ -114,44 +234,96 @@
|
||||
</div>
|
||||
</InsertItemTemplate>
|
||||
<EditItemTemplate>
|
||||
<%--<div class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<div class="ui-grid-c">
|
||||
<div class="ui-block-a" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Data:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="name2">Cognome:</label>
|
||||
<asp:TextBox runat="server" ID="txtCognome" Text='<%# Bind("Cognome") %>' placeholder="Cognome" data-clear-btn="false" />
|
||||
<asp:Label runat="server" ID="lblDataVisita"><%: Request.QueryString["DataVisita"] %></asp:Label>
|
||||
<%--<asp:TextBox runat="server" ID="txtDataVisita" Text='<%# Bind("DataVisita", "{0:yyyy-MM-dd}") %>' TextMode="Date" />--%>
|
||||
</li>
|
||||
<li data-role="list-divider">Fam MCCV:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Nome:</label>
|
||||
<asp:TextBox runat="server" ID="txtNome" Text='<%# Bind("Nome") %>' placeholder="Nome" data-clear-btn="false" />
|
||||
<asp:DropDownList runat="server" ID="ddlFamMCCV" DataSourceID="odsFamMCCV" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FamMCCV") %>' />
|
||||
</li>
|
||||
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Adesione Terapie:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="rblSex">Sesso:</label>
|
||||
<asp:RadioButtonList runat="server" ID="rblSex" SelectedValue='<%# Bind("Sesso") %>' RepeatDirection="Horizontal" data-role="controlgroup" data-type="horizontal">
|
||||
<asp:ListItem Value="M" Selected="True"></asp:ListItem>
|
||||
<asp:ListItem Value="F"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
<asp:DropDownList runat="server" ID="DropDownList8" DataSourceID="odsAdesTerap" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AdesTerap") %>' />
|
||||
</li>
|
||||
<%--</ul>
|
||||
<ul data-role="listview" data-inset="true">--%>
|
||||
<li data-role="list-divider">Sedentariertà:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Indirizzo:</label>
|
||||
<asp:TextBox runat="server" ID="txtIndirizzo" Text='<%# Bind("Indirizzo") %>' placeholder="Indirizzo" data-clear-btn="false" />
|
||||
<asp:DropDownList runat="server" ID="ddlSedent" DataSourceID="odsSedent" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sedent") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipertensione:</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Data Nascita:</label>
|
||||
<asp:TextBox runat="server" ID="txtDataNasc" Text='<%# Bind("DataNasc", "{0:dd/MM/yyyy}") %>' placeholder="Data di Nascita" data-role="date" data-clear-btn="false" />
|
||||
|
||||
<asp:DropDownList runat="server" ID="ddlIpertens" DataSourceID="odsIpertens" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipertens") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Luogo Nascita:</label>
|
||||
<asp:TextBox runat="server" ID="txtLuogoNascita" Text='<%# Bind("LuogoNascita") %>' placeholder="Luogo di Nascita" data-clear-btn="false" />
|
||||
<label for="ddlIpertensYtd">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpertensYtd" DataSourceID="odsIpertensYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpertensYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Diabete:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlDiabete" DataSourceID="odsDiabete" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Diabete") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Cod Fisc.:</label>
|
||||
<asp:TextBox runat="server" ID="txtCodF" Text='<%# Bind("CodF") %>' placeholder="Codice Fiscale" data-clear-btn="false" />
|
||||
<label for="ddlDiabeteYtd">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlDiabeteYtd" DataSourceID="odsDiabeteYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("DiabeteYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Ipercolesterolemia:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolest" DataSourceID="odsIpercolest" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Ipercolest") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlIpercolestYtd">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlIpercolestYtd" DataSourceID="odsIpercolestYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("IpercolestYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Fumo:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlFumo" DataSourceID="odsFumo" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Fumo") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlFumoYtd">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlFumoYtd" DataSourceID="odsFumoYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FumoYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Alcool:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlAlcool" DataSourceID="odsAlcool" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Alcool") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlAlcoolYtd">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlAlcoolYtd" DataSourceID="odsAlcoolYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("AlcoolYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">Sovrappeso:</li>
|
||||
<li class="ui-field-contain">
|
||||
<asp:DropDownList runat="server" ID="ddlSovrapp" DataSourceID="odsSovrapp" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Sovrapp") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="ddlSovrappYtd">da anni:</label>
|
||||
<asp:DropDownList runat="server" ID="ddlSovrappYtd" DataSourceID="odsSovrappYtd" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("SovrappYtd") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -162,7 +334,7 @@
|
||||
<li class="ui-body ui-body-b">
|
||||
<fieldset class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnUpdate" CausesValidation="False" CommandName="Update" Text="Update" data-theme="a" />
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnUpdate" CausesValidation="False" CommandName="Update" Text="Salva" data-theme="a" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-delete" ID="btnCancel" CausesValidation="False" CommandName="Cancel" Text="Cancel" data-theme="b" />
|
||||
@@ -171,34 +343,58 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>--%>
|
||||
</div>
|
||||
</EditItemTemplate>
|
||||
</asp:FormView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByKey" TypeName="MedPred_Data.DS_ApplicazioneTableAdapters.AnagPazientiTableAdapter" DeleteMethod="deleteQuery" InsertMethod="insertQuery" UpdateMethod="updateQuery">
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByPaziente" TypeName="MedPred_Data.DS_ApplicazioneTableAdapters.VisAnamCliTableAdapter" DeleteMethod="DeleteQuery" InsertMethod="InsertQuery" UpdateMethod="UpdateQuery" OnDeleted="ods_Deleted">
|
||||
<DeleteParameters>
|
||||
<asp:Parameter Name="Original_IdxPaziente" Type="Int32" />
|
||||
<asp:SessionParameter DefaultValue="0" Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
<%--<asp:Parameter Name="Original_IdxPaziente" Type="Int32" />
|
||||
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />--%>
|
||||
</DeleteParameters>
|
||||
<InsertParameters>
|
||||
<asp:Parameter Name="Cognome" Type="String" />
|
||||
<asp:Parameter Name="Nome" Type="String" />
|
||||
<asp:Parameter Name="DataNasc" Type="DateTime" />
|
||||
<asp:Parameter Name="LuogoNascita" Type="String" />
|
||||
<asp:Parameter Name="CodF" Type="String" />
|
||||
<asp:Parameter Name="Indirizzo" Type="String" />
|
||||
<asp:Parameter Name="Sesso" Type="String" />
|
||||
<asp:SessionParameter DefaultValue="0" Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="FamMCCV" Type="Int32" />
|
||||
<asp:Parameter Name="Ipertens" Type="Int32" />
|
||||
<asp:Parameter Name="IpertensYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Diabete" Type="Int32" />
|
||||
<asp:Parameter Name="DiabeteYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Ipercolest" Type="Int32" />
|
||||
<asp:Parameter Name="IpercolestYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Fumo" Type="Int32" />
|
||||
<asp:Parameter Name="FumoYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Alcool" Type="Int32" />
|
||||
<asp:Parameter Name="AlcoolYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Sovrapp" Type="Int32" />
|
||||
<asp:Parameter Name="SovrappYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Sedent" Type="Int32" />
|
||||
<asp:Parameter Name="AdesTerap" Type="Int32" />
|
||||
</InsertParameters>
|
||||
<SelectParameters>
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="IdxPaziente" QueryStringField="IdxPaziente" Type="Int32" />
|
||||
<asp:SessionParameter DefaultValue="0" Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="Cognome" Type="String" />
|
||||
<asp:Parameter Name="Nome" Type="String" />
|
||||
<asp:Parameter Name="DataNasc" Type="DateTime" />
|
||||
<asp:Parameter Name="LuogoNascita" Type="String" />
|
||||
<asp:Parameter Name="CodF" Type="String" />
|
||||
<asp:Parameter Name="Indirizzo" Type="String" />
|
||||
<asp:Parameter Name="Sesso" Type="String" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_IdxPaziente" QueryStringField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="FamMCCV" Type="Int32" />
|
||||
<asp:Parameter Name="Ipertens" Type="Int32" />
|
||||
<asp:Parameter Name="IpertensYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Diabete" Type="Int32" />
|
||||
<asp:Parameter Name="DiabeteYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Ipercolest" Type="Int32" />
|
||||
<asp:Parameter Name="IpercolestYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Fumo" Type="Int32" />
|
||||
<asp:Parameter Name="FumoYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Alcool" Type="Int32" />
|
||||
<asp:Parameter Name="AlcoolYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Sovrapp" Type="Int32" />
|
||||
<asp:Parameter Name="SovrappYtd" Type="Int32" />
|
||||
<asp:Parameter Name="Sedent" Type="Int32" />
|
||||
<asp:Parameter Name="AdesTerap" Type="Int32" />
|
||||
<asp:SessionParameter DefaultValue="0" Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsFamMCCV" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="MedPred_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
|
||||
|
||||
+15
-6
@@ -14,15 +14,19 @@ namespace MedPred
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
// verifico se sia con parametro paziente o NEW...
|
||||
string IdxPaziente = Request.QueryString["IdxPaziente"];
|
||||
if (IdxPaziente == "" || IdxPaziente == null)
|
||||
string cmd = Request.QueryString["cmd"];
|
||||
if (cmd == "" || cmd == null)
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.ReadOnly);
|
||||
}
|
||||
else if (cmd == "sel")
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.ReadOnly);
|
||||
}
|
||||
else if (cmd == "new")
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.Insert);
|
||||
}
|
||||
else
|
||||
{
|
||||
frmView.ChangeMode(FormViewMode.Edit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,5 +37,10 @@ namespace MedPred
|
||||
//Response.Redirect("Accettazione");
|
||||
}
|
||||
}
|
||||
|
||||
protected void ods_Deleted(object sender, ObjectDataSourceStatusEventArgs e)
|
||||
{
|
||||
Response.Redirect("Accettazione");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -161,7 +161,7 @@ namespace MedPred
|
||||
try
|
||||
{
|
||||
|
||||
if (((DS_Applicazione.VisGenRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
if (((DS_Applicazione.VisAnamCliRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
{
|
||||
memLayer.ML.setSessionVal("IdxRowVGen", e.Row.DataItemIndex);
|
||||
Response.Redirect("VCiclo");
|
||||
|
||||
@@ -147,7 +147,7 @@ namespace MedPred
|
||||
try
|
||||
{
|
||||
|
||||
if (((DS_Applicazione.VisGenRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
if (((DS_Applicazione.VisAnamCliRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
{
|
||||
memLayer.ML.setSessionVal("IdxRowVGen", e.Row.DataItemIndex);
|
||||
Response.Redirect("VEco");
|
||||
|
||||
@@ -31,12 +31,12 @@ namespace MedPred
|
||||
{
|
||||
dataVisita = DateTime.Now;
|
||||
}
|
||||
DtProxy.man.taVGen.InsertQuery(IdxPaziente, dataVisita, 0, 0, 0, 0, 0, 0);
|
||||
DtProxy.man.taVAC.InsertQuery(IdxPaziente, dataVisita, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
// Redirect senza creazione nuovo!
|
||||
Response.Redirect("VGen?cmd=sel");
|
||||
}
|
||||
// se ho idxRow selezionata imposto
|
||||
if(memLayer.ML.isInSessionObject("IdxRowVGen"))
|
||||
if (memLayer.ML.isInSessionObject("IdxRowVGen"))
|
||||
{
|
||||
grView.SelectedIndex = memLayer.ML.IntSessionObj("IdxRowVGen");
|
||||
memLayer.ML.emptySessionVal("IdxRowVGen");
|
||||
|
||||
@@ -156,7 +156,7 @@ namespace MedPred
|
||||
try
|
||||
{
|
||||
|
||||
if (((DS_Applicazione.VisGenRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
if (((DS_Applicazione.VisAnamCliRow)((DataRowView)e.Row.DataItem).Row).DataVisita == Convert.ToDateTime(memLayer.ML.StringSessionObj("DataVisita")))
|
||||
{
|
||||
memLayer.ML.setSessionVal("IdxRowVGen", e.Row.DataItemIndex);
|
||||
Response.Redirect("VLab");
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace MedPred.WebUserControls
|
||||
dataVisita = Convert.ToDateTime(grView.SelectedDataKey["DataVisita"]);
|
||||
memLayer.ML.setSessionVal("DataVisita", dataVisita);
|
||||
//DS_Applicazione.AnagPazientiRow riga = DtProxy.man.taAP.getByKey(IdxPaziente)[0];
|
||||
//memLayer.ML.setSessionVal("Paziente", string.Format("{0} {1} ({2:dd/MM/yyyy})", riga.Cognome, riga.Nome, riga.DataNasc));
|
||||
//memLayer.ML.setSessionVal("Paziente", string.Format("{0} {1} ({2:yyyy-MM-dd})", riga.Cognome, riga.Nome, riga.DataNasc));
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
@@ -53,46 +53,46 @@ namespace MedPred.WebUserControls
|
||||
switch (lastCmd)
|
||||
{
|
||||
case "SelVAC":
|
||||
Response.Redirect("VAC?cmd=sel");
|
||||
Response.Redirect(String.Format("VAC?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVAC":
|
||||
Response.Redirect("VAC?cmd=new");
|
||||
Response.Redirect(String.Format("VAC?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "SelVBMA":
|
||||
Response.Redirect("VBMA?cmd=sel");
|
||||
Response.Redirect(String.Format("VBMA?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVBMA":
|
||||
Response.Redirect("VBMA?cmd=new");
|
||||
Response.Redirect(String.Format("VBMA?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "SelVCP":
|
||||
Response.Redirect("VCP?cmd=sel");
|
||||
Response.Redirect(String.Format("VCP?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVCP":
|
||||
Response.Redirect("VCP?cmd=new");
|
||||
Response.Redirect(String.Format("VCP?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "SelVL":
|
||||
Response.Redirect("VL?cmd=sel");
|
||||
Response.Redirect(String.Format("VL?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVL":
|
||||
Response.Redirect("VL?cmd=new");
|
||||
Response.Redirect(String.Format("VL?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "SelVP":
|
||||
Response.Redirect("VP?cmd=sel");
|
||||
Response.Redirect(String.Format("VP?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVP":
|
||||
Response.Redirect("VP?cmd=new");
|
||||
Response.Redirect(String.Format("VP?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "SelVSV":
|
||||
Response.Redirect("VSV?cmd=sel");
|
||||
Response.Redirect(String.Format("VSV?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVSV":
|
||||
Response.Redirect("VSV?cmd=new");
|
||||
Response.Redirect(String.Format("VSV?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "SelVRF":
|
||||
Response.Redirect("VRF?cmd=sel");
|
||||
Response.Redirect(String.Format("VRF?cmd=sel&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
case "NewVRF":
|
||||
Response.Redirect("VRF?cmd=new");
|
||||
Response.Redirect(String.Format("VRF?cmd=new&DataVisita={0:yyyy-MM-dd}", dataVisita));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
@@ -3203,6 +3203,11 @@
|
||||
<param name="lemma"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:SteamWare.UserControl.forceUppercase">
|
||||
<summary>
|
||||
indica se i caratteri vadano forzati a maiuscoli
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:SteamWare.user_std">
|
||||
<summary>
|
||||
classe gestione utente: auth e permission/ruoli - versione GENERICA
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
18:11:04 7246 [LEMMA] - confermaDel
|
||||
18:11:08 1688 [LEMMA] - confermaDel
|
||||
18:11:14 4674 [LEMMA] - confermaDel
|
||||
Generated
+384
-1509
File diff suppressed because it is too large
Load Diff
@@ -148,160 +148,6 @@ SELECT IdxPaziente, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF, Indirizz
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisGenTableAdapter" GeneratorDataComponentClassName="VisGenTableAdapter" Name="VisGen" UserDataComponentName="VisGenTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.VisGen" 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].[VisGen] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Peso] = @Original_Peso) AND ([Altezza] = @Original_Altezza) AND ([BMI] = @Original_BMI) AND ([CirconfVita] = @Original_CirconfVita) AND ([GrassoTotPerc] = @Original_GrassoTotPerc) AND ([GrassoTot] = @Original_GrassoTot) AND ([GrassoViscPerc] = @Original_GrassoViscPerc) AND ([GrassoVisc] = @Original_GrassoVisc) AND ([GrassoViscTot] = @Original_GrassoViscTot) AND ([MassaMagraTotPerc] = @Original_MassaMagraTotPerc) AND ([MassaMagraTot] = @Original_MassaMagraTot))</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_Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_BMI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="BMI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_CirconfVita" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="CirconfVita" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoTotPerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoViscPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoViscPerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoVisc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoVisc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoViscTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoViscTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MassaMagraTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MassaMagraTotPerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MassaMagraTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MassaMagraTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [dbo].[VisGen] ([IdxPaziente], [DataVisita], [Peso], [Altezza], [CirconfVita], [GrassoTotPerc], [GrassoViscPerc], [MassaMagraTotPerc]) VALUES (@IdxPaziente, @DataVisita, @Peso, @Altezza, @CirconfVita, @GrassoTotPerc, @GrassoViscPerc, @MassaMagraTotPerc);
|
||||
SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc, GrassoTot, GrassoViscPerc, GrassoVisc, GrassoViscTot, MassaMagraTotPerc, MassaMagraTot FROM VisGen 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="@Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="CirconfVita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GrassoTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoTotPerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GrassoViscPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoViscPerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MassaMagraTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MassaMagraTotPerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc, GrassoTot, GrassoViscPerc, GrassoVisc, GrassoViscTot, MassaMagraTotPerc, MassaMagraTot FROM dbo.VisGen</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [dbo].[VisGen] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Peso] = @Peso, [Altezza] = @Altezza, [CirconfVita] = @CirconfVita, [GrassoTotPerc] = @GrassoTotPerc, [GrassoViscPerc] = @GrassoViscPerc, [MassaMagraTotPerc] = @MassaMagraTotPerc WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Peso] = @Original_Peso) AND ([Altezza] = @Original_Altezza) AND ([BMI] = @Original_BMI) AND ([CirconfVita] = @Original_CirconfVita) AND ([GrassoTotPerc] = @Original_GrassoTotPerc) AND ([GrassoTot] = @Original_GrassoTot) AND ([GrassoViscPerc] = @Original_GrassoViscPerc) AND ([GrassoVisc] = @Original_GrassoVisc) AND ([GrassoViscTot] = @Original_GrassoViscTot) AND ([MassaMagraTotPerc] = @Original_MassaMagraTotPerc) AND ([MassaMagraTot] = @Original_MassaMagraTot));
|
||||
SELECT IdxPaziente, DataVisita, Peso, Altezza, BMI, CirconfVita, GrassoTotPerc, GrassoTot, GrassoViscPerc, GrassoVisc, GrassoViscTot, MassaMagraTotPerc, MassaMagraTot FROM VisGen 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="@Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="CirconfVita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GrassoTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoTotPerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GrassoViscPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoViscPerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MassaMagraTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MassaMagraTotPerc" 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_Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_BMI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="BMI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_CirconfVita" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="CirconfVita" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoTotPerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoViscPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoViscPerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoVisc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoVisc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GrassoViscTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GrassoViscTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MassaMagraTotPerc" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MassaMagraTotPerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MassaMagraTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MassaMagraTot" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
|
||||
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
|
||||
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
|
||||
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
|
||||
<Mapping SourceColumn="BMI" DataSetColumn="BMI" />
|
||||
<Mapping SourceColumn="CirconfVita" DataSetColumn="CirconfVita" />
|
||||
<Mapping SourceColumn="GrassoTotPerc" DataSetColumn="GrassoTotPerc" />
|
||||
<Mapping SourceColumn="GrassoTot" DataSetColumn="GrassoTot" />
|
||||
<Mapping SourceColumn="GrassoViscPerc" DataSetColumn="GrassoViscPerc" />
|
||||
<Mapping SourceColumn="GrassoVisc" DataSetColumn="GrassoVisc" />
|
||||
<Mapping SourceColumn="GrassoViscTot" DataSetColumn="GrassoViscTot" />
|
||||
<Mapping SourceColumn="MassaMagraTotPerc" DataSetColumn="MassaMagraTotPerc" />
|
||||
<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="GetDataBy" UserSourceName="DeteleQuery">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VGen_DeteleQuery</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="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VGen_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_VGen_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>
|
||||
<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>
|
||||
<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" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoTotPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoViscPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MassaMagraTotPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</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="GetDataBy2" UserSourceName="UpdateQuery">
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VGen_UpdateQuery</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="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoTotPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoViscPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MassaMagraTotPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</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="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">
|
||||
@@ -946,7 +792,87 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
<Mapping SourceColumn="Sedent" DataSetColumn="Sedent" />
|
||||
<Mapping SourceColumn="AdesTerap" DataSetColumn="AdesTerap" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VAC_DeteleQuery" DbObjectType="StoredProcedure" 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">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VAC_DeteleQuery</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="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VAC_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_VAC_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" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VAC_InsertQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="InsertQuery" GetMethodModifier="Public" GetMethodName="InsertQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="InsertQuery" UserSourceName="InsertQuery">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VAC_InsertQuery</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" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FamMCCV" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="MedPredConnectionString (Settings)" DbObjectName="MedPred.dbo.stp_VAC_UpdateQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="UpdateQuery" GetMethodModifier="Public" GetMethodName="UpdateQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="UpdateQuery" UserSourceName="UpdateQuery">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VAC_UpdateQuery</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="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FamMCCV" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
@@ -956,7 +882,7 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
<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" />
|
||||
@@ -1007,29 +933,10 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
</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="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="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="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
|
||||
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" />
|
||||
<xs:element name="BMI" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBMI" msprop:Generator_ColumnPropNameInRow="BMI" msprop:Generator_ColumnPropNameInTable="BMIColumn" msprop:Generator_UserColumnName="BMI" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="CirconfVita" msprop:Generator_ColumnVarNameInTable="columnCirconfVita" msprop:Generator_ColumnPropNameInRow="CirconfVita" msprop:Generator_ColumnPropNameInTable="CirconfVitaColumn" msprop:Generator_UserColumnName="CirconfVita" type="xs:double" />
|
||||
<xs:element name="GrassoTotPerc" msprop:Generator_ColumnVarNameInTable="columnGrassoTotPerc" msprop:Generator_ColumnPropNameInRow="GrassoTotPerc" msprop:Generator_ColumnPropNameInTable="GrassoTotPercColumn" msprop:Generator_UserColumnName="GrassoTotPerc" type="xs:double" />
|
||||
<xs:element name="GrassoTot" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoTot" msprop:Generator_ColumnPropNameInRow="GrassoTot" msprop:Generator_ColumnPropNameInTable="GrassoTotColumn" msprop:Generator_UserColumnName="GrassoTot" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="GrassoViscPerc" msprop:Generator_ColumnVarNameInTable="columnGrassoViscPerc" msprop:Generator_ColumnPropNameInRow="GrassoViscPerc" msprop:Generator_ColumnPropNameInTable="GrassoViscPercColumn" msprop:Generator_UserColumnName="GrassoViscPerc" type="xs:double" />
|
||||
<xs:element name="GrassoVisc" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoVisc" msprop:Generator_ColumnPropNameInRow="GrassoVisc" msprop:Generator_ColumnPropNameInTable="GrassoViscColumn" msprop:Generator_UserColumnName="GrassoVisc" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="GrassoViscTot" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoViscTot" msprop:Generator_ColumnPropNameInRow="GrassoViscTot" msprop:Generator_ColumnPropNameInTable="GrassoViscTotColumn" msprop:Generator_UserColumnName="GrassoViscTot" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="MassaMagraTotPerc" msprop:Generator_ColumnVarNameInTable="columnMassaMagraTotPerc" msprop:Generator_ColumnPropNameInRow="MassaMagraTotPerc" msprop:Generator_ColumnPropNameInTable="MassaMagraTotPercColumn" msprop:Generator_UserColumnName="MassaMagraTotPerc" type="xs:double" />
|
||||
<xs:element name="MassaMagraTot" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMassaMagraTot" msprop:Generator_ColumnPropNameInRow="MassaMagraTot" msprop:Generator_ColumnPropNameInTable="MassaMagraTotColumn" msprop:Generator_UserColumnName="MassaMagraTot" type="xs:double" minOccurs="0" />
|
||||
</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: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" 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" />
|
||||
@@ -1040,7 +947,7 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<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: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" />
|
||||
@@ -1051,7 +958,7 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_RowClassName="VisLabRow" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowEvArgName="VisLabRowChangeEvent">
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -1070,7 +977,7 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<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: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" />
|
||||
@@ -1123,11 +1030,6 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
<xs:selector xpath=".//mstns:AnagPazienti" />
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
</xs:unique>
|
||||
<xs:unique name="VisGen_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:VisGen" />
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
<xs:unique name="ElencoVisite_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:ElencoVisite" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
@@ -1155,10 +1057,9 @@ SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, Diabete
|
||||
</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_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_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_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>
|
||||
|
||||
@@ -4,29 +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="193" ViewPortY="46" 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="224" ViewPortY="-24" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="1" X="674" Y="64" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
|
||||
<Shape ID="DesignTable:VisGen" ZOrder="8" X="1060" Y="56" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:ElencoVisite" ZOrder="9" X="286" Y="83" Height="210" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:VisCardio" ZOrder="7" X="724" Y="445" Height="286" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="5" X="277" Y="383" Height="381" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisCiclo" ZOrder="2" X="1095" Y="477" Height="440" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="313" />
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="3" X="674" Y="64" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
|
||||
<Shape ID="DesignTable:ElencoVisite" ZOrder="10" X="234" Y="-14" Height="210" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:VisCardio" ZOrder="9" X="724" Y="445" Height="286" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="7" X="277" Y="383" Height="381" Width="200" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisCiclo" ZOrder="4" X="1095" Y="477" Height="440" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="313" />
|
||||
<Shape ID="DesignTable:VisAnamCli" ZOrder="1" X="1100" Y="11" Height="459" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="332" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_VisGen_AnagPazienti" ZOrder="10" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>974</X>
|
||||
<Y>176</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>1060</X>
|
||||
<Y>176</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisCardio_AnagPazienti" ZOrder="6" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisCardio_AnagPazienti" ZOrder="8" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>824</X>
|
||||
@@ -38,7 +26,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="4" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="6" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>691</X>
|
||||
@@ -54,7 +42,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisCiclo_AnagPazienti" ZOrder="3" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisCiclo_AnagPazienti" ZOrder="5" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>957</X>
|
||||
@@ -70,5 +58,17 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisAnamCli_AnagPazienti" ZOrder="2" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>974</X>
|
||||
<Y>226</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>1100</X>
|
||||
<Y>226</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
</Connectors>
|
||||
</DiagramLayout>
|
||||
@@ -23,7 +23,7 @@ namespace MedPred_Data
|
||||
protected virtual void avvioTableAdapters()
|
||||
{
|
||||
taAP = new DS_ApplicazioneTableAdapters.AnagPazientiTableAdapter();
|
||||
taVGen = new DS_ApplicazioneTableAdapters.VisGenTableAdapter();
|
||||
taVAC = new DS_ApplicazioneTableAdapters.VisAnamCliTableAdapter();
|
||||
taVCardio = new DS_ApplicazioneTableAdapters.VisCardioTableAdapter();
|
||||
taVLab = new DS_ApplicazioneTableAdapters.VisLabTableAdapter();
|
||||
taVCiclo = new DS_ApplicazioneTableAdapters.VisCicloTableAdapter();
|
||||
@@ -36,7 +36,7 @@ namespace MedPred_Data
|
||||
string connStr = memLayer.ML.confReadString("MedPredConnectionString");
|
||||
// connections del db vocabolario
|
||||
taAP.Connection.ConnectionString = connStr;
|
||||
taVGen.Connection.ConnectionString = connStr;
|
||||
taVAC.Connection.ConnectionString = connStr;
|
||||
taVCardio.Connection.ConnectionString = connStr;
|
||||
taVLab.Connection.ConnectionString = connStr;
|
||||
taVCiclo.Connection.ConnectionString = connStr;
|
||||
@@ -47,7 +47,7 @@ namespace MedPred_Data
|
||||
#region area public
|
||||
|
||||
public DS_ApplicazioneTableAdapters.AnagPazientiTableAdapter taAP;
|
||||
public DS_ApplicazioneTableAdapters.VisGenTableAdapter taVGen;
|
||||
public DS_ApplicazioneTableAdapters.VisAnamCliTableAdapter taVAC;
|
||||
public DS_ApplicazioneTableAdapters.VisCardioTableAdapter taVCardio;
|
||||
public DS_ApplicazioneTableAdapters.VisLabTableAdapter taVLab;
|
||||
public DS_ApplicazioneTableAdapters.VisCicloTableAdapter taVCiclo;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user