Fix> gestione peso&altezza std da anagrafica BASE
This commit is contained in:
@@ -27,22 +27,9 @@
|
||||
<asp:ListItem Value="F"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Indirizzo</label>
|
||||
<asp:TextBox runat="server" ID="txtIndirizzo" Text='<%# Bind("Indirizzo") %>' placeholder="Indirizzo" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Telefono</label>
|
||||
<asp:TextBox runat="server" ID="txtRecTel" Text='<%# Bind("RecTel") %>' placeholder="Telefono" data-clear-btn="false" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Data Nascita</label>
|
||||
<asp:TextBox runat="server" ID="txtDataNasc" Text='<%# Bind("DataNasc", "{0:dd/MM/yyyy}") %>' placeholder="Data di Nascita gg/mm/aaaa" data-role="date" data-clear-btn="false" />
|
||||
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Luogo Nascita</label>
|
||||
@@ -53,7 +40,25 @@
|
||||
<asp:TextBox runat="server" ID="txtCodF" Text='<%# Bind("CodF") %>' placeholder="Codice Fiscale" data-clear-btn="false" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Indirizzo</label>
|
||||
<asp:TextBox runat="server" ID="txtIndirizzo" Text='<%# Bind("Indirizzo") %>' placeholder="Indirizzo" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Telefono</label>
|
||||
<asp:TextBox runat="server" ID="txtRecTel" Text='<%# Bind("RecTel") %>' placeholder="Telefono" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Altezza</label>
|
||||
<asp:TextBox runat="server" ID="txtAltezza" Text='<%# Bind("Altezza") %>' placeholder="Altezza" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Peso</label>
|
||||
<asp:TextBox runat="server" ID="txtPeso" Text='<%# Bind("Peso") %>' placeholder="Peso" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Medico</label>
|
||||
<asp:TextBox runat="server" ID="txtMedico" Text='<%# Bind("Medico") %>' placeholder="Medico curante" data-clear-btn="false" />
|
||||
@@ -101,18 +106,6 @@
|
||||
<asp:ListItem Value="F"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Indirizzo</label>
|
||||
<asp:TextBox runat="server" ID="txtIndirizzo" Text='<%# Bind("Indirizzo") %>' placeholder="Indirizzo" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Telefono</label>
|
||||
<asp:TextBox runat="server" ID="txtRecTel" Text='<%# Bind("RecTel") %>' placeholder="Telefono" data-clear-btn="false" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Data Nascita</label>
|
||||
<asp:TextBox runat="server" ID="txtDataNasc" Text='<%# Bind("DataNasc", "{0:dd/MM/yyyy}") %>' placeholder="Data di Nascita gg/mm/aaaa" data-role="date" data-clear-btn="false" />
|
||||
@@ -126,7 +119,25 @@
|
||||
<asp:TextBox runat="server" ID="txtCodF" Text='<%# Bind("CodF") %>' placeholder="Codice Fiscale" data-clear-btn="false" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Indirizzo</label>
|
||||
<asp:TextBox runat="server" ID="txtIndirizzo" Text='<%# Bind("Indirizzo") %>' placeholder="Indirizzo" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Telefono</label>
|
||||
<asp:TextBox runat="server" ID="txtRecTel" Text='<%# Bind("RecTel") %>' placeholder="Telefono" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Altezza</label>
|
||||
<asp:TextBox runat="server" ID="txtAltezza" Text='<%# Bind("Altezza") %>' placeholder="Altezza" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Peso</label>
|
||||
<asp:TextBox runat="server" ID="txtPeso" Text='<%# Bind("Peso") %>' placeholder="Peso" data-clear-btn="false" />
|
||||
</li>
|
||||
<li class="ui-field-contain">
|
||||
<label for="textarea2">Medico</label>
|
||||
<asp:TextBox runat="server" ID="txtMedico" Text='<%# Bind("Medico") %>' placeholder="Medico curante" data-clear-btn="false" />
|
||||
@@ -169,6 +180,8 @@
|
||||
<asp:Parameter Name="CodF" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Indirizzo" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Sesso" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Altezza" Type="Double" DefaultValue="1" />
|
||||
<asp:Parameter Name="Peso" Type="Double" DefaultValue="1" />
|
||||
<asp:Parameter Name="RecTel" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Medico" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Note" Type="string" DefaultValue="-" />
|
||||
@@ -184,10 +197,12 @@
|
||||
<asp:Parameter Name="CodF" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Indirizzo" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Sesso" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Altezza" Type="Double" DefaultValue="1" />
|
||||
<asp:Parameter Name="Peso" Type="Double" DefaultValue="1" />
|
||||
<asp:Parameter Name="RecTel" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Medico" Type="string" DefaultValue="-" />
|
||||
<asp:Parameter Name="Note" Type="string" DefaultValue="-" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_IdxPaziente" QueryStringField="IdxPaziente" Type="Int32" />
|
||||
<asp:QueryStringParameter DefaultValue="0" Name="Original_IdxPaziente" QueryStringField="IdxPaziente" Type="Int32" />
|
||||
</UpdateParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Generated
+175
-69
@@ -711,6 +711,10 @@ namespace ScheMe_Data {
|
||||
|
||||
private global::System.Data.DataColumn columnNote;
|
||||
|
||||
private global::System.Data.DataColumn columnAltezza;
|
||||
|
||||
private global::System.Data.DataColumn columnPeso;
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public AnagPazientiDataTable() {
|
||||
@@ -848,6 +852,22 @@ namespace ScheMe_Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public global::System.Data.DataColumn AltezzaColumn {
|
||||
get {
|
||||
return this.columnAltezza;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public global::System.Data.DataColumn PesoColumn {
|
||||
get {
|
||||
return this.columnPeso;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Browsable(false)]
|
||||
@@ -885,7 +905,7 @@ namespace ScheMe_Data {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public AnagPazientiRow AddAnagPazientiRow(string Gruppo, string Cognome, string Nome, System.DateTime DataNasc, string LuogoNascita, string Sesso, string CodF, string Indirizzo, double Eta, string RecTel, string Medico, string Note) {
|
||||
public AnagPazientiRow AddAnagPazientiRow(string Gruppo, string Cognome, string Nome, System.DateTime DataNasc, string LuogoNascita, string Sesso, string CodF, string Indirizzo, double Eta, string RecTel, string Medico, string Note, double Altezza, double Peso) {
|
||||
AnagPazientiRow rowAnagPazientiRow = ((AnagPazientiRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
null,
|
||||
@@ -900,7 +920,9 @@ namespace ScheMe_Data {
|
||||
Eta,
|
||||
RecTel,
|
||||
Medico,
|
||||
Note};
|
||||
Note,
|
||||
Altezza,
|
||||
Peso};
|
||||
rowAnagPazientiRow.ItemArray = columnValuesArray;
|
||||
this.Rows.Add(rowAnagPazientiRow);
|
||||
return rowAnagPazientiRow;
|
||||
@@ -943,6 +965,8 @@ namespace ScheMe_Data {
|
||||
this.columnRecTel = base.Columns["RecTel"];
|
||||
this.columnMedico = base.Columns["Medico"];
|
||||
this.columnNote = base.Columns["Note"];
|
||||
this.columnAltezza = base.Columns["Altezza"];
|
||||
this.columnPeso = base.Columns["Peso"];
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -974,6 +998,10 @@ namespace ScheMe_Data {
|
||||
base.Columns.Add(this.columnMedico);
|
||||
this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnNote);
|
||||
this.columnAltezza = new global::System.Data.DataColumn("Altezza", typeof(double), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnAltezza);
|
||||
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(double), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnPeso);
|
||||
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
||||
this.columnIdxPaziente}, true));
|
||||
this.columnIdxPaziente.AutoIncrement = true;
|
||||
@@ -1004,6 +1032,8 @@ namespace ScheMe_Data {
|
||||
this.columnMedico.MaxLength = 50;
|
||||
this.columnNote.AllowDBNull = false;
|
||||
this.columnNote.MaxLength = 500;
|
||||
this.columnAltezza.AllowDBNull = false;
|
||||
this.columnPeso.AllowDBNull = false;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -8830,6 +8860,28 @@ namespace ScheMe_Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public double Altezza {
|
||||
get {
|
||||
return ((double)(this[this.tableAnagPazienti.AltezzaColumn]));
|
||||
}
|
||||
set {
|
||||
this[this.tableAnagPazienti.AltezzaColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public double Peso {
|
||||
get {
|
||||
return ((double)(this[this.tableAnagPazienti.PesoColumn]));
|
||||
}
|
||||
set {
|
||||
this[this.tableAnagPazienti.PesoColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public bool IsEtaNull() {
|
||||
@@ -16594,10 +16646,12 @@ namespace ScheMe_Data.DS_ApplicazioneTableAdapters {
|
||||
tableMapping.ColumnMappings.Add("RecTel", "RecTel");
|
||||
tableMapping.ColumnMappings.Add("Medico", "Medico");
|
||||
tableMapping.ColumnMappings.Add("Note", "Note");
|
||||
tableMapping.ColumnMappings.Add("Altezza", "Altezza");
|
||||
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
||||
this._adapter.TableMappings.Add(tableMapping);
|
||||
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.DeleteCommand.Connection = this.Connection;
|
||||
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [AnagPazienti] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note))";
|
||||
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [AnagPazienti] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([Altezza] = @Original_Altezza) AND ([Peso] = @Original_Peso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note))";
|
||||
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPaziente", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPaziente", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
@@ -16606,6 +16660,8 @@ namespace ScheMe_Data.DS_ApplicazioneTableAdapters {
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Eta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Eta", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
@@ -16615,8 +16671,8 @@ namespace ScheMe_Data.DS_ApplicazioneTableAdapters {
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.InsertCommand.Connection = this.Connection;
|
||||
this._adapter.InsertCommand.CommandText = @"INSERT INTO [AnagPazienti] ([Gruppo], [Cognome], [Nome], [DataNasc], [LuogoNascita], [Sesso], [CodF], [Indirizzo], [RecTel], [Medico], [Note]) VALUES (@Gruppo, @Cognome, @Nome, @DataNasc, @LuogoNascita, @Sesso, @CodF, @Indirizzo, @RecTel, @Medico, @Note);
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = SCOPE_IDENTITY())";
|
||||
this._adapter.InsertCommand.CommandText = @"INSERT INTO [AnagPazienti] ([Gruppo], [Cognome], [Nome], [DataNasc], [LuogoNascita], [Sesso], [Altezza], [Peso], [CodF], [Indirizzo], [RecTel], [Medico], [Note]) VALUES (@Gruppo, @Cognome, @Nome, @DataNasc, @LuogoNascita, @Sesso, @Altezza, @Peso, @CodF, @Indirizzo, @RecTel, @Medico, @Note);
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = SCOPE_IDENTITY())";
|
||||
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cognome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cognome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -16624,6 +16680,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecTel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -16631,8 +16689,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Note", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.UpdateCommand.Connection = this.Connection;
|
||||
this._adapter.UpdateCommand.CommandText = @"UPDATE [AnagPazienti] SET [Gruppo] = @Gruppo, [Cognome] = @Cognome, [Nome] = @Nome, [DataNasc] = @DataNasc, [LuogoNascita] = @LuogoNascita, [Sesso] = @Sesso, [CodF] = @CodF, [Indirizzo] = @Indirizzo, [RecTel] = @RecTel, [Medico] = @Medico, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note));
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = @IdxPaziente)";
|
||||
this._adapter.UpdateCommand.CommandText = @"UPDATE [AnagPazienti] SET [Gruppo] = @Gruppo, [Cognome] = @Cognome, [Nome] = @Nome, [DataNasc] = @DataNasc, [LuogoNascita] = @LuogoNascita, [Sesso] = @Sesso, [Altezza] = @Altezza, [Peso] = @Peso, [CodF] = @CodF, [Indirizzo] = @Indirizzo, [RecTel] = @RecTel, [Medico] = @Medico, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([Altezza] = @Original_Altezza) AND ([Peso] = @Original_Peso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note));
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = @IdxPaziente)";
|
||||
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Gruppo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Gruppo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Cognome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Cognome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -16640,6 +16698,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecTel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -16652,6 +16712,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DataNasc", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DataNasc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LuogoNascita", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LuogoNascita", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sesso", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sesso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Altezza", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Altezza", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Peso", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Peso", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodF", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodF", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Indirizzo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Eta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Eta", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
@@ -16708,6 +16770,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sesso", global::System.Data.SqlDbType.Char, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Medico", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Note", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -16723,6 +16787,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodF", global::System.Data.SqlDbType.NVarChar, 20, 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("@Indirizzo", global::System.Data.SqlDbType.NVarChar, 50, 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("@Sesso", global::System.Data.SqlDbType.Char, 1, 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("@Altezza", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Peso", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 53, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecTel", global::System.Data.SqlDbType.NVarChar, 50, 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("@Medico", global::System.Data.SqlDbType.NVarChar, 50, 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("@Note", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -16820,7 +16886,7 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
||||
public virtual int Delete(int Original_IdxPaziente, string Original_Gruppo, string Original_Cognome, string Original_Nome, System.DateTime Original_DataNasc, string Original_LuogoNascita, string Original_Sesso, string Original_CodF, string Original_Indirizzo, global::System.Nullable<double> Original_Eta, string Original_RecTel, string Original_Medico, string Original_Note) {
|
||||
public virtual int Delete(int Original_IdxPaziente, string Original_Gruppo, string Original_Cognome, string Original_Nome, System.DateTime Original_DataNasc, string Original_LuogoNascita, string Original_Sesso, double Original_Altezza, double Original_Peso, string Original_CodF, string Original_Indirizzo, global::System.Nullable<double> Original_Eta, string Original_RecTel, string Original_Medico, string Original_Note) {
|
||||
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_IdxPaziente));
|
||||
if ((Original_Gruppo == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Gruppo");
|
||||
@@ -16853,43 +16919,45 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_Sesso));
|
||||
}
|
||||
this.Adapter.DeleteCommand.Parameters[7].Value = ((double)(Original_Altezza));
|
||||
this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_Peso));
|
||||
if ((Original_CodF == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_CodF");
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_CodF));
|
||||
this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_CodF));
|
||||
}
|
||||
if ((Original_Indirizzo == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Indirizzo");
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_Indirizzo));
|
||||
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_Indirizzo));
|
||||
}
|
||||
if ((Original_Eta.HasValue == true)) {
|
||||
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[10].Value = ((double)(Original_Eta.Value));
|
||||
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[12].Value = ((double)(Original_Eta.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
|
||||
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Original_RecTel == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_RecTel");
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_RecTel));
|
||||
this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_RecTel));
|
||||
}
|
||||
if ((Original_Medico == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Medico");
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_Medico));
|
||||
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_Medico));
|
||||
}
|
||||
if ((Original_Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_Note));
|
||||
this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_Note));
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
||||
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
@@ -16911,7 +16979,7 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
||||
public virtual int Insert(string Gruppo, string Cognome, string Nome, System.DateTime DataNasc, string LuogoNascita, string Sesso, string CodF, string Indirizzo, string RecTel, string Medico, string Note) {
|
||||
public virtual int Insert(string Gruppo, string Cognome, string Nome, System.DateTime DataNasc, string LuogoNascita, string Sesso, double Altezza, double Peso, string CodF, string Indirizzo, string RecTel, string Medico, string Note) {
|
||||
if ((Gruppo == null)) {
|
||||
throw new global::System.ArgumentNullException("Gruppo");
|
||||
}
|
||||
@@ -16943,35 +17011,37 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(Sesso));
|
||||
}
|
||||
this.Adapter.InsertCommand.Parameters[6].Value = ((double)(Altezza));
|
||||
this.Adapter.InsertCommand.Parameters[7].Value = ((double)(Peso));
|
||||
if ((CodF == null)) {
|
||||
throw new global::System.ArgumentNullException("CodF");
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(CodF));
|
||||
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(CodF));
|
||||
}
|
||||
if ((Indirizzo == null)) {
|
||||
throw new global::System.ArgumentNullException("Indirizzo");
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(Indirizzo));
|
||||
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(Indirizzo));
|
||||
}
|
||||
if ((RecTel == null)) {
|
||||
throw new global::System.ArgumentNullException("RecTel");
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(RecTel));
|
||||
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(RecTel));
|
||||
}
|
||||
if ((Medico == null)) {
|
||||
throw new global::System.ArgumentNullException("Medico");
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(Medico));
|
||||
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(Medico));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(Note));
|
||||
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(Note));
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
||||
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
@@ -17000,6 +17070,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
System.DateTime DataNasc,
|
||||
string LuogoNascita,
|
||||
string Sesso,
|
||||
double Altezza,
|
||||
double Peso,
|
||||
string CodF,
|
||||
string Indirizzo,
|
||||
string RecTel,
|
||||
@@ -17012,6 +17084,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
System.DateTime Original_DataNasc,
|
||||
string Original_LuogoNascita,
|
||||
string Original_Sesso,
|
||||
double Original_Altezza,
|
||||
double Original_Peso,
|
||||
string Original_CodF,
|
||||
string Original_Indirizzo,
|
||||
global::System.Nullable<double> Original_Eta,
|
||||
@@ -17050,107 +17124,111 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Sesso));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((double)(Altezza));
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(Peso));
|
||||
if ((CodF == null)) {
|
||||
throw new global::System.ArgumentNullException("CodF");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(CodF));
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(CodF));
|
||||
}
|
||||
if ((Indirizzo == null)) {
|
||||
throw new global::System.ArgumentNullException("Indirizzo");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Indirizzo));
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Indirizzo));
|
||||
}
|
||||
if ((RecTel == null)) {
|
||||
throw new global::System.ArgumentNullException("RecTel");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(RecTel));
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(RecTel));
|
||||
}
|
||||
if ((Medico == null)) {
|
||||
throw new global::System.ArgumentNullException("Medico");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Medico));
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Medico));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(Note));
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Note));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Original_IdxPaziente));
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_IdxPaziente));
|
||||
if ((Original_Gruppo == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Gruppo");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_Gruppo));
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_Gruppo));
|
||||
}
|
||||
if ((Original_Cognome == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Cognome");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_Cognome));
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_Cognome));
|
||||
}
|
||||
if ((Original_Nome == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Nome");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_Nome));
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_Nome));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = ((System.DateTime)(Original_DataNasc));
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(Original_DataNasc));
|
||||
if ((Original_LuogoNascita == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_LuogoNascita");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_LuogoNascita));
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_LuogoNascita));
|
||||
}
|
||||
if ((Original_Sesso == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Sesso");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_Sesso));
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_Sesso));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((double)(Original_Altezza));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_Peso));
|
||||
if ((Original_CodF == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_CodF");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_CodF));
|
||||
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_CodF));
|
||||
}
|
||||
if ((Original_Indirizzo == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Indirizzo");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_Indirizzo));
|
||||
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_Indirizzo));
|
||||
}
|
||||
if ((Original_Eta.HasValue == true)) {
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = ((double)(Original_Eta.Value));
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = ((double)(Original_Eta.Value));
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
|
||||
}
|
||||
if ((Original_RecTel == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_RecTel");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_RecTel));
|
||||
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_RecTel));
|
||||
}
|
||||
if ((Original_Medico == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Medico");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_Medico));
|
||||
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_Medico));
|
||||
}
|
||||
if ((Original_Note == null)) {
|
||||
throw new global::System.ArgumentNullException("Original_Note");
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_Note));
|
||||
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_Note));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(IdxPaziente));
|
||||
this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(IdxPaziente));
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
||||
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
!= global::System.Data.ConnectionState.Open)) {
|
||||
@@ -17178,6 +17256,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
System.DateTime DataNasc,
|
||||
string LuogoNascita,
|
||||
string Sesso,
|
||||
double Altezza,
|
||||
double Peso,
|
||||
string CodF,
|
||||
string Indirizzo,
|
||||
string RecTel,
|
||||
@@ -17190,13 +17270,15 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
System.DateTime Original_DataNasc,
|
||||
string Original_LuogoNascita,
|
||||
string Original_Sesso,
|
||||
double Original_Altezza,
|
||||
double Original_Peso,
|
||||
string Original_CodF,
|
||||
string Original_Indirizzo,
|
||||
global::System.Nullable<double> Original_Eta,
|
||||
string Original_RecTel,
|
||||
string Original_Medico,
|
||||
string Original_Note) {
|
||||
return this.Update(Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF, Indirizzo, RecTel, Medico, Note, Original_IdxPaziente, Original_Gruppo, Original_Cognome, Original_Nome, Original_DataNasc, Original_LuogoNascita, Original_Sesso, Original_CodF, Original_Indirizzo, Original_Eta, Original_RecTel, Original_Medico, Original_Note, Original_IdxPaziente);
|
||||
return this.Update(Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, RecTel, Medico, Note, Original_IdxPaziente, Original_Gruppo, Original_Cognome, Original_Nome, Original_DataNasc, Original_LuogoNascita, Original_Sesso, Original_Altezza, Original_Peso, Original_CodF, Original_Indirizzo, Original_Eta, Original_RecTel, Original_Medico, Original_Note, Original_IdxPaziente);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -17232,7 +17314,7 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, false)]
|
||||
public virtual int insertQuery(string Gruppo, string Cognome, string Nome, global::System.Nullable<global::System.DateTime> DataNasc, string LuogoNascita, string CodF, string Indirizzo, string Sesso, string RecTel, string Medico, string Note) {
|
||||
public virtual int insertQuery(string Gruppo, string Cognome, string Nome, global::System.Nullable<global::System.DateTime> DataNasc, string LuogoNascita, string CodF, string Indirizzo, string Sesso, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, string RecTel, string Medico, string Note) {
|
||||
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
||||
if ((Gruppo == null)) {
|
||||
command.Parameters[1].Value = global::System.DBNull.Value;
|
||||
@@ -17282,23 +17364,35 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
else {
|
||||
command.Parameters[8].Value = ((string)(Sesso));
|
||||
}
|
||||
if ((RecTel == null)) {
|
||||
if ((Altezza.HasValue == true)) {
|
||||
command.Parameters[9].Value = ((double)(Altezza.Value));
|
||||
}
|
||||
else {
|
||||
command.Parameters[9].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[9].Value = ((string)(RecTel));
|
||||
if ((Peso.HasValue == true)) {
|
||||
command.Parameters[10].Value = ((double)(Peso.Value));
|
||||
}
|
||||
if ((Medico == null)) {
|
||||
else {
|
||||
command.Parameters[10].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[10].Value = ((string)(Medico));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
if ((RecTel == null)) {
|
||||
command.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[11].Value = ((string)(Note));
|
||||
command.Parameters[11].Value = ((string)(RecTel));
|
||||
}
|
||||
if ((Medico == null)) {
|
||||
command.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[12].Value = ((string)(Medico));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
command.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[13].Value = ((string)(Note));
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
||||
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
@@ -17321,7 +17415,7 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, false)]
|
||||
public virtual int updateQuery(string Cognome, string Nome, global::System.Nullable<global::System.DateTime> DataNasc, string LuogoNascita, string CodF, string Indirizzo, string Sesso, string RecTel, string Medico, string Note, global::System.Nullable<int> Original_IdxPaziente) {
|
||||
public virtual int updateQuery(string Cognome, string Nome, global::System.Nullable<global::System.DateTime> DataNasc, string LuogoNascita, string CodF, string Indirizzo, string Sesso, global::System.Nullable<double> Altezza, global::System.Nullable<double> Peso, string RecTel, string Medico, string Note, global::System.Nullable<int> Original_IdxPaziente) {
|
||||
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
|
||||
if ((Cognome == null)) {
|
||||
command.Parameters[1].Value = global::System.DBNull.Value;
|
||||
@@ -17365,29 +17459,41 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
else {
|
||||
command.Parameters[7].Value = ((string)(Sesso));
|
||||
}
|
||||
if ((RecTel == null)) {
|
||||
if ((Altezza.HasValue == true)) {
|
||||
command.Parameters[8].Value = ((double)(Altezza.Value));
|
||||
}
|
||||
else {
|
||||
command.Parameters[8].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[8].Value = ((string)(RecTel));
|
||||
if ((Peso.HasValue == true)) {
|
||||
command.Parameters[9].Value = ((double)(Peso.Value));
|
||||
}
|
||||
if ((Medico == null)) {
|
||||
else {
|
||||
command.Parameters[9].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[9].Value = ((string)(Medico));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
if ((RecTel == null)) {
|
||||
command.Parameters[10].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[10].Value = ((string)(Note));
|
||||
command.Parameters[10].Value = ((string)(RecTel));
|
||||
}
|
||||
if ((Original_IdxPaziente.HasValue == true)) {
|
||||
command.Parameters[11].Value = ((int)(Original_IdxPaziente.Value));
|
||||
if ((Medico == null)) {
|
||||
command.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[11].Value = global::System.DBNull.Value;
|
||||
command.Parameters[11].Value = ((string)(Medico));
|
||||
}
|
||||
if ((Note == null)) {
|
||||
command.Parameters[12].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
command.Parameters[12].Value = ((string)(Note));
|
||||
}
|
||||
if ((Original_IdxPaziente.HasValue == true)) {
|
||||
command.Parameters[13].Value = ((int)(Original_IdxPaziente.Value));
|
||||
}
|
||||
else {
|
||||
command.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
||||
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
namespace ScheMe_Data
|
||||
{
|
||||
}
|
||||
|
||||
namespace ScheMe_Data
|
||||
{
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.AnagPazienti" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM [AnagPazienti] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note))</CommandText>
|
||||
<CommandText>DELETE FROM [AnagPazienti] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([Altezza] = @Original_Altezza) AND ([Peso] = @Original_Peso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Gruppo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
@@ -21,6 +21,8 @@
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataNasc" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataNasc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LuogoNascita" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LuogoNascita" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_Sesso" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="Sesso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodF" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodF" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Eta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Eta" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
@@ -33,8 +35,8 @@
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [AnagPazienti] ([Gruppo], [Cognome], [Nome], [DataNasc], [LuogoNascita], [Sesso], [CodF], [Indirizzo], [RecTel], [Medico], [Note]) VALUES (@Gruppo, @Cognome, @Nome, @DataNasc, @LuogoNascita, @Sesso, @CodF, @Indirizzo, @RecTel, @Medico, @Note);
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = SCOPE_IDENTITY())</CommandText>
|
||||
<CommandText>INSERT INTO [AnagPazienti] ([Gruppo], [Cognome], [Nome], [DataNasc], [LuogoNascita], [Sesso], [Altezza], [Peso], [CodF], [Indirizzo], [RecTel], [Medico], [Note]) VALUES (@Gruppo, @Cognome, @Nome, @DataNasc, @LuogoNascita, @Sesso, @Altezza, @Peso, @CodF, @Indirizzo, @RecTel, @Medico, @Note);
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = SCOPE_IDENTITY())</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Gruppo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Cognome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Cognome" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -42,6 +44,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataNasc" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataNasc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LuogoNascita" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LuogoNascita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Sesso" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="Sesso" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodF" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodF" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RecTel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RecTel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -58,8 +62,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [AnagPazienti] SET [Gruppo] = @Gruppo, [Cognome] = @Cognome, [Nome] = @Nome, [DataNasc] = @DataNasc, [LuogoNascita] = @LuogoNascita, [Sesso] = @Sesso, [CodF] = @CodF, [Indirizzo] = @Indirizzo, [RecTel] = @RecTel, [Medico] = @Medico, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note));
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = @IdxPaziente)</CommandText>
|
||||
<CommandText>UPDATE [AnagPazienti] SET [Gruppo] = @Gruppo, [Cognome] = @Cognome, [Nome] = @Nome, [DataNasc] = @DataNasc, [LuogoNascita] = @LuogoNascita, [Sesso] = @Sesso, [Altezza] = @Altezza, [Peso] = @Peso, [CodF] = @CodF, [Indirizzo] = @Indirizzo, [RecTel] = @RecTel, [Medico] = @Medico, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([Gruppo] = @Original_Gruppo) AND ([Cognome] = @Original_Cognome) AND ([Nome] = @Original_Nome) AND ([DataNasc] = @Original_DataNasc) AND ([LuogoNascita] = @Original_LuogoNascita) AND ([Sesso] = @Original_Sesso) AND ([Altezza] = @Original_Altezza) AND ([Peso] = @Original_Peso) AND ([CodF] = @Original_CodF) AND ([Indirizzo] = @Original_Indirizzo) AND ((@IsNull_Eta = 1 AND [Eta] IS NULL) OR ([Eta] = @Original_Eta)) AND ([RecTel] = @Original_RecTel) AND ([Medico] = @Original_Medico) AND ([Note] = @Original_Note));
|
||||
SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, Altezza, Peso, CodF, Indirizzo, Eta, RecTel, Medico, Note FROM AnagPazienti WHERE (IdxPaziente = @IdxPaziente)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Gruppo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Cognome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Cognome" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -67,6 +71,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataNasc" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataNasc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LuogoNascita" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LuogoNascita" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Sesso" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="Sesso" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodF" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodF" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RecTel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RecTel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -79,6 +85,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataNasc" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataNasc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LuogoNascita" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LuogoNascita" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_Sesso" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="Sesso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Altezza" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Altezza" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Peso" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Peso" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodF" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodF" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Eta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Eta" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
@@ -106,6 +114,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
<Mapping SourceColumn="RecTel" DataSetColumn="RecTel" />
|
||||
<Mapping SourceColumn="Medico" DataSetColumn="Medico" />
|
||||
<Mapping SourceColumn="Note" DataSetColumn="Note" />
|
||||
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
|
||||
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" 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">
|
||||
@@ -155,6 +165,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodF" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Sesso" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RecTel" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Medico" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="500" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -175,6 +187,8 @@ SELECT IdxPaziente, Gruppo, Cognome, Nome, DataNasc, LuogoNascita, Sesso, CodF,
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodF" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Sesso" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RecTel" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Medico" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="500" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -1651,7 +1665,7 @@ FROM v_VisValFunzAnz_l</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_RowChangedName="AnagPazientiRowChanged" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_RowClassName="AnagPazientiRow" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent">
|
||||
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent" msprop:Generator_RowClassName="AnagPazientiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -1727,10 +1741,12 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" />
|
||||
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent" msprop:Generator_RowClassName="ElencoVisiteRow">
|
||||
<xs:element name="ElencoVisite" msprop:Generator_TableClassName="ElencoVisiteDataTable" msprop:Generator_TableVarName="tableElencoVisite" msprop:Generator_RowChangedName="ElencoVisiteRowChanged" msprop:Generator_TablePropName="ElencoVisite" msprop:Generator_RowDeletingName="ElencoVisiteRowDeleting" msprop:Generator_RowChangingName="ElencoVisiteRowChanging" msprop:Generator_RowEvHandlerName="ElencoVisiteRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencoVisiteRowDeleted" msprop:Generator_RowClassName="ElencoVisiteRow" msprop:Generator_UserTableName="ElencoVisite" msprop:Generator_RowEvArgName="ElencoVisiteRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
|
||||
@@ -1746,7 +1762,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_RowClassName="VisLabRow" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowEvArgName="VisLabRowChangeEvent">
|
||||
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -1769,7 +1785,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<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:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent" msprop:Generator_RowClassName="VisAnamCliRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
|
||||
@@ -1792,7 +1808,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<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: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: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" />
|
||||
@@ -1820,7 +1836,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_RowClassName="VisPsicoRow" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent">
|
||||
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent" msprop:Generator_RowClassName="VisPsicoRow">
|
||||
<xs: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" />
|
||||
@@ -1834,7 +1850,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent" msprop:Generator_RowClassName="VisStileVitaRow">
|
||||
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_RowClassName="VisStileVitaRow" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent">
|
||||
<xs: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" />
|
||||
@@ -1886,7 +1902,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<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: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: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" />
|
||||
@@ -1903,7 +1919,7 @@ FROM v_VisValFunzAnz_l</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_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: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: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" />
|
||||
@@ -2392,7 +2408,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<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: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: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" />
|
||||
@@ -2444,7 +2460,7 @@ FROM v_VisValFunzAnz_l</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_RowClassName="VisValFunzRow" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent">
|
||||
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent" msprop:Generator_RowClassName="VisValFunzRow">
|
||||
<xs: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" />
|
||||
@@ -2528,14 +2544,14 @@ FROM v_VisValFunzAnz_l</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_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="AnagPazienti_v_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_v_VisBioMecAnt" msprop:Generator_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
|
||||
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="AnagPazienti_v_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_v_VisBioMecAnt" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -4,19 +4,19 @@
|
||||
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="27" ViewPortY="439" 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="27" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="14" X="680" Y="16" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:AnagPazienti" ZOrder="1" X="680" Y="16" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:ElencoVisite" ZOrder="19" X="35" Y="-15" Height="267" Width="214" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="7" X="338" Y="386" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisLab" ZOrder="8" X="338" Y="386" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisAnamCli" ZOrder="16" X="1100" Y="11" Height="459" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="332" />
|
||||
<Shape ID="DesignTable:VisCardioPol" ZOrder="4" X="757" Y="617" Height="381" Width="236" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisPsico" ZOrder="8" X="328" Y="818" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:VisStileVita" ZOrder="12" X="668" Y="1041" Height="381" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisRelazFin" ZOrder="5" X="371" Y="23" Height="286" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="142" />
|
||||
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="9" X="-5" Y="284" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="2" X="1078" Y="506" Height="381" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisValFunz" ZOrder="1" X="1083" Y="940" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisCardioPol" ZOrder="5" X="757" Y="617" Height="381" Width="236" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisPsico" ZOrder="9" X="328" Y="818" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:VisStileVita" ZOrder="13" X="668" Y="1041" Height="381" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisRelazFin" ZOrder="6" X="371" Y="23" Height="286" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="142" />
|
||||
<Shape ID="DesignTable:stp_rep_DatiFullByPazienteData" ZOrder="10" X="-5" Y="284" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisBioMecAnt" ZOrder="3" X="1078" Y="506" Height="381" Width="260" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:VisValFunz" ZOrder="2" X="1083" Y="940" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_VisClinGen_AnagPazienti" ZOrder="18" LineWidth="11">
|
||||
@@ -59,7 +59,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisPsico_AnagPazienti" ZOrder="13" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisPsico_AnagPazienti" ZOrder="14" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>705</X>
|
||||
@@ -75,7 +75,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="11" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisStileVita_AnagPazienti" ZOrder="12" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>747</X>
|
||||
@@ -87,7 +87,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="10" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisRelazFin_AnagPazienti" ZOrder="11" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>680</X>
|
||||
@@ -99,7 +99,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:AnagPazienti_v_VisBioMecAnt" ZOrder="6" LineWidth="11">
|
||||
<Connector ID="DesignRelation:AnagPazienti_v_VisBioMecAnt" ZOrder="7" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>980</X>
|
||||
@@ -119,7 +119,7 @@
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_VisValFunz_AnagPazienti" ZOrder="3" LineWidth="11">
|
||||
<Connector ID="DesignRelation:FK_VisValFunz_AnagPazienti" ZOrder="4" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>980</X>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user