avanzamento x pagina 345...
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
</site>
|
||||
<site name="ScheMe" id="2">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\ScheMe\ScheMe\ScheMe-SP" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\ScheMe\ScheMe\ScheMe-SP" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:64430:localhost" />
|
||||
|
||||
+147
-78
@@ -4,7 +4,7 @@
|
||||
</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" OnModeChanging="frmView_ModeChanging" OnItemCreated="frmView_ItemCreated">
|
||||
<asp:FormView ID="frmView" runat="server" DataSourceID="ods" RenderOuterTable="False" OnModeChanged="frmView_ModeChanged" OnModeChanging="frmView_ModeChanging" OnItemCreated="frmView_ItemCreated" OnItemUpdating="frmView_ItemUpdating">
|
||||
<EmptyDataTemplate>
|
||||
<h3>Attenzione!</h3>
|
||||
Nessun record presente.<a href="Visite">Prego cliccare qui</a> per tornare alla pagina visite.
|
||||
@@ -49,75 +49,149 @@
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FT - Flessibilità Tronco</li>
|
||||
<div data-role="collapsible" data-iconpos="right" data-mini="true" data-theme="c" data-content-theme="c" data-collapsed="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u">
|
||||
<h5>CD - Circuito di Destrezza di Harre</h5>
|
||||
<div style="font-size: 0.8em;">
|
||||
<%--<h3>Capacità motorie dominanti<br />COORDINAZIONE GENERALE E– RAPIDITÀ</h3>--%>
|
||||
<b>MATERIALE</b>
|
||||
<ul>
|
||||
<li>Materassina</li>
|
||||
<li>Cono</li>
|
||||
<li>3 panche (che permettono il passaggio sotto e sopra)</li>
|
||||
<li>Cronometro</li>
|
||||
</ul>
|
||||
<b>PROTOCOLLO</b><br />
|
||||
Il soggetto parte in pedi verso il materassino, esegue una capovolta in avanti, corre verso il pallone medicinale e si dirige verso la panca 1, la salta e poi vi passa di sotto ed ancora pallone - panca 2 - pallone - panca 3 - pallone - linea di arrivo.<br />
|
||||
Il pallone quando il soggetto gira deve sempre trovarsi alla sua destra e non deve essere toccato mentre la capovolta deve essere effettuata solo una volta dopo la partenza.
|
||||
</div>
|
||||
</div>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Sit & Reach cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFT" Text='<%# Eval("FT") %>' />
|
||||
<label style="font-size: 0.9em;">secondi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblCD" Text='<%# Eval("CD", "{0:N1}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFT_p" Text='<%# Eval("FT_s") %>' />
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblCD_s" Text='<%# Eval("CD_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FS - Flessibilità Spalle</li>
|
||||
<div data-role="collapsible" data-iconpos="right" data-mini="true" data-theme="c" data-content-theme="c" data-collapsed="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u">
|
||||
<h5>ES - Equilibrio Statico</h5>
|
||||
<div style="font-size: 0.8em;">
|
||||
<%--<h3>Capacità motorie dominanti<br />COORDINAZIONE GENERALE E– RAPIDITÀ</h3>--%>
|
||||
<b>MATERIALE</b>
|
||||
<ul>
|
||||
<li>Trave</li>
|
||||
<li>Cronometro</li>
|
||||
</ul>
|
||||
<b>PROTOCOLLO</b><br />
|
||||
Il soggetto ...
|
||||
</div>
|
||||
</div>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Scretch cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFS" Text='<%# Eval("FS") %>' />
|
||||
<label style="font-size: 0.9em;">secondi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label1" Text='<%# Eval("ES", "{0:N1}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFS_s" Text='<%# Eval("FS_s") %>' />
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFP_s" Text='<%# Eval("ES_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">GA - Grasso Addominale</li>
|
||||
<div data-role="collapsible" data-iconpos="right" data-mini="true" data-theme="c" data-content-theme="c" data-collapsed="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u">
|
||||
<h5>EB - Equilibrio della Bacchetta</h5>
|
||||
<div style="font-size: 0.8em;">
|
||||
<%--<h3>Capacità motorie dominanti<br />COORDINAZIONE GENERALE E– RAPIDITÀ</h3>--%>
|
||||
<b>MATERIALE</b>
|
||||
<ul>
|
||||
<li>Bacchetta di legno cm 80</li>
|
||||
<li>Cronometro</li>
|
||||
</ul>
|
||||
<b>PROTOCOLLO</b><br />
|
||||
Il soggetto ...
|
||||
</div>
|
||||
</div>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Diam Addominale Periomb. cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblGA" Text='<%# Eval("GA") %>' />
|
||||
<label style="font-size: 0.9em;">secondi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label2" Text='<%# Eval("EB", "{0:N1}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblGA_s" Text='<%# Eval("GA_s") %>' />
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblCD_p" Text='<%# Eval("EB_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">E - Equilibrio</li>
|
||||
<div data-role="collapsible" data-iconpos="right" data-mini="true" data-theme="c" data-content-theme="c" data-collapsed="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u">
|
||||
<h5>LM - Lancio Mirato</h5>
|
||||
<div style="font-size: 0.8em;">
|
||||
<%--<h3>Capacità motorie dominanti<br />DIFFERENZIAZIONE – CONTROLLO - ORIENTAMENTO SPAZIO - TEMPORALE</h3>--%>
|
||||
Impianto consigliato: PALESTRA<br />
|
||||
<b>MATERIALE</b>
|
||||
<ul>
|
||||
<li>10 palline da tennis</li>
|
||||
<li>Un bersaglio circolare con diametro di cm 60 posto ad una altezza di cm 120 da terra</li>
|
||||
</ul>
|
||||
<b>PROTOCOLLO</b><br />
|
||||
Il soggetto, posto ad una distanza variabile di mt 9 (per i più piccoli maschi e femmine) e di mt 10,50 (per i soli maschi più grandi) cerca di colpire il bersaglio. Il test si compone di due Serie di lanci.
|
||||
</div>
|
||||
</div>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Romberg 15"</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblE" Text='<%# Eval("E") %>' />
|
||||
<label style="font-size: 0.9em;">successi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblSP" Text='<%# Eval("LM") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblE_s" Text='<%# Eval("E_s") %>' />
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblSP_s" Text='<%# Eval("LM_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FAI - Forza Arti Inferiori</li>
|
||||
<div data-role="collapsible" data-iconpos="right" data-mini="true" data-theme="c" data-content-theme="c" data-collapsed="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u">
|
||||
<h5>TI - Tapping arti Inferiori</h5>
|
||||
<div style="font-size: 0.8em;">
|
||||
<%--<h3>Capacità motorie dominanti<br />DIFFERENZIAZIONE – CONTROLLO - ORIENTAMENTO SPAZIO - TEMPORALE</h3>--%>
|
||||
<b>MATERIALE</b>
|
||||
<ul>
|
||||
<li>Sedia non troppo alta</li>
|
||||
<li>Cronometro</li>
|
||||
<li>Ostacolino</li>
|
||||
</ul>
|
||||
<b>PROTOCOLLO</b><br />
|
||||
Il soggetto ...
|
||||
</div>
|
||||
</div>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Num ripetute 15"</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFAI" Text='<%# Eval("FAI") %>' />
|
||||
<label style="font-size: 0.9em;">successi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="Label3" Text='<%# Eval("TI") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFAI_s" Text='<%# Eval("FAI_s") %>' />
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblE_s" Text='<%# Eval("TI_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FP - Forza Prensile</li>
|
||||
<div data-role="collapsible" data-iconpos="right" data-mini="true" data-theme="c" data-content-theme="c" data-collapsed="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u">
|
||||
<h5>RP - Ricevere con le mani una Palla lanciata</h5>
|
||||
<div style="font-size: 0.8em;">
|
||||
<%--<h3>Capacità motorie dominanti<br />DIFFERENZIAZIONE – CONTROLLO - ORIENTAMENTO SPAZIO - TEMPORALE</h3>--%>
|
||||
<b>MATERIALE</b>
|
||||
<ul>
|
||||
<li>Piano orizzontale</li>
|
||||
</ul>
|
||||
<b>PROTOCOLLO</b><br />
|
||||
Il soggetto ...
|
||||
</div>
|
||||
</div>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Kg espressi</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFP" Text='<%# Eval("FP") %>' />
|
||||
<label style="font-size: 0.9em;">cm</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFT" Text='<%# Eval("FT", "{0:N1}") %>' />
|
||||
</li>
|
||||
<li class="ui-field-contain" data-theme="c">
|
||||
<label style="font-size: 0.9em;">Score</label>
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblFP_s" Text='<%# Eval("FP_s") %>' />
|
||||
<asp:Label CssClass="tStrong flRight" runat="server" ID="lblGA_s" Text='<%# Eval("FT_s") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -162,51 +236,47 @@
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FT - Flessibilità Tronco</li>
|
||||
<li data-role="list-divider">CD - Circuito di Destrezza di Harre</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Sit & Reach cm (dita-piedi)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFT" Text='<%# Bind("FT") %>' />
|
||||
<label style="font-size: 0.9em;">secondi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtCD" Text='<%# Bind("CD") %>' TextMode="Number" />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FS - Flessibilità Spalle</li>
|
||||
<li data-role="list-divider">SP - Saltelli in avanti su un Piede</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Scretch cm (retropulsione)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFS" Text='<%# Bind("FS") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlSP" DataSourceID="odsSP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("ES") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">GA - Grasso Addominale</li>
|
||||
<li data-role="list-divider">GL - Galoppo Laterale</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Diam Addominale Periomb. cm</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtGA" Text='<%# Bind("GA") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlGL" DataSourceID="odsGL" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("EB") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">E - Equilibrio</li>
|
||||
<li data-role="list-divider">LM - Lancio Mirato</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Romberg 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtE" Text='<%# Bind("E") %>' />
|
||||
<label style="font-size: 0.9em;">successi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtLM" Text='<%# Bind("LM") %>' TextMode="Number" step="0.1" min="0" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FAI - Forza Arti Inferiori</li>
|
||||
<li data-role="list-divider">SA - Saltelli Alternati in avanti su un piede</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Num ripetute 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFAI" Text='<%# Bind("FAI") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlSA" DataSourceID="odsSP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("TI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FP - Forza Prensile</li>
|
||||
<li data-role="list-divider">RP - Ricevere con le mani una Palla lanciata</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Kg espressi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFP" Text='<%# Bind("FP") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlRP" DataSourceID="odsSP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FT") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -217,7 +287,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="btnInsert" CausesValidation="False" CommandName="Insert" Text="Salva" data-theme="a" />
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnInsert" CausesValidation="False" CommandName="Insert" Text="TIlva" 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" />
|
||||
@@ -251,51 +321,50 @@
|
||||
</div>
|
||||
<div class="ui-block-b" style="padding: 4px;">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FT - Flessibilità Tronco</li>
|
||||
<li data-role="list-divider">CD - Circuito di Destrezza di Harre</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Sit & Reach cm (dita-piedi)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFT" Text='<%# Bind("FT") %>' />
|
||||
<label style="font-size: 0.9em;">secondi</label>
|
||||
<%--<asp:RangeValidator runat="server" ID="rvCD" ControlToValidate="txtCD" MinimumValue="0" MaximumValue="60" Type="Double" ErrorMessage="* [0..60]s" CssClass="errore" Display="Dynamic" />--%>
|
||||
<asp:RequiredFieldValidator runat="server" ID="rfvCD" ControlToValidate="txtCD" ErrorMessage="* Required" CssClass="errore" Display="Dynamic" />
|
||||
<asp:RegularExpressionValidator runat="server" ID="revCD" ControlToValidate="txtCD" ValidationExpression="^(\d|,)*\.?\d*$" ErrorMessage="[0..60]s" CssClass="errore" />
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtCD" Text='<%# Bind("CD") %>' /><%--TextMode="Number" step="0.1" min="0" max="60" />--%>
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FS - Flessibilità Spalle</li>
|
||||
<li data-role="list-divider">SP - Saltelli in avanti su un Piede</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Scretch cm (retropulsione)</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFS" Text='<%# Bind("FS") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlSP" DataSourceID="odsSP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("ES") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-c" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">GA - Grasso Addominale</li>
|
||||
<li data-role="list-divider">GL - Galoppo Laterale</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Diam Addominale Periomb. cm</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtGA" Text='<%# Bind("GA") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlGL" DataSourceID="odsGL" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("EB") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">E - Equilibrio</li>
|
||||
<li data-role="list-divider">LM - Lancio Mirato</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Test Romberg 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtE" Text='<%# Bind("E") %>' />
|
||||
<label style="font-size: 0.9em;">successi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtLM" Text='<%# Bind("LM") %>' TextMode="Number" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-d" style="padding: 4px;">
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FAI - Forza Arti Inferiori</li>
|
||||
<li data-role="list-divider">SA - Saltelli Alternati in avanti su un piede</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Num ripetute 15"</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFAI" Text='<%# Bind("FAI") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlSA" DataSourceID="odsSP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("TI") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li data-role="list-divider">FP - Forza Prensile</li>
|
||||
<li data-role="list-divider">RP - Ricevere con le mani una Palla lanciata</li>
|
||||
<li class="ui-field-contain">
|
||||
<label style="font-size: 0.9em;">Kg espressi</label>
|
||||
<asp:TextBox CssClass="tStrong flRight" runat="server" ID="txtFP" Text='<%# Bind("FP") %>' />
|
||||
<asp:DropDownList Enabled="true" runat="server" ID="ddlRP" DataSourceID="odsSP" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("FT") %>' />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -306,7 +375,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="Salva" data-theme="a" />
|
||||
<asp:Button runat="server" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-check" ID="btnUpdate" CausesValidation="True" CommandName="Update" Text="TIlva" 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" />
|
||||
@@ -318,7 +387,7 @@
|
||||
</div>
|
||||
</EditItemTemplate>
|
||||
</asp:FormView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByPaziente" TypeName="ScheMe_Data.DS_ApplicazioneTableAdapters.VisValFunzTableAdapter" DeleteMethod="DeleteQuery" InsertMethod="InsertQuery" UpdateMethod="UpdateQuery" OnDeleted="ods_Deleted">
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByPaziente" TypeName="ScheMe_Data.DS_ApplicazioneTableAdapters.VisValSP_345TableAdapter" DeleteMethod="DeleteQuery" InsertMethod="InsertQuery" UpdateMethod="UpdateQuery" OnDeleted="ods_Deleted">
|
||||
<DeleteParameters>
|
||||
<asp:SessionParameter Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
@@ -326,12 +395,12 @@
|
||||
<InsertParameters>
|
||||
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
<asp:Parameter Name="FAI" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FP" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FT" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FS" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="E" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="GA" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="CD" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="ES" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="EB" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="LM" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="TI" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FT" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="Altezza" Type="Double" />
|
||||
<asp:Parameter Name="Peso" Type="Double" />
|
||||
</InsertParameters>
|
||||
@@ -340,12 +409,12 @@
|
||||
<asp:QueryStringParameter DefaultValue="" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<UpdateParameters>
|
||||
<asp:Parameter Name="FAI" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FP" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FT" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FS" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="E" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="GA" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="CD" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="ES" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="EB" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="LM" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="TI" Type="Int32" DefaultValue="0" />
|
||||
<asp:Parameter Name="FT" Type="Double" DefaultValue="0" />
|
||||
<asp:Parameter Name="Altezza" Type="Double" />
|
||||
<asp:Parameter Name="Peso" Type="Double" />
|
||||
<asp:SessionParameter Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace ScheMe
|
||||
{
|
||||
public partial class VVSP_345 : SteamWare.UserPage
|
||||
{
|
||||
|
||||
protected int idxPaziente
|
||||
{
|
||||
get
|
||||
@@ -92,5 +93,11 @@ namespace ScheMe
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
|
||||
protected void frmView_ItemUpdating(object sender, FormViewUpdateEventArgs e)
|
||||
{
|
||||
// fix decimale x CD...
|
||||
e.NewValues["CD"] = decimal.Parse(e.NewValues["CD"].ToString().Replace(".", ","));//, new NumberFormatInfo() { NumberDecimalSeparator = "," });
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Generated
+3578
-2051
File diff suppressed because it is too large
Load Diff
+164
-25
@@ -1974,6 +1974,107 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisValSP_345TableAdapter" GeneratorDataComponentClassName="VisValSP_345TableAdapter" Name="VisValSP_345" UserDataComponentName="VisValSP_345TableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-SP].dbo.v_VisValSP_345_l" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT IdxPaziente, DataVisita, CD, ES, EB, LM, TI, FT, Altezza, Peso, CD_s, ES_s, EB_s, LM_s, TI_s, FT_s, Penalty, Score, ScorePerc, Classe, Performance FROM dbo.v_VisValSP_345_l</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
|
||||
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
|
||||
<Mapping SourceColumn="CD" DataSetColumn="CD" />
|
||||
<Mapping SourceColumn="ES" DataSetColumn="ES" />
|
||||
<Mapping SourceColumn="EB" DataSetColumn="EB" />
|
||||
<Mapping SourceColumn="LM" DataSetColumn="LM" />
|
||||
<Mapping SourceColumn="TI" DataSetColumn="TI" />
|
||||
<Mapping SourceColumn="FT" DataSetColumn="FT" />
|
||||
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
|
||||
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
|
||||
<Mapping SourceColumn="CD_s" DataSetColumn="CD_s" />
|
||||
<Mapping SourceColumn="ES_s" DataSetColumn="ES_s" />
|
||||
<Mapping SourceColumn="EB_s" DataSetColumn="EB_s" />
|
||||
<Mapping SourceColumn="LM_s" DataSetColumn="LM_s" />
|
||||
<Mapping SourceColumn="TI_s" DataSetColumn="TI_s" />
|
||||
<Mapping SourceColumn="FT_s" DataSetColumn="FT_s" />
|
||||
<Mapping SourceColumn="Penalty" DataSetColumn="Penalty" />
|
||||
<Mapping SourceColumn="Score" DataSetColumn="Score" />
|
||||
<Mapping SourceColumn="ScorePerc" DataSetColumn="ScorePerc" />
|
||||
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
|
||||
<Mapping SourceColumn="Performance" DataSetColumn="Performance" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-SP].dbo.stp_VVSP_345_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VVSP_345_DeleteQuery</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="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-SP].dbo.stp_VVSP_345_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_VVSP_345_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="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-SP].dbo.stp_VVSP_345_InsertQuery" DbObjectType="StoredProcedure" 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">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VVSP_345_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="@CD" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ES" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@EB" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TI" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FT" 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="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-SP].dbo.stp_VVSP_345_UpdateQuery" DbObjectType="StoredProcedure" 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">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dbo.stp_VVSP_345_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="float" DbType="Double" Direction="Input" ParameterName="@CD" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ES" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EB" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TI" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FT" Precision="10" ProviderType="Int" Scale="0" Size="4" 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="@Peso" 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>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</Sources>
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
</DataSource>
|
||||
@@ -1982,7 +2083,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
<xs:element name="DS_Applicazione" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Applicazione" msprop:Generator_UserDSName="DS_Applicazione">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent" msprop:Generator_RowClassName="AnagPazientiRow">
|
||||
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_RowClassName="AnagPazientiRow" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2063,7 +2164,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ElencoVisite-AFA" msprop:Generator_TableClassName="_ElencoVisite_AFADataTable" msprop:Generator_TableVarName="_tableElencoVisite_AFA" msprop:Generator_RowChangedName="_ElencoVisite_AFARowChanged" msprop:Generator_TablePropName="_ElencoVisite_AFA" msprop:Generator_RowDeletingName="_ElencoVisite_AFARowDeleting" msprop:Generator_RowChangingName="_ElencoVisite_AFARowChanging" msprop:Generator_RowEvHandlerName="_ElencoVisite_AFARowChangeEventHandler" msprop:Generator_RowDeletedName="_ElencoVisite_AFARowDeleted" msprop:Generator_RowClassName="_ElencoVisite_AFARow" msprop:Generator_UserTableName="ElencoVisite-AFA" msprop:Generator_RowEvArgName="_ElencoVisite_AFARowChangeEvent">
|
||||
<xs:element name="ElencoVisite-AFA" msprop:Generator_TableClassName="_ElencoVisite_AFADataTable" msprop:Generator_TableVarName="_tableElencoVisite_AFA" msprop:Generator_TablePropName="_ElencoVisite_AFA" msprop:Generator_RowDeletingName="_ElencoVisite_AFARowDeleting" msprop:Generator_RowChangingName="_ElencoVisite_AFARowChanging" msprop:Generator_RowEvHandlerName="_ElencoVisite_AFARowChangeEventHandler" msprop:Generator_RowDeletedName="_ElencoVisite_AFARowDeleted" msprop:Generator_UserTableName="ElencoVisite-AFA" msprop:Generator_RowChangedName="_ElencoVisite_AFARowChanged" msprop:Generator_RowEvArgName="_ElencoVisite_AFARowChangeEvent" msprop:Generator_RowClassName="_ElencoVisite_AFARow">
|
||||
<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" />
|
||||
@@ -2079,7 +2180,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_RowClassName="VisLabRow" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowEvArgName="VisLabRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2102,7 +2203,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent" msprop:Generator_RowClassName="VisAnamCliRow">
|
||||
<xs:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_RowClassName="VisAnamCliRow" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2125,7 +2226,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisCardioPol" msprop:Generator_TableClassName="VisCardioPolDataTable" msprop:Generator_TableVarName="tableVisCardioPol" msprop:Generator_RowChangedName="VisCardioPolRowChanged" msprop:Generator_TablePropName="VisCardioPol" msprop:Generator_RowDeletingName="VisCardioPolRowDeleting" msprop:Generator_RowChangingName="VisCardioPolRowChanging" msprop:Generator_RowEvHandlerName="VisCardioPolRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCardioPolRowDeleted" msprop:Generator_RowClassName="VisCardioPolRow" msprop:Generator_UserTableName="VisCardioPol" msprop:Generator_RowEvArgName="VisCardioPolRowChangeEvent">
|
||||
<xs:element name="VisCardioPol" msprop:Generator_TableClassName="VisCardioPolDataTable" msprop:Generator_TableVarName="tableVisCardioPol" msprop:Generator_TablePropName="VisCardioPol" msprop:Generator_RowDeletingName="VisCardioPolRowDeleting" msprop:Generator_RowChangingName="VisCardioPolRowChanging" msprop:Generator_RowEvHandlerName="VisCardioPolRowChangeEventHandler" msprop:Generator_RowDeletedName="VisCardioPolRowDeleted" msprop:Generator_UserTableName="VisCardioPol" msprop:Generator_RowChangedName="VisCardioPolRowChanged" msprop:Generator_RowEvArgName="VisCardioPolRowChangeEvent" msprop:Generator_RowClassName="VisCardioPolRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2153,7 +2254,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent" msprop:Generator_RowClassName="VisPsicoRow">
|
||||
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_RowClassName="VisPsicoRow" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2167,7 +2268,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_RowClassName="VisStileVitaRow" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent">
|
||||
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent" msprop:Generator_RowClassName="VisStileVitaRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2219,7 +2320,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisRelazFin" msprop:Generator_TableClassName="VisRelazFinDataTable" msprop:Generator_TableVarName="tableVisRelazFin" msprop:Generator_TablePropName="VisRelazFin" msprop:Generator_RowDeletingName="VisRelazFinRowDeleting" msprop:Generator_RowChangingName="VisRelazFinRowChanging" msprop:Generator_RowEvHandlerName="VisRelazFinRowChangeEventHandler" msprop:Generator_RowDeletedName="VisRelazFinRowDeleted" msprop:Generator_UserTableName="VisRelazFin" msprop:Generator_RowChangedName="VisRelazFinRowChanged" msprop:Generator_RowEvArgName="VisRelazFinRowChangeEvent" msprop:Generator_RowClassName="VisRelazFinRow">
|
||||
<xs:element name="VisRelazFin" msprop:Generator_TableClassName="VisRelazFinDataTable" msprop:Generator_TableVarName="tableVisRelazFin" msprop:Generator_RowChangedName="VisRelazFinRowChanged" msprop:Generator_TablePropName="VisRelazFin" msprop:Generator_RowDeletingName="VisRelazFinRowDeleting" msprop:Generator_RowChangingName="VisRelazFinRowChanging" msprop:Generator_RowEvHandlerName="VisRelazFinRowChangeEventHandler" msprop:Generator_RowDeletedName="VisRelazFinRowDeleted" msprop:Generator_RowClassName="VisRelazFinRow" msprop:Generator_UserTableName="VisRelazFin" msprop:Generator_RowEvArgName="VisRelazFinRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2236,7 +2337,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_rep_DatiFullByPazienteData" msprop:Generator_TableClassName="stp_rep_DatiFullByPazienteDataDataTable" msprop:Generator_TableVarName="tablestp_rep_DatiFullByPazienteData" msprop:Generator_RowChangedName="stp_rep_DatiFullByPazienteDataRowChanged" msprop:Generator_TablePropName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowDeletingName="stp_rep_DatiFullByPazienteDataRowDeleting" msprop:Generator_RowChangingName="stp_rep_DatiFullByPazienteDataRowChanging" msprop:Generator_RowEvHandlerName="stp_rep_DatiFullByPazienteDataRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_rep_DatiFullByPazienteDataRowDeleted" msprop:Generator_RowClassName="stp_rep_DatiFullByPazienteDataRow" msprop:Generator_UserTableName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowEvArgName="stp_rep_DatiFullByPazienteDataRowChangeEvent">
|
||||
<xs:element name="stp_rep_DatiFullByPazienteData" msprop:Generator_TableClassName="stp_rep_DatiFullByPazienteDataDataTable" msprop:Generator_TableVarName="tablestp_rep_DatiFullByPazienteData" msprop:Generator_TablePropName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowDeletingName="stp_rep_DatiFullByPazienteDataRowDeleting" msprop:Generator_RowChangingName="stp_rep_DatiFullByPazienteDataRowChanging" msprop:Generator_RowEvHandlerName="stp_rep_DatiFullByPazienteDataRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_rep_DatiFullByPazienteDataRowDeleted" msprop:Generator_UserTableName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowChangedName="stp_rep_DatiFullByPazienteDataRowChanged" msprop:Generator_RowEvArgName="stp_rep_DatiFullByPazienteDataRowChangeEvent" msprop:Generator_RowClassName="stp_rep_DatiFullByPazienteDataRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" minOccurs="0" />
|
||||
@@ -2725,7 +2826,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisBioMecAnt" msprop:Generator_TableClassName="VisBioMecAntDataTable" msprop:Generator_TableVarName="tableVisBioMecAnt" msprop:Generator_TablePropName="VisBioMecAnt" msprop:Generator_RowDeletingName="VisBioMecAntRowDeleting" msprop:Generator_RowChangingName="VisBioMecAntRowChanging" msprop:Generator_RowEvHandlerName="VisBioMecAntRowChangeEventHandler" msprop:Generator_RowDeletedName="VisBioMecAntRowDeleted" msprop:Generator_UserTableName="VisBioMecAnt" msprop:Generator_RowChangedName="VisBioMecAntRowChanged" msprop:Generator_RowEvArgName="VisBioMecAntRowChangeEvent" msprop:Generator_RowClassName="VisBioMecAntRow">
|
||||
<xs:element name="VisBioMecAnt" msprop:Generator_TableClassName="VisBioMecAntDataTable" msprop:Generator_TableVarName="tableVisBioMecAnt" msprop:Generator_RowChangedName="VisBioMecAntRowChanged" msprop:Generator_TablePropName="VisBioMecAnt" msprop:Generator_RowDeletingName="VisBioMecAntRowDeleting" msprop:Generator_RowChangingName="VisBioMecAntRowChanging" msprop:Generator_RowEvHandlerName="VisBioMecAntRowChangeEventHandler" msprop:Generator_RowDeletedName="VisBioMecAntRowDeleted" msprop:Generator_RowClassName="VisBioMecAntRow" msprop:Generator_UserTableName="VisBioMecAnt" msprop:Generator_RowEvArgName="VisBioMecAntRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2777,7 +2878,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent" msprop:Generator_RowClassName="VisValFunzRow">
|
||||
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_RowClassName="VisValFunzRow" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -2810,7 +2911,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisValFunzGT" msprop:Generator_TableClassName="VisValFunzGTDataTable" msprop:Generator_TableVarName="tableVisValFunzGT" msprop:Generator_TablePropName="VisValFunzGT" msprop:Generator_RowDeletingName="VisValFunzGTRowDeleting" msprop:Generator_RowChangingName="VisValFunzGTRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzGTRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzGTRowDeleted" msprop:Generator_UserTableName="VisValFunzGT" msprop:Generator_RowChangedName="VisValFunzGTRowChanged" msprop:Generator_RowEvArgName="VisValFunzGTRowChangeEvent" msprop:Generator_RowClassName="VisValFunzGTRow">
|
||||
<xs:element name="VisValFunzGT" msprop:Generator_TableClassName="VisValFunzGTDataTable" msprop:Generator_TableVarName="tableVisValFunzGT" msprop:Generator_RowChangedName="VisValFunzGTRowChanged" msprop:Generator_TablePropName="VisValFunzGT" msprop:Generator_RowDeletingName="VisValFunzGTRowDeleting" msprop:Generator_RowChangingName="VisValFunzGTRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzGTRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzGTRowDeleted" msprop:Generator_RowClassName="VisValFunzGTRow" msprop:Generator_UserTableName="VisValFunzGT" msprop:Generator_RowEvArgName="VisValFunzGTRowChangeEvent">
|
||||
<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" />
|
||||
@@ -2846,7 +2947,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Pazienti2Labels" msprop:Generator_TableClassName="Pazienti2LabelsDataTable" msprop:Generator_TableVarName="tablePazienti2Labels" msprop:Generator_TablePropName="Pazienti2Labels" msprop:Generator_RowDeletingName="Pazienti2LabelsRowDeleting" msprop:Generator_RowChangingName="Pazienti2LabelsRowChanging" msprop:Generator_RowEvHandlerName="Pazienti2LabelsRowChangeEventHandler" msprop:Generator_RowDeletedName="Pazienti2LabelsRowDeleted" msprop:Generator_UserTableName="Pazienti2Labels" msprop:Generator_RowChangedName="Pazienti2LabelsRowChanged" msprop:Generator_RowEvArgName="Pazienti2LabelsRowChangeEvent" msprop:Generator_RowClassName="Pazienti2LabelsRow">
|
||||
<xs:element name="Pazienti2Labels" msprop:Generator_TableClassName="Pazienti2LabelsDataTable" msprop:Generator_TableVarName="tablePazienti2Labels" msprop:Generator_RowChangedName="Pazienti2LabelsRowChanged" msprop:Generator_TablePropName="Pazienti2Labels" msprop:Generator_RowDeletingName="Pazienti2LabelsRowDeleting" msprop:Generator_RowChangingName="Pazienti2LabelsRowChanging" msprop:Generator_RowEvHandlerName="Pazienti2LabelsRowChangeEventHandler" msprop:Generator_RowDeletedName="Pazienti2LabelsRowDeleted" msprop:Generator_RowClassName="Pazienti2LabelsRow" msprop:Generator_UserTableName="Pazienti2Labels" msprop:Generator_RowEvArgName="Pazienti2LabelsRowChangeEvent">
|
||||
<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" />
|
||||
@@ -2860,7 +2961,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ElencoVisite-SP" msprop:Generator_TableClassName="_ElencoVisite_SPDataTable" msprop:Generator_TableVarName="_tableElencoVisite_SP" msprop:Generator_RowChangedName="_ElencoVisite_SPRowChanged" msprop:Generator_TablePropName="_ElencoVisite_SP" msprop:Generator_RowDeletingName="_ElencoVisite_SPRowDeleting" msprop:Generator_RowChangingName="_ElencoVisite_SPRowChanging" msprop:Generator_RowEvHandlerName="_ElencoVisite_SPRowChangeEventHandler" msprop:Generator_RowDeletedName="_ElencoVisite_SPRowDeleted" msprop:Generator_RowClassName="_ElencoVisite_SPRow" msprop:Generator_UserTableName="ElencoVisite-SP" msprop:Generator_RowEvArgName="_ElencoVisite_SPRowChangeEvent">
|
||||
<xs:element name="ElencoVisite-SP" msprop:Generator_TableClassName="_ElencoVisite_SPDataTable" msprop:Generator_TableVarName="_tableElencoVisite_SP" msprop:Generator_TablePropName="_ElencoVisite_SP" msprop:Generator_RowDeletingName="_ElencoVisite_SPRowDeleting" msprop:Generator_RowChangingName="_ElencoVisite_SPRowChanging" msprop:Generator_RowEvHandlerName="_ElencoVisite_SPRowChangeEventHandler" msprop:Generator_RowDeletedName="_ElencoVisite_SPRowDeleted" msprop:Generator_UserTableName="ElencoVisite-SP" msprop:Generator_RowChangedName="_ElencoVisite_SPRowChanged" msprop:Generator_RowEvArgName="_ElencoVisite_SPRowChangeEvent" msprop:Generator_RowClassName="_ElencoVisite_SPRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataVisita" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" minOccurs="0" />
|
||||
@@ -2872,7 +2973,7 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisValSP_12" msprop:Generator_TableClassName="VisValSP_12DataTable" msprop:Generator_TableVarName="tableVisValSP_12" msprop:Generator_RowChangedName="VisValSP_12RowChanged" msprop:Generator_TablePropName="VisValSP_12" msprop:Generator_RowDeletingName="VisValSP_12RowDeleting" msprop:Generator_RowChangingName="VisValSP_12RowChanging" msprop:Generator_RowEvHandlerName="VisValSP_12RowChangeEventHandler" msprop:Generator_RowDeletedName="VisValSP_12RowDeleted" msprop:Generator_RowClassName="VisValSP_12Row" msprop:Generator_UserTableName="VisValSP_12" msprop:Generator_RowEvArgName="VisValSP_12RowChangeEvent">
|
||||
<xs:element name="VisValSP_12" msprop:Generator_TableClassName="VisValSP_12DataTable" msprop:Generator_TableVarName="tableVisValSP_12" msprop:Generator_TablePropName="VisValSP_12" msprop:Generator_RowDeletingName="VisValSP_12RowDeleting" msprop:Generator_RowChangingName="VisValSP_12RowChanging" msprop:Generator_RowEvHandlerName="VisValSP_12RowChangeEventHandler" msprop:Generator_RowDeletedName="VisValSP_12RowDeleted" msprop:Generator_UserTableName="VisValSP_12" msprop:Generator_RowChangedName="VisValSP_12RowChanged" msprop:Generator_RowEvArgName="VisValSP_12RowChangeEvent" msprop:Generator_RowClassName="VisValSP_12Row">
|
||||
<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" />
|
||||
@@ -2905,6 +3006,39 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisValSP_345" msprop:Generator_TableClassName="VisValSP_345DataTable" msprop:Generator_TableVarName="tableVisValSP_345" msprop:Generator_TablePropName="VisValSP_345" msprop:Generator_RowDeletingName="VisValSP_345RowDeleting" msprop:Generator_RowChangingName="VisValSP_345RowChanging" msprop:Generator_RowEvHandlerName="VisValSP_345RowChangeEventHandler" msprop:Generator_RowDeletedName="VisValSP_345RowDeleted" msprop:Generator_UserTableName="VisValSP_345" msprop:Generator_RowChangedName="VisValSP_345RowChanged" msprop:Generator_RowEvArgName="VisValSP_345RowChangeEvent" msprop:Generator_RowClassName="VisValSP_345Row">
|
||||
<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="CD" msprop:Generator_ColumnVarNameInTable="columnCD" msprop:Generator_ColumnPropNameInRow="CD" msprop:Generator_ColumnPropNameInTable="CDColumn" msprop:Generator_UserColumnName="CD" type="xs:double" />
|
||||
<xs:element name="ES" msprop:Generator_ColumnVarNameInTable="columnES" msprop:Generator_ColumnPropNameInRow="ES" msprop:Generator_ColumnPropNameInTable="ESColumn" msprop:Generator_UserColumnName="ES" type="xs:double" />
|
||||
<xs:element name="EB" msprop:Generator_ColumnVarNameInTable="columnEB" msprop:Generator_ColumnPropNameInRow="EB" msprop:Generator_ColumnPropNameInTable="EBColumn" msprop:Generator_UserColumnName="EB" type="xs:double" />
|
||||
<xs:element name="LM" msprop:Generator_ColumnVarNameInTable="columnLM" msprop:Generator_ColumnPropNameInRow="LM" msprop:Generator_ColumnPropNameInTable="LMColumn" msprop:Generator_UserColumnName="LM" type="xs:int" />
|
||||
<xs:element name="TI" msprop:Generator_ColumnVarNameInTable="columnTI" msprop:Generator_ColumnPropNameInRow="TI" msprop:Generator_ColumnPropNameInTable="TIColumn" msprop:Generator_UserColumnName="TI" type="xs:int" />
|
||||
<xs:element name="FT" msprop:Generator_ColumnVarNameInTable="columnFT" msprop:Generator_ColumnPropNameInRow="FT" msprop:Generator_ColumnPropNameInTable="FTColumn" msprop:Generator_UserColumnName="FT" 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="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
|
||||
<xs:element name="CD_s" msprop:Generator_ColumnVarNameInTable="columnCD_s" msprop:Generator_ColumnPropNameInRow="CD_s" msprop:Generator_ColumnPropNameInTable="CD_sColumn" msprop:Generator_UserColumnName="CD_s" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="ES_s" msprop:Generator_ColumnVarNameInTable="columnES_s" msprop:Generator_ColumnPropNameInRow="ES_s" msprop:Generator_ColumnPropNameInTable="ES_sColumn" msprop:Generator_UserColumnName="ES_s" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="EB_s" msprop:Generator_ColumnVarNameInTable="columnEB_s" msprop:Generator_ColumnPropNameInRow="EB_s" msprop:Generator_ColumnPropNameInTable="EB_sColumn" msprop:Generator_UserColumnName="EB_s" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="LM_s" msprop:Generator_ColumnVarNameInTable="columnLM_s" msprop:Generator_ColumnPropNameInRow="LM_s" msprop:Generator_ColumnPropNameInTable="LM_sColumn" msprop:Generator_UserColumnName="LM_s" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="TI_s" msprop:Generator_ColumnVarNameInTable="columnTI_s" msprop:Generator_ColumnPropNameInRow="TI_s" msprop:Generator_ColumnPropNameInTable="TI_sColumn" msprop:Generator_UserColumnName="TI_s" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="FT_s" msprop:Generator_ColumnVarNameInTable="columnFT_s" msprop:Generator_ColumnPropNameInRow="FT_s" msprop:Generator_ColumnPropNameInTable="FT_sColumn" msprop:Generator_UserColumnName="FT_s" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Penalty" msprop:Generator_ColumnVarNameInTable="columnPenalty" msprop:Generator_ColumnPropNameInRow="Penalty" msprop:Generator_ColumnPropNameInTable="PenaltyColumn" msprop:Generator_UserColumnName="Penalty" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Score" msprop:Generator_ColumnVarNameInTable="columnScore" msprop:Generator_ColumnPropNameInRow="Score" msprop:Generator_ColumnPropNameInTable="ScoreColumn" msprop:Generator_UserColumnName="Score" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="ScorePerc" msprop:Generator_ColumnVarNameInTable="columnScorePerc" msprop:Generator_ColumnPropNameInRow="ScorePerc" msprop:Generator_ColumnPropNameInTable="ScorePercColumn" msprop:Generator_UserColumnName="ScorePerc" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Classe" msprop:Generator_ColumnVarNameInTable="columnClasse" msprop:Generator_ColumnPropNameInRow="Classe" msprop:Generator_ColumnPropNameInTable="ClasseColumn" msprop:Generator_UserColumnName="Classe" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Performance" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPerformance" msprop:Generator_ColumnPropNameInRow="Performance" msprop:Generator_ColumnPropNameInTable="PerformanceColumn" msprop:Generator_UserColumnName="Performance" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="250" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||
@@ -2970,19 +3104,24 @@ SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) A
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
<xs:unique name="VisValSP_345_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:VisValSP_345" />
|
||||
<xs:field xpath="mstns:IdxPaziente" />
|
||||
<xs:field xpath="mstns:DataVisita" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="AnagPazienti_v_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_v_VisBioMecAnt" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_ValSvolAtt_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunzGT" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunzGT" msprop:Generator_ChildPropName="GetVisValFunzGTRows" msprop:Generator_UserRelationName="FK_ValSvolAtt_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_ValSvolAtt_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_Pazienti2Labels_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="Pazienti2Labels" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="Pazienti2Labels" msprop:Generator_ChildPropName="GetPazienti2LabelsRows" msprop:Generator_UserRelationName="FK_Pazienti2Labels_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_Pazienti2Labels_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="AnagPazienti_v_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_v_VisBioMecAnt" msprop:Generator_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_ValSvolAtt_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunzGT" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunzGT" msprop:Generator_ChildPropName="GetVisValFunzGTRows" msprop:Generator_UserRelationName="FK_ValSvolAtt_AnagPazienti" msprop:Generator_RelationVarName="relationFK_ValSvolAtt_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_Pazienti2Labels_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="Pazienti2Labels" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="Pazienti2Labels" msprop:Generator_ChildPropName="GetPazienti2LabelsRows" msprop:Generator_UserRelationName="FK_Pazienti2Labels_AnagPazienti" msprop:Generator_RelationVarName="relationFK_Pazienti2Labels_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -4,26 +4,27 @@
|
||||
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="-15" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-15" ViewPortY="1178" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="8" X="680" Y="16" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:ElencoVisite-AFA" ZOrder="25" X="55" Y="1478" Height="319" Width="288" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="9" X="326" Y="378" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisAnamCli" ZOrder="23" X="1100" Y="11" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisCardioPol" ZOrder="4" X="757" Y="617" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisPsico" ZOrder="17" X="328" Y="818" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
|
||||
<Shape ID="DesignTable:VisStileVita" ZOrder="2" X="668" Y="1041" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisRelazFin" ZOrder="15" X="371" Y="23" Height="296" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="145" />
|
||||
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="18" X="-5" Y="284" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="13" X="1078" Y="506" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisValFunz" ZOrder="3" X="1083" Y="940" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisValFunzGT" ZOrder="11" X="337" Y="1147" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:Pazienti2Labels" ZOrder="6" X="87" Y="653" Height="181" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="76" />
|
||||
<Shape ID="DesignTable:ElencoVisite-SP" ZOrder="5" X="10" Y="1123" Height="227" Width="277" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="168" />
|
||||
<Shape ID="DesignTable:VisValSP_12" ZOrder="1" X="1077" Y="1379" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="9" X="680" Y="16" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:ElencoVisite-AFA" ZOrder="26" X="55" Y="1478" Height="319" Width="288" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="10" X="326" Y="378" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisAnamCli" ZOrder="24" X="1100" Y="11" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisCardioPol" ZOrder="5" X="757" Y="617" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisPsico" ZOrder="18" X="328" Y="818" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
|
||||
<Shape ID="DesignTable:VisStileVita" ZOrder="3" X="668" Y="1041" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisRelazFin" ZOrder="16" X="371" Y="23" Height="296" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="145" />
|
||||
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="19" X="-5" Y="284" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="14" X="1078" Y="506" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisValFunz" ZOrder="4" X="1083" Y="940" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisValFunzGT" ZOrder="12" X="337" Y="1147" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:Pazienti2Labels" ZOrder="7" X="87" Y="653" Height="181" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="76" />
|
||||
<Shape ID="DesignTable:ElencoVisite-SP" ZOrder="6" X="10" Y="1123" Height="227" Width="277" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="168" />
|
||||
<Shape ID="DesignTable:VisValSP_12" ZOrder="2" X="1077" Y="1379" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:VisValSP_345" ZOrder="1" X="699" Y="1536" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="10" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="11" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>680</X>
|
||||
@@ -35,7 +36,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisAnamCli_AnagPazienti" ZOrder="24" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisAnamCli_AnagPazienti" ZOrder="25" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>980</X>
|
||||
@@ -47,7 +48,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisCardioPol_AnagPazienti" ZOrder="22" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisCardioPol_AnagPazienti" ZOrder="23" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>842</X>
|
||||
@@ -59,7 +60,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisPsico_AnagPazienti" ZOrder="21" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisPsico_AnagPazienti" ZOrder="22" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>705</X>
|
||||
@@ -75,7 +76,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="20" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="21" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>747</X>
|
||||
@@ -87,7 +88,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="19" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="20" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>680</X>
|
||||
@@ -99,7 +100,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:AnagPazienti_v_VisBioMecAnt" ZOrder="16" LineWidth="11">
|
||||
<Connector ID="DesignRelation:AnagPazienti_v_VisBioMecAnt" ZOrder="17" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>980</X>
|
||||
@@ -119,7 +120,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisValFunz_AnagPazienti" ZOrder="14" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisValFunz_AnagPazienti" ZOrder="15" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>980</X>
|
||||
@@ -139,7 +140,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_ValSvolAtt_AnagPazienti" ZOrder="12" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_ValSvolAtt_AnagPazienti" ZOrder="13" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>713</X>
|
||||
@@ -155,7 +156,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_Pazienti2Labels_AnagPazienti" ZOrder="7" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_Pazienti2Labels_AnagPazienti" ZOrder="8" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>721</X>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user