Prima versione prenotazioni (OK!!!)

This commit is contained in:
Samuele E. Locatelli
2017-09-21 18:26:43 +02:00
parent 9e9a0c1dfc
commit 1180d9beeb
14 changed files with 863 additions and 66 deletions
+11
View File
@@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="PREN.aspx.cs" Inherits="ScheMe.PREN" %>
<%@ Register Src="~/WebUserControls/mod_Prenotazioni.ascx" TagPrefix="uc1" TagName="mod_Prenotazioni" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<uc1:mod_Prenotazioni runat="server" ID="mod_Prenotazioni" />
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="NoAjaxContent" runat="server">
</asp:Content>
+43
View File
@@ -0,0 +1,43 @@
using SteamWare;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace ScheMe
{
public partial class PREN : System.Web.UI.Page
{
protected int idxPaziente
{
get
{
return memLayer.ML.IntSessionObj("IdxPaziente");
}
}
protected DateTime DataVisita
{
get
{
DateTime answ = DateTime.Now.Date;
try
{
answ = memLayer.ML.QSD("DataVisita");
}
catch
{ }
return answ;
}
}
protected void Page_Load(object sender, EventArgs e)
{
if(!Page.IsPostBack)
{
mod_Prenotazioni.idxPaziente = idxPaziente;
mod_Prenotazioni.DataVisita = DataVisita;
}
}
}
}
+24
View File
@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace ScheMe {
public partial class PREN {
/// <summary>
/// Controllo mod_Prenotazioni.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::ScheMe.WebUserControls.mod_Prenotazioni mod_Prenotazioni;
}
}
+16
View File
@@ -197,6 +197,7 @@
<Content Include="DOCS\PDTA\39.pdf" />
<Content Include="fonts\OpenSans_Cond_300.woff2" />
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
<Content Include="PREN.aspx" />
<Content Include="Scripts\jquery-3.1.1.js" />
<Content Include="Scripts\jquery-3.1.1.min.js" />
<Content Include="Scripts\jquery-3.1.1.slim.js" />
@@ -220,6 +221,7 @@
<Content Include="WebUserControls\mod_autocomplete.ascx" />
<Content Include="WebUserControls\mod_autocompleteShort.ascx" />
<Content Include="WebUserControls\mod_genCalPren.ascx" />
<Content Include="WebUserControls\mod_Prenotazioni.ascx" />
<Content Include="WebUserControls\mod_PrestPAI.ascx" />
<Content Include="WebUserControls\mod_top.ascx" />
<None Include="compilerconfig.json" />
@@ -390,6 +392,13 @@
<Compile Include="jumper.aspx.designer.cs">
<DependentUpon>jumper.aspx</DependentUpon>
</Compile>
<Compile Include="PREN.aspx.cs">
<DependentUpon>PREN.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PREN.aspx.designer.cs">
<DependentUpon>PREN.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
@@ -569,6 +578,13 @@
<Compile Include="WebUserControls\mod_genCalPren.ascx.designer.cs">
<DependentUpon>mod_genCalPren.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_Prenotazioni.ascx.cs">
<DependentUpon>mod_Prenotazioni.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_Prenotazioni.ascx.designer.cs">
<DependentUpon>mod_Prenotazioni.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_PrestPAI.ascx.cs">
<DependentUpon>mod_PrestPAI.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+6 -1
View File
@@ -98,9 +98,14 @@
<small>Budget</small>
</li>
<li class="list-group-item">
<span class="tStrong flRight"><%# Eval("CurrSpesa","{0:C2}") %></span>
<span class="tStrong flRight"><%# Eval("SpesaPrev","{0:C2}") %></span>
<small>PAI<sub>(prev)</sub></small>
</li>
<li class="list-group-item">
<span class="tStrong flRight"><%# Eval("Prenotazioni","{0:C2}") %></span>
<small><asp:HyperLink runat="server" CssClass="btn btn-info" ID="hlPrenotazioni" Target="_blank" NavigateUrl="PREN"><i class="fa fa-external-link"></i> Prenotazioni</asp:HyperLink>
</small>
</li>
<li class="list-group-item">
<asp:LinkButton runat="server" CssClass="btn btn-success form-control disabled" ID="lbtCreaPDC"><i class="fa fa-file-text-o"></i> Genera PDC</asp:LinkButton>
</li>
@@ -71,7 +71,7 @@
</div>
</HeaderTemplate>
<ItemTemplate>
<asp:LinkButton CssClass="btn btn-default btn-circle" ID="lbSelPREN" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelPREN" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("PREN")) %>'><i class="fa fa-search fa-lg" aria-hidden="true"></i></asp:LinkButton>
<asp:LinkButton CssClass="btn btn-default btn-circle" ID="lbSelPREN" data-icon="star" runat="server" CausesValidation="False" CommandArgument="SelPREN" CommandName="Select" Visible='<%# Convert.ToBoolean(Eval("PREN")) %>'><i class="fa fa-search" aria-hidden="true"></i> <%#Eval("PREN")%></asp:LinkButton>
<asp:LinkButton ID="lbNewPREN" CssClass="btn btn-default btn-circle" runat="server" CausesValidation="False" CommandArgument="NewPREN" CommandName="Select" Visible='<%# !Convert.ToBoolean(Eval("PREN")) %>'><i class="fa fa-plus fa-lg" aria-hidden="true"></i></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
@@ -0,0 +1,163 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Prenotazioni.ascx.cs" Inherits="ScheMe.WebUserControls.mod_Prenotazioni" %>
<div class="row small">
<div class="col-xs-12">
<asp:LinkButton runat="server" ID="lbCreateNew" OnClick="lbCreateNew_Click" CssClass="btn btn-primary form-control"><i class="fa fa-plus"></i> Crea Nuova</asp:LinkButton>
</div>
<div class="col-xs-12">
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataKeyNames="IdxPaziente,DataVisita,CodPres" DataSourceID="ods" Width="100%" AllowSorting="True" OnRowUpdating="grView_RowUpdating">
<EditRowStyle CssClass="editRowStyle spacedRow" />
<FooterStyle CssClass="footerRowStyle" />
<HeaderStyle CssClass="headerRowStyle" />
<PagerStyle CssClass="active GridPager" />
<RowStyle CssClass="rowStyle spacedRow" />
<SelectedRowStyle CssClass="selectedRowStyle spacedRow" />
<AlternatingRowStyle CssClass="alternatingRowStyle spacedRow" />
<SortedAscendingCellStyle CssClass="stortAscCellStyle" />
<SortedAscendingHeaderStyle CssClass="stortAscHeadStyle" />
<SortedDescendingCellStyle CssClass="stortDescCellStyle" />
<SortedDescendingHeaderStyle CssClass="stortDescHeadStyle" />
<EmptyDataTemplate>
<h3>Nessun Record</h3>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton ID="lbEdit" CssClass="btn btn-info btn-circle" runat="server" CausesValidation="False" CommandName="Edit"><i class="fa fa-pencil fa-lg" aria-hidden="true"></i></asp:LinkButton>
</ItemTemplate>
<EditItemTemplate>
<div class="nowrap">
<asp:LinkButton ID="lbUpdate" runat="server" CssClass="btn btn-success btn-circle" CausesValidation="True" CommandName="Update" Text="Aggiorna"><i class="fa fa-check-circle-o fa-lg" aria-hidden="true"></i></asp:LinkButton>
&nbsp;
</div>
</EditItemTemplate>
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField HeaderText="Stato" SortExpression="DescStato">
<ItemTemplate>
<span class="fontCond nowrap padLR1"><b><%# Eval("DataVisita","{0:yyyy-MM-dd}") %></b> | <%# Eval("DescStato") %></span>
</ItemTemplate>
<EditItemTemplate>
<asp:DropDownList CssClass="btn btn-default dropdown-toggle btn-xs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" Width="100%" runat="server" ID="ddlStato" DataSourceID="odsStato" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("IdxStato") %>'></asp:DropDownList>
<asp:TextBox runat="server" ID="txtDataTo" TextMode="Date" CssClass="smaller form-control" Text='<%# Bind("DataVisita","{0:yyyy-MM-dd}") %>' />
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Struttura" SortExpression="DescStruttura">
<ItemTemplate>
<span class="fontCond nowrap"><%# Eval("DescStruttura") %></span>
</ItemTemplate>
<EditItemTemplate>
<asp:DropDownList CssClass="btn btn-default dropdown-toggle btn-xs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" Width="100%" runat="server" ID="ddlStruttura" DataSourceID="odsStruttura" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("IdxStruttura") %>'></asp:DropDownList>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Cod" SortExpression="CodPres">
<ItemTemplate>
<span class="fontCond"><%# Eval("CodPres") %></span>
</ItemTemplate>
<EditItemTemplate>
Cod
<br />
Note
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Desc" SortExpression="NomePrest">
<EditItemTemplate>
<div class="row condRow nowrap fontCond">
<div class="col-xs-12">
<asp:DropDownList CssClass="btn btn-default dropdown-toggle btn-xs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" Width="100%" runat="server" ID="ddlCodPrest" DataSourceID="odsPrest" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("CodPres") %>'></asp:DropDownList>
</div>
<div class="col-xs-12">
<asp:TextBox ID="txtNote" runat="server" CssClass="fontCond form-control" Text='<%# Bind("Note") %>' PlaceHolder="Note" TextMode="MultiLine"></asp:TextBox>
</div>
</div>
</EditItemTemplate>
<ItemTemplate>
<div class="row fontCond condRow padLR1">
<div class="col-xs-9">
<b><%# Eval("NomePrest") %></b>
</div>
<div class="col-xs-3 text-right">
<%# Eval("Note") %>
</div>
<div class="col-xs-12 small text-justify text-lowercase">
<%# Eval("DescrPrest") %>
</div>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Spesa" SortExpression="SpesaPrev">
<EditItemTemplate>
<div class="row condRow nowrap">
<div class="col-xs-12 fontCond text-right" style="min-width: 8em;">
<b><%# Eval("Tariffa", "{0:C2}") %></b>
</div>
</div>
</EditItemTemplate>
<ItemTemplate>
<div class="row condRow padLR1 nowrap">
<div class="col-xs-12 text-right">
<b><%# Eval("Tariffa", "{0:C2}") %></b>
</div>
</div>
</ItemTemplate>
<ItemStyle CssClass="nowrap" />
</asp:TemplateField>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:LinkButton CssClass="btn btn-danger btn-circle" ID="lbDel" runat="server" CausesValidation="False" CommandName="Delete" OnClientClick="return confirm('Sei sicuro di voler eliminare il record?')"><i class="fa fa-trash-o fa-lg" aria-hidden="true"></i></asp:LinkButton>
</ItemTemplate>
<EditItemTemplate>
<asp:LinkButton ID="lbCancel" runat="server" CssClass="btn btn-warning btn-circle" CausesValidation="False" CommandName="Cancel" Text="Annulla"><i class="fa fa-times-circle-o fa-lg" aria-hidden="true"></i></asp:LinkButton>
</EditItemTemplate>
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:HiddenField runat="server" ID="hfIdxPaziente" />
<asp:HiddenField runat="server" ID="hfDataVisita" />
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByPaziente" TypeName="ScheMe_Data.DS_ApplicazioneTableAdapters.PrenotazioniTableAdapter" OnDeleted="ods_Deleted" UpdateMethod="UpdateQuery" DeleteMethod="DeleteQuery" OnUpdated="ods_Updated" OnUpdating="ods_Updating" InsertMethod="InsertQuery">
<DeleteParameters>
<asp:SessionParameter Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />
</DeleteParameters>
<InsertParameters>
<asp:Parameter Name="IdxPaziente" Type="Int32" />
<asp:Parameter Name="DataVisita" Type="DateTime" />
<asp:Parameter Name="CodPres" Type="String" />
<asp:Parameter Name="IdxStato" Type="Int32" />
<asp:Parameter Name="IdxStruttura" Type="Int32" />
<asp:Parameter Name="Note" Type="String" />
</InsertParameters>
<SelectParameters>
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
<asp:QueryStringParameter DefaultValue="" Name="DataVisita" QueryStringField="DataVisita" Type="DateTime" />
</SelectParameters>
<UpdateParameters>
<asp:Parameter Name="DataVisita" Type="DateTime" />
<asp:Parameter Name="CodPres" Type="String" />
<asp:Parameter Name="IdxStato" Type="Int32" />
<asp:Parameter Name="IdxStruttura" Type="Int32" />
<asp:Parameter Name="Note" Type="String" />
<asp:SessionParameter Name="Original_IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
<%--<asp:QueryStringParameter DefaultValue="0" Name="Original_DataVisita" QueryStringField="DataVisita" Type="DateTime" />--%>
<asp:Parameter Name="Original_DataVisita" Type="DateTime" />
<asp:Parameter Name="Original_CodPres" Type="String" />
</UpdateParameters>
</asp:ObjectDataSource>
<asp:ObjectDataSource runat="server" ID="odsPrest" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selPrestazioniTableAdapter"></asp:ObjectDataSource>
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
<SelectParameters>
<asp:Parameter DefaultValue="*" Name="TableName" Type="string" />
<asp:Parameter DefaultValue="Stato" Name="FieldName" Type="string" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:ObjectDataSource ID="odsStruttura" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByTableField" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selListValTableAdapter">
<SelectParameters>
<asp:Parameter DefaultValue="*" Name="TableName" Type="string" />
<asp:Parameter DefaultValue="Struttura" Name="FieldName" Type="string" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
</div>
@@ -0,0 +1,113 @@
using ScheMe_Data;
using SteamWare;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace ScheMe.WebUserControls
{
public partial class mod_Prenotazioni : SteamWare.UserControl
{
/// <summary>
/// url base area services
/// </summary>
public string serviceUrl(string method)
{
return string.Format("/{0}/WS_data.asmx/{1}", memLayer.ML.confReadString("serviceUrl"), method);
}
public int idxPaziente
{
get
{
int answ = 0;
Int32.TryParse(hfIdxPaziente.Value, out answ);
return answ;
}
set
{
hfIdxPaziente.Value = value.ToString();
}
}
public DateTime DataVisita
{
get
{
DateTime answ;
DateTime.TryParse(hfDataVisita.Value, out answ);
return answ;
}
set
{
hfDataVisita.Value = value.ToString();
}
}
protected void Page_Load(object sender, EventArgs e)
{
}
protected void ods_Deleted(object sender, ObjectDataSourceStatusEventArgs e)
{
//raiseEvent(ucEvType.ReqUpdateParent);
}
public bool hasData(object testData)
{
bool answ = false;
try
{
answ = testData.ToString() != "";
}
catch
{ }
return answ;
}
protected void ods_Updating(object sender, ObjectDataSourceMethodEventArgs e)
{
DateTime data;
DateTime.TryParse(e.InputParameters["DataVisita"].ToString(), out data);
e.InputParameters["DataVisita"] = data;
//raiseEvent(ucEvType.ReqUpdateParent);
}
protected void ods_Updated(object sender, ObjectDataSourceStatusEventArgs e)
{
//raiseEvent(ucEvType.ReqUpdateParent);
}
/// <summary>
/// Aggiorna il controllo e indica come in editing il primo record...
/// </summary>
public void updateAndEditZero()
{
grView.DataBind();
grView.EditIndex = 0;
}
protected void grView_RowUpdating(object sender, GridViewUpdateEventArgs e)
{
try
{
if (e.NewValues["Note"].ToString() == "" || e.NewValues["Note"] == null)
{
e.NewValues["Note"] = "";
}
}
catch
{
e.NewValues["Note"] = "";
}
}
protected void lbCreateNew_Click(object sender, EventArgs e)
{
DtProxy.man.taPren.InsertQuery(idxPaziente, DataVisita, "0", 0, 0, "");
grView.DataBind();
}
}
}
@@ -0,0 +1,87 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace ScheMe.WebUserControls {
public partial class mod_Prenotazioni {
/// <summary>
/// Controllo lbCreateNew.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.LinkButton lbCreateNew;
/// <summary>
/// Controllo grView.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.GridView grView;
/// <summary>
/// Controllo hfIdxPaziente.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfIdxPaziente;
/// <summary>
/// Controllo hfDataVisita.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfDataVisita;
/// <summary>
/// Controllo ods.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
/// <summary>
/// Controllo odsPrest.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsPrest;
/// <summary>
/// Controllo odsStato.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsStato;
/// <summary>
/// Controllo odsStruttura.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsStruttura;
}
}
+1 -2
View File
@@ -1,7 +1,6 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_PrestPAI.ascx.cs" Inherits="ScheMe.WebUserControls.mod_PrestPAI" %>
<%--<%@ Register Src="~/WebUserControls/mod_autocompleteShort.ascx" TagPrefix="uc1" TagName="mod_autocompleteShort" %>--%>
<%--<uc1:mod_autocompleteShort runat="server" ID="acCodPrest" contextKey="c" minCharAutocomplete="2" showKey="false" ServicePath='<%# serviceUrl("Prestazioni") %>' placeholder="[C]erca" />--%>
<div class="row small">
<div class="col-xs-12">
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataKeyNames="IdxPaziente,DataVisita,CodPres,Num" DataSourceID="ods" Width="100%" AllowSorting="True">
@@ -31,7 +31,8 @@ namespace ScheMe.WebUserControls
}
}
public DateTime DataVisita {
public DateTime DataVisita
{
get
{
DateTime answ;
+300 -26
View File
@@ -8815,7 +8815,9 @@ namespace ScheMe_Data {
private global::System.Data.DataColumn columnBudgetSpesa;
private global::System.Data.DataColumn columnCurrSpesa;
private global::System.Data.DataColumn columnSpesaPrev;
private global::System.Data.DataColumn columnPrenotazioni;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
@@ -8908,9 +8910,17 @@ namespace ScheMe_Data {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CurrSpesaColumn {
public global::System.Data.DataColumn SpesaPrevColumn {
get {
return this.columnCurrSpesa;
return this.columnSpesaPrev;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PrenotazioniColumn {
get {
return this.columnPrenotazioni;
}
}
@@ -8951,7 +8961,7 @@ namespace ScheMe_Data {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public VisPAIRow AddVisPAIRow(int IdxPaziente, System.DateTime DataVisita, int CodPatologia, int Livello, int Classe, string Note, decimal BudgetSpesa, double CurrSpesa) {
public VisPAIRow AddVisPAIRow(int IdxPaziente, System.DateTime DataVisita, int CodPatologia, int Livello, int Classe, string Note, decimal BudgetSpesa, double SpesaPrev, int Prenotazioni) {
VisPAIRow rowVisPAIRow = ((VisPAIRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdxPaziente,
@@ -8961,7 +8971,8 @@ namespace ScheMe_Data {
Classe,
Note,
BudgetSpesa,
CurrSpesa};
SpesaPrev,
Prenotazioni};
rowVisPAIRow.ItemArray = columnValuesArray;
this.Rows.Add(rowVisPAIRow);
return rowVisPAIRow;
@@ -8999,7 +9010,8 @@ namespace ScheMe_Data {
this.columnClasse = base.Columns["Classe"];
this.columnNote = base.Columns["Note"];
this.columnBudgetSpesa = base.Columns["BudgetSpesa"];
this.columnCurrSpesa = base.Columns["CurrSpesa"];
this.columnSpesaPrev = base.Columns["SpesaPrev"];
this.columnPrenotazioni = base.Columns["Prenotazioni"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -9019,8 +9031,10 @@ namespace ScheMe_Data {
base.Columns.Add(this.columnNote);
this.columnBudgetSpesa = new global::System.Data.DataColumn("BudgetSpesa", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBudgetSpesa);
this.columnCurrSpesa = new global::System.Data.DataColumn("CurrSpesa", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCurrSpesa);
this.columnSpesaPrev = new global::System.Data.DataColumn("SpesaPrev", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSpesaPrev);
this.columnPrenotazioni = new global::System.Data.DataColumn("Prenotazioni", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPrenotazioni);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnIdxPaziente,
this.columnDataVisita}, true));
@@ -9032,7 +9046,8 @@ namespace ScheMe_Data {
this.columnNote.AllowDBNull = false;
this.columnNote.MaxLength = 250;
this.columnBudgetSpesa.AllowDBNull = false;
this.columnCurrSpesa.ReadOnly = true;
this.columnSpesaPrev.ReadOnly = true;
this.columnPrenotazioni.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -17858,17 +17873,33 @@ namespace ScheMe_Data {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public double CurrSpesa {
public double SpesaPrev {
get {
try {
return ((double)(this[this.tableVisPAI.CurrSpesaColumn]));
return ((double)(this[this.tableVisPAI.SpesaPrevColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'CurrSpesa\' nella tabella \'VisPAI\' è DBNull.", e);
throw new global::System.Data.StrongTypingException("Il valore della colonna \'SpesaPrev\' nella tabella \'VisPAI\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI.CurrSpesaColumn] = value;
this[this.tableVisPAI.SpesaPrevColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Prenotazioni {
get {
try {
return ((int)(this[this.tableVisPAI.PrenotazioniColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Prenotazioni\' nella tabella \'VisPAI\' è DBNull.", e);
}
}
set {
this[this.tableVisPAI.PrenotazioniColumn] = value;
}
}
@@ -17885,14 +17916,26 @@ namespace ScheMe_Data {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsCurrSpesaNull() {
return this.IsNull(this.tableVisPAI.CurrSpesaColumn);
public bool IsSpesaPrevNull() {
return this.IsNull(this.tableVisPAI.SpesaPrevColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetCurrSpesaNull() {
this[this.tableVisPAI.CurrSpesaColumn] = global::System.Convert.DBNull;
public void SetSpesaPrevNull() {
this[this.tableVisPAI.SpesaPrevColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsPrenotazioniNull() {
return this.IsNull(this.tableVisPAI.PrenotazioniColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetPrenotazioniNull() {
this[this.tableVisPAI.PrenotazioniColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -26656,7 +26699,8 @@ SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM Patolog
tableMapping.ColumnMappings.Add("Classe", "Classe");
tableMapping.ColumnMappings.Add("Note", "Note");
tableMapping.ColumnMappings.Add("BudgetSpesa", "BudgetSpesa");
tableMapping.ColumnMappings.Add("CurrSpesa", "CurrSpesa");
tableMapping.ColumnMappings.Add("SpesaPrev", "SpesaPrev");
tableMapping.ColumnMappings.Add("Prenotazioni", "Prenotazioni");
this._adapter.TableMappings.Add(tableMapping);
}
@@ -26673,7 +26717,7 @@ SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM Patolog
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT * FROM dbo.v_VisPAI";
this._commandCollection[0].CommandText = "SELECT * FROM v_VisPAI";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
@@ -28564,20 +28608,59 @@ SELECT CodPres, CodAlt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tar
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2];
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[6];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT *\r\nFROM v_Prenotazioni";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
this._commandCollection[1].CommandText = "dbo.stp_Pren_GenByPAI";
this._commandCollection[1].CommandText = "dbo.stp_PREN_DeleteQuery";
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StartDate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EndDate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[2].Connection = this.Connection;
this._commandCollection[2].CommandText = "dbo.stp_PREN_getByPaziente";
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[3].Connection = this.Connection;
this._commandCollection[3].CommandText = "dbo.stp_PREN_InsertQuery";
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPres", global::System.Data.SqlDbType.NVarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxStato", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxStruttura", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[4].Connection = this.Connection;
this._commandCollection[4].CommandText = "dbo.stp_Pren_GenByPAI";
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StartDate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EndDate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[5].Connection = this.Connection;
this._commandCollection[5].CommandText = "dbo.stp_PREN_UpdateQuery";
this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPres", global::System.Data.SqlDbType.NVarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxStato", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxStruttura", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataVisita", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodPres", global::System.Data.SqlDbType.NVarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -28607,8 +28690,129 @@ SELECT CodPres, CodAlt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tar
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int stp_Pren_GenByPAI(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<global::System.DateTime> StartDate, global::System.Nullable<global::System.DateTime> EndDate) {
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
public virtual DS_Applicazione.PrenotazioniDataTable getByPaziente(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita) {
this.Adapter.SelectCommand = this.CommandCollection[2];
if ((IdxPaziente.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxPaziente.Value));
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
if ((DataVisita.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
}
else {
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
}
DS_Applicazione.PrenotazioniDataTable dataTable = new DS_Applicazione.PrenotazioniDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int DeleteQuery(global::System.Nullable<int> Original_IdxPaziente, global::System.Nullable<global::System.DateTime> Original_DataVisita, string Original_CodPres) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
if ((Original_IdxPaziente.HasValue == true)) {
command.Parameters[1].Value = ((int)(Original_IdxPaziente.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((Original_DataVisita.HasValue == true)) {
command.Parameters[2].Value = ((System.DateTime)(Original_DataVisita.Value));
}
else {
command.Parameters[2].Value = global::System.DBNull.Value;
}
if ((Original_CodPres == null)) {
command.Parameters[3].Value = global::System.DBNull.Value;
}
else {
command.Parameters[3].Value = ((string)(Original_CodPres));
}
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
command.Connection.Open();
}
int returnValue;
try {
returnValue = command.ExecuteNonQuery();
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
command.Connection.Close();
}
}
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int InsertQuery(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, string CodPres, global::System.Nullable<int> IdxStato, global::System.Nullable<int> IdxStruttura, string Note) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
if ((IdxPaziente.HasValue == true)) {
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((DataVisita.HasValue == true)) {
command.Parameters[2].Value = ((System.DateTime)(DataVisita.Value));
}
else {
command.Parameters[2].Value = global::System.DBNull.Value;
}
if ((CodPres == null)) {
command.Parameters[3].Value = global::System.DBNull.Value;
}
else {
command.Parameters[3].Value = ((string)(CodPres));
}
if ((IdxStato.HasValue == true)) {
command.Parameters[4].Value = ((int)(IdxStato.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((IdxStruttura.HasValue == true)) {
command.Parameters[5].Value = ((int)(IdxStruttura.Value));
}
else {
command.Parameters[5].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[6].Value = global::System.DBNull.Value;
}
else {
command.Parameters[6].Value = ((string)(Note));
}
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
command.Connection.Open();
}
int returnValue;
try {
returnValue = command.ExecuteNonQuery();
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
command.Connection.Close();
}
}
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int stp_Pren_GenByPAI(global::System.Nullable<int> IdxPaziente, global::System.Nullable<global::System.DateTime> DataVisita, global::System.Nullable<global::System.DateTime> StartDate, global::System.Nullable<global::System.DateTime> EndDate) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
if ((IdxPaziente.HasValue == true)) {
command.Parameters[1].Value = ((int)(IdxPaziente.Value));
}
@@ -28649,6 +28853,76 @@ SELECT CodPres, CodAlt, Note, Ciclo, QtaMax, NotaQta, NomePrest, DescrPrest, Tar
}
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int UpdateQuery(global::System.Nullable<global::System.DateTime> DataVisita, string CodPres, global::System.Nullable<int> IdxStato, global::System.Nullable<int> IdxStruttura, string Note, global::System.Nullable<global::System.DateTime> Original_DataVisita, global::System.Nullable<int> Original_IdxPaziente, string Original_CodPres) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
if ((DataVisita.HasValue == true)) {
command.Parameters[1].Value = ((System.DateTime)(DataVisita.Value));
}
else {
command.Parameters[1].Value = global::System.DBNull.Value;
}
if ((CodPres == null)) {
command.Parameters[2].Value = global::System.DBNull.Value;
}
else {
command.Parameters[2].Value = ((string)(CodPres));
}
if ((IdxStato.HasValue == true)) {
command.Parameters[3].Value = ((int)(IdxStato.Value));
}
else {
command.Parameters[3].Value = global::System.DBNull.Value;
}
if ((IdxStruttura.HasValue == true)) {
command.Parameters[4].Value = ((int)(IdxStruttura.Value));
}
else {
command.Parameters[4].Value = global::System.DBNull.Value;
}
if ((Note == null)) {
command.Parameters[5].Value = global::System.DBNull.Value;
}
else {
command.Parameters[5].Value = ((string)(Note));
}
if ((Original_DataVisita.HasValue == true)) {
command.Parameters[6].Value = ((System.DateTime)(Original_DataVisita.Value));
}
else {
command.Parameters[6].Value = global::System.DBNull.Value;
}
if ((Original_IdxPaziente.HasValue == true)) {
command.Parameters[7].Value = ((int)(Original_IdxPaziente.Value));
}
else {
command.Parameters[7].Value = global::System.DBNull.Value;
}
if ((Original_CodPres == null)) {
command.Parameters[8].Value = global::System.DBNull.Value;
}
else {
command.Parameters[8].Value = ((string)(Original_CodPres));
}
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
command.Connection.Open();
}
int returnValue;
try {
returnValue = command.ExecuteNonQuery();
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
command.Connection.Close();
}
}
return returnValue;
}
}
/// <summary>
+91 -30
View File
@@ -1612,7 +1612,7 @@ SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM Patolog
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.v_VisPAI" 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="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM dbo.v_VisPAI</CommandText>
<CommandText>SELECT * FROM v_VisPAI</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
@@ -1626,7 +1626,8 @@ SELECT CodPatologia, Livello, DescrPatologia, BudgetSpesa, QuotaPIC FROM Patolog
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
<Mapping SourceColumn="BudgetSpesa" DataSetColumn="BudgetSpesa" />
<Mapping SourceColumn="CurrSpesa" DataSetColumn="CurrSpesa" />
<Mapping SourceColumn="SpesaPrev" DataSetColumn="SpesaPrev" />
<Mapping SourceColumn="Prenotazioni" DataSetColumn="Prenotazioni" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VPAI_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">
@@ -1985,6 +1986,47 @@ FROM v_Prenotazioni</CommandText>
<Mapping SourceColumn="DescStruttura" DataSetColumn="DescStruttura" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_PREN_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="GetDataBy1" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_PREN_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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Original_CodPres" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_PREN_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_PREN_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-PIC].dbo.stp_PREN_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="GetDataBy2" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_PREN_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="nvarchar" DbType="String" Direction="Input" ParameterName="@CodPres" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxStato" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxStruttura" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_Pren_GenByPAI" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="stp_Pren_GenByPAI" Modifier="Public" Name="stp_Pren_GenByPAI" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="stp_Pren_GenByPAI">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
@@ -1999,6 +2041,24 @@ FROM v_Prenotazioni</CommandText>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_PREN_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="GetDataBy3" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_PREN_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodPres" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxStato" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxStruttura" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" 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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Original_CodPres" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
@@ -2009,7 +2069,7 @@ FROM v_Prenotazioni</CommandText>
<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" />
@@ -2104,7 +2164,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2127,7 +2187,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2150,7 +2210,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2178,7 +2238,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2195,7 +2255,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2684,7 +2744,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2736,7 +2796,7 @@ FROM v_Prenotazioni</CommandText>
</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" />
@@ -2750,10 +2810,10 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_RowClassName="ElencoVisiteRow" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent">
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent" msprop:Generator_RowClassName="ElencoVisiteRow">
<xs:complexType>
<xs:sequence>
<xs:element name="DataVisita" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" minOccurs="0" />
<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" />
<xs:element name="VPP" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVPP" msprop:Generator_ColumnPropNameInRow="VPP" msprop:Generator_ColumnPropNameInTable="VPPColumn" msprop:Generator_UserColumnName="VPP" type="xs:int" minOccurs="0" />
<xs:element name="VVMD" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVVMD" msprop:Generator_ColumnPropNameInRow="VVMD" msprop:Generator_ColumnPropNameInTable="VVMDColumn" msprop:Generator_UserColumnName="VVMD" type="xs:int" minOccurs="0" />
<xs:element name="VPAI" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVPAI" msprop:Generator_ColumnPropNameInRow="VPAI" msprop:Generator_ColumnPropNameInTable="VPAIColumn" msprop:Generator_UserColumnName="VPAI" type="xs:int" minOccurs="0" />
@@ -2764,7 +2824,7 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Patologie" msprop:Generator_TableClassName="PatologieDataTable" msprop:Generator_TableVarName="tablePatologie" msprop:Generator_RowChangedName="PatologieRowChanged" msprop:Generator_TablePropName="Patologie" msprop:Generator_RowDeletingName="PatologieRowDeleting" msprop:Generator_RowChangingName="PatologieRowChanging" msprop:Generator_RowEvHandlerName="PatologieRowChangeEventHandler" msprop:Generator_RowDeletedName="PatologieRowDeleted" msprop:Generator_RowClassName="PatologieRow" msprop:Generator_UserTableName="Patologie" msprop:Generator_RowEvArgName="PatologieRowChangeEvent">
<xs:element name="Patologie" msprop:Generator_TableClassName="PatologieDataTable" msprop:Generator_TableVarName="tablePatologie" msprop:Generator_TablePropName="Patologie" msprop:Generator_RowDeletingName="PatologieRowDeleting" msprop:Generator_RowChangingName="PatologieRowChanging" msprop:Generator_RowEvHandlerName="PatologieRowChangeEventHandler" msprop:Generator_RowDeletedName="PatologieRowDeleted" msprop:Generator_UserTableName="Patologie" msprop:Generator_RowChangedName="PatologieRowChanged" msprop:Generator_RowEvArgName="PatologieRowChangeEvent" msprop:Generator_RowClassName="PatologieRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CodPatologia" msprop:Generator_ColumnVarNameInTable="columnCodPatologia" msprop:Generator_ColumnPropNameInRow="CodPatologia" msprop:Generator_ColumnPropNameInTable="CodPatologiaColumn" msprop:Generator_UserColumnName="CodPatologia">
@@ -2787,7 +2847,7 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisPatoPaz" msprop:Generator_TableClassName="VisPatoPazDataTable" msprop:Generator_TableVarName="tableVisPatoPaz" msprop:Generator_RowChangedName="VisPatoPazRowChanged" msprop:Generator_TablePropName="VisPatoPaz" msprop:Generator_RowDeletingName="VisPatoPazRowDeleting" msprop:Generator_RowChangingName="VisPatoPazRowChanging" msprop:Generator_RowEvHandlerName="VisPatoPazRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPatoPazRowDeleted" msprop:Generator_RowClassName="VisPatoPazRow" msprop:Generator_UserTableName="VisPatoPaz" msprop:Generator_RowEvArgName="VisPatoPazRowChangeEvent">
<xs:element name="VisPatoPaz" msprop:Generator_TableClassName="VisPatoPazDataTable" msprop:Generator_TableVarName="tableVisPatoPaz" msprop:Generator_TablePropName="VisPatoPaz" msprop:Generator_RowDeletingName="VisPatoPazRowDeleting" msprop:Generator_RowChangingName="VisPatoPazRowChanging" msprop:Generator_RowEvHandlerName="VisPatoPazRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPatoPazRowDeleted" msprop:Generator_UserTableName="VisPatoPaz" msprop:Generator_RowChangedName="VisPatoPazRowChanged" msprop:Generator_RowEvArgName="VisPatoPazRowChangeEvent" msprop:Generator_RowClassName="VisPatoPazRow">
<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" />
@@ -2806,7 +2866,7 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisVMD" msprop:Generator_TableClassName="VisVMDDataTable" msprop:Generator_TableVarName="tableVisVMD" msprop:Generator_RowChangedName="VisVMDRowChanged" msprop:Generator_TablePropName="VisVMD" msprop:Generator_RowDeletingName="VisVMDRowDeleting" msprop:Generator_RowChangingName="VisVMDRowChanging" msprop:Generator_RowEvHandlerName="VisVMDRowChangeEventHandler" msprop:Generator_RowDeletedName="VisVMDRowDeleted" msprop:Generator_RowClassName="VisVMDRow" msprop:Generator_UserTableName="VisVMD" msprop:Generator_RowEvArgName="VisVMDRowChangeEvent">
<xs:element name="VisVMD" msprop:Generator_TableClassName="VisVMDDataTable" msprop:Generator_TableVarName="tableVisVMD" msprop:Generator_TablePropName="VisVMD" msprop:Generator_RowDeletingName="VisVMDRowDeleting" msprop:Generator_RowChangingName="VisVMDRowChanging" msprop:Generator_RowEvHandlerName="VisVMDRowChangeEventHandler" msprop:Generator_RowDeletedName="VisVMDRowDeleted" msprop:Generator_UserTableName="VisVMD" msprop:Generator_RowChangedName="VisVMDRowChanged" msprop:Generator_RowEvArgName="VisVMDRowChangeEvent" msprop:Generator_RowClassName="VisVMDRow">
<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" />
@@ -2843,7 +2903,7 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisPAI" msprop:Generator_TableClassName="VisPAIDataTable" msprop:Generator_TableVarName="tableVisPAI" msprop:Generator_TablePropName="VisPAI" msprop:Generator_RowDeletingName="VisPAIRowDeleting" msprop:Generator_RowChangingName="VisPAIRowChanging" msprop:Generator_RowEvHandlerName="VisPAIRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPAIRowDeleted" msprop:Generator_UserTableName="VisPAI" msprop:Generator_RowChangedName="VisPAIRowChanged" msprop:Generator_RowEvArgName="VisPAIRowChangeEvent" msprop:Generator_RowClassName="VisPAIRow">
<xs:element name="VisPAI" msprop:Generator_TableClassName="VisPAIDataTable" msprop:Generator_TableVarName="tableVisPAI" msprop:Generator_RowChangedName="VisPAIRowChanged" msprop:Generator_TablePropName="VisPAI" msprop:Generator_RowDeletingName="VisPAIRowDeleting" msprop:Generator_RowChangingName="VisPAIRowChanging" msprop:Generator_RowEvHandlerName="VisPAIRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPAIRowDeleted" msprop:Generator_RowClassName="VisPAIRow" msprop:Generator_UserTableName="VisPAI" msprop:Generator_RowEvArgName="VisPAIRowChangeEvent">
<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" />
@@ -2859,11 +2919,12 @@ FROM v_Prenotazioni</CommandText>
</xs:simpleType>
</xs:element>
<xs:element name="BudgetSpesa" msprop:Generator_ColumnVarNameInTable="columnBudgetSpesa" msprop:Generator_ColumnPropNameInRow="BudgetSpesa" msprop:Generator_ColumnPropNameInTable="BudgetSpesaColumn" msprop:Generator_UserColumnName="BudgetSpesa" type="xs:decimal" />
<xs:element name="CurrSpesa" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCurrSpesa" msprop:Generator_ColumnPropNameInRow="CurrSpesa" msprop:Generator_ColumnPropNameInTable="CurrSpesaColumn" msprop:Generator_UserColumnName="CurrSpesa" type="xs:double" minOccurs="0" />
<xs:element name="SpesaPrev" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSpesaPrev" msprop:Generator_ColumnPropNameInRow="SpesaPrev" msprop:Generator_ColumnPropNameInTable="SpesaPrevColumn" msprop:Generator_UserColumnName="SpesaPrev" type="xs:double" minOccurs="0" />
<xs:element name="Prenotazioni" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPrenotazioni" msprop:Generator_ColumnPropNameInRow="Prenotazioni" msprop:Generator_ColumnPropNameInTable="PrenotazioniColumn" msprop:Generator_UserColumnName="Prenotazioni" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisPAI_Prest" msprop:Generator_TableClassName="VisPAI_PrestDataTable" msprop:Generator_TableVarName="tableVisPAI_Prest" msprop:Generator_TablePropName="VisPAI_Prest" msprop:Generator_RowDeletingName="VisPAI_PrestRowDeleting" msprop:Generator_RowChangingName="VisPAI_PrestRowChanging" msprop:Generator_RowEvHandlerName="VisPAI_PrestRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPAI_PrestRowDeleted" msprop:Generator_UserTableName="VisPAI_Prest" msprop:Generator_RowChangedName="VisPAI_PrestRowChanged" msprop:Generator_RowEvArgName="VisPAI_PrestRowChangeEvent" msprop:Generator_RowClassName="VisPAI_PrestRow">
<xs:element name="VisPAI_Prest" msprop:Generator_TableClassName="VisPAI_PrestDataTable" msprop:Generator_TableVarName="tableVisPAI_Prest" msprop:Generator_RowChangedName="VisPAI_PrestRowChanged" msprop:Generator_TablePropName="VisPAI_Prest" msprop:Generator_RowDeletingName="VisPAI_PrestRowDeleting" msprop:Generator_RowChangingName="VisPAI_PrestRowChanging" msprop:Generator_RowEvHandlerName="VisPAI_PrestRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPAI_PrestRowDeleted" msprop:Generator_RowClassName="VisPAI_PrestRow" msprop:Generator_UserTableName="VisPAI_Prest" msprop:Generator_RowEvArgName="VisPAI_PrestRowChangeEvent">
<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" />
@@ -2903,7 +2964,7 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagPrestaz" msprop:Generator_TableClassName="AnagPrestazDataTable" msprop:Generator_TableVarName="tableAnagPrestaz" msprop:Generator_RowChangedName="AnagPrestazRowChanged" msprop:Generator_TablePropName="AnagPrestaz" msprop:Generator_RowDeletingName="AnagPrestazRowDeleting" msprop:Generator_RowChangingName="AnagPrestazRowChanging" msprop:Generator_RowEvHandlerName="AnagPrestazRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPrestazRowDeleted" msprop:Generator_RowClassName="AnagPrestazRow" msprop:Generator_UserTableName="AnagPrestaz" msprop:Generator_RowEvArgName="AnagPrestazRowChangeEvent">
<xs:element name="AnagPrestaz" msprop:Generator_TableClassName="AnagPrestazDataTable" msprop:Generator_TableVarName="tableAnagPrestaz" msprop:Generator_TablePropName="AnagPrestaz" msprop:Generator_RowDeletingName="AnagPrestazRowDeleting" msprop:Generator_RowChangingName="AnagPrestazRowChanging" msprop:Generator_RowEvHandlerName="AnagPrestazRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPrestazRowDeleted" msprop:Generator_UserTableName="AnagPrestaz" msprop:Generator_RowChangedName="AnagPrestazRowChanged" msprop:Generator_RowEvArgName="AnagPrestazRowChangeEvent" msprop:Generator_RowClassName="AnagPrestazRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CodPres" msprop:Generator_ColumnVarNameInTable="columnCodPres" msprop:Generator_ColumnPropNameInRow="CodPres" msprop:Generator_ColumnPropNameInTable="CodPresColumn" msprop:Generator_UserColumnName="CodPres">
@@ -3023,7 +3084,7 @@ FROM v_Prenotazioni</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Prenotazioni" msprop:Generator_TableClassName="PrenotazioniDataTable" msprop:Generator_TableVarName="tablePrenotazioni" msprop:Generator_TablePropName="Prenotazioni" msprop:Generator_RowDeletingName="PrenotazioniRowDeleting" msprop:Generator_RowChangingName="PrenotazioniRowChanging" msprop:Generator_RowEvHandlerName="PrenotazioniRowChangeEventHandler" msprop:Generator_RowDeletedName="PrenotazioniRowDeleted" msprop:Generator_UserTableName="Prenotazioni" msprop:Generator_RowChangedName="PrenotazioniRowChanged" msprop:Generator_RowEvArgName="PrenotazioniRowChangeEvent" msprop:Generator_RowClassName="PrenotazioniRow">
<xs:element name="Prenotazioni" msprop:Generator_TableClassName="PrenotazioniDataTable" msprop:Generator_TableVarName="tablePrenotazioni" msprop:Generator_RowChangedName="PrenotazioniRowChanged" msprop:Generator_TablePropName="Prenotazioni" msprop:Generator_RowDeletingName="PrenotazioniRowDeleting" msprop:Generator_RowChangingName="PrenotazioniRowChanging" msprop:Generator_RowEvHandlerName="PrenotazioniRowChangeEventHandler" msprop:Generator_RowDeletedName="PrenotazioniRowDeleted" msprop:Generator_RowClassName="PrenotazioniRow" msprop:Generator_UserTableName="Prenotazioni" msprop:Generator_RowEvArgName="PrenotazioniRowChangeEvent">
<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" />
@@ -3192,16 +3253,16 @@ FROM v_Prenotazioni</CommandText>
</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_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_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_VisPatoPaz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPatoPaz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPatoPaz" msprop:Generator_ChildPropName="GetVisPatoPazRows" msprop:Generator_UserRelationName="FK_VisPatoPaz_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisPatoPaz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="VisVMD_AnagPazienti" msdata:parent="VisVMD" msdata:child="AnagPazienti" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="AnagPazienti" msprop:Generator_ChildPropName="GetAnagPazientiRows" msprop:Generator_UserRelationName="VisVMD_AnagPazienti" msprop:Generator_RelationVarName="relationVisVMD_AnagPazienti" msprop:Generator_UserParentTable="VisVMD" msprop:Generator_ParentPropName="VisVMDRow" />
<msdata:Relationship name="VisPAI_AnagPazienti" msdata:parent="VisPAI" msdata:child="AnagPazienti" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="AnagPazienti" msprop:Generator_ChildPropName="GetAnagPazientiRows" msprop:Generator_UserRelationName="VisPAI_AnagPazienti" msprop:Generator_RelationVarName="relationVisPAI_AnagPazienti" msprop:Generator_UserParentTable="VisPAI" msprop:Generator_ParentPropName="VisPAIRow" />
<msdata:Relationship name="VisPAI_Prest_VisPAI" msdata:parent="VisPAI_Prest" msdata:child="VisPAI" msdata:parentkey="IdxPaziente DataVisita" msdata:childkey="IdxPaziente DataVisita" msprop:Generator_UserChildTable="VisPAI" msprop:Generator_ChildPropName="GetVisPAIRows" msprop:Generator_UserRelationName="VisPAI_Prest_VisPAI" msprop:Generator_RelationVarName="relationVisPAI_Prest_VisPAI" msprop:Generator_UserParentTable="VisPAI_Prest" msprop:Generator_ParentPropName="VisPAI_PrestRowParent" />
<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_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_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" />
<msdata:Relationship name="FK_VisPatoPaz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPatoPaz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPatoPaz" msprop:Generator_ChildPropName="GetVisPatoPazRows" msprop:Generator_UserRelationName="FK_VisPatoPaz_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisPatoPaz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="VisVMD_AnagPazienti" msdata:parent="VisVMD" msdata:child="AnagPazienti" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="AnagPazienti" msprop:Generator_ChildPropName="GetAnagPazientiRows" msprop:Generator_UserRelationName="VisVMD_AnagPazienti" msprop:Generator_ParentPropName="VisVMDRow" msprop:Generator_RelationVarName="relationVisVMD_AnagPazienti" msprop:Generator_UserParentTable="VisVMD" />
<msdata:Relationship name="VisPAI_AnagPazienti" msdata:parent="VisPAI" msdata:child="AnagPazienti" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="AnagPazienti" msprop:Generator_ChildPropName="GetAnagPazientiRows" msprop:Generator_UserRelationName="VisPAI_AnagPazienti" msprop:Generator_ParentPropName="VisPAIRow" msprop:Generator_RelationVarName="relationVisPAI_AnagPazienti" msprop:Generator_UserParentTable="VisPAI" />
<msdata:Relationship name="VisPAI_Prest_VisPAI" msdata:parent="VisPAI_Prest" msdata:child="VisPAI" msdata:parentkey="IdxPaziente DataVisita" msdata:childkey="IdxPaziente DataVisita" msprop:Generator_UserChildTable="VisPAI" msprop:Generator_ChildPropName="GetVisPAIRows" msprop:Generator_UserRelationName="VisPAI_Prest_VisPAI" msprop:Generator_ParentPropName="VisPAI_PrestRowParent" msprop:Generator_RelationVarName="relationVisPAI_Prest_VisPAI" msprop:Generator_UserParentTable="VisPAI_Prest" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
+5 -5
View File
@@ -4,7 +4,7 @@
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="-21" 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="16" ViewPortY="51" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:AnagPazienti" ZOrder="13" X="680" Y="16" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:VisLab" ZOrder="17" X="326" Y="378" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
@@ -14,14 +14,14 @@
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="22" X="-5" Y="284" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="19" X="1078" Y="506" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:Pazienti2Labels" ZOrder="15" X="87" Y="653" Height="181" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="76" />
<Shape ID="DesignTable:ElencoVisite" ZOrder="4" X="725" Y="1150" Height="273" Width="252" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
<Shape ID="DesignTable:ElencoVisite" ZOrder="4" X="773" Y="1104" Height="273" Width="252" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
<Shape ID="DesignTable:Patologie" ZOrder="12" X="7" Y="16" Height="204" Width="234" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="145" />
<Shape ID="DesignTable:VisPatoPaz" ZOrder="11" X="34" Y="884" Height="342" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="191" />
<Shape ID="DesignTable:VisVMD" ZOrder="9" X="375" Y="935" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:VisPAI" ZOrder="8" X="1091" Y="998" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
<Shape ID="DesignTable:VisPAI" ZOrder="8" X="1091" Y="998" Height="388" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
<Shape ID="DesignTable:VisPAI_Prest" ZOrder="2" X="1099" Y="1416" Height="457" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
<Shape ID="DesignTable:AnagPrestaz" ZOrder="3" X="433" Y="1486" Height="365" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:Prenotazioni" ZOrder="1" X="769" Y="1477" Height="388" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:Prenotazioni" ZOrder="1" X="769" Y="1409" Height="549" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="398" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="18" LineWidth="11">
@@ -168,7 +168,7 @@
</Point>
<Point>
<X>1336</X>
<Y>1363</Y>
<Y>1386</Y>
</Point>
</RoutePoints>
</Connector>