Files
ScheMe/ScheMe_Data/DS_Applicazione.xsd
2017-09-13 18:14:49 +02:00

3127 lines
480 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DS_Applicazione" targetNamespace="http://tempuri.org/DS_Applicazione.xsd" xmlns:mstns="http://tempuri.org/DS_Applicazione.xsd" xmlns="http://tempuri.org/DS_Applicazione.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="ScheMeConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ScheMeConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.ScheMe_Data.Properties.Settings.GlobalReference.Default.ScheMeConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnagPazientiTableAdapter" GeneratorDataComponentClassName="AnagPazientiTableAdapter" Name="AnagPazienti" UserDataComponentName="AnagPazientiTableAdapter">
<MainSource>
<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 ([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" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Cognome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Cognome" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="false" SourceVersion="Original" />
<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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Eta" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Eta" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RecTel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RecTel" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Medico" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Medico" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<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" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="false" SourceVersion="Current" />
<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" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Medico" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Medico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM AnagPazienti</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<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" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="false" SourceVersion="Current" />
<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" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Medico" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Medico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Gruppo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Cognome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Cognome" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="false" SourceVersion="Original" />
<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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Eta" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Eta" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RecTel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RecTel" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Medico" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Medico" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="IdxPaziente" ColumnName="IdxPaziente" DataSourceName="ScheMe.dbo.AnagPazienti" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="Gruppo" DataSetColumn="Gruppo" />
<Mapping SourceColumn="Cognome" DataSetColumn="Cognome" />
<Mapping SourceColumn="Nome" DataSetColumn="Nome" />
<Mapping SourceColumn="DataNasc" DataSetColumn="DataNasc" />
<Mapping SourceColumn="LuogoNascita" DataSetColumn="LuogoNascita" />
<Mapping SourceColumn="Sesso" DataSetColumn="Sesso" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="CodF" DataSetColumn="CodF" />
<Mapping SourceColumn="Indirizzo" DataSetColumn="Indirizzo" />
<Mapping SourceColumn="Eta" DataSetColumn="Eta" />
<Mapping SourceColumn="RecTel" DataSetColumn="RecTel" />
<Mapping SourceColumn="Medico" DataSetColumn="Medico" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
</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">
<DeleteCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_AP_deleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</DeleteCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_AP_getByGruppo" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByGruppo" GetMethodModifier="Public" GetMethodName="getByGruppo" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByGruppo" UserSourceName="getByGruppo">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_AP_getByGruppo</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_AP_getByGruppoFiltri" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByGruppoFiltri" GetMethodModifier="Public" GetMethodName="getByGruppoFiltri" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByGruppoFiltri" UserSourceName="getByGruppoFiltri">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_AP_getByGruppoFiltri</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FiltroUno" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FiltroDue" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_AP_getByKey" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByKey" GetMethodModifier="Public" GetMethodName="getByKey" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByKey" UserSourceName="getByKey">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_AP_getByKey</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="insertQuery" Modifier="Public" Name="insertQuery" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="insertQuery">
<InsertCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_AP_insertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Gruppo" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Cognome" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataNasc" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@LuogoNascita" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<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" />
</Parameters>
</DbCommand>
</InsertCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="updateQuery" Modifier="Public" Name="updateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="updateQuery">
<UpdateCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_AP_updateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Cognome" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataNasc" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@LuogoNascita" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ElencoVisite-AFATableAdapter" GeneratorDataComponentClassName="ElencoVisite_AFATableAdapter" Name="ElencoVisite-AFA" UserDataComponentName="ElencoVisite-AFATableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_EV_getByIdxPaz" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_EV_getByIdxPaz</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="VAC" DataSetColumn="VAC" />
<Mapping SourceColumn="VBMA" DataSetColumn="VBMA" />
<Mapping SourceColumn="VCP" DataSetColumn="VCP" />
<Mapping SourceColumn="VL" DataSetColumn="VL" />
<Mapping SourceColumn="VP" DataSetColumn="VP" />
<Mapping SourceColumn="VSV" DataSetColumn="VSV" />
<Mapping SourceColumn="VRF" DataSetColumn="VRF" />
<Mapping SourceColumn="VVFAnz" DataSetColumn="VVFAnz" />
<Mapping SourceColumn="VVFGT" DataSetColumn="VVFGT" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisLabTableAdapter" GeneratorDataComponentClassName="VisLabTableAdapter" Name="VisLab" UserDataComponentName="VisLabTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.VisLab" 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 [VisLab] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Glicemia] = @Original_Glicemia) AND ([EmoglGlicata] = @Original_EmoglGlicata) AND ([ColesTot] = @Original_ColesTot) AND ([LDL] = @Original_LDL) AND ([HDL] = @Original_HDL) AND ([Trigliceridi] = @Original_Trigliceridi) AND ([ColRapLDLHDL] = @Original_ColRapLDLHDL) AND ([Folatemia] = @Original_Folatemia) AND ([Omocisteina] = @Original_Omocisteina) AND ([MHTFR] = @Original_MHTFR) AND ([FattII] = @Original_FattII) AND ([FattV] = @Original_FattV) AND ([GradTransm] = @Original_GradTransm) AND ([LungTelom] = @Original_LungTelom) AND ([RespSilenz] = @Original_RespSilenz))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_EmoglGlicata" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="EmoglGlicata" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColRapLDLHDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColRapLDLHDL" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Folatemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Folatemia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GradTransm" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GradTransm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LungTelom" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LungTelom" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_RespSilenz" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RespSilenz" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [VisLab] ([IdxPaziente], [DataVisita], [Glicemia], [EmoglGlicata], [ColesTot], [LDL], [HDL], [Trigliceridi], [Folatemia], [Omocisteina], [MHTFR], [FattII], [FattV], [GradTransm], [LungTelom], [RespSilenz]) VALUES (@IdxPaziente, @DataVisita, @Glicemia, @EmoglGlicata, @ColesTot, @LDL, @HDL, @Trigliceridi, @Folatemia, @Omocisteina, @MHTFR, @FattII, @FattV, @GradTransm, @LungTelom, @RespSilenz);
SELECT IdxPaziente, DataVisita, Glicemia, EmoglGlicata, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Folatemia, Omocisteina, MHTFR, FattII, FattV, GradTransm, LungTelom, RespSilenz FROM VisLab WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@EmoglGlicata" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="EmoglGlicata" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Folatemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Folatemia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GradTransm" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GradTransm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LungTelom" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LungTelom" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@RespSilenz" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RespSilenz" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM VisLab</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [VisLab] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Glicemia] = @Glicemia, [EmoglGlicata] = @EmoglGlicata, [ColesTot] = @ColesTot, [LDL] = @LDL, [HDL] = @HDL, [Trigliceridi] = @Trigliceridi, [Folatemia] = @Folatemia, [Omocisteina] = @Omocisteina, [MHTFR] = @MHTFR, [FattII] = @FattII, [FattV] = @FattV, [GradTransm] = @GradTransm, [LungTelom] = @LungTelom, [RespSilenz] = @RespSilenz WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Glicemia] = @Original_Glicemia) AND ([EmoglGlicata] = @Original_EmoglGlicata) AND ([ColesTot] = @Original_ColesTot) AND ([LDL] = @Original_LDL) AND ([HDL] = @Original_HDL) AND ([Trigliceridi] = @Original_Trigliceridi) AND ([ColRapLDLHDL] = @Original_ColRapLDLHDL) AND ([Folatemia] = @Original_Folatemia) AND ([Omocisteina] = @Original_Omocisteina) AND ([MHTFR] = @Original_MHTFR) AND ([FattII] = @Original_FattII) AND ([FattV] = @Original_FattV) AND ([GradTransm] = @Original_GradTransm) AND ([LungTelom] = @Original_LungTelom) AND ([RespSilenz] = @Original_RespSilenz));
SELECT IdxPaziente, DataVisita, Glicemia, EmoglGlicata, ColesTot, LDL, HDL, Trigliceridi, ColRapLDLHDL, Folatemia, Omocisteina, MHTFR, FattII, FattV, GradTransm, LungTelom, RespSilenz FROM VisLab WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@EmoglGlicata" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="EmoglGlicata" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Folatemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Folatemia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GradTransm" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GradTransm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LungTelom" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LungTelom" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@RespSilenz" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RespSilenz" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Glicemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Glicemia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_EmoglGlicata" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="EmoglGlicata" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColesTot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColesTot" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LDL" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_HDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="HDL" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Trigliceridi" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Trigliceridi" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ColRapLDLHDL" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ColRapLDLHDL" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Folatemia" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Folatemia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Omocisteina" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Omocisteina" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_MHTFR" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="MHTFR" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattII" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattII" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FattV" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FattV" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GradTransm" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GradTransm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LungTelom" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LungTelom" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_RespSilenz" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RespSilenz" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="Glicemia" DataSetColumn="Glicemia" />
<Mapping SourceColumn="EmoglGlicata" DataSetColumn="EmoglGlicata" />
<Mapping SourceColumn="ColesTot" DataSetColumn="ColesTot" />
<Mapping SourceColumn="LDL" DataSetColumn="LDL" />
<Mapping SourceColumn="HDL" DataSetColumn="HDL" />
<Mapping SourceColumn="Trigliceridi" DataSetColumn="Trigliceridi" />
<Mapping SourceColumn="ColRapLDLHDL" DataSetColumn="ColRapLDLHDL" />
<Mapping SourceColumn="Omocisteina" DataSetColumn="Omocisteina" />
<Mapping SourceColumn="MHTFR" DataSetColumn="MHTFR" />
<Mapping SourceColumn="FattII" DataSetColumn="FattII" />
<Mapping SourceColumn="FattV" DataSetColumn="FattV" />
<Mapping SourceColumn="GradTransm" DataSetColumn="GradTransm" />
<Mapping SourceColumn="LungTelom" DataSetColumn="LungTelom" />
<Mapping SourceColumn="RespSilenz" DataSetColumn="RespSilenz" />
<Mapping SourceColumn="Folatemia" DataSetColumn="Folatemia" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VLab_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VLab_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VLab_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VLab_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VLab_InsertQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="InsertQuery" GetMethodModifier="Public" GetMethodName="InsertQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="InsertQuery" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VLab_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Glicemia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@EmoglGlicata" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ColesTot" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@LDL" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@HDL" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Trigliceridi" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Folatemia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Omocisteina" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MHTFR" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FattII" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FattV" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GradTransm" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@LungTelom" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@RespSilenz" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VLab_UpdateQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="UpdateQuery" GetMethodModifier="Public" GetMethodName="UpdateQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="UpdateQuery" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VLab_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Glicemia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@EmoglGlicata" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ColesTot" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@LDL" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@HDL" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Trigliceridi" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Folatemia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Omocisteina" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MHTFR" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FattII" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FattV" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GradTransm" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@LungTelom" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@RespSilenz" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisAnamCliTableAdapter" GeneratorDataComponentClassName="VisAnamCliTableAdapter" Name="VisAnamCli" UserDataComponentName="VisAnamCliTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.VisAnamCli" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[VisAnamCli] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FamMCCV] = @Original_FamMCCV) AND ([Ipertens] = @Original_Ipertens) AND ([IpertensYtd] = @Original_IpertensYtd) AND ([Diabete] = @Original_Diabete) AND ([DiabeteYtd] = @Original_DiabeteYtd) AND ([Ipercolest] = @Original_Ipercolest) AND ([IpercolestYtd] = @Original_IpercolestYtd) AND ([Fumo] = @Original_Fumo) AND ([FumoYtd] = @Original_FumoYtd) AND ([Alcool] = @Original_Alcool) AND ([AlcoolYtd] = @Original_AlcoolYtd) AND ([Sovrapp] = @Original_Sovrapp) AND ([SovrappYtd] = @Original_SovrappYtd) AND ([Sedent] = @Original_Sedent) AND ([AdesTerap] = @Original_AdesTerap))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[VisAnamCli] ([IdxPaziente], [DataVisita], [FamMCCV], [Ipertens], [IpertensYtd], [Diabete], [DiabeteYtd], [Ipercolest], [IpercolestYtd], [Fumo], [FumoYtd], [Alcool], [AlcoolYtd], [Sovrapp], [SovrappYtd], [Sedent], [AdesTerap]) VALUES (@IdxPaziente, @DataVisita, @FamMCCV, @Ipertens, @IpertensYtd, @Diabete, @DiabeteYtd, @Ipercolest, @IpercolestYtd, @Fumo, @FumoYtd, @Alcool, @AlcoolYtd, @Sovrapp, @SovrappYtd, @Sedent, @AdesTerap);
SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM VisAnamCli WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM dbo.VisAnamCli</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[VisAnamCli] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [FamMCCV] = @FamMCCV, [Ipertens] = @Ipertens, [IpertensYtd] = @IpertensYtd, [Diabete] = @Diabete, [DiabeteYtd] = @DiabeteYtd, [Ipercolest] = @Ipercolest, [IpercolestYtd] = @IpercolestYtd, [Fumo] = @Fumo, [FumoYtd] = @FumoYtd, [Alcool] = @Alcool, [AlcoolYtd] = @AlcoolYtd, [Sovrapp] = @Sovrapp, [SovrappYtd] = @SovrappYtd, [Sedent] = @Sedent, [AdesTerap] = @AdesTerap WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([FamMCCV] = @Original_FamMCCV) AND ([Ipertens] = @Original_Ipertens) AND ([IpertensYtd] = @Original_IpertensYtd) AND ([Diabete] = @Original_Diabete) AND ([DiabeteYtd] = @Original_DiabeteYtd) AND ([Ipercolest] = @Original_Ipercolest) AND ([IpercolestYtd] = @Original_IpercolestYtd) AND ([Fumo] = @Original_Fumo) AND ([FumoYtd] = @Original_FumoYtd) AND ([Alcool] = @Original_Alcool) AND ([AlcoolYtd] = @Original_AlcoolYtd) AND ([Sovrapp] = @Original_Sovrapp) AND ([SovrappYtd] = @Original_SovrappYtd) AND ([Sedent] = @Original_Sedent) AND ([AdesTerap] = @Original_AdesTerap));
SELECT IdxPaziente, DataVisita, FamMCCV, Ipertens, IpertensYtd, Diabete, DiabeteYtd, Ipercolest, IpercolestYtd, Fumo, FumoYtd, Alcool, AlcoolYtd, Sovrapp, SovrappYtd, Sedent, AdesTerap FROM VisAnamCli WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FamMCCV" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FamMCCV" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipertens" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipertens" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpertensYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpertensYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Diabete" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Diabete" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DiabeteYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiabeteYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Ipercolest" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Ipercolest" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IpercolestYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IpercolestYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Fumo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Fumo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FumoYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FumoYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Alcool" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Alcool" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AlcoolYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AlcoolYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sovrapp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sovrapp" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SovrappYtd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SovrappYtd" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Sedent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Sedent" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AdesTerap" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AdesTerap" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="FamMCCV" DataSetColumn="FamMCCV" />
<Mapping SourceColumn="Ipertens" DataSetColumn="Ipertens" />
<Mapping SourceColumn="IpertensYtd" DataSetColumn="IpertensYtd" />
<Mapping SourceColumn="Diabete" DataSetColumn="Diabete" />
<Mapping SourceColumn="DiabeteYtd" DataSetColumn="DiabeteYtd" />
<Mapping SourceColumn="Ipercolest" DataSetColumn="Ipercolest" />
<Mapping SourceColumn="IpercolestYtd" DataSetColumn="IpercolestYtd" />
<Mapping SourceColumn="Fumo" DataSetColumn="Fumo" />
<Mapping SourceColumn="FumoYtd" DataSetColumn="FumoYtd" />
<Mapping SourceColumn="Alcool" DataSetColumn="Alcool" />
<Mapping SourceColumn="AlcoolYtd" DataSetColumn="AlcoolYtd" />
<Mapping SourceColumn="Sovrapp" DataSetColumn="Sovrapp" />
<Mapping SourceColumn="SovrappYtd" DataSetColumn="SovrappYtd" />
<Mapping SourceColumn="Sedent" DataSetColumn="Sedent" />
<Mapping SourceColumn="AdesTerap" DataSetColumn="AdesTerap" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VAC_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VAC_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VAC_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VAC_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VAC_InsertQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="InsertQuery" GeneratorSourceName="insertQuery" GetMethodModifier="Public" GetMethodName="InsertQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="InsertQuery" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VAC_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FamMCCV" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VAC_UpdateQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="UpdateQuery" GetMethodModifier="Public" GetMethodName="UpdateQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="UpdateQuery" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VAC_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FamMCCV" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipertens" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpertensYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Diabete" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DiabeteYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ipercolest" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IpercolestYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Fumo" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FumoYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Alcool" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AlcoolYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sovrapp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SovrappYtd" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Sedent" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AdesTerap" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisCardioPolTableAdapter" GeneratorDataComponentClassName="VisCardioPolTableAdapter" Name="VisCardioPol" UserDataComponentName="VisCardioPolTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.VisCardioPol" 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 [VisCardioPol] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) 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="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QR1_Kg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_VO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PolsoO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [VisCardioPol] ([IdxPaziente], [DataVisita], [PaSis], [PaDia], [QR1], [VO2_Kg], [FC_QR1], [PaSisMax], [PaDiaMax], [FrazEiez], [TDI], [PlaccheVas], [Note]) VALUES (@IdxPaziente, @DataVisita, @PaSis, @PaDia, @QR1, @VO2_Kg, @FC_QR1, @PaSisMax, @PaDiaMax, @FrazEiez, @TDI, @PlaccheVas, @Note);
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT *
FROM VisCardioPol</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [VisCardioPol] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [PaSis] = @PaSis, [PaDia] = @PaDia, [QR1] = @QR1, [VO2_Kg] = @VO2_Kg, [FC_QR1] = @FC_QR1, [PaSisMax] = @PaSisMax, [PaDiaMax] = @PaDiaMax, [FrazEiez] = @FrazEiez, [TDI] = @TDI, [PlaccheVas] = @PlaccheVas, [Note] = @Note WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([PaSis] = @Original_PaSis) AND ([PaDia] = @Original_PaDia) AND ([QR1] = @Original_QR1) AND ((@IsNull_QR1_Kg = 1 AND [QR1_Kg] IS NULL) OR ([QR1_Kg] = @Original_QR1_Kg)) AND ((@IsNull_VO2 = 1 AND [VO2] IS NULL) OR ([VO2] = @Original_VO2)) AND ([VO2_Kg] = @Original_VO2_Kg) AND ([FC_QR1] = @Original_FC_QR1) AND ((@IsNull_PolsoO2 = 1 AND [PolsoO2] IS NULL) OR ([PolsoO2] = @Original_PolsoO2)) AND ([PaSisMax] = @Original_PaSisMax) AND ([PaDiaMax] = @Original_PaDiaMax) AND ([FrazEiez] = @Original_FrazEiez) AND ([TDI] = @Original_TDI) AND ([PlaccheVas] = @Original_PlaccheVas) AND ([Note] = @Original_Note));
SELECT IdxPaziente, DataVisita, PaSis, PaDia, QR1, QR1_Kg, VO2, VO2_Kg, FC_QR1, PolsoO2, PaSisMax, PaDiaMax, FrazEiez, TDI, PlaccheVas, Note FROM VisCardioPol WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSis" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QR1_Kg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_QR1_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QR1_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_VO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_VO2_Kg" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="VO2_Kg" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FC_QR1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FC_QR1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PolsoO2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PolsoO2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PolsoO2" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaSisMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaSisMax" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PaDiaMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaDiaMax" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_FrazEiez" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="FrazEiez" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_TDI" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="TDI" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_PlaccheVas" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PlaccheVas" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="PaSis" DataSetColumn="PaSis" />
<Mapping SourceColumn="PaDia" DataSetColumn="PaDia" />
<Mapping SourceColumn="QR1" DataSetColumn="QR1" />
<Mapping SourceColumn="QR1_Kg" DataSetColumn="QR1_Kg" />
<Mapping SourceColumn="VO2" DataSetColumn="VO2" />
<Mapping SourceColumn="VO2_Kg" DataSetColumn="VO2_Kg" />
<Mapping SourceColumn="FC_QR1" DataSetColumn="FC_QR1" />
<Mapping SourceColumn="PolsoO2" DataSetColumn="PolsoO2" />
<Mapping SourceColumn="PaSisMax" DataSetColumn="PaSisMax" />
<Mapping SourceColumn="PaDiaMax" DataSetColumn="PaDiaMax" />
<Mapping SourceColumn="FrazEiez" DataSetColumn="FrazEiez" />
<Mapping SourceColumn="TDI" DataSetColumn="TDI" />
<Mapping SourceColumn="PlaccheVas" DataSetColumn="PlaccheVas" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VCardio_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VCardio_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VCardio_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VCardio_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VCardio_InsertQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="InsertQuery" GetMethodModifier="Public" GetMethodName="InsertQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="InsertQuery" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VCardio_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TDI" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlaccheVas" Precision="53" ProviderType="Float" Scale="0" Size="8" 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" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VCardio_UpdateQuery" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="UpdateQuery" GetMethodModifier="Public" GetMethodName="UpdateQuery" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="UpdateQuery" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VCardio_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSis" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDia" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@QR1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@VO2_Kg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FC_QR1" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaSisMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PaDiaMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FrazEiez" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TDI" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlaccheVas" Precision="53" ProviderType="Float" Scale="0" Size="8" 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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisPsicoTableAdapter" GeneratorDataComponentClassName="VisPsicoTableAdapter" Name="VisPsico" UserDataComponentName="VisPsicoTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.VisPsico" 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 [VisPsico] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Test15ParReyImm] = @Original_Test15ParReyImm) AND ([Test15ParReyDif] = @Original_Test15ParReyDif) AND ([FigComplRey_Copia] = @Original_FigComplRey_Copia) AND ([FigComplRey_RipDiff] = @Original_FigComplRey_RipDiff) AND ([StroopTestInterfErr] = @Original_StroopTestInterfErr) AND ([StroopTestInterfTemp] = @Original_StroopTestInterfTemp))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Test15ParReyImm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyImm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Test15ParReyDif" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyDif" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FigComplRey_Copia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_Copia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FigComplRey_RipDiff" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_RipDiff" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StroopTestInterfErr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfErr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StroopTestInterfTemp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfTemp" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [VisPsico] ([IdxPaziente], [DataVisita], [Test15ParReyImm], [Test15ParReyDif], [FigComplRey_Copia], [FigComplRey_RipDiff], [StroopTestInterfErr], [StroopTestInterfTemp]) VALUES (@IdxPaziente, @DataVisita, @Test15ParReyImm, @Test15ParReyDif, @FigComplRey_Copia, @FigComplRey_RipDiff, @StroopTestInterfErr, @StroopTestInterfTemp);
SELECT IdxPaziente, DataVisita, Test15ParReyImm, Test15ParReyDif, FigComplRey_Copia, FigComplRey_RipDiff, StroopTestInterfErr, StroopTestInterfTemp FROM VisPsico WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyImm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyImm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyDif" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyDif" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_Copia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_Copia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_RipDiff" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_RipDiff" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfErr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfErr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfTemp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfTemp" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM VisPsico</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [VisPsico] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Test15ParReyImm] = @Test15ParReyImm, [Test15ParReyDif] = @Test15ParReyDif, [FigComplRey_Copia] = @FigComplRey_Copia, [FigComplRey_RipDiff] = @FigComplRey_RipDiff, [StroopTestInterfErr] = @StroopTestInterfErr, [StroopTestInterfTemp] = @StroopTestInterfTemp WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Test15ParReyImm] = @Original_Test15ParReyImm) AND ([Test15ParReyDif] = @Original_Test15ParReyDif) AND ([FigComplRey_Copia] = @Original_FigComplRey_Copia) AND ([FigComplRey_RipDiff] = @Original_FigComplRey_RipDiff) AND ([StroopTestInterfErr] = @Original_StroopTestInterfErr) AND ([StroopTestInterfTemp] = @Original_StroopTestInterfTemp));
SELECT IdxPaziente, DataVisita, Test15ParReyImm, Test15ParReyDif, FigComplRey_Copia, FigComplRey_RipDiff, StroopTestInterfErr, StroopTestInterfTemp FROM VisPsico WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyImm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyImm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyDif" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyDif" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_Copia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_Copia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_RipDiff" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_RipDiff" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfErr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfErr" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfTemp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfTemp" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Test15ParReyImm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyImm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Test15ParReyDif" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Test15ParReyDif" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FigComplRey_Copia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_Copia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FigComplRey_RipDiff" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigComplRey_RipDiff" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StroopTestInterfErr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfErr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StroopTestInterfTemp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StroopTestInterfTemp" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="Test15ParReyImm" DataSetColumn="Test15ParReyImm" />
<Mapping SourceColumn="Test15ParReyDif" DataSetColumn="Test15ParReyDif" />
<Mapping SourceColumn="FigComplRey_Copia" DataSetColumn="FigComplRey_Copia" />
<Mapping SourceColumn="FigComplRey_RipDiff" DataSetColumn="FigComplRey_RipDiff" />
<Mapping SourceColumn="StroopTestInterfErr" DataSetColumn="StroopTestInterfErr" />
<Mapping SourceColumn="StroopTestInterfTemp" DataSetColumn="StroopTestInterfTemp" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VP_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VP_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VP_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VP_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VP_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VP_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_Copia" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_RipDiff" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyImm" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyDif" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfErr" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfTemp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VP_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VP_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_Copia" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigComplRey_RipDiff" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyImm" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Test15ParReyDif" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfErr" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StroopTestInterfTemp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisStileVitaTableAdapter" GeneratorDataComponentClassName="VisStileVitaTableAdapter" Name="VisStileVita" UserDataComponentName="VisStileVitaTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.v_VisStileVita" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT *
FROM v_VisStileVita</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="Eta" DataSetColumn="Eta" />
<Mapping SourceColumn="Sesso" DataSetColumn="Sesso" />
<Mapping SourceColumn="Lavoro" DataSetColumn="Lavoro" />
<Mapping SourceColumn="StileVita" DataSetColumn="StileVita" />
<Mapping SourceColumn="FreqAll" DataSetColumn="FreqAll" />
<Mapping SourceColumn="MezzoTrasp" DataSetColumn="MezzoTrasp" />
<Mapping SourceColumn="ScoreAttiv" DataSetColumn="ScoreAttiv" />
<Mapping SourceColumn="MET_Lavoro" DataSetColumn="MET_Lavoro" />
<Mapping SourceColumn="MET_AttFisica" DataSetColumn="MET_AttFisica" />
<Mapping SourceColumn="OreSonno" DataSetColumn="OreSonno" />
<Mapping SourceColumn="OreSeduto" DataSetColumn="OreSeduto" />
<Mapping SourceColumn="OrePasti" DataSetColumn="OrePasti" />
<Mapping SourceColumn="OreSpostAuto" DataSetColumn="OreSpostAuto" />
<Mapping SourceColumn="OreSpostAtt" DataSetColumn="OreSpostAtt" />
<Mapping SourceColumn="OreLavoro" DataSetColumn="OreLavoro" />
<Mapping SourceColumn="OreIgiene" DataSetColumn="OreIgiene" />
<Mapping SourceColumn="OreAttFisica" DataSetColumn="OreAttFisica" />
<Mapping SourceColumn="OrePulizia" DataSetColumn="OrePulizia" />
<Mapping SourceColumn="OreCane" DataSetColumn="OreCane" />
<Mapping SourceColumn="ConsCalDie" DataSetColumn="ConsCalDie" />
<Mapping SourceColumn="Verdure" DataSetColumn="Verdure" />
<Mapping SourceColumn="Legumi" DataSetColumn="Legumi" />
<Mapping SourceColumn="Frutta" DataSetColumn="Frutta" />
<Mapping SourceColumn="Noci" DataSetColumn="Noci" />
<Mapping SourceColumn="Cereali" DataSetColumn="Cereali" />
<Mapping SourceColumn="Pesce" DataSetColumn="Pesce" />
<Mapping SourceColumn="Grassi" DataSetColumn="Grassi" />
<Mapping SourceColumn="Vino" DataSetColumn="Vino" />
<Mapping SourceColumn="CarneLatt" DataSetColumn="CarneLatt" />
<Mapping SourceColumn="ScoreDietMed" DataSetColumn="ScoreDietMed" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VSV_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VSV_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VSV_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VSV_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VSV_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VSV_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Lavoro" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StileVita" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FreqAll" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MezzoTrasp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MET_Lavoro" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MET_AttFisica" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreSeduto" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OrePasti" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreSpostAuto" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreSpostAtt" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreLavoro" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreIgiene" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreAttFisica" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OrePulizia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreCane" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Verdure" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Legumi" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Frutta" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Noci" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Cereali" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Pesce" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Grassi" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Vino" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CarneLatt" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VSV_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VSV_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Lavoro" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StileVita" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FreqAll" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MezzoTrasp" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MET_Lavoro" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@MET_AttFisica" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreSeduto" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OrePasti" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreSpostAuto" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreSpostAtt" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreLavoro" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreIgiene" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreAttFisica" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OrePulizia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@OreCane" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Verdure" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Legumi" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Frutta" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Noci" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Cereali" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Pesce" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Grassi" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Vino" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CarneLatt" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisRelazFinTableAdapter" GeneratorDataComponentClassName="VisRelazFinTableAdapter" Name="VisRelazFin" UserDataComponentName="VisRelazFinTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.VisRelazFin" 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 [VisRelazFin] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Note] = @Original_Note) AND ([Score1] = @Original_Score1) AND ([Score2] = @Original_Score2))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Score1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Score2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score2" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [VisRelazFin] ([IdxPaziente], [DataVisita], [Note], [Score1], [Score2]) VALUES (@IdxPaziente, @DataVisita, @Note, @Score1, @Score2);
SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Score1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Score2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score2" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT IdxPaziente, DataVisita, Note, Score1, Score2
FROM VisRelazFin</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [VisRelazFin] SET [IdxPaziente] = @IdxPaziente, [DataVisita] = @DataVisita, [Note] = @Note, [Score1] = @Score1, [Score2] = @Score2 WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([DataVisita] = @Original_DataVisita) AND ([Note] = @Original_Note) AND ([Score1] = @Original_Score1) AND ([Score2] = @Original_Score2));
SELECT IdxPaziente, DataVisita, Note, Score1, Score2 FROM VisRelazFin WHERE (DataVisita = @DataVisita) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Score1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Score2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataVisita" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Score1" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_Score2" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="Score2" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
<Mapping SourceColumn="Score1" DataSetColumn="Score1" />
<Mapping SourceColumn="Score2" DataSetColumn="Score2" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VRF_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VRF_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VRF_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VRF_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VRF_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VRF_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Score1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Score2" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="4000" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VRF_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VRF_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Score1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Score2" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="4000" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stp_rep_DatiFullByPazienteDataTableAdapter" GeneratorDataComponentClassName="stp_rep_DatiFullByPazienteDataTableAdapter" Name="stp_rep_DatiFullByPazienteData" UserDataComponentName="stp_rep_DatiFullByPazienteDataTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_rep_DatiFullByPazienteData" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_rep_DatiFullByPazienteData</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="Gruppo" DataSetColumn="Gruppo" />
<Mapping SourceColumn="Cognome" DataSetColumn="Cognome" />
<Mapping SourceColumn="Nome" DataSetColumn="Nome" />
<Mapping SourceColumn="DataNasc" DataSetColumn="DataNasc" />
<Mapping SourceColumn="LuogoNascita" DataSetColumn="LuogoNascita" />
<Mapping SourceColumn="Sesso" DataSetColumn="Sesso" />
<Mapping SourceColumn="CodF" DataSetColumn="CodF" />
<Mapping SourceColumn="Indirizzo" DataSetColumn="Indirizzo" />
<Mapping SourceColumn="Eta" DataSetColumn="Eta" />
<Mapping SourceColumn="RecTel" DataSetColumn="RecTel" />
<Mapping SourceColumn="Medico" DataSetColumn="Medico" />
<Mapping SourceColumn="NotePaziente" DataSetColumn="NotePaziente" />
<Mapping SourceColumn="Glicemia" DataSetColumn="Glicemia" />
<Mapping SourceColumn="EmoglGlicata" DataSetColumn="EmoglGlicata" />
<Mapping SourceColumn="ColesTot" DataSetColumn="ColesTot" />
<Mapping SourceColumn="LDL" DataSetColumn="LDL" />
<Mapping SourceColumn="HDL" DataSetColumn="HDL" />
<Mapping SourceColumn="Trigliceridi" DataSetColumn="Trigliceridi" />
<Mapping SourceColumn="ColRapLDLHDL" DataSetColumn="ColRapLDLHDL" />
<Mapping SourceColumn="Omocisteina" DataSetColumn="Omocisteina" />
<Mapping SourceColumn="MHTFR" DataSetColumn="MHTFR" />
<Mapping SourceColumn="FattII" DataSetColumn="FattII" />
<Mapping SourceColumn="FattV" DataSetColumn="FattV" />
<Mapping SourceColumn="GradTransm" DataSetColumn="GradTransm" />
<Mapping SourceColumn="LungTelom" DataSetColumn="LungTelom" />
<Mapping SourceColumn="RespSilenz" DataSetColumn="RespSilenz" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="PlicaBicipite" DataSetColumn="PlicaBicipite" />
<Mapping SourceColumn="PlicaTricipite" DataSetColumn="PlicaTricipite" />
<Mapping SourceColumn="PlicaSottoscapola" DataSetColumn="PlicaSottoscapola" />
<Mapping SourceColumn="PlicaPettorale" DataSetColumn="PlicaPettorale" />
<Mapping SourceColumn="PlicaAddominale" DataSetColumn="PlicaAddominale" />
<Mapping SourceColumn="PlicaSoprailiaca" DataSetColumn="PlicaSoprailiaca" />
<Mapping SourceColumn="PlicaCoscia" DataSetColumn="PlicaCoscia" />
<Mapping SourceColumn="CirconfVitaGlutei" DataSetColumn="CirconfVitaGlutei" />
<Mapping SourceColumn="CirconfAvamb" DataSetColumn="CirconfAvamb" />
<Mapping SourceColumn="GrassoTroncoPerc" DataSetColumn="GrassoTroncoPerc" />
<Mapping SourceColumn="GrassoViscInd" DataSetColumn="GrassoViscInd" />
<Mapping SourceColumn="TRomberg" DataSetColumn="TRomberg" />
<Mapping SourceColumn="TFukuda" DataSetColumn="TFukuda" />
<Mapping SourceColumn="TGUG" DataSetColumn="TGUG" />
<Mapping SourceColumn="TGUG1" DataSetColumn="TGUG1" />
<Mapping SourceColumn="FPrensile" DataSetColumn="FPrensile" />
<Mapping SourceColumn="DensCorp" DataSetColumn="DensCorp" />
<Mapping SourceColumn="GrassoTotPerc" DataSetColumn="GrassoTotPerc" />
<Mapping SourceColumn="GrassoTot" DataSetColumn="GrassoTot" />
<Mapping SourceColumn="MassaMagraPerc" DataSetColumn="MassaMagraPerc" />
<Mapping SourceColumn="MassaMagraKgCm" DataSetColumn="MassaMagraKgCm" />
<Mapping SourceColumn="BMI" DataSetColumn="BMI" />
<Mapping SourceColumn="MetBasaleDie" DataSetColumn="MetBasaleDie" />
<Mapping SourceColumn="MetBasaleH" DataSetColumn="MetBasaleH" />
<Mapping SourceColumn="Lavoro" DataSetColumn="Lavoro" />
<Mapping SourceColumn="StileVita" DataSetColumn="StileVita" />
<Mapping SourceColumn="FreqAll" DataSetColumn="FreqAll" />
<Mapping SourceColumn="MezzoTrasp" DataSetColumn="MezzoTrasp" />
<Mapping SourceColumn="ScoreAttiv" DataSetColumn="ScoreAttiv" />
<Mapping SourceColumn="MET_Lavoro" DataSetColumn="MET_Lavoro" />
<Mapping SourceColumn="MET_AttFisica" DataSetColumn="MET_AttFisica" />
<Mapping SourceColumn="OreSonno" DataSetColumn="OreSonno" />
<Mapping SourceColumn="OreSeduto" DataSetColumn="OreSeduto" />
<Mapping SourceColumn="OrePasti" DataSetColumn="OrePasti" />
<Mapping SourceColumn="OreSpostAuto" DataSetColumn="OreSpostAuto" />
<Mapping SourceColumn="OreSpostAtt" DataSetColumn="OreSpostAtt" />
<Mapping SourceColumn="OreLavoro" DataSetColumn="OreLavoro" />
<Mapping SourceColumn="OreIgiene" DataSetColumn="OreIgiene" />
<Mapping SourceColumn="OreAttFisica" DataSetColumn="OreAttFisica" />
<Mapping SourceColumn="OrePulizia" DataSetColumn="OrePulizia" />
<Mapping SourceColumn="OreCane" DataSetColumn="OreCane" />
<Mapping SourceColumn="ConsCalDie" DataSetColumn="ConsCalDie" />
<Mapping SourceColumn="Verdure" DataSetColumn="Verdure" />
<Mapping SourceColumn="Legumi" DataSetColumn="Legumi" />
<Mapping SourceColumn="Frutta" DataSetColumn="Frutta" />
<Mapping SourceColumn="Noci" DataSetColumn="Noci" />
<Mapping SourceColumn="Cereali" DataSetColumn="Cereali" />
<Mapping SourceColumn="Pesce" DataSetColumn="Pesce" />
<Mapping SourceColumn="Grassi" DataSetColumn="Grassi" />
<Mapping SourceColumn="Vino" DataSetColumn="Vino" />
<Mapping SourceColumn="CarneLatt" DataSetColumn="CarneLatt" />
<Mapping SourceColumn="ScoreDietMed" DataSetColumn="ScoreDietMed" />
<Mapping SourceColumn="NoteStileVita" DataSetColumn="NoteStileVita" />
<Mapping SourceColumn="Lavoro_label" DataSetColumn="Lavoro_label" />
<Mapping SourceColumn="StileVita_label" DataSetColumn="StileVita_label" />
<Mapping SourceColumn="FreqAll_label" DataSetColumn="FreqAll_label" />
<Mapping SourceColumn="MezzoTrasp_label" DataSetColumn="MezzoTrasp_label" />
<Mapping SourceColumn="Verdure_label" DataSetColumn="Verdure_label" />
<Mapping SourceColumn="Legumi_label" DataSetColumn="Legumi_label" />
<Mapping SourceColumn="Frutta_label" DataSetColumn="Frutta_label" />
<Mapping SourceColumn="Noci_label" DataSetColumn="Noci_label" />
<Mapping SourceColumn="Cereali_label" DataSetColumn="Cereali_label" />
<Mapping SourceColumn="Pesce_label" DataSetColumn="Pesce_label" />
<Mapping SourceColumn="Grassi_label" DataSetColumn="Grassi_label" />
<Mapping SourceColumn="Vino_label" DataSetColumn="Vino_label" />
<Mapping SourceColumn="CarneLatt_label" DataSetColumn="CarneLatt_label" />
<Mapping SourceColumn="TestTMT_A" DataSetColumn="TestTMT_A" />
<Mapping SourceColumn="TestTMT_A_label" DataSetColumn="TestTMT_A_label" />
<Mapping SourceColumn="TestTMT_B" DataSetColumn="TestTMT_B" />
<Mapping SourceColumn="TestTMT_B_label" DataSetColumn="TestTMT_B_label" />
<Mapping SourceColumn="TestTMT_BA" DataSetColumn="TestTMT_BA" />
<Mapping SourceColumn="TestTMT_BA_label" DataSetColumn="TestTMT_BA_label" />
<Mapping SourceColumn="Test15ParReyImm" DataSetColumn="Test15ParReyImm" />
<Mapping SourceColumn="Test15ParReyImm_label" DataSetColumn="Test15ParReyImm_label" />
<Mapping SourceColumn="Test15ParReyDif" DataSetColumn="Test15ParReyDif" />
<Mapping SourceColumn="Test15ParReyDif_label" DataSetColumn="Test15ParReyDif_label" />
<Mapping SourceColumn="ApprSuSpanViSpa" DataSetColumn="ApprSuSpanViSpa" />
<Mapping SourceColumn="ApprSuSpanViSpa_label" DataSetColumn="ApprSuSpanViSpa_label" />
<Mapping SourceColumn="StroopTestInterfErr" DataSetColumn="StroopTestInterfErr" />
<Mapping SourceColumn="StroopTestInterfErr_label" DataSetColumn="StroopTestInterfErr_label" />
<Mapping SourceColumn="TestStimeCognErr" DataSetColumn="TestStimeCognErr" />
<Mapping SourceColumn="TestStimeCognErr_label" DataSetColumn="TestStimeCognErr_label" />
<Mapping SourceColumn="TestStimeCognBiz" DataSetColumn="TestStimeCognBiz" />
<Mapping SourceColumn="TestStimeCognBiz_label" DataSetColumn="TestStimeCognBiz_label" />
<Mapping SourceColumn="TorreLondra" DataSetColumn="TorreLondra" />
<Mapping SourceColumn="TorreLondra_label" DataSetColumn="TorreLondra_label" />
<Mapping SourceColumn="PaSis" DataSetColumn="PaSis" />
<Mapping SourceColumn="PaDia" DataSetColumn="PaDia" />
<Mapping SourceColumn="QR1" DataSetColumn="QR1" />
<Mapping SourceColumn="QR1_Kg" DataSetColumn="QR1_Kg" />
<Mapping SourceColumn="VO2" DataSetColumn="VO2" />
<Mapping SourceColumn="VO2_Kg" DataSetColumn="VO2_Kg" />
<Mapping SourceColumn="FC_QR1" DataSetColumn="FC_QR1" />
<Mapping SourceColumn="PolsoO2" DataSetColumn="PolsoO2" />
<Mapping SourceColumn="PaSisMax" DataSetColumn="PaSisMax" />
<Mapping SourceColumn="PaDiaMax" DataSetColumn="PaDiaMax" />
<Mapping SourceColumn="FrazEiez" DataSetColumn="FrazEiez" />
<Mapping SourceColumn="TDI" DataSetColumn="TDI" />
<Mapping SourceColumn="PlaccheVas" DataSetColumn="PlaccheVas" />
<Mapping SourceColumn="NoteCardio" DataSetColumn="NoteCardio" />
<Mapping SourceColumn="PlaccheVas_Label" DataSetColumn="PlaccheVas_Label" />
<Mapping SourceColumn="FamMCCV" DataSetColumn="FamMCCV" />
<Mapping SourceColumn="FamMCCV_Label" DataSetColumn="FamMCCV_Label" />
<Mapping SourceColumn="Ipertens" DataSetColumn="Ipertens" />
<Mapping SourceColumn="Ipertens_Label" DataSetColumn="Ipertens_Label" />
<Mapping SourceColumn="IpertensYtd" DataSetColumn="IpertensYtd" />
<Mapping SourceColumn="IpertensYtd_Label" DataSetColumn="IpertensYtd_Label" />
<Mapping SourceColumn="Diabete" DataSetColumn="Diabete" />
<Mapping SourceColumn="Diabete_Label" DataSetColumn="Diabete_Label" />
<Mapping SourceColumn="DiabeteYtd" DataSetColumn="DiabeteYtd" />
<Mapping SourceColumn="DiabeteYtd_Label" DataSetColumn="DiabeteYtd_Label" />
<Mapping SourceColumn="Ipercolest" DataSetColumn="Ipercolest" />
<Mapping SourceColumn="Ipercolest_Label" DataSetColumn="Ipercolest_Label" />
<Mapping SourceColumn="IpercolestYtd" DataSetColumn="IpercolestYtd" />
<Mapping SourceColumn="IpercolestYtd_Label" DataSetColumn="IpercolestYtd_Label" />
<Mapping SourceColumn="Fumo" DataSetColumn="Fumo" />
<Mapping SourceColumn="Fumo_Label" DataSetColumn="Fumo_Label" />
<Mapping SourceColumn="FumoYtd" DataSetColumn="FumoYtd" />
<Mapping SourceColumn="FumoYtd_Label" DataSetColumn="FumoYtd_Label" />
<Mapping SourceColumn="Alcool" DataSetColumn="Alcool" />
<Mapping SourceColumn="Alcool_Label" DataSetColumn="Alcool_Label" />
<Mapping SourceColumn="AlcoolYtd" DataSetColumn="AlcoolYtd" />
<Mapping SourceColumn="AlcoolYtd_Label" DataSetColumn="AlcoolYtd_Label" />
<Mapping SourceColumn="Sovrapp" DataSetColumn="Sovrapp" />
<Mapping SourceColumn="Sovrapp_Label" DataSetColumn="Sovrapp_Label" />
<Mapping SourceColumn="SovrappYtd" DataSetColumn="SovrappYtd" />
<Mapping SourceColumn="SovrappYtd_Label" DataSetColumn="SovrappYtd_Label" />
<Mapping SourceColumn="Sedent" DataSetColumn="Sedent" />
<Mapping SourceColumn="Sedent_Label" DataSetColumn="Sedent_Label" />
<Mapping SourceColumn="AdesTerap" DataSetColumn="AdesTerap" />
<Mapping SourceColumn="AdesTerap_Label" DataSetColumn="AdesTerap_Label" />
<Mapping SourceColumn="NoteRelFin" DataSetColumn="NoteRelFin" />
<Mapping SourceColumn="Score1" DataSetColumn="Score1" />
<Mapping SourceColumn="Score2" DataSetColumn="Score2" />
<Mapping SourceColumn="MedicoRef" DataSetColumn="MedicoRef" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisBioMecAntTableAdapter" GeneratorDataComponentClassName="VisBioMecAntTableAdapter" Name="VisBioMecAnt" UserDataComponentName="VisBioMecAntTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.v_VisBioMecAnt" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM dbo.v_VisBioMecAnt</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="Eta" DataSetColumn="Eta" />
<Mapping SourceColumn="Sesso" DataSetColumn="Sesso" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="PlicaBicipite" DataSetColumn="PlicaBicipite" />
<Mapping SourceColumn="PlicaTricipite" DataSetColumn="PlicaTricipite" />
<Mapping SourceColumn="PlicaSottoscapola" DataSetColumn="PlicaSottoscapola" />
<Mapping SourceColumn="PlicaPettorale" DataSetColumn="PlicaPettorale" />
<Mapping SourceColumn="PlicaAddominale" DataSetColumn="PlicaAddominale" />
<Mapping SourceColumn="PlicaSoprailiaca" DataSetColumn="PlicaSoprailiaca" />
<Mapping SourceColumn="PlicaCoscia" DataSetColumn="PlicaCoscia" />
<Mapping SourceColumn="CirconfAvamb" DataSetColumn="CirconfAvamb" />
<Mapping SourceColumn="CirconfVita" DataSetColumn="CirconfVita" />
<Mapping SourceColumn="CirconfGlutei" DataSetColumn="CirconfGlutei" />
<Mapping SourceColumn="CirconfQuadricipite" DataSetColumn="CirconfQuadricipite" />
<Mapping SourceColumn="DensCorp" DataSetColumn="DensCorp" />
<Mapping SourceColumn="GrassoTroncoPerc" DataSetColumn="GrassoTroncoPerc" />
<Mapping SourceColumn="GrassoViscInd" DataSetColumn="GrassoViscInd" />
<Mapping SourceColumn="TRomberg" DataSetColumn="TRomberg" />
<Mapping SourceColumn="TFukuda" DataSetColumn="TFukuda" />
<Mapping SourceColumn="TFukudaIpot" DataSetColumn="TFukudaIpot" />
<Mapping SourceColumn="TGUG" DataSetColumn="TGUG" />
<Mapping SourceColumn="TGUG1" DataSetColumn="TGUG1" />
<Mapping SourceColumn="FPrensile" DataSetColumn="FPrensile" />
<Mapping SourceColumn="GrassoTotPerc" DataSetColumn="GrassoTotPerc" />
<Mapping SourceColumn="GrassoTot" DataSetColumn="GrassoTot" />
<Mapping SourceColumn="MassaMagraPerc" DataSetColumn="MassaMagraPerc" />
<Mapping SourceColumn="MassaMagraKgCm" DataSetColumn="MassaMagraKgCm" />
<Mapping SourceColumn="BMI" DataSetColumn="BMI" />
<Mapping SourceColumn="MetBasaleDie" DataSetColumn="MetBasaleDie" />
<Mapping SourceColumn="MetBasaleH" DataSetColumn="MetBasaleH" />
<Mapping SourceColumn="ScoreFPrensile" DataSetColumn="ScoreFPrensile" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VBMA_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VBMA_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VBMA_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VBMA_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VBMA_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VBMA_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@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="float" DbType="Double" Direction="Input" ParameterName="@PlicaBicipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaTricipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaSottoscapola" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaPettorale" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaAddominale" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaSoprailiaca" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaCoscia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfAvamb" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfGlutei" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfQuadricipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoTroncoPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoViscInd" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TRomberg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TFukuda" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TFukudaIpot" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TGUG" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TGUG1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FPrensile" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VBMA_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VBMA_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@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="float" DbType="Double" Direction="Input" ParameterName="@PlicaBicipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaTricipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaSottoscapola" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaPettorale" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaAddominale" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaSoprailiaca" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PlicaCoscia" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfAvamb" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfVita" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfGlutei" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CirconfQuadricipite" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoTroncoPerc" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@GrassoViscInd" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TRomberg" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TFukuda" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TFukudaIpot" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TGUG" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@TGUG1" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FPrensile" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisValFunzTableAdapter" GeneratorDataComponentClassName="VisValFunzTableAdapter" Name="VisValFunz" UserDataComponentName="VisValFunzTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.v_VisValFunzAnz_l" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM v_VisValFunzAnz_l</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="FAI_p" DataSetColumn="FAI_s" />
<Mapping SourceColumn="FP_p" DataSetColumn="FP_s" />
<Mapping SourceColumn="FT_p" DataSetColumn="FT_s" />
<Mapping SourceColumn="FS_p" DataSetColumn="FS_s" />
<Mapping SourceColumn="E_p" DataSetColumn="E_s" />
<Mapping SourceColumn="GA_p" DataSetColumn="GA_s" />
<Mapping SourceColumn="FAI" DataSetColumn="FAI" />
<Mapping SourceColumn="FP" DataSetColumn="FP" />
<Mapping SourceColumn="FT" DataSetColumn="FT" />
<Mapping SourceColumn="FS" DataSetColumn="FS" />
<Mapping SourceColumn="E" DataSetColumn="E" />
<Mapping SourceColumn="GA" DataSetColumn="GA" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="FAI_s" DataSetColumn="FAI_s" />
<Mapping SourceColumn="FP_s" DataSetColumn="FP_s" />
<Mapping SourceColumn="FT_s" DataSetColumn="FT_s" />
<Mapping SourceColumn="FS_s" DataSetColumn="FS_s" />
<Mapping SourceColumn="E_s" DataSetColumn="E_s" />
<Mapping SourceColumn="GA_s" DataSetColumn="GA_s" />
<Mapping SourceColumn="Penalty" DataSetColumn="Penalty" />
<Mapping SourceColumn="Score" DataSetColumn="Score" />
<Mapping SourceColumn="ScorePerc" DataSetColumn="ScorePerc" />
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
<Mapping SourceColumn="Performance" DataSetColumn="Performance" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFAnzA_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="true">
<CommandText>dbo.stp_VVFAnz_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFAnzA_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="true">
<CommandText>dbo.stp_VVFAnz_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFAnz_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVFAnz_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FAI" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FP" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FT" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FS" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@E" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GA" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFAnz_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVFAnz_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FAI" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FP" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FT" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FS" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@E" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GA" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisValFunzGTTableAdapter" GeneratorDataComponentClassName="VisValFunzGTTableAdapter" Name="VisValFunzGT" UserDataComponentName="VisValFunzGTTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.v_VisValFunzGT_l" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM v_VisValFunzGT_l</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="SJ" DataSetColumn="SJ" />
<Mapping SourceColumn="FT" DataSetColumn="FT" />
<Mapping SourceColumn="PU" DataSetColumn="PU" />
<Mapping SourceColumn="TR" DataSetColumn="TR" />
<Mapping SourceColumn="TR0" DataSetColumn="TR0" />
<Mapping SourceColumn="TR1" DataSetColumn="TR1" />
<Mapping SourceColumn="TR2" DataSetColumn="TR2" />
<Mapping SourceColumn="SU" DataSetColumn="SU" />
<Mapping SourceColumn="GA" DataSetColumn="GA" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="SJ_s" DataSetColumn="SJ_s" />
<Mapping SourceColumn="FT_s" DataSetColumn="FT_s" />
<Mapping SourceColumn="PU_s" DataSetColumn="PU_s" />
<Mapping SourceColumn="TR_s" DataSetColumn="TR_s" />
<Mapping SourceColumn="SU_s" DataSetColumn="SU_s" />
<Mapping SourceColumn="GA_s" DataSetColumn="GA_s" />
<Mapping SourceColumn="Penalty" DataSetColumn="Penalty" />
<Mapping SourceColumn="Score" DataSetColumn="Score" />
<Mapping SourceColumn="ScorePerc" DataSetColumn="ScorePerc" />
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
<Mapping SourceColumn="Performance" DataSetColumn="Performance" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFGT_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVFGT_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFGT_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVFGT_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFGT_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVFGT_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SJ" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FT" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PU" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TR0" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TR1" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TR2" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SU" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GA" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_VVFGT_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVFGT_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SJ" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FT" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PU" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TR0" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TR1" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TR2" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SU" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GA" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Pazienti2LabelsTableAdapter" GeneratorDataComponentClassName="Pazienti2LabelsTableAdapter" Name="Pazienti2Labels" UserDataComponentName="Pazienti2LabelsTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.Pazienti2Labels" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[Pazienti2Labels] WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([CodLabel] = @Original_CodLabel))</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_CodLabel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLabel" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[Pazienti2Labels] ([IdxPaziente], [CodLabel]) VALUES (@IdxPaziente, @CodLabel);
SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodLabel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLabel" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT IdxPaziente, CodLabel FROM dbo.Pazienti2Labels</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[Pazienti2Labels] SET [IdxPaziente] = @IdxPaziente, [CodLabel] = @CodLabel WHERE (([IdxPaziente] = @Original_IdxPaziente) AND ([CodLabel] = @Original_CodLabel));
SELECT IdxPaziente, CodLabel FROM Pazienti2Labels WHERE (CodLabel = @CodLabel) AND (IdxPaziente = @IdxPaziente)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodLabel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLabel" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxPaziente" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodLabel" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodLabel" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="CodLabel" DataSetColumn="CodLabel" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_P2F_deleteByIdxPaz" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteByIdxPaz" Modifier="Public" Name="deleteByIdxPaz" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="deleteByIdxPaz">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_P2F_deleteByIdxPaz</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="ScheMe.dbo.stp_P2F_getByIdxPaz" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdxPaz" GetMethodModifier="Public" GetMethodName="getByIdxPaz" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdxPaz" UserSourceName="getByIdxPaz">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_P2F_getByIdxPaz</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodLabelBase" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ElencoVisite-SPTableAdapter" GeneratorDataComponentClassName="ElencoVisite_SPTableAdapter" Name="ElencoVisite-SP" UserDataComponentName="ElencoVisite-SPTableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_EV_getByIdxPaz" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_EV_getByIdxPaz</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="VVSP_12" DataSetColumn="VVSP_12" />
<Mapping SourceColumn="VVSP_345" DataSetColumn="VVSP_345" />
<Mapping SourceColumn="VL" DataSetColumn="VL" />
<Mapping SourceColumn="VBMA" DataSetColumn="VBMA" />
<Mapping SourceColumn="VRF" DataSetColumn="VRF" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisValSP_12TableAdapter" GeneratorDataComponentClassName="VisValSP_12TableAdapter" Name="VisValSP_12" UserDataComponentName="VisValSP_12TableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.v_VisValSP_12_l" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT * FROM v_VisValSP_12_l</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="CD" DataSetColumn="CD" />
<Mapping SourceColumn="SP" DataSetColumn="SP" />
<Mapping SourceColumn="GL" DataSetColumn="GL" />
<Mapping SourceColumn="LM" DataSetColumn="LM" />
<Mapping SourceColumn="SA" DataSetColumn="SA" />
<Mapping SourceColumn="RP" DataSetColumn="RP" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="CD_s" DataSetColumn="CD_s" />
<Mapping SourceColumn="SP_s" DataSetColumn="SP_s" />
<Mapping SourceColumn="GL_s" DataSetColumn="GL_s" />
<Mapping SourceColumn="LM_s" DataSetColumn="LM_s" />
<Mapping SourceColumn="SA_s" DataSetColumn="SA_s" />
<Mapping SourceColumn="RP_s" DataSetColumn="RP_s" />
<Mapping SourceColumn="Penalty" DataSetColumn="Penalty" />
<Mapping SourceColumn="Score" DataSetColumn="Score" />
<Mapping SourceColumn="ScorePerc" DataSetColumn="ScorePerc" />
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
<Mapping SourceColumn="Performance" DataSetColumn="Performance" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_12_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_12_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_12_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_12_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_12_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_12_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CD" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SP" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GL" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SA" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RP" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_12_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_12_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CD" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SP" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GL" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SA" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RP" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VisValSP_345TableAdapter" GeneratorDataComponentClassName="VisValSP_345TableAdapter" Name="VisValSP_345" UserDataComponentName="VisValSP_345TableAdapter">
<MainSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.v_VisValSP_345_l" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT IdxPaziente, DataVisita, CD, ES, EB, LM, TI, FT, Altezza, Peso, CD_s, ES_s, EB_s, LM_s, TI_s, FT_s, Penalty, Score, ScorePerc, Classe, Performance FROM dbo.v_VisValSP_345_l</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="IdxPaziente" DataSetColumn="IdxPaziente" />
<Mapping SourceColumn="DataVisita" DataSetColumn="DataVisita" />
<Mapping SourceColumn="CD" DataSetColumn="CD" />
<Mapping SourceColumn="ES" DataSetColumn="ES" />
<Mapping SourceColumn="EB" DataSetColumn="EB" />
<Mapping SourceColumn="LM" DataSetColumn="LM" />
<Mapping SourceColumn="TI" DataSetColumn="TI" />
<Mapping SourceColumn="FT" DataSetColumn="FT" />
<Mapping SourceColumn="Altezza" DataSetColumn="Altezza" />
<Mapping SourceColumn="Peso" DataSetColumn="Peso" />
<Mapping SourceColumn="CD_s" DataSetColumn="CD_s" />
<Mapping SourceColumn="ES_s" DataSetColumn="ES_s" />
<Mapping SourceColumn="EB_s" DataSetColumn="EB_s" />
<Mapping SourceColumn="LM_s" DataSetColumn="LM_s" />
<Mapping SourceColumn="TI_s" DataSetColumn="TI_s" />
<Mapping SourceColumn="FT_s" DataSetColumn="FT_s" />
<Mapping SourceColumn="Penalty" DataSetColumn="Penalty" />
<Mapping SourceColumn="Score" DataSetColumn="Score" />
<Mapping SourceColumn="ScorePerc" DataSetColumn="ScorePerc" />
<Mapping SourceColumn="Classe" DataSetColumn="Classe" />
<Mapping SourceColumn="Performance" DataSetColumn="Performance" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_345_DeleteQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_345_DeleteQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_345_getByPaziente" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPaziente" GetMethodModifier="Public" GetMethodName="getByPaziente" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPaziente" UserSourceName="getByPaziente">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_345_getByPaziente</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_345_InsertQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_345_InsertQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CD" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ES" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@EB" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TI" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FT" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="ScheMeConnectionString (Settings)" DbObjectName="[ScheMe-PIC].dbo.stp_VVSP_345_UpdateQuery" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VVSP_345_UpdateQuery</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@CD" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ES" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@EB" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TI" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@FT" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Altezza" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@Peso" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@Original_DataVisita" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxPaziente" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DS_Applicazione" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Applicazione" msprop:Generator_UserDSName="DS_Applicazione">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="AnagPazienti" msprop:Generator_TableClassName="AnagPazientiDataTable" msprop:Generator_TableVarName="tableAnagPazienti" msprop:Generator_TablePropName="AnagPazienti" msprop:Generator_RowDeletingName="AnagPazientiRowDeleting" msprop:Generator_RowChangingName="AnagPazientiRowChanging" msprop:Generator_RowEvHandlerName="AnagPazientiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPazientiRowDeleted" msprop:Generator_UserTableName="AnagPazienti" msprop:Generator_RowChangedName="AnagPazientiRowChanged" msprop:Generator_RowEvArgName="AnagPazientiRowChangeEvent" msprop:Generator_RowClassName="AnagPazientiRow">
<xs: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" />
<xs:element name="Gruppo" msprop:Generator_ColumnVarNameInTable="columnGruppo" msprop:Generator_ColumnPropNameInRow="Gruppo" msprop:Generator_ColumnPropNameInTable="GruppoColumn" msprop:Generator_UserColumnName="Gruppo">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Cognome" msprop:Generator_ColumnVarNameInTable="columnCognome" msprop:Generator_ColumnPropNameInRow="Cognome" msprop:Generator_ColumnPropNameInTable="CognomeColumn" msprop:Generator_UserColumnName="Cognome">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnPropNameInTable="NomeColumn" msprop:Generator_UserColumnName="Nome">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DataNasc" msprop:Generator_ColumnVarNameInTable="columnDataNasc" msprop:Generator_ColumnPropNameInRow="DataNasc" msprop:Generator_ColumnPropNameInTable="DataNascColumn" msprop:Generator_UserColumnName="DataNasc" type="xs:dateTime" />
<xs:element name="LuogoNascita" msprop:Generator_ColumnVarNameInTable="columnLuogoNascita" msprop:Generator_ColumnPropNameInRow="LuogoNascita" msprop:Generator_ColumnPropNameInTable="LuogoNascitaColumn" msprop:Generator_UserColumnName="LuogoNascita">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sesso" msprop:Generator_ColumnVarNameInTable="columnSesso" msprop:Generator_ColumnPropNameInRow="Sesso" msprop:Generator_ColumnPropNameInTable="SessoColumn" msprop:Generator_UserColumnName="Sesso">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</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:element name="CodF" msprop:Generator_ColumnVarNameInTable="columnCodF" msprop:Generator_ColumnPropNameInRow="CodF" msprop:Generator_ColumnPropNameInTable="CodFColumn" msprop:Generator_UserColumnName="CodF">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Indirizzo" msprop:Generator_ColumnVarNameInTable="columnIndirizzo" msprop:Generator_ColumnPropNameInRow="Indirizzo" msprop:Generator_ColumnPropNameInTable="IndirizzoColumn" msprop:Generator_UserColumnName="Indirizzo">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Eta" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEta" msprop:Generator_ColumnPropNameInRow="Eta" msprop:Generator_ColumnPropNameInTable="EtaColumn" msprop:Generator_UserColumnName="Eta" type="xs:double" minOccurs="0" />
<xs:element name="RecTel" msprop:Generator_ColumnVarNameInTable="columnRecTel" msprop:Generator_ColumnPropNameInRow="RecTel" msprop:Generator_ColumnPropNameInTable="RecTelColumn" msprop:Generator_UserColumnName="RecTel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Medico" msprop:Generator_ColumnVarNameInTable="columnMedico" msprop:Generator_ColumnPropNameInRow="Medico" msprop:Generator_ColumnPropNameInTable="MedicoColumn" msprop:Generator_UserColumnName="Medico">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencoVisite-AFA" msprop:Generator_TableClassName="_ElencoVisite_AFADataTable" msprop:Generator_TableVarName="_tableElencoVisite_AFA" msprop:Generator_RowChangedName="_ElencoVisite_AFARowChanged" msprop:Generator_TablePropName="_ElencoVisite_AFA" msprop:Generator_RowDeletingName="_ElencoVisite_AFARowDeleting" msprop:Generator_RowChangingName="_ElencoVisite_AFARowChanging" msprop:Generator_RowEvHandlerName="_ElencoVisite_AFARowChangeEventHandler" msprop:Generator_RowDeletedName="_ElencoVisite_AFARowDeleted" msprop:Generator_RowClassName="_ElencoVisite_AFARow" msprop:Generator_UserTableName="ElencoVisite-AFA" msprop:Generator_RowEvArgName="_ElencoVisite_AFARowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="VAC" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVAC" msprop:Generator_ColumnPropNameInRow="VAC" msprop:Generator_ColumnPropNameInTable="VACColumn" msprop:Generator_UserColumnName="VAC" type="xs:int" minOccurs="0" />
<xs:element name="VBMA" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVBMA" msprop:Generator_ColumnPropNameInRow="VBMA" msprop:Generator_ColumnPropNameInTable="VBMAColumn" msprop:Generator_UserColumnName="VBMA" type="xs:int" minOccurs="0" />
<xs:element name="VCP" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVCP" msprop:Generator_ColumnPropNameInRow="VCP" msprop:Generator_ColumnPropNameInTable="VCPColumn" msprop:Generator_UserColumnName="VCP" type="xs:int" minOccurs="0" />
<xs:element name="VL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVL" msprop:Generator_ColumnPropNameInRow="VL" msprop:Generator_ColumnPropNameInTable="VLColumn" msprop:Generator_UserColumnName="VL" type="xs:int" minOccurs="0" />
<xs:element name="VP" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVP" msprop:Generator_ColumnPropNameInRow="VP" msprop:Generator_ColumnPropNameInTable="VPColumn" msprop:Generator_UserColumnName="VP" type="xs:int" minOccurs="0" />
<xs:element name="VSV" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVSV" msprop:Generator_ColumnPropNameInRow="VSV" msprop:Generator_ColumnPropNameInTable="VSVColumn" msprop:Generator_UserColumnName="VSV" type="xs:int" minOccurs="0" />
<xs:element name="VRF" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVRF" msprop:Generator_ColumnPropNameInRow="VRF" msprop:Generator_ColumnPropNameInTable="VRFColumn" msprop:Generator_UserColumnName="VRF" type="xs:int" minOccurs="0" />
<xs:element name="VVFAnz" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVVFAnz" msprop:Generator_ColumnPropNameInRow="VVFAnz" msprop:Generator_ColumnPropNameInTable="VVFAnzColumn" msprop:Generator_UserColumnName="VVFAnz" type="xs:int" minOccurs="0" />
<xs:element name="VVFGT" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVVFGT" msprop:Generator_ColumnPropNameInRow="VVFGT" msprop:Generator_ColumnPropNameInTable="VVFGTColumn" msprop:Generator_UserColumnName="VVFGT" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisLab" msprop:Generator_TableClassName="VisLabDataTable" msprop:Generator_TableVarName="tableVisLab" msprop:Generator_TablePropName="VisLab" msprop:Generator_RowDeletingName="VisLabRowDeleting" msprop:Generator_RowChangingName="VisLabRowChanging" msprop:Generator_RowEvHandlerName="VisLabRowChangeEventHandler" msprop:Generator_RowDeletedName="VisLabRowDeleted" msprop:Generator_UserTableName="VisLab" msprop:Generator_RowChangedName="VisLabRowChanged" msprop:Generator_RowEvArgName="VisLabRowChangeEvent" msprop:Generator_RowClassName="VisLabRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="Glicemia" msprop:Generator_ColumnVarNameInTable="columnGlicemia" msprop:Generator_ColumnPropNameInRow="Glicemia" msprop:Generator_ColumnPropNameInTable="GlicemiaColumn" msprop:Generator_UserColumnName="Glicemia" type="xs:double" />
<xs:element name="EmoglGlicata" msprop:Generator_ColumnVarNameInTable="columnEmoglGlicata" msprop:Generator_ColumnPropNameInRow="EmoglGlicata" msprop:Generator_ColumnPropNameInTable="EmoglGlicataColumn" msprop:Generator_UserColumnName="EmoglGlicata" type="xs:double" />
<xs:element name="ColesTot" msprop:Generator_ColumnVarNameInTable="columnColesTot" msprop:Generator_ColumnPropNameInRow="ColesTot" msprop:Generator_ColumnPropNameInTable="ColesTotColumn" msprop:Generator_UserColumnName="ColesTot" type="xs:double" />
<xs:element name="LDL" msprop:Generator_ColumnVarNameInTable="columnLDL" msprop:Generator_ColumnPropNameInRow="LDL" msprop:Generator_ColumnPropNameInTable="LDLColumn" msprop:Generator_UserColumnName="LDL" type="xs:double" />
<xs:element name="HDL" msprop:Generator_ColumnVarNameInTable="columnHDL" msprop:Generator_ColumnPropNameInRow="HDL" msprop:Generator_ColumnPropNameInTable="HDLColumn" msprop:Generator_UserColumnName="HDL" type="xs:double" />
<xs:element name="Trigliceridi" msprop:Generator_ColumnVarNameInTable="columnTrigliceridi" msprop:Generator_ColumnPropNameInRow="Trigliceridi" msprop:Generator_ColumnPropNameInTable="TrigliceridiColumn" msprop:Generator_UserColumnName="Trigliceridi" type="xs:double" />
<xs:element name="ColRapLDLHDL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColRapLDLHDL" msprop:Generator_ColumnPropNameInRow="ColRapLDLHDL" msprop:Generator_ColumnPropNameInTable="ColRapLDLHDLColumn" msprop:Generator_UserColumnName="ColRapLDLHDL" type="xs:double" minOccurs="0" />
<xs:element name="Omocisteina" msprop:Generator_ColumnVarNameInTable="columnOmocisteina" msprop:Generator_ColumnPropNameInRow="Omocisteina" msprop:Generator_ColumnPropNameInTable="OmocisteinaColumn" msprop:Generator_UserColumnName="Omocisteina" type="xs:double" />
<xs:element name="MHTFR" msprop:Generator_ColumnVarNameInTable="columnMHTFR" msprop:Generator_ColumnPropNameInRow="MHTFR" msprop:Generator_ColumnPropNameInTable="MHTFRColumn" msprop:Generator_UserColumnName="MHTFR" type="xs:double" />
<xs:element name="FattII" msprop:Generator_ColumnVarNameInTable="columnFattII" msprop:Generator_ColumnPropNameInRow="FattII" msprop:Generator_ColumnPropNameInTable="FattIIColumn" msprop:Generator_UserColumnName="FattII" type="xs:double" />
<xs:element name="FattV" msprop:Generator_ColumnVarNameInTable="columnFattV" msprop:Generator_ColumnPropNameInRow="FattV" msprop:Generator_ColumnPropNameInTable="FattVColumn" msprop:Generator_UserColumnName="FattV" type="xs:double" />
<xs:element name="GradTransm" msprop:Generator_ColumnVarNameInTable="columnGradTransm" msprop:Generator_ColumnPropNameInRow="GradTransm" msprop:Generator_ColumnPropNameInTable="GradTransmColumn" msprop:Generator_UserColumnName="GradTransm" type="xs:double" />
<xs:element name="LungTelom" msprop:Generator_ColumnVarNameInTable="columnLungTelom" msprop:Generator_ColumnPropNameInRow="LungTelom" msprop:Generator_ColumnPropNameInTable="LungTelomColumn" msprop:Generator_UserColumnName="LungTelom" type="xs:double" />
<xs:element name="RespSilenz" msprop:Generator_ColumnVarNameInTable="columnRespSilenz" msprop:Generator_ColumnPropNameInRow="RespSilenz" msprop:Generator_ColumnPropNameInTable="RespSilenzColumn" msprop:Generator_UserColumnName="RespSilenz" type="xs:double" />
<xs:element name="Folatemia" msprop:Generator_ColumnVarNameInTable="columnFolatemia" msprop:Generator_ColumnPropNameInRow="Folatemia" msprop:Generator_ColumnPropNameInTable="FolatemiaColumn" msprop:Generator_UserColumnName="Folatemia" type="xs:double" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisAnamCli" msprop:Generator_TableClassName="VisAnamCliDataTable" msprop:Generator_TableVarName="tableVisAnamCli" msprop:Generator_TablePropName="VisAnamCli" msprop:Generator_RowDeletingName="VisAnamCliRowDeleting" msprop:Generator_RowChangingName="VisAnamCliRowChanging" msprop:Generator_RowEvHandlerName="VisAnamCliRowChangeEventHandler" msprop:Generator_RowDeletedName="VisAnamCliRowDeleted" msprop:Generator_UserTableName="VisAnamCli" msprop:Generator_RowChangedName="VisAnamCliRowChanged" msprop:Generator_RowEvArgName="VisAnamCliRowChangeEvent" msprop:Generator_RowClassName="VisAnamCliRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="FamMCCV" msprop:Generator_ColumnVarNameInTable="columnFamMCCV" msprop:Generator_ColumnPropNameInRow="FamMCCV" msprop:Generator_ColumnPropNameInTable="FamMCCVColumn" msprop:Generator_UserColumnName="FamMCCV" type="xs:int" />
<xs:element name="Ipertens" msprop:Generator_ColumnVarNameInTable="columnIpertens" msprop:Generator_ColumnPropNameInRow="Ipertens" msprop:Generator_ColumnPropNameInTable="IpertensColumn" msprop:Generator_UserColumnName="Ipertens" type="xs:int" />
<xs:element name="IpertensYtd" msprop:Generator_ColumnVarNameInTable="columnIpertensYtd" msprop:Generator_ColumnPropNameInRow="IpertensYtd" msprop:Generator_ColumnPropNameInTable="IpertensYtdColumn" msprop:Generator_UserColumnName="IpertensYtd" type="xs:int" />
<xs:element name="Diabete" msprop:Generator_ColumnVarNameInTable="columnDiabete" msprop:Generator_ColumnPropNameInRow="Diabete" msprop:Generator_ColumnPropNameInTable="DiabeteColumn" msprop:Generator_UserColumnName="Diabete" type="xs:int" />
<xs:element name="DiabeteYtd" msprop:Generator_ColumnVarNameInTable="columnDiabeteYtd" msprop:Generator_ColumnPropNameInRow="DiabeteYtd" msprop:Generator_ColumnPropNameInTable="DiabeteYtdColumn" msprop:Generator_UserColumnName="DiabeteYtd" type="xs:int" />
<xs:element name="Ipercolest" msprop:Generator_ColumnVarNameInTable="columnIpercolest" msprop:Generator_ColumnPropNameInRow="Ipercolest" msprop:Generator_ColumnPropNameInTable="IpercolestColumn" msprop:Generator_UserColumnName="Ipercolest" type="xs:int" />
<xs:element name="IpercolestYtd" msprop:Generator_ColumnVarNameInTable="columnIpercolestYtd" msprop:Generator_ColumnPropNameInRow="IpercolestYtd" msprop:Generator_ColumnPropNameInTable="IpercolestYtdColumn" msprop:Generator_UserColumnName="IpercolestYtd" type="xs:int" />
<xs:element name="Fumo" msprop:Generator_ColumnVarNameInTable="columnFumo" msprop:Generator_ColumnPropNameInRow="Fumo" msprop:Generator_ColumnPropNameInTable="FumoColumn" msprop:Generator_UserColumnName="Fumo" type="xs:int" />
<xs:element name="FumoYtd" msprop:Generator_ColumnVarNameInTable="columnFumoYtd" msprop:Generator_ColumnPropNameInRow="FumoYtd" msprop:Generator_ColumnPropNameInTable="FumoYtdColumn" msprop:Generator_UserColumnName="FumoYtd" type="xs:int" />
<xs:element name="Alcool" msprop:Generator_ColumnVarNameInTable="columnAlcool" msprop:Generator_ColumnPropNameInRow="Alcool" msprop:Generator_ColumnPropNameInTable="AlcoolColumn" msprop:Generator_UserColumnName="Alcool" type="xs:int" />
<xs:element name="AlcoolYtd" msprop:Generator_ColumnVarNameInTable="columnAlcoolYtd" msprop:Generator_ColumnPropNameInRow="AlcoolYtd" msprop:Generator_ColumnPropNameInTable="AlcoolYtdColumn" msprop:Generator_UserColumnName="AlcoolYtd" type="xs:int" />
<xs:element name="Sovrapp" msprop:Generator_ColumnVarNameInTable="columnSovrapp" msprop:Generator_ColumnPropNameInRow="Sovrapp" msprop:Generator_ColumnPropNameInTable="SovrappColumn" msprop:Generator_UserColumnName="Sovrapp" type="xs:int" />
<xs:element name="SovrappYtd" msprop:Generator_ColumnVarNameInTable="columnSovrappYtd" msprop:Generator_ColumnPropNameInRow="SovrappYtd" msprop:Generator_ColumnPropNameInTable="SovrappYtdColumn" msprop:Generator_UserColumnName="SovrappYtd" type="xs:int" />
<xs:element name="Sedent" msprop:Generator_ColumnVarNameInTable="columnSedent" msprop:Generator_ColumnPropNameInRow="Sedent" msprop:Generator_ColumnPropNameInTable="SedentColumn" msprop:Generator_UserColumnName="Sedent" type="xs:int" />
<xs:element name="AdesTerap" msprop:Generator_ColumnVarNameInTable="columnAdesTerap" msprop:Generator_ColumnPropNameInRow="AdesTerap" msprop:Generator_ColumnPropNameInTable="AdesTerapColumn" msprop:Generator_UserColumnName="AdesTerap" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs: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" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="PaSis" msprop:Generator_ColumnVarNameInTable="columnPaSis" msprop:Generator_ColumnPropNameInRow="PaSis" msprop:Generator_ColumnPropNameInTable="PaSisColumn" msprop:Generator_UserColumnName="PaSis" type="xs:int" />
<xs:element name="PaDia" msprop:Generator_ColumnVarNameInTable="columnPaDia" msprop:Generator_ColumnPropNameInRow="PaDia" msprop:Generator_ColumnPropNameInTable="PaDiaColumn" msprop:Generator_UserColumnName="PaDia" type="xs:int" />
<xs:element name="QR1" msprop:Generator_ColumnVarNameInTable="columnQR1" msprop:Generator_ColumnPropNameInRow="QR1" msprop:Generator_ColumnPropNameInTable="QR1Column" msprop:Generator_UserColumnName="QR1" type="xs:double" />
<xs:element name="QR1_Kg" msprop:Generator_ColumnVarNameInTable="columnQR1_Kg" msprop:Generator_ColumnPropNameInRow="QR1_Kg" msprop:Generator_ColumnPropNameInTable="QR1_KgColumn" msprop:Generator_UserColumnName="QR1_Kg" type="xs:double" minOccurs="0" />
<xs:element name="VO2" msprop:Generator_ColumnVarNameInTable="columnVO2" msprop:Generator_ColumnPropNameInRow="VO2" msprop:Generator_ColumnPropNameInTable="VO2Column" msprop:Generator_UserColumnName="VO2" type="xs:double" minOccurs="0" />
<xs:element name="VO2_Kg" msprop:Generator_ColumnVarNameInTable="columnVO2_Kg" msprop:Generator_ColumnPropNameInRow="VO2_Kg" msprop:Generator_ColumnPropNameInTable="VO2_KgColumn" msprop:Generator_UserColumnName="VO2_Kg" type="xs:double" />
<xs:element name="FC_QR1" msprop:Generator_ColumnVarNameInTable="columnFC_QR1" msprop:Generator_ColumnPropNameInRow="FC_QR1" msprop:Generator_ColumnPropNameInTable="FC_QR1Column" msprop:Generator_UserColumnName="FC_QR1" type="xs:int" />
<xs:element name="PolsoO2" msprop:Generator_ColumnVarNameInTable="columnPolsoO2" msprop:Generator_ColumnPropNameInRow="PolsoO2" msprop:Generator_ColumnPropNameInTable="PolsoO2Column" msprop:Generator_UserColumnName="PolsoO2" type="xs:double" minOccurs="0" />
<xs:element name="PaSisMax" msprop:Generator_ColumnVarNameInTable="columnPaSisMax" msprop:Generator_ColumnPropNameInRow="PaSisMax" msprop:Generator_ColumnPropNameInTable="PaSisMaxColumn" msprop:Generator_UserColumnName="PaSisMax" type="xs:int" />
<xs:element name="PaDiaMax" msprop:Generator_ColumnVarNameInTable="columnPaDiaMax" msprop:Generator_ColumnPropNameInRow="PaDiaMax" msprop:Generator_ColumnPropNameInTable="PaDiaMaxColumn" msprop:Generator_UserColumnName="PaDiaMax" type="xs:int" />
<xs:element name="FrazEiez" msprop:Generator_ColumnVarNameInTable="columnFrazEiez" msprop:Generator_ColumnPropNameInRow="FrazEiez" msprop:Generator_ColumnPropNameInTable="FrazEiezColumn" msprop:Generator_UserColumnName="FrazEiez" type="xs:double" />
<xs:element name="TDI" msprop:Generator_ColumnVarNameInTable="columnTDI" msprop:Generator_ColumnPropNameInRow="TDI" msprop:Generator_ColumnPropNameInTable="TDIColumn" msprop:Generator_UserColumnName="TDI" type="xs:double" />
<xs:element name="PlaccheVas" msprop:Generator_ColumnVarNameInTable="columnPlaccheVas" msprop:Generator_ColumnPropNameInRow="PlaccheVas" msprop:Generator_ColumnPropNameInTable="PlaccheVasColumn" msprop:Generator_UserColumnName="PlaccheVas" type="xs:double" />
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisPsico" msprop:Generator_TableClassName="VisPsicoDataTable" msprop:Generator_TableVarName="tableVisPsico" msprop:Generator_TablePropName="VisPsico" msprop:Generator_RowDeletingName="VisPsicoRowDeleting" msprop:Generator_RowChangingName="VisPsicoRowChanging" msprop:Generator_RowEvHandlerName="VisPsicoRowChangeEventHandler" msprop:Generator_RowDeletedName="VisPsicoRowDeleted" msprop:Generator_UserTableName="VisPsico" msprop:Generator_RowChangedName="VisPsicoRowChanged" msprop:Generator_RowEvArgName="VisPsicoRowChangeEvent" msprop:Generator_RowClassName="VisPsicoRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="Test15ParReyImm" msprop:Generator_ColumnVarNameInTable="columnTest15ParReyImm" msprop:Generator_ColumnPropNameInRow="Test15ParReyImm" msprop:Generator_ColumnPropNameInTable="Test15ParReyImmColumn" msprop:Generator_UserColumnName="Test15ParReyImm" type="xs:int" />
<xs:element name="Test15ParReyDif" msprop:Generator_ColumnVarNameInTable="columnTest15ParReyDif" msprop:Generator_ColumnPropNameInRow="Test15ParReyDif" msprop:Generator_ColumnPropNameInTable="Test15ParReyDifColumn" msprop:Generator_UserColumnName="Test15ParReyDif" type="xs:int" />
<xs:element name="FigComplRey_Copia" msprop:Generator_ColumnVarNameInTable="columnFigComplRey_Copia" msprop:Generator_ColumnPropNameInRow="FigComplRey_Copia" msprop:Generator_ColumnPropNameInTable="FigComplRey_CopiaColumn" msprop:Generator_UserColumnName="FigComplRey_Copia" type="xs:int" />
<xs:element name="FigComplRey_RipDiff" msprop:Generator_ColumnVarNameInTable="columnFigComplRey_RipDiff" msprop:Generator_ColumnPropNameInRow="FigComplRey_RipDiff" msprop:Generator_ColumnPropNameInTable="FigComplRey_RipDiffColumn" msprop:Generator_UserColumnName="FigComplRey_RipDiff" type="xs:int" />
<xs:element name="StroopTestInterfErr" msprop:Generator_ColumnVarNameInTable="columnStroopTestInterfErr" msprop:Generator_ColumnPropNameInRow="StroopTestInterfErr" msprop:Generator_ColumnPropNameInTable="StroopTestInterfErrColumn" msprop:Generator_UserColumnName="StroopTestInterfErr" type="xs:int" />
<xs:element name="StroopTestInterfTemp" msprop:Generator_ColumnVarNameInTable="columnStroopTestInterfTemp" msprop:Generator_ColumnPropNameInRow="StroopTestInterfTemp" msprop:Generator_ColumnPropNameInTable="StroopTestInterfTempColumn" msprop:Generator_UserColumnName="StroopTestInterfTemp" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisStileVita" msprop:Generator_TableClassName="VisStileVitaDataTable" msprop:Generator_TableVarName="tableVisStileVita" msprop:Generator_RowChangedName="VisStileVitaRowChanged" msprop:Generator_TablePropName="VisStileVita" msprop:Generator_RowDeletingName="VisStileVitaRowDeleting" msprop:Generator_RowChangingName="VisStileVitaRowChanging" msprop:Generator_RowEvHandlerName="VisStileVitaRowChangeEventHandler" msprop:Generator_RowDeletedName="VisStileVitaRowDeleted" msprop:Generator_RowClassName="VisStileVitaRow" msprop:Generator_UserTableName="VisStileVita" msprop:Generator_RowEvArgName="VisStileVitaRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="Eta" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEta" msprop:Generator_ColumnPropNameInRow="Eta" msprop:Generator_ColumnPropNameInTable="EtaColumn" msprop:Generator_UserColumnName="Eta" type="xs:double" minOccurs="0" />
<xs:element name="Sesso" msprop:Generator_ColumnVarNameInTable="columnSesso" msprop:Generator_ColumnPropNameInRow="Sesso" msprop:Generator_ColumnPropNameInTable="SessoColumn" msprop:Generator_UserColumnName="Sesso">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Lavoro" msprop:Generator_ColumnVarNameInTable="columnLavoro" msprop:Generator_ColumnPropNameInRow="Lavoro" msprop:Generator_ColumnPropNameInTable="LavoroColumn" msprop:Generator_UserColumnName="Lavoro" type="xs:int" />
<xs:element name="StileVita" msprop:Generator_ColumnVarNameInTable="columnStileVita" msprop:Generator_ColumnPropNameInRow="StileVita" msprop:Generator_ColumnPropNameInTable="StileVitaColumn" msprop:Generator_UserColumnName="StileVita" type="xs:int" />
<xs:element name="FreqAll" msprop:Generator_ColumnVarNameInTable="columnFreqAll" msprop:Generator_ColumnPropNameInRow="FreqAll" msprop:Generator_ColumnPropNameInTable="FreqAllColumn" msprop:Generator_UserColumnName="FreqAll" type="xs:int" />
<xs:element name="MezzoTrasp" msprop:Generator_ColumnVarNameInTable="columnMezzoTrasp" msprop:Generator_ColumnPropNameInRow="MezzoTrasp" msprop:Generator_ColumnPropNameInTable="MezzoTraspColumn" msprop:Generator_UserColumnName="MezzoTrasp" type="xs:int" />
<xs:element name="ScoreAttiv" msprop:Generator_ColumnVarNameInTable="columnScoreAttiv" msprop:Generator_ColumnPropNameInRow="ScoreAttiv" msprop:Generator_ColumnPropNameInTable="ScoreAttivColumn" msprop:Generator_UserColumnName="ScoreAttiv" type="xs:int" minOccurs="0" />
<xs:element name="MET_Lavoro" msprop:Generator_ColumnVarNameInTable="columnMET_Lavoro" msprop:Generator_ColumnPropNameInRow="MET_Lavoro" msprop:Generator_ColumnPropNameInTable="MET_LavoroColumn" msprop:Generator_UserColumnName="MET_Lavoro" type="xs:double" />
<xs:element name="MET_AttFisica" msprop:Generator_ColumnVarNameInTable="columnMET_AttFisica" msprop:Generator_ColumnPropNameInRow="MET_AttFisica" msprop:Generator_ColumnPropNameInTable="MET_AttFisicaColumn" msprop:Generator_UserColumnName="MET_AttFisica" type="xs:double" />
<xs:element name="OreSonno" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOreSonno" msprop:Generator_ColumnPropNameInRow="OreSonno" msprop:Generator_ColumnPropNameInTable="OreSonnoColumn" msprop:Generator_UserColumnName="OreSonno" type="xs:double" minOccurs="0" />
<xs:element name="OreSeduto" msprop:Generator_ColumnVarNameInTable="columnOreSeduto" msprop:Generator_ColumnPropNameInRow="OreSeduto" msprop:Generator_ColumnPropNameInTable="OreSedutoColumn" msprop:Generator_UserColumnName="OreSeduto" type="xs:double" />
<xs:element name="OrePasti" msprop:Generator_ColumnVarNameInTable="columnOrePasti" msprop:Generator_ColumnPropNameInRow="OrePasti" msprop:Generator_ColumnPropNameInTable="OrePastiColumn" msprop:Generator_UserColumnName="OrePasti" type="xs:double" />
<xs:element name="OreSpostAuto" msprop:Generator_ColumnVarNameInTable="columnOreSpostAuto" msprop:Generator_ColumnPropNameInRow="OreSpostAuto" msprop:Generator_ColumnPropNameInTable="OreSpostAutoColumn" msprop:Generator_UserColumnName="OreSpostAuto" type="xs:double" />
<xs:element name="OreSpostAtt" msprop:Generator_ColumnVarNameInTable="columnOreSpostAtt" msprop:Generator_ColumnPropNameInRow="OreSpostAtt" msprop:Generator_ColumnPropNameInTable="OreSpostAttColumn" msprop:Generator_UserColumnName="OreSpostAtt" type="xs:double" />
<xs:element name="OreLavoro" msprop:Generator_ColumnVarNameInTable="columnOreLavoro" msprop:Generator_ColumnPropNameInRow="OreLavoro" msprop:Generator_ColumnPropNameInTable="OreLavoroColumn" msprop:Generator_UserColumnName="OreLavoro" type="xs:double" />
<xs:element name="OreIgiene" msprop:Generator_ColumnVarNameInTable="columnOreIgiene" msprop:Generator_ColumnPropNameInRow="OreIgiene" msprop:Generator_ColumnPropNameInTable="OreIgieneColumn" msprop:Generator_UserColumnName="OreIgiene" type="xs:double" />
<xs:element name="OreAttFisica" msprop:Generator_ColumnVarNameInTable="columnOreAttFisica" msprop:Generator_ColumnPropNameInRow="OreAttFisica" msprop:Generator_ColumnPropNameInTable="OreAttFisicaColumn" msprop:Generator_UserColumnName="OreAttFisica" type="xs:double" />
<xs:element name="OrePulizia" msprop:Generator_ColumnVarNameInTable="columnOrePulizia" msprop:Generator_ColumnPropNameInRow="OrePulizia" msprop:Generator_ColumnPropNameInTable="OrePuliziaColumn" msprop:Generator_UserColumnName="OrePulizia" type="xs:double" />
<xs:element name="OreCane" msprop:Generator_ColumnVarNameInTable="columnOreCane" msprop:Generator_ColumnPropNameInRow="OreCane" msprop:Generator_ColumnPropNameInTable="OreCaneColumn" msprop:Generator_UserColumnName="OreCane" type="xs:double" />
<xs:element name="ConsCalDie" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConsCalDie" msprop:Generator_ColumnPropNameInRow="ConsCalDie" msprop:Generator_ColumnPropNameInTable="ConsCalDieColumn" msprop:Generator_UserColumnName="ConsCalDie" type="xs:double" minOccurs="0" />
<xs:element name="Verdure" msprop:Generator_ColumnVarNameInTable="columnVerdure" msprop:Generator_ColumnPropNameInRow="Verdure" msprop:Generator_ColumnPropNameInTable="VerdureColumn" msprop:Generator_UserColumnName="Verdure" type="xs:int" />
<xs:element name="Legumi" msprop:Generator_ColumnVarNameInTable="columnLegumi" msprop:Generator_ColumnPropNameInRow="Legumi" msprop:Generator_ColumnPropNameInTable="LegumiColumn" msprop:Generator_UserColumnName="Legumi" type="xs:int" />
<xs:element name="Frutta" msprop:Generator_ColumnVarNameInTable="columnFrutta" msprop:Generator_ColumnPropNameInRow="Frutta" msprop:Generator_ColumnPropNameInTable="FruttaColumn" msprop:Generator_UserColumnName="Frutta" type="xs:int" />
<xs:element name="Noci" msprop:Generator_ColumnVarNameInTable="columnNoci" msprop:Generator_ColumnPropNameInRow="Noci" msprop:Generator_ColumnPropNameInTable="NociColumn" msprop:Generator_UserColumnName="Noci" type="xs:int" />
<xs:element name="Cereali" msprop:Generator_ColumnVarNameInTable="columnCereali" msprop:Generator_ColumnPropNameInRow="Cereali" msprop:Generator_ColumnPropNameInTable="CerealiColumn" msprop:Generator_UserColumnName="Cereali" type="xs:int" />
<xs:element name="Pesce" msprop:Generator_ColumnVarNameInTable="columnPesce" msprop:Generator_ColumnPropNameInRow="Pesce" msprop:Generator_ColumnPropNameInTable="PesceColumn" msprop:Generator_UserColumnName="Pesce" type="xs:int" />
<xs:element name="Grassi" msprop:Generator_ColumnVarNameInTable="columnGrassi" msprop:Generator_ColumnPropNameInRow="Grassi" msprop:Generator_ColumnPropNameInTable="GrassiColumn" msprop:Generator_UserColumnName="Grassi" type="xs:int" />
<xs:element name="Vino" msprop:Generator_ColumnVarNameInTable="columnVino" msprop:Generator_ColumnPropNameInRow="Vino" msprop:Generator_ColumnPropNameInTable="VinoColumn" msprop:Generator_UserColumnName="Vino" type="xs:int" />
<xs:element name="CarneLatt" msprop:Generator_ColumnVarNameInTable="columnCarneLatt" msprop:Generator_ColumnPropNameInRow="CarneLatt" msprop:Generator_ColumnPropNameInTable="CarneLattColumn" msprop:Generator_UserColumnName="CarneLatt" type="xs:int" />
<xs:element name="ScoreDietMed" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnScoreDietMed" msprop:Generator_ColumnPropNameInRow="ScoreDietMed" msprop:Generator_ColumnPropNameInTable="ScoreDietMedColumn" msprop:Generator_UserColumnName="ScoreDietMed" type="xs:int" minOccurs="0" />
<xs:element name="Note" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisRelazFin" msprop:Generator_TableClassName="VisRelazFinDataTable" msprop:Generator_TableVarName="tableVisRelazFin" msprop:Generator_TablePropName="VisRelazFin" msprop:Generator_RowDeletingName="VisRelazFinRowDeleting" msprop:Generator_RowChangingName="VisRelazFinRowChanging" msprop:Generator_RowEvHandlerName="VisRelazFinRowChangeEventHandler" msprop:Generator_RowDeletedName="VisRelazFinRowDeleted" msprop:Generator_UserTableName="VisRelazFin" msprop:Generator_RowChangedName="VisRelazFinRowChanged" msprop:Generator_RowEvArgName="VisRelazFinRowChangeEvent" msprop:Generator_RowClassName="VisRelazFinRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4000" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Score1" msprop:Generator_ColumnVarNameInTable="columnScore1" msprop:Generator_ColumnPropNameInRow="Score1" msprop:Generator_ColumnPropNameInTable="Score1Column" msprop:Generator_UserColumnName="Score1" type="xs:double" />
<xs:element name="Score2" msprop:Generator_ColumnVarNameInTable="columnScore2" msprop:Generator_ColumnPropNameInRow="Score2" msprop:Generator_ColumnPropNameInTable="Score2Column" msprop:Generator_UserColumnName="Score2" type="xs:double" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_rep_DatiFullByPazienteData" msprop:Generator_TableClassName="stp_rep_DatiFullByPazienteDataDataTable" msprop:Generator_TableVarName="tablestp_rep_DatiFullByPazienteData" msprop:Generator_RowChangedName="stp_rep_DatiFullByPazienteDataRowChanged" msprop:Generator_TablePropName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowDeletingName="stp_rep_DatiFullByPazienteDataRowDeleting" msprop:Generator_RowChangingName="stp_rep_DatiFullByPazienteDataRowChanging" msprop:Generator_RowEvHandlerName="stp_rep_DatiFullByPazienteDataRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_rep_DatiFullByPazienteDataRowDeleted" msprop:Generator_RowClassName="stp_rep_DatiFullByPazienteDataRow" msprop:Generator_UserTableName="stp_rep_DatiFullByPazienteData" msprop:Generator_RowEvArgName="stp_rep_DatiFullByPazienteDataRowChangeEvent">
<xs: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" />
<xs:element name="DataVisita" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" minOccurs="0" />
<xs:element name="Gruppo" msprop:Generator_ColumnVarNameInTable="columnGruppo" msprop:Generator_ColumnPropNameInRow="Gruppo" msprop:Generator_ColumnPropNameInTable="GruppoColumn" msprop:Generator_UserColumnName="Gruppo">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Cognome" msprop:Generator_ColumnVarNameInTable="columnCognome" msprop:Generator_ColumnPropNameInRow="Cognome" msprop:Generator_ColumnPropNameInTable="CognomeColumn" msprop:Generator_UserColumnName="Cognome">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnPropNameInTable="NomeColumn" msprop:Generator_UserColumnName="Nome">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DataNasc" msprop:Generator_ColumnVarNameInTable="columnDataNasc" msprop:Generator_ColumnPropNameInRow="DataNasc" msprop:Generator_ColumnPropNameInTable="DataNascColumn" msprop:Generator_UserColumnName="DataNasc" type="xs:dateTime" />
<xs:element name="LuogoNascita" msprop:Generator_ColumnVarNameInTable="columnLuogoNascita" msprop:Generator_ColumnPropNameInRow="LuogoNascita" msprop:Generator_ColumnPropNameInTable="LuogoNascitaColumn" msprop:Generator_UserColumnName="LuogoNascita">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sesso" msprop:Generator_ColumnVarNameInTable="columnSesso" msprop:Generator_ColumnPropNameInRow="Sesso" msprop:Generator_ColumnPropNameInTable="SessoColumn" msprop:Generator_UserColumnName="Sesso">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodF" msprop:Generator_ColumnVarNameInTable="columnCodF" msprop:Generator_ColumnPropNameInRow="CodF" msprop:Generator_ColumnPropNameInTable="CodFColumn" msprop:Generator_UserColumnName="CodF">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Indirizzo" msprop:Generator_ColumnVarNameInTable="columnIndirizzo" msprop:Generator_ColumnPropNameInRow="Indirizzo" msprop:Generator_ColumnPropNameInTable="IndirizzoColumn" msprop:Generator_UserColumnName="Indirizzo">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Eta" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEta" msprop:Generator_ColumnPropNameInRow="Eta" msprop:Generator_ColumnPropNameInTable="EtaColumn" msprop:Generator_UserColumnName="Eta" type="xs:double" minOccurs="0" />
<xs:element name="RecTel" msprop:Generator_ColumnVarNameInTable="columnRecTel" msprop:Generator_ColumnPropNameInRow="RecTel" msprop:Generator_ColumnPropNameInTable="RecTelColumn" msprop:Generator_UserColumnName="RecTel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Medico" msprop:Generator_ColumnVarNameInTable="columnMedico" msprop:Generator_ColumnPropNameInRow="Medico" msprop:Generator_ColumnPropNameInTable="MedicoColumn" msprop:Generator_UserColumnName="Medico">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NotePaziente" msprop:Generator_ColumnVarNameInTable="columnNotePaziente" msprop:Generator_ColumnPropNameInRow="NotePaziente" msprop:Generator_ColumnPropNameInTable="NotePazienteColumn" msprop:Generator_UserColumnName="NotePaziente">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Glicemia" msprop:Generator_ColumnVarNameInTable="columnGlicemia" msprop:Generator_ColumnPropNameInRow="Glicemia" msprop:Generator_ColumnPropNameInTable="GlicemiaColumn" msprop:Generator_UserColumnName="Glicemia" type="xs:double" minOccurs="0" />
<xs:element name="EmoglGlicata" msprop:Generator_ColumnVarNameInTable="columnEmoglGlicata" msprop:Generator_ColumnPropNameInRow="EmoglGlicata" msprop:Generator_ColumnPropNameInTable="EmoglGlicataColumn" msprop:Generator_UserColumnName="EmoglGlicata" type="xs:double" minOccurs="0" />
<xs:element name="ColesTot" msprop:Generator_ColumnVarNameInTable="columnColesTot" msprop:Generator_ColumnPropNameInRow="ColesTot" msprop:Generator_ColumnPropNameInTable="ColesTotColumn" msprop:Generator_UserColumnName="ColesTot" type="xs:double" minOccurs="0" />
<xs:element name="LDL" msprop:Generator_ColumnVarNameInTable="columnLDL" msprop:Generator_ColumnPropNameInRow="LDL" msprop:Generator_ColumnPropNameInTable="LDLColumn" msprop:Generator_UserColumnName="LDL" type="xs:double" minOccurs="0" />
<xs:element name="HDL" msprop:Generator_ColumnVarNameInTable="columnHDL" msprop:Generator_ColumnPropNameInRow="HDL" msprop:Generator_ColumnPropNameInTable="HDLColumn" msprop:Generator_UserColumnName="HDL" type="xs:double" minOccurs="0" />
<xs:element name="Trigliceridi" msprop:Generator_ColumnVarNameInTable="columnTrigliceridi" msprop:Generator_ColumnPropNameInRow="Trigliceridi" msprop:Generator_ColumnPropNameInTable="TrigliceridiColumn" msprop:Generator_UserColumnName="Trigliceridi" type="xs:double" minOccurs="0" />
<xs:element name="ColRapLDLHDL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColRapLDLHDL" msprop:Generator_ColumnPropNameInRow="ColRapLDLHDL" msprop:Generator_ColumnPropNameInTable="ColRapLDLHDLColumn" msprop:Generator_UserColumnName="ColRapLDLHDL" type="xs:double" minOccurs="0" />
<xs:element name="Omocisteina" msprop:Generator_ColumnVarNameInTable="columnOmocisteina" msprop:Generator_ColumnPropNameInRow="Omocisteina" msprop:Generator_ColumnPropNameInTable="OmocisteinaColumn" msprop:Generator_UserColumnName="Omocisteina" type="xs:double" minOccurs="0" />
<xs:element name="MHTFR" msprop:Generator_ColumnVarNameInTable="columnMHTFR" msprop:Generator_ColumnPropNameInRow="MHTFR" msprop:Generator_ColumnPropNameInTable="MHTFRColumn" msprop:Generator_UserColumnName="MHTFR" type="xs:double" minOccurs="0" />
<xs:element name="FattII" msprop:Generator_ColumnVarNameInTable="columnFattII" msprop:Generator_ColumnPropNameInRow="FattII" msprop:Generator_ColumnPropNameInTable="FattIIColumn" msprop:Generator_UserColumnName="FattII" type="xs:double" minOccurs="0" />
<xs:element name="FattV" msprop:Generator_ColumnVarNameInTable="columnFattV" msprop:Generator_ColumnPropNameInRow="FattV" msprop:Generator_ColumnPropNameInTable="FattVColumn" msprop:Generator_UserColumnName="FattV" type="xs:double" minOccurs="0" />
<xs:element name="GradTransm" msprop:Generator_ColumnVarNameInTable="columnGradTransm" msprop:Generator_ColumnPropNameInRow="GradTransm" msprop:Generator_ColumnPropNameInTable="GradTransmColumn" msprop:Generator_UserColumnName="GradTransm" type="xs:double" minOccurs="0" />
<xs:element name="LungTelom" msprop:Generator_ColumnVarNameInTable="columnLungTelom" msprop:Generator_ColumnPropNameInRow="LungTelom" msprop:Generator_ColumnPropNameInTable="LungTelomColumn" msprop:Generator_UserColumnName="LungTelom" type="xs:double" minOccurs="0" />
<xs:element name="RespSilenz" msprop:Generator_ColumnVarNameInTable="columnRespSilenz" msprop:Generator_ColumnPropNameInRow="RespSilenz" msprop:Generator_ColumnPropNameInTable="RespSilenzColumn" msprop:Generator_UserColumnName="RespSilenz" type="xs:double" minOccurs="0" />
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" minOccurs="0" />
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" minOccurs="0" />
<xs:element name="PlicaBicipite" msprop:Generator_ColumnVarNameInTable="columnPlicaBicipite" msprop:Generator_ColumnPropNameInRow="PlicaBicipite" msprop:Generator_ColumnPropNameInTable="PlicaBicipiteColumn" msprop:Generator_UserColumnName="PlicaBicipite" type="xs:double" minOccurs="0" />
<xs:element name="PlicaTricipite" msprop:Generator_ColumnVarNameInTable="columnPlicaTricipite" msprop:Generator_ColumnPropNameInRow="PlicaTricipite" msprop:Generator_ColumnPropNameInTable="PlicaTricipiteColumn" msprop:Generator_UserColumnName="PlicaTricipite" type="xs:double" minOccurs="0" />
<xs:element name="PlicaSottoscapola" msprop:Generator_ColumnVarNameInTable="columnPlicaSottoscapola" msprop:Generator_ColumnPropNameInRow="PlicaSottoscapola" msprop:Generator_ColumnPropNameInTable="PlicaSottoscapolaColumn" msprop:Generator_UserColumnName="PlicaSottoscapola" type="xs:double" minOccurs="0" />
<xs:element name="PlicaPettorale" msprop:Generator_ColumnVarNameInTable="columnPlicaPettorale" msprop:Generator_ColumnPropNameInRow="PlicaPettorale" msprop:Generator_ColumnPropNameInTable="PlicaPettoraleColumn" msprop:Generator_UserColumnName="PlicaPettorale" type="xs:double" minOccurs="0" />
<xs:element name="PlicaAddominale" msprop:Generator_ColumnVarNameInTable="columnPlicaAddominale" msprop:Generator_ColumnPropNameInRow="PlicaAddominale" msprop:Generator_ColumnPropNameInTable="PlicaAddominaleColumn" msprop:Generator_UserColumnName="PlicaAddominale" type="xs:double" minOccurs="0" />
<xs:element name="PlicaSoprailiaca" msprop:Generator_ColumnVarNameInTable="columnPlicaSoprailiaca" msprop:Generator_ColumnPropNameInRow="PlicaSoprailiaca" msprop:Generator_ColumnPropNameInTable="PlicaSoprailiacaColumn" msprop:Generator_UserColumnName="PlicaSoprailiaca" type="xs:double" minOccurs="0" />
<xs:element name="PlicaCoscia" msprop:Generator_ColumnVarNameInTable="columnPlicaCoscia" msprop:Generator_ColumnPropNameInRow="PlicaCoscia" msprop:Generator_ColumnPropNameInTable="PlicaCosciaColumn" msprop:Generator_UserColumnName="PlicaCoscia" type="xs:double" minOccurs="0" />
<xs:element name="CirconfVitaGlutei" msprop:Generator_ColumnVarNameInTable="columnCirconfVitaGlutei" msprop:Generator_ColumnPropNameInRow="CirconfVitaGlutei" msprop:Generator_ColumnPropNameInTable="CirconfVitaGluteiColumn" msprop:Generator_UserColumnName="CirconfVitaGlutei" type="xs:double" minOccurs="0" />
<xs:element name="CirconfAvamb" msprop:Generator_ColumnVarNameInTable="columnCirconfAvamb" msprop:Generator_ColumnPropNameInRow="CirconfAvamb" msprop:Generator_ColumnPropNameInTable="CirconfAvambColumn" msprop:Generator_UserColumnName="CirconfAvamb" type="xs:double" minOccurs="0" />
<xs:element name="GrassoTroncoPerc" msprop:Generator_ColumnVarNameInTable="columnGrassoTroncoPerc" msprop:Generator_ColumnPropNameInRow="GrassoTroncoPerc" msprop:Generator_ColumnPropNameInTable="GrassoTroncoPercColumn" msprop:Generator_UserColumnName="GrassoTroncoPerc" type="xs:double" minOccurs="0" />
<xs:element name="GrassoViscInd" msprop:Generator_ColumnVarNameInTable="columnGrassoViscInd" msprop:Generator_ColumnPropNameInRow="GrassoViscInd" msprop:Generator_ColumnPropNameInTable="GrassoViscIndColumn" msprop:Generator_UserColumnName="GrassoViscInd" type="xs:double" minOccurs="0" />
<xs:element name="TRomberg" msprop:Generator_ColumnVarNameInTable="columnTRomberg" msprop:Generator_ColumnPropNameInRow="TRomberg" msprop:Generator_ColumnPropNameInTable="TRombergColumn" msprop:Generator_UserColumnName="TRomberg" type="xs:double" minOccurs="0" />
<xs:element name="TFukuda" msprop:Generator_ColumnVarNameInTable="columnTFukuda" msprop:Generator_ColumnPropNameInRow="TFukuda" msprop:Generator_ColumnPropNameInTable="TFukudaColumn" msprop:Generator_UserColumnName="TFukuda" type="xs:double" minOccurs="0" />
<xs:element name="TGUG" msprop:Generator_ColumnVarNameInTable="columnTGUG" msprop:Generator_ColumnPropNameInRow="TGUG" msprop:Generator_ColumnPropNameInTable="TGUGColumn" msprop:Generator_UserColumnName="TGUG" type="xs:double" minOccurs="0" />
<xs:element name="TGUG1" msprop:Generator_ColumnVarNameInTable="columnTGUG1" msprop:Generator_ColumnPropNameInRow="TGUG1" msprop:Generator_ColumnPropNameInTable="TGUG1Column" msprop:Generator_UserColumnName="TGUG1" type="xs:double" minOccurs="0" />
<xs:element name="FPrensile" msprop:Generator_ColumnVarNameInTable="columnFPrensile" msprop:Generator_ColumnPropNameInRow="FPrensile" msprop:Generator_ColumnPropNameInTable="FPrensileColumn" msprop:Generator_UserColumnName="FPrensile" type="xs:double" minOccurs="0" />
<xs:element name="DensCorp" msprop:Generator_ColumnVarNameInTable="columnDensCorp" msprop:Generator_ColumnPropNameInRow="DensCorp" msprop:Generator_ColumnPropNameInTable="DensCorpColumn" msprop:Generator_UserColumnName="DensCorp" type="xs:double" minOccurs="0" />
<xs:element name="GrassoTotPerc" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoTotPerc" msprop:Generator_ColumnPropNameInRow="GrassoTotPerc" msprop:Generator_ColumnPropNameInTable="GrassoTotPercColumn" msprop:Generator_UserColumnName="GrassoTotPerc" type="xs:double" minOccurs="0" />
<xs:element name="GrassoTot" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoTot" msprop:Generator_ColumnPropNameInRow="GrassoTot" msprop:Generator_ColumnPropNameInTable="GrassoTotColumn" msprop:Generator_UserColumnName="GrassoTot" type="xs:double" minOccurs="0" />
<xs:element name="MassaMagraPerc" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMassaMagraPerc" msprop:Generator_ColumnPropNameInRow="MassaMagraPerc" msprop:Generator_ColumnPropNameInTable="MassaMagraPercColumn" msprop:Generator_UserColumnName="MassaMagraPerc" type="xs:double" minOccurs="0" />
<xs:element name="MassaMagraKgCm" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMassaMagraKgCm" msprop:Generator_ColumnPropNameInRow="MassaMagraKgCm" msprop:Generator_ColumnPropNameInTable="MassaMagraKgCmColumn" msprop:Generator_UserColumnName="MassaMagraKgCm" type="xs:double" minOccurs="0" />
<xs:element name="BMI" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBMI" msprop:Generator_ColumnPropNameInRow="BMI" msprop:Generator_ColumnPropNameInTable="BMIColumn" msprop:Generator_UserColumnName="BMI" type="xs:double" minOccurs="0" />
<xs:element name="MetBasaleDie" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMetBasaleDie" msprop:Generator_ColumnPropNameInRow="MetBasaleDie" msprop:Generator_ColumnPropNameInTable="MetBasaleDieColumn" msprop:Generator_UserColumnName="MetBasaleDie" type="xs:double" minOccurs="0" />
<xs:element name="MetBasaleH" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMetBasaleH" msprop:Generator_ColumnPropNameInRow="MetBasaleH" msprop:Generator_ColumnPropNameInTable="MetBasaleHColumn" msprop:Generator_UserColumnName="MetBasaleH" type="xs:double" minOccurs="0" />
<xs:element name="Lavoro" msprop:Generator_ColumnVarNameInTable="columnLavoro" msprop:Generator_ColumnPropNameInRow="Lavoro" msprop:Generator_ColumnPropNameInTable="LavoroColumn" msprop:Generator_UserColumnName="Lavoro" type="xs:int" minOccurs="0" />
<xs:element name="StileVita" msprop:Generator_ColumnVarNameInTable="columnStileVita" msprop:Generator_ColumnPropNameInRow="StileVita" msprop:Generator_ColumnPropNameInTable="StileVitaColumn" msprop:Generator_UserColumnName="StileVita" type="xs:int" minOccurs="0" />
<xs:element name="FreqAll" msprop:Generator_ColumnVarNameInTable="columnFreqAll" msprop:Generator_ColumnPropNameInRow="FreqAll" msprop:Generator_ColumnPropNameInTable="FreqAllColumn" msprop:Generator_UserColumnName="FreqAll" type="xs:int" minOccurs="0" />
<xs:element name="MezzoTrasp" msprop:Generator_ColumnVarNameInTable="columnMezzoTrasp" msprop:Generator_ColumnPropNameInRow="MezzoTrasp" msprop:Generator_ColumnPropNameInTable="MezzoTraspColumn" msprop:Generator_UserColumnName="MezzoTrasp" type="xs:int" minOccurs="0" />
<xs:element name="ScoreAttiv" msprop:Generator_ColumnVarNameInTable="columnScoreAttiv" msprop:Generator_ColumnPropNameInRow="ScoreAttiv" msprop:Generator_ColumnPropNameInTable="ScoreAttivColumn" msprop:Generator_UserColumnName="ScoreAttiv" type="xs:int" minOccurs="0" />
<xs:element name="MET_Lavoro" msprop:Generator_ColumnVarNameInTable="columnMET_Lavoro" msprop:Generator_ColumnPropNameInRow="MET_Lavoro" msprop:Generator_ColumnPropNameInTable="MET_LavoroColumn" msprop:Generator_UserColumnName="MET_Lavoro" type="xs:double" minOccurs="0" />
<xs:element name="MET_AttFisica" msprop:Generator_ColumnVarNameInTable="columnMET_AttFisica" msprop:Generator_ColumnPropNameInRow="MET_AttFisica" msprop:Generator_ColumnPropNameInTable="MET_AttFisicaColumn" msprop:Generator_UserColumnName="MET_AttFisica" type="xs:double" minOccurs="0" />
<xs:element name="OreSonno" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOreSonno" msprop:Generator_ColumnPropNameInRow="OreSonno" msprop:Generator_ColumnPropNameInTable="OreSonnoColumn" msprop:Generator_UserColumnName="OreSonno" type="xs:double" minOccurs="0" />
<xs:element name="OreSeduto" msprop:Generator_ColumnVarNameInTable="columnOreSeduto" msprop:Generator_ColumnPropNameInRow="OreSeduto" msprop:Generator_ColumnPropNameInTable="OreSedutoColumn" msprop:Generator_UserColumnName="OreSeduto" type="xs:double" minOccurs="0" />
<xs:element name="OrePasti" msprop:Generator_ColumnVarNameInTable="columnOrePasti" msprop:Generator_ColumnPropNameInRow="OrePasti" msprop:Generator_ColumnPropNameInTable="OrePastiColumn" msprop:Generator_UserColumnName="OrePasti" type="xs:double" minOccurs="0" />
<xs:element name="OreSpostAuto" msprop:Generator_ColumnVarNameInTable="columnOreSpostAuto" msprop:Generator_ColumnPropNameInRow="OreSpostAuto" msprop:Generator_ColumnPropNameInTable="OreSpostAutoColumn" msprop:Generator_UserColumnName="OreSpostAuto" type="xs:double" minOccurs="0" />
<xs:element name="OreSpostAtt" msprop:Generator_ColumnVarNameInTable="columnOreSpostAtt" msprop:Generator_ColumnPropNameInRow="OreSpostAtt" msprop:Generator_ColumnPropNameInTable="OreSpostAttColumn" msprop:Generator_UserColumnName="OreSpostAtt" type="xs:double" minOccurs="0" />
<xs:element name="OreLavoro" msprop:Generator_ColumnVarNameInTable="columnOreLavoro" msprop:Generator_ColumnPropNameInRow="OreLavoro" msprop:Generator_ColumnPropNameInTable="OreLavoroColumn" msprop:Generator_UserColumnName="OreLavoro" type="xs:double" minOccurs="0" />
<xs:element name="OreIgiene" msprop:Generator_ColumnVarNameInTable="columnOreIgiene" msprop:Generator_ColumnPropNameInRow="OreIgiene" msprop:Generator_ColumnPropNameInTable="OreIgieneColumn" msprop:Generator_UserColumnName="OreIgiene" type="xs:double" minOccurs="0" />
<xs:element name="OreAttFisica" msprop:Generator_ColumnVarNameInTable="columnOreAttFisica" msprop:Generator_ColumnPropNameInRow="OreAttFisica" msprop:Generator_ColumnPropNameInTable="OreAttFisicaColumn" msprop:Generator_UserColumnName="OreAttFisica" type="xs:double" minOccurs="0" />
<xs:element name="OrePulizia" msprop:Generator_ColumnVarNameInTable="columnOrePulizia" msprop:Generator_ColumnPropNameInRow="OrePulizia" msprop:Generator_ColumnPropNameInTable="OrePuliziaColumn" msprop:Generator_UserColumnName="OrePulizia" type="xs:double" minOccurs="0" />
<xs:element name="OreCane" msprop:Generator_ColumnVarNameInTable="columnOreCane" msprop:Generator_ColumnPropNameInRow="OreCane" msprop:Generator_ColumnPropNameInTable="OreCaneColumn" msprop:Generator_UserColumnName="OreCane" type="xs:double" minOccurs="0" />
<xs:element name="ConsCalDie" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConsCalDie" msprop:Generator_ColumnPropNameInRow="ConsCalDie" msprop:Generator_ColumnPropNameInTable="ConsCalDieColumn" msprop:Generator_UserColumnName="ConsCalDie" type="xs:double" minOccurs="0" />
<xs:element name="Verdure" msprop:Generator_ColumnVarNameInTable="columnVerdure" msprop:Generator_ColumnPropNameInRow="Verdure" msprop:Generator_ColumnPropNameInTable="VerdureColumn" msprop:Generator_UserColumnName="Verdure" type="xs:int" minOccurs="0" />
<xs:element name="Legumi" msprop:Generator_ColumnVarNameInTable="columnLegumi" msprop:Generator_ColumnPropNameInRow="Legumi" msprop:Generator_ColumnPropNameInTable="LegumiColumn" msprop:Generator_UserColumnName="Legumi" type="xs:int" minOccurs="0" />
<xs:element name="Frutta" msprop:Generator_ColumnVarNameInTable="columnFrutta" msprop:Generator_ColumnPropNameInRow="Frutta" msprop:Generator_ColumnPropNameInTable="FruttaColumn" msprop:Generator_UserColumnName="Frutta" type="xs:int" minOccurs="0" />
<xs:element name="Noci" msprop:Generator_ColumnVarNameInTable="columnNoci" msprop:Generator_ColumnPropNameInRow="Noci" msprop:Generator_ColumnPropNameInTable="NociColumn" msprop:Generator_UserColumnName="Noci" type="xs:int" minOccurs="0" />
<xs:element name="Cereali" msprop:Generator_ColumnVarNameInTable="columnCereali" msprop:Generator_ColumnPropNameInRow="Cereali" msprop:Generator_ColumnPropNameInTable="CerealiColumn" msprop:Generator_UserColumnName="Cereali" type="xs:int" minOccurs="0" />
<xs:element name="Pesce" msprop:Generator_ColumnVarNameInTable="columnPesce" msprop:Generator_ColumnPropNameInRow="Pesce" msprop:Generator_ColumnPropNameInTable="PesceColumn" msprop:Generator_UserColumnName="Pesce" type="xs:int" minOccurs="0" />
<xs:element name="Grassi" msprop:Generator_ColumnVarNameInTable="columnGrassi" msprop:Generator_ColumnPropNameInRow="Grassi" msprop:Generator_ColumnPropNameInTable="GrassiColumn" msprop:Generator_UserColumnName="Grassi" type="xs:int" minOccurs="0" />
<xs:element name="Vino" msprop:Generator_ColumnVarNameInTable="columnVino" msprop:Generator_ColumnPropNameInRow="Vino" msprop:Generator_ColumnPropNameInTable="VinoColumn" msprop:Generator_UserColumnName="Vino" type="xs:int" minOccurs="0" />
<xs:element name="CarneLatt" msprop:Generator_ColumnVarNameInTable="columnCarneLatt" msprop:Generator_ColumnPropNameInRow="CarneLatt" msprop:Generator_ColumnPropNameInTable="CarneLattColumn" msprop:Generator_UserColumnName="CarneLatt" type="xs:int" minOccurs="0" />
<xs:element name="ScoreDietMed" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnScoreDietMed" msprop:Generator_ColumnPropNameInRow="ScoreDietMed" msprop:Generator_ColumnPropNameInTable="ScoreDietMedColumn" msprop:Generator_UserColumnName="ScoreDietMed" type="xs:int" minOccurs="0" />
<xs:element name="NoteStileVita" msprop:Generator_ColumnVarNameInTable="columnNoteStileVita" msprop:Generator_ColumnPropNameInRow="NoteStileVita" msprop:Generator_ColumnPropNameInTable="NoteStileVitaColumn" msprop:Generator_UserColumnName="NoteStileVita" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Lavoro_label" msprop:Generator_ColumnVarNameInTable="columnLavoro_label" msprop:Generator_ColumnPropNameInRow="Lavoro_label" msprop:Generator_ColumnPropNameInTable="Lavoro_labelColumn" msprop:Generator_UserColumnName="Lavoro_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StileVita_label" msprop:Generator_ColumnVarNameInTable="columnStileVita_label" msprop:Generator_ColumnPropNameInRow="StileVita_label" msprop:Generator_ColumnPropNameInTable="StileVita_labelColumn" msprop:Generator_UserColumnName="StileVita_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FreqAll_label" msprop:Generator_ColumnVarNameInTable="columnFreqAll_label" msprop:Generator_ColumnPropNameInRow="FreqAll_label" msprop:Generator_ColumnPropNameInTable="FreqAll_labelColumn" msprop:Generator_UserColumnName="FreqAll_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MezzoTrasp_label" msprop:Generator_ColumnVarNameInTable="columnMezzoTrasp_label" msprop:Generator_ColumnPropNameInRow="MezzoTrasp_label" msprop:Generator_ColumnPropNameInTable="MezzoTrasp_labelColumn" msprop:Generator_UserColumnName="MezzoTrasp_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Verdure_label" msprop:Generator_ColumnVarNameInTable="columnVerdure_label" msprop:Generator_ColumnPropNameInRow="Verdure_label" msprop:Generator_ColumnPropNameInTable="Verdure_labelColumn" msprop:Generator_UserColumnName="Verdure_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Legumi_label" msprop:Generator_ColumnVarNameInTable="columnLegumi_label" msprop:Generator_ColumnPropNameInRow="Legumi_label" msprop:Generator_ColumnPropNameInTable="Legumi_labelColumn" msprop:Generator_UserColumnName="Legumi_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Frutta_label" msprop:Generator_ColumnVarNameInTable="columnFrutta_label" msprop:Generator_ColumnPropNameInRow="Frutta_label" msprop:Generator_ColumnPropNameInTable="Frutta_labelColumn" msprop:Generator_UserColumnName="Frutta_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Noci_label" msprop:Generator_ColumnVarNameInTable="columnNoci_label" msprop:Generator_ColumnPropNameInRow="Noci_label" msprop:Generator_ColumnPropNameInTable="Noci_labelColumn" msprop:Generator_UserColumnName="Noci_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Cereali_label" msprop:Generator_ColumnVarNameInTable="columnCereali_label" msprop:Generator_ColumnPropNameInRow="Cereali_label" msprop:Generator_ColumnPropNameInTable="Cereali_labelColumn" msprop:Generator_UserColumnName="Cereali_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Pesce_label" msprop:Generator_ColumnVarNameInTable="columnPesce_label" msprop:Generator_ColumnPropNameInRow="Pesce_label" msprop:Generator_ColumnPropNameInTable="Pesce_labelColumn" msprop:Generator_UserColumnName="Pesce_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Grassi_label" msprop:Generator_ColumnVarNameInTable="columnGrassi_label" msprop:Generator_ColumnPropNameInRow="Grassi_label" msprop:Generator_ColumnPropNameInTable="Grassi_labelColumn" msprop:Generator_UserColumnName="Grassi_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Vino_label" msprop:Generator_ColumnVarNameInTable="columnVino_label" msprop:Generator_ColumnPropNameInRow="Vino_label" msprop:Generator_ColumnPropNameInTable="Vino_labelColumn" msprop:Generator_UserColumnName="Vino_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CarneLatt_label" msprop:Generator_ColumnVarNameInTable="columnCarneLatt_label" msprop:Generator_ColumnPropNameInRow="CarneLatt_label" msprop:Generator_ColumnPropNameInTable="CarneLatt_labelColumn" msprop:Generator_UserColumnName="CarneLatt_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TestTMT_A" msprop:Generator_ColumnVarNameInTable="columnTestTMT_A" msprop:Generator_ColumnPropNameInRow="TestTMT_A" msprop:Generator_ColumnPropNameInTable="TestTMT_AColumn" msprop:Generator_UserColumnName="TestTMT_A" type="xs:int" minOccurs="0" />
<xs:element name="TestTMT_A_label" msprop:Generator_ColumnVarNameInTable="columnTestTMT_A_label" msprop:Generator_ColumnPropNameInRow="TestTMT_A_label" msprop:Generator_ColumnPropNameInTable="TestTMT_A_labelColumn" msprop:Generator_UserColumnName="TestTMT_A_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TestTMT_B" msprop:Generator_ColumnVarNameInTable="columnTestTMT_B" msprop:Generator_ColumnPropNameInRow="TestTMT_B" msprop:Generator_ColumnPropNameInTable="TestTMT_BColumn" msprop:Generator_UserColumnName="TestTMT_B" type="xs:int" minOccurs="0" />
<xs:element name="TestTMT_B_label" msprop:Generator_ColumnVarNameInTable="columnTestTMT_B_label" msprop:Generator_ColumnPropNameInRow="TestTMT_B_label" msprop:Generator_ColumnPropNameInTable="TestTMT_B_labelColumn" msprop:Generator_UserColumnName="TestTMT_B_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TestTMT_BA" msprop:Generator_ColumnVarNameInTable="columnTestTMT_BA" msprop:Generator_ColumnPropNameInRow="TestTMT_BA" msprop:Generator_ColumnPropNameInTable="TestTMT_BAColumn" msprop:Generator_UserColumnName="TestTMT_BA" type="xs:int" minOccurs="0" />
<xs:element name="TestTMT_BA_label" msprop:Generator_ColumnVarNameInTable="columnTestTMT_BA_label" msprop:Generator_ColumnPropNameInRow="TestTMT_BA_label" msprop:Generator_ColumnPropNameInTable="TestTMT_BA_labelColumn" msprop:Generator_UserColumnName="TestTMT_BA_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Test15ParReyImm" msprop:Generator_ColumnVarNameInTable="columnTest15ParReyImm" msprop:Generator_ColumnPropNameInRow="Test15ParReyImm" msprop:Generator_ColumnPropNameInTable="Test15ParReyImmColumn" msprop:Generator_UserColumnName="Test15ParReyImm" type="xs:int" minOccurs="0" />
<xs:element name="Test15ParReyImm_label" msprop:Generator_ColumnVarNameInTable="columnTest15ParReyImm_label" msprop:Generator_ColumnPropNameInRow="Test15ParReyImm_label" msprop:Generator_ColumnPropNameInTable="Test15ParReyImm_labelColumn" msprop:Generator_UserColumnName="Test15ParReyImm_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Test15ParReyDif" msprop:Generator_ColumnVarNameInTable="columnTest15ParReyDif" msprop:Generator_ColumnPropNameInRow="Test15ParReyDif" msprop:Generator_ColumnPropNameInTable="Test15ParReyDifColumn" msprop:Generator_UserColumnName="Test15ParReyDif" type="xs:int" minOccurs="0" />
<xs:element name="Test15ParReyDif_label" msprop:Generator_ColumnVarNameInTable="columnTest15ParReyDif_label" msprop:Generator_ColumnPropNameInRow="Test15ParReyDif_label" msprop:Generator_ColumnPropNameInTable="Test15ParReyDif_labelColumn" msprop:Generator_UserColumnName="Test15ParReyDif_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ApprSuSpanViSpa" msprop:Generator_ColumnVarNameInTable="columnApprSuSpanViSpa" msprop:Generator_ColumnPropNameInRow="ApprSuSpanViSpa" msprop:Generator_ColumnPropNameInTable="ApprSuSpanViSpaColumn" msprop:Generator_UserColumnName="ApprSuSpanViSpa" type="xs:int" minOccurs="0" />
<xs:element name="ApprSuSpanViSpa_label" msprop:Generator_ColumnVarNameInTable="columnApprSuSpanViSpa_label" msprop:Generator_ColumnPropNameInRow="ApprSuSpanViSpa_label" msprop:Generator_ColumnPropNameInTable="ApprSuSpanViSpa_labelColumn" msprop:Generator_UserColumnName="ApprSuSpanViSpa_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StroopTestInterfErr" msprop:Generator_ColumnVarNameInTable="columnStroopTestInterfErr" msprop:Generator_ColumnPropNameInRow="StroopTestInterfErr" msprop:Generator_ColumnPropNameInTable="StroopTestInterfErrColumn" msprop:Generator_UserColumnName="StroopTestInterfErr" type="xs:int" minOccurs="0" />
<xs:element name="StroopTestInterfErr_label" msprop:Generator_ColumnVarNameInTable="columnStroopTestInterfErr_label" msprop:Generator_ColumnPropNameInRow="StroopTestInterfErr_label" msprop:Generator_ColumnPropNameInTable="StroopTestInterfErr_labelColumn" msprop:Generator_UserColumnName="StroopTestInterfErr_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TestStimeCognErr" msprop:Generator_ColumnVarNameInTable="columnTestStimeCognErr" msprop:Generator_ColumnPropNameInRow="TestStimeCognErr" msprop:Generator_ColumnPropNameInTable="TestStimeCognErrColumn" msprop:Generator_UserColumnName="TestStimeCognErr" type="xs:int" minOccurs="0" />
<xs:element name="TestStimeCognErr_label" msprop:Generator_ColumnVarNameInTable="columnTestStimeCognErr_label" msprop:Generator_ColumnPropNameInRow="TestStimeCognErr_label" msprop:Generator_ColumnPropNameInTable="TestStimeCognErr_labelColumn" msprop:Generator_UserColumnName="TestStimeCognErr_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TestStimeCognBiz" msprop:Generator_ColumnVarNameInTable="columnTestStimeCognBiz" msprop:Generator_ColumnPropNameInRow="TestStimeCognBiz" msprop:Generator_ColumnPropNameInTable="TestStimeCognBizColumn" msprop:Generator_UserColumnName="TestStimeCognBiz" type="xs:int" minOccurs="0" />
<xs:element name="TestStimeCognBiz_label" msprop:Generator_ColumnVarNameInTable="columnTestStimeCognBiz_label" msprop:Generator_ColumnPropNameInRow="TestStimeCognBiz_label" msprop:Generator_ColumnPropNameInTable="TestStimeCognBiz_labelColumn" msprop:Generator_UserColumnName="TestStimeCognBiz_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TorreLondra" msprop:Generator_ColumnVarNameInTable="columnTorreLondra" msprop:Generator_ColumnPropNameInRow="TorreLondra" msprop:Generator_ColumnPropNameInTable="TorreLondraColumn" msprop:Generator_UserColumnName="TorreLondra" type="xs:int" minOccurs="0" />
<xs:element name="TorreLondra_label" msprop:Generator_ColumnVarNameInTable="columnTorreLondra_label" msprop:Generator_ColumnPropNameInRow="TorreLondra_label" msprop:Generator_ColumnPropNameInTable="TorreLondra_labelColumn" msprop:Generator_UserColumnName="TorreLondra_label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PaSis" msprop:Generator_ColumnVarNameInTable="columnPaSis" msprop:Generator_ColumnPropNameInRow="PaSis" msprop:Generator_ColumnPropNameInTable="PaSisColumn" msprop:Generator_UserColumnName="PaSis" type="xs:int" minOccurs="0" />
<xs:element name="PaDia" msprop:Generator_ColumnVarNameInTable="columnPaDia" msprop:Generator_ColumnPropNameInRow="PaDia" msprop:Generator_ColumnPropNameInTable="PaDiaColumn" msprop:Generator_UserColumnName="PaDia" type="xs:int" minOccurs="0" />
<xs:element name="QR1" msprop:Generator_ColumnVarNameInTable="columnQR1" msprop:Generator_ColumnPropNameInRow="QR1" msprop:Generator_ColumnPropNameInTable="QR1Column" msprop:Generator_UserColumnName="QR1" type="xs:double" minOccurs="0" />
<xs:element name="QR1_Kg" msprop:Generator_ColumnVarNameInTable="columnQR1_Kg" msprop:Generator_ColumnPropNameInRow="QR1_Kg" msprop:Generator_ColumnPropNameInTable="QR1_KgColumn" msprop:Generator_UserColumnName="QR1_Kg" type="xs:double" minOccurs="0" />
<xs:element name="VO2" msprop:Generator_ColumnVarNameInTable="columnVO2" msprop:Generator_ColumnPropNameInRow="VO2" msprop:Generator_ColumnPropNameInTable="VO2Column" msprop:Generator_UserColumnName="VO2" type="xs:double" minOccurs="0" />
<xs:element name="VO2_Kg" msprop:Generator_ColumnVarNameInTable="columnVO2_Kg" msprop:Generator_ColumnPropNameInRow="VO2_Kg" msprop:Generator_ColumnPropNameInTable="VO2_KgColumn" msprop:Generator_UserColumnName="VO2_Kg" type="xs:double" minOccurs="0" />
<xs:element name="FC_QR1" msprop:Generator_ColumnVarNameInTable="columnFC_QR1" msprop:Generator_ColumnPropNameInRow="FC_QR1" msprop:Generator_ColumnPropNameInTable="FC_QR1Column" msprop:Generator_UserColumnName="FC_QR1" type="xs:int" minOccurs="0" />
<xs:element name="PolsoO2" msprop:Generator_ColumnVarNameInTable="columnPolsoO2" msprop:Generator_ColumnPropNameInRow="PolsoO2" msprop:Generator_ColumnPropNameInTable="PolsoO2Column" msprop:Generator_UserColumnName="PolsoO2" type="xs:double" minOccurs="0" />
<xs:element name="PaSisMax" msprop:Generator_ColumnVarNameInTable="columnPaSisMax" msprop:Generator_ColumnPropNameInRow="PaSisMax" msprop:Generator_ColumnPropNameInTable="PaSisMaxColumn" msprop:Generator_UserColumnName="PaSisMax" type="xs:int" minOccurs="0" />
<xs:element name="PaDiaMax" msprop:Generator_ColumnVarNameInTable="columnPaDiaMax" msprop:Generator_ColumnPropNameInRow="PaDiaMax" msprop:Generator_ColumnPropNameInTable="PaDiaMaxColumn" msprop:Generator_UserColumnName="PaDiaMax" type="xs:int" minOccurs="0" />
<xs:element name="FrazEiez" msprop:Generator_ColumnVarNameInTable="columnFrazEiez" msprop:Generator_ColumnPropNameInRow="FrazEiez" msprop:Generator_ColumnPropNameInTable="FrazEiezColumn" msprop:Generator_UserColumnName="FrazEiez" type="xs:double" minOccurs="0" />
<xs:element name="TDI" msprop:Generator_ColumnVarNameInTable="columnTDI" msprop:Generator_ColumnPropNameInRow="TDI" msprop:Generator_ColumnPropNameInTable="TDIColumn" msprop:Generator_UserColumnName="TDI" type="xs:double" minOccurs="0" />
<xs:element name="PlaccheVas" msprop:Generator_ColumnVarNameInTable="columnPlaccheVas" msprop:Generator_ColumnPropNameInRow="PlaccheVas" msprop:Generator_ColumnPropNameInTable="PlaccheVasColumn" msprop:Generator_UserColumnName="PlaccheVas" type="xs:double" minOccurs="0" />
<xs:element name="NoteCardio" msprop:Generator_ColumnVarNameInTable="columnNoteCardio" msprop:Generator_ColumnPropNameInRow="NoteCardio" msprop:Generator_ColumnPropNameInTable="NoteCardioColumn" msprop:Generator_UserColumnName="NoteCardio" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PlaccheVas_Label" msprop:Generator_ColumnVarNameInTable="columnPlaccheVas_Label" msprop:Generator_ColumnPropNameInRow="PlaccheVas_Label" msprop:Generator_ColumnPropNameInTable="PlaccheVas_LabelColumn" msprop:Generator_UserColumnName="PlaccheVas_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FamMCCV" msprop:Generator_ColumnVarNameInTable="columnFamMCCV" msprop:Generator_ColumnPropNameInRow="FamMCCV" msprop:Generator_ColumnPropNameInTable="FamMCCVColumn" msprop:Generator_UserColumnName="FamMCCV" type="xs:int" minOccurs="0" />
<xs:element name="FamMCCV_Label" msprop:Generator_ColumnVarNameInTable="columnFamMCCV_Label" msprop:Generator_ColumnPropNameInRow="FamMCCV_Label" msprop:Generator_ColumnPropNameInTable="FamMCCV_LabelColumn" msprop:Generator_UserColumnName="FamMCCV_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Ipertens" msprop:Generator_ColumnVarNameInTable="columnIpertens" msprop:Generator_ColumnPropNameInRow="Ipertens" msprop:Generator_ColumnPropNameInTable="IpertensColumn" msprop:Generator_UserColumnName="Ipertens" type="xs:int" minOccurs="0" />
<xs:element name="Ipertens_Label" msprop:Generator_ColumnVarNameInTable="columnIpertens_Label" msprop:Generator_ColumnPropNameInRow="Ipertens_Label" msprop:Generator_ColumnPropNameInTable="Ipertens_LabelColumn" msprop:Generator_UserColumnName="Ipertens_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IpertensYtd" msprop:Generator_ColumnVarNameInTable="columnIpertensYtd" msprop:Generator_ColumnPropNameInRow="IpertensYtd" msprop:Generator_ColumnPropNameInTable="IpertensYtdColumn" msprop:Generator_UserColumnName="IpertensYtd" type="xs:int" minOccurs="0" />
<xs:element name="IpertensYtd_Label" msprop:Generator_ColumnVarNameInTable="columnIpertensYtd_Label" msprop:Generator_ColumnPropNameInRow="IpertensYtd_Label" msprop:Generator_ColumnPropNameInTable="IpertensYtd_LabelColumn" msprop:Generator_UserColumnName="IpertensYtd_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Diabete" msprop:Generator_ColumnVarNameInTable="columnDiabete" msprop:Generator_ColumnPropNameInRow="Diabete" msprop:Generator_ColumnPropNameInTable="DiabeteColumn" msprop:Generator_UserColumnName="Diabete" type="xs:int" minOccurs="0" />
<xs:element name="Diabete_Label" msprop:Generator_ColumnVarNameInTable="columnDiabete_Label" msprop:Generator_ColumnPropNameInRow="Diabete_Label" msprop:Generator_ColumnPropNameInTable="Diabete_LabelColumn" msprop:Generator_UserColumnName="Diabete_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DiabeteYtd" msprop:Generator_ColumnVarNameInTable="columnDiabeteYtd" msprop:Generator_ColumnPropNameInRow="DiabeteYtd" msprop:Generator_ColumnPropNameInTable="DiabeteYtdColumn" msprop:Generator_UserColumnName="DiabeteYtd" type="xs:int" minOccurs="0" />
<xs:element name="DiabeteYtd_Label" msprop:Generator_ColumnVarNameInTable="columnDiabeteYtd_Label" msprop:Generator_ColumnPropNameInRow="DiabeteYtd_Label" msprop:Generator_ColumnPropNameInTable="DiabeteYtd_LabelColumn" msprop:Generator_UserColumnName="DiabeteYtd_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Ipercolest" msprop:Generator_ColumnVarNameInTable="columnIpercolest" msprop:Generator_ColumnPropNameInRow="Ipercolest" msprop:Generator_ColumnPropNameInTable="IpercolestColumn" msprop:Generator_UserColumnName="Ipercolest" type="xs:int" minOccurs="0" />
<xs:element name="Ipercolest_Label" msprop:Generator_ColumnVarNameInTable="columnIpercolest_Label" msprop:Generator_ColumnPropNameInRow="Ipercolest_Label" msprop:Generator_ColumnPropNameInTable="Ipercolest_LabelColumn" msprop:Generator_UserColumnName="Ipercolest_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IpercolestYtd" msprop:Generator_ColumnVarNameInTable="columnIpercolestYtd" msprop:Generator_ColumnPropNameInRow="IpercolestYtd" msprop:Generator_ColumnPropNameInTable="IpercolestYtdColumn" msprop:Generator_UserColumnName="IpercolestYtd" type="xs:int" minOccurs="0" />
<xs:element name="IpercolestYtd_Label" msprop:Generator_ColumnVarNameInTable="columnIpercolestYtd_Label" msprop:Generator_ColumnPropNameInRow="IpercolestYtd_Label" msprop:Generator_ColumnPropNameInTable="IpercolestYtd_LabelColumn" msprop:Generator_UserColumnName="IpercolestYtd_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Fumo" msprop:Generator_ColumnVarNameInTable="columnFumo" msprop:Generator_ColumnPropNameInRow="Fumo" msprop:Generator_ColumnPropNameInTable="FumoColumn" msprop:Generator_UserColumnName="Fumo" type="xs:int" minOccurs="0" />
<xs:element name="Fumo_Label" msprop:Generator_ColumnVarNameInTable="columnFumo_Label" msprop:Generator_ColumnPropNameInRow="Fumo_Label" msprop:Generator_ColumnPropNameInTable="Fumo_LabelColumn" msprop:Generator_UserColumnName="Fumo_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FumoYtd" msprop:Generator_ColumnVarNameInTable="columnFumoYtd" msprop:Generator_ColumnPropNameInRow="FumoYtd" msprop:Generator_ColumnPropNameInTable="FumoYtdColumn" msprop:Generator_UserColumnName="FumoYtd" type="xs:int" minOccurs="0" />
<xs:element name="FumoYtd_Label" msprop:Generator_ColumnVarNameInTable="columnFumoYtd_Label" msprop:Generator_ColumnPropNameInRow="FumoYtd_Label" msprop:Generator_ColumnPropNameInTable="FumoYtd_LabelColumn" msprop:Generator_UserColumnName="FumoYtd_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Alcool" msprop:Generator_ColumnVarNameInTable="columnAlcool" msprop:Generator_ColumnPropNameInRow="Alcool" msprop:Generator_ColumnPropNameInTable="AlcoolColumn" msprop:Generator_UserColumnName="Alcool" type="xs:int" minOccurs="0" />
<xs:element name="Alcool_Label" msprop:Generator_ColumnVarNameInTable="columnAlcool_Label" msprop:Generator_ColumnPropNameInRow="Alcool_Label" msprop:Generator_ColumnPropNameInTable="Alcool_LabelColumn" msprop:Generator_UserColumnName="Alcool_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AlcoolYtd" msprop:Generator_ColumnVarNameInTable="columnAlcoolYtd" msprop:Generator_ColumnPropNameInRow="AlcoolYtd" msprop:Generator_ColumnPropNameInTable="AlcoolYtdColumn" msprop:Generator_UserColumnName="AlcoolYtd" type="xs:int" minOccurs="0" />
<xs:element name="AlcoolYtd_Label" msprop:Generator_ColumnVarNameInTable="columnAlcoolYtd_Label" msprop:Generator_ColumnPropNameInRow="AlcoolYtd_Label" msprop:Generator_ColumnPropNameInTable="AlcoolYtd_LabelColumn" msprop:Generator_UserColumnName="AlcoolYtd_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sovrapp" msprop:Generator_ColumnVarNameInTable="columnSovrapp" msprop:Generator_ColumnPropNameInRow="Sovrapp" msprop:Generator_ColumnPropNameInTable="SovrappColumn" msprop:Generator_UserColumnName="Sovrapp" type="xs:int" minOccurs="0" />
<xs:element name="Sovrapp_Label" msprop:Generator_ColumnVarNameInTable="columnSovrapp_Label" msprop:Generator_ColumnPropNameInRow="Sovrapp_Label" msprop:Generator_ColumnPropNameInTable="Sovrapp_LabelColumn" msprop:Generator_UserColumnName="Sovrapp_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SovrappYtd" msprop:Generator_ColumnVarNameInTable="columnSovrappYtd" msprop:Generator_ColumnPropNameInRow="SovrappYtd" msprop:Generator_ColumnPropNameInTable="SovrappYtdColumn" msprop:Generator_UserColumnName="SovrappYtd" type="xs:int" minOccurs="0" />
<xs:element name="SovrappYtd_Label" msprop:Generator_ColumnVarNameInTable="columnSovrappYtd_Label" msprop:Generator_ColumnPropNameInRow="SovrappYtd_Label" msprop:Generator_ColumnPropNameInTable="SovrappYtd_LabelColumn" msprop:Generator_UserColumnName="SovrappYtd_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sedent" msprop:Generator_ColumnVarNameInTable="columnSedent" msprop:Generator_ColumnPropNameInRow="Sedent" msprop:Generator_ColumnPropNameInTable="SedentColumn" msprop:Generator_UserColumnName="Sedent" type="xs:int" minOccurs="0" />
<xs:element name="Sedent_Label" msprop:Generator_ColumnVarNameInTable="columnSedent_Label" msprop:Generator_ColumnPropNameInRow="Sedent_Label" msprop:Generator_ColumnPropNameInTable="Sedent_LabelColumn" msprop:Generator_UserColumnName="Sedent_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AdesTerap" msprop:Generator_ColumnVarNameInTable="columnAdesTerap" msprop:Generator_ColumnPropNameInRow="AdesTerap" msprop:Generator_ColumnPropNameInTable="AdesTerapColumn" msprop:Generator_UserColumnName="AdesTerap" type="xs:int" minOccurs="0" />
<xs:element name="AdesTerap_Label" msprop:Generator_ColumnVarNameInTable="columnAdesTerap_Label" msprop:Generator_ColumnPropNameInRow="AdesTerap_Label" msprop:Generator_ColumnPropNameInTable="AdesTerap_LabelColumn" msprop:Generator_UserColumnName="AdesTerap_Label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NoteRelFin" msprop:Generator_ColumnVarNameInTable="columnNoteRelFin" msprop:Generator_ColumnPropNameInRow="NoteRelFin" msprop:Generator_ColumnPropNameInTable="NoteRelFinColumn" msprop:Generator_UserColumnName="NoteRelFin" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4000" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Score1" msprop:Generator_ColumnVarNameInTable="columnScore1" msprop:Generator_ColumnPropNameInRow="Score1" msprop:Generator_ColumnPropNameInTable="Score1Column" msprop:Generator_UserColumnName="Score1" type="xs:double" minOccurs="0" />
<xs:element name="Score2" msprop:Generator_ColumnVarNameInTable="columnScore2" msprop:Generator_ColumnPropNameInRow="Score2" msprop:Generator_ColumnPropNameInTable="Score2Column" msprop:Generator_UserColumnName="Score2" type="xs:double" minOccurs="0" />
<xs:element name="MedicoRef" msprop:Generator_ColumnVarNameInTable="columnMedicoRef" msprop:Generator_ColumnPropNameInRow="MedicoRef" msprop:Generator_ColumnPropNameInTable="MedicoRefColumn" msprop:Generator_UserColumnName="MedicoRef" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisBioMecAnt" msprop:Generator_TableClassName="VisBioMecAntDataTable" msprop:Generator_TableVarName="tableVisBioMecAnt" msprop:Generator_TablePropName="VisBioMecAnt" msprop:Generator_RowDeletingName="VisBioMecAntRowDeleting" msprop:Generator_RowChangingName="VisBioMecAntRowChanging" msprop:Generator_RowEvHandlerName="VisBioMecAntRowChangeEventHandler" msprop:Generator_RowDeletedName="VisBioMecAntRowDeleted" msprop:Generator_UserTableName="VisBioMecAnt" msprop:Generator_RowChangedName="VisBioMecAntRowChanged" msprop:Generator_RowEvArgName="VisBioMecAntRowChangeEvent" msprop:Generator_RowClassName="VisBioMecAntRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="Eta" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEta" msprop:Generator_ColumnPropNameInRow="Eta" msprop:Generator_ColumnPropNameInTable="EtaColumn" msprop:Generator_UserColumnName="Eta" type="xs:double" minOccurs="0" />
<xs:element name="Sesso" msprop:Generator_ColumnVarNameInTable="columnSesso" msprop:Generator_ColumnPropNameInRow="Sesso" msprop:Generator_ColumnPropNameInTable="SessoColumn" msprop:Generator_UserColumnName="Sesso">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</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:element name="PlicaBicipite" msprop:Generator_ColumnVarNameInTable="columnPlicaBicipite" msprop:Generator_ColumnPropNameInRow="PlicaBicipite" msprop:Generator_ColumnPropNameInTable="PlicaBicipiteColumn" msprop:Generator_UserColumnName="PlicaBicipite" type="xs:double" />
<xs:element name="PlicaTricipite" msprop:Generator_ColumnVarNameInTable="columnPlicaTricipite" msprop:Generator_ColumnPropNameInRow="PlicaTricipite" msprop:Generator_ColumnPropNameInTable="PlicaTricipiteColumn" msprop:Generator_UserColumnName="PlicaTricipite" type="xs:double" />
<xs:element name="PlicaSottoscapola" msprop:Generator_ColumnVarNameInTable="columnPlicaSottoscapola" msprop:Generator_ColumnPropNameInRow="PlicaSottoscapola" msprop:Generator_ColumnPropNameInTable="PlicaSottoscapolaColumn" msprop:Generator_UserColumnName="PlicaSottoscapola" type="xs:double" />
<xs:element name="PlicaPettorale" msprop:Generator_ColumnVarNameInTable="columnPlicaPettorale" msprop:Generator_ColumnPropNameInRow="PlicaPettorale" msprop:Generator_ColumnPropNameInTable="PlicaPettoraleColumn" msprop:Generator_UserColumnName="PlicaPettorale" type="xs:double" />
<xs:element name="PlicaAddominale" msprop:Generator_ColumnVarNameInTable="columnPlicaAddominale" msprop:Generator_ColumnPropNameInRow="PlicaAddominale" msprop:Generator_ColumnPropNameInTable="PlicaAddominaleColumn" msprop:Generator_UserColumnName="PlicaAddominale" type="xs:double" />
<xs:element name="PlicaSoprailiaca" msprop:Generator_ColumnVarNameInTable="columnPlicaSoprailiaca" msprop:Generator_ColumnPropNameInRow="PlicaSoprailiaca" msprop:Generator_ColumnPropNameInTable="PlicaSoprailiacaColumn" msprop:Generator_UserColumnName="PlicaSoprailiaca" type="xs:double" />
<xs:element name="PlicaCoscia" msprop:Generator_ColumnVarNameInTable="columnPlicaCoscia" msprop:Generator_ColumnPropNameInRow="PlicaCoscia" msprop:Generator_ColumnPropNameInTable="PlicaCosciaColumn" msprop:Generator_UserColumnName="PlicaCoscia" type="xs:double" />
<xs:element name="CirconfAvamb" msprop:Generator_ColumnVarNameInTable="columnCirconfAvamb" msprop:Generator_ColumnPropNameInRow="CirconfAvamb" msprop:Generator_ColumnPropNameInTable="CirconfAvambColumn" msprop:Generator_UserColumnName="CirconfAvamb" type="xs:double" />
<xs:element name="CirconfVita" msprop:Generator_ColumnVarNameInTable="columnCirconfVita" msprop:Generator_ColumnPropNameInRow="CirconfVita" msprop:Generator_ColumnPropNameInTable="CirconfVitaColumn" msprop:Generator_UserColumnName="CirconfVita" type="xs:double" />
<xs:element name="CirconfGlutei" msprop:Generator_ColumnVarNameInTable="columnCirconfGlutei" msprop:Generator_ColumnPropNameInRow="CirconfGlutei" msprop:Generator_ColumnPropNameInTable="CirconfGluteiColumn" msprop:Generator_UserColumnName="CirconfGlutei" type="xs:double" />
<xs:element name="CirconfQuadricipite" msprop:Generator_ColumnVarNameInTable="columnCirconfQuadricipite" msprop:Generator_ColumnPropNameInRow="CirconfQuadricipite" msprop:Generator_ColumnPropNameInTable="CirconfQuadricipiteColumn" msprop:Generator_UserColumnName="CirconfQuadricipite" type="xs:double" />
<xs:element name="DensCorp" msprop:Generator_ColumnVarNameInTable="columnDensCorp" msprop:Generator_ColumnPropNameInRow="DensCorp" msprop:Generator_ColumnPropNameInTable="DensCorpColumn" msprop:Generator_UserColumnName="DensCorp" type="xs:double" minOccurs="0" />
<xs:element name="GrassoTroncoPerc" msprop:Generator_ColumnVarNameInTable="columnGrassoTroncoPerc" msprop:Generator_ColumnPropNameInRow="GrassoTroncoPerc" msprop:Generator_ColumnPropNameInTable="GrassoTroncoPercColumn" msprop:Generator_UserColumnName="GrassoTroncoPerc" type="xs:double" />
<xs:element name="GrassoViscInd" msprop:Generator_ColumnVarNameInTable="columnGrassoViscInd" msprop:Generator_ColumnPropNameInRow="GrassoViscInd" msprop:Generator_ColumnPropNameInTable="GrassoViscIndColumn" msprop:Generator_UserColumnName="GrassoViscInd" type="xs:double" />
<xs:element name="TRomberg" msprop:Generator_ColumnVarNameInTable="columnTRomberg" msprop:Generator_ColumnPropNameInRow="TRomberg" msprop:Generator_ColumnPropNameInTable="TRombergColumn" msprop:Generator_UserColumnName="TRomberg" type="xs:double" />
<xs:element name="TFukuda" msprop:Generator_ColumnVarNameInTable="columnTFukuda" msprop:Generator_ColumnPropNameInRow="TFukuda" msprop:Generator_ColumnPropNameInTable="TFukudaColumn" msprop:Generator_UserColumnName="TFukuda" type="xs:double" />
<xs:element name="TFukudaIpot" msprop:Generator_ColumnVarNameInTable="columnTFukudaIpot" msprop:Generator_ColumnPropNameInRow="TFukudaIpot" msprop:Generator_ColumnPropNameInTable="TFukudaIpotColumn" msprop:Generator_UserColumnName="TFukudaIpot" type="xs:int" />
<xs:element name="TGUG" msprop:Generator_ColumnVarNameInTable="columnTGUG" msprop:Generator_ColumnPropNameInRow="TGUG" msprop:Generator_ColumnPropNameInTable="TGUGColumn" msprop:Generator_UserColumnName="TGUG" type="xs:double" />
<xs:element name="TGUG1" msprop:Generator_ColumnVarNameInTable="columnTGUG1" msprop:Generator_ColumnPropNameInRow="TGUG1" msprop:Generator_ColumnPropNameInTable="TGUG1Column" msprop:Generator_UserColumnName="TGUG1" type="xs:double" />
<xs:element name="FPrensile" msprop:Generator_ColumnVarNameInTable="columnFPrensile" msprop:Generator_ColumnPropNameInRow="FPrensile" msprop:Generator_ColumnPropNameInTable="FPrensileColumn" msprop:Generator_UserColumnName="FPrensile" type="xs:double" />
<xs:element name="GrassoTotPerc" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoTotPerc" msprop:Generator_ColumnPropNameInRow="GrassoTotPerc" msprop:Generator_ColumnPropNameInTable="GrassoTotPercColumn" msprop:Generator_UserColumnName="GrassoTotPerc" type="xs:double" minOccurs="0" />
<xs:element name="GrassoTot" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrassoTot" msprop:Generator_ColumnPropNameInRow="GrassoTot" msprop:Generator_ColumnPropNameInTable="GrassoTotColumn" msprop:Generator_UserColumnName="GrassoTot" type="xs:double" minOccurs="0" />
<xs:element name="MassaMagraPerc" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMassaMagraPerc" msprop:Generator_ColumnPropNameInRow="MassaMagraPerc" msprop:Generator_ColumnPropNameInTable="MassaMagraPercColumn" msprop:Generator_UserColumnName="MassaMagraPerc" type="xs:double" minOccurs="0" />
<xs:element name="MassaMagraKgCm" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMassaMagraKgCm" msprop:Generator_ColumnPropNameInRow="MassaMagraKgCm" msprop:Generator_ColumnPropNameInTable="MassaMagraKgCmColumn" msprop:Generator_UserColumnName="MassaMagraKgCm" type="xs:double" minOccurs="0" />
<xs:element name="BMI" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBMI" msprop:Generator_ColumnPropNameInRow="BMI" msprop:Generator_ColumnPropNameInTable="BMIColumn" msprop:Generator_UserColumnName="BMI" type="xs:double" minOccurs="0" />
<xs:element name="MetBasaleDie" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMetBasaleDie" msprop:Generator_ColumnPropNameInRow="MetBasaleDie" msprop:Generator_ColumnPropNameInTable="MetBasaleDieColumn" msprop:Generator_UserColumnName="MetBasaleDie" type="xs:double" minOccurs="0" />
<xs:element name="MetBasaleH" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMetBasaleH" msprop:Generator_ColumnPropNameInRow="MetBasaleH" msprop:Generator_ColumnPropNameInTable="MetBasaleHColumn" msprop:Generator_UserColumnName="MetBasaleH" type="xs:double" minOccurs="0" />
<xs:element name="ScoreFPrensile" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnScoreFPrensile" msprop:Generator_ColumnPropNameInRow="ScoreFPrensile" msprop:Generator_ColumnPropNameInTable="ScoreFPrensileColumn" msprop:Generator_UserColumnName="ScoreFPrensile" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisValFunz" msprop:Generator_TableClassName="VisValFunzDataTable" msprop:Generator_TableVarName="tableVisValFunz" msprop:Generator_TablePropName="VisValFunz" msprop:Generator_RowDeletingName="VisValFunzRowDeleting" msprop:Generator_RowChangingName="VisValFunzRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzRowDeleted" msprop:Generator_UserTableName="VisValFunz" msprop:Generator_RowChangedName="VisValFunzRowChanged" msprop:Generator_RowEvArgName="VisValFunzRowChangeEvent" msprop:Generator_RowClassName="VisValFunzRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="FAI" msprop:Generator_ColumnVarNameInTable="columnFAI" msprop:Generator_ColumnPropNameInRow="FAI" msprop:Generator_ColumnPropNameInTable="FAIColumn" msprop:Generator_UserColumnName="FAI" type="xs:int" />
<xs:element name="FP" msprop:Generator_ColumnVarNameInTable="columnFP" msprop:Generator_ColumnPropNameInRow="FP" msprop:Generator_ColumnPropNameInTable="FPColumn" msprop:Generator_UserColumnName="FP" type="xs:int" />
<xs:element name="FT" msprop:Generator_ColumnVarNameInTable="columnFT" msprop:Generator_ColumnPropNameInRow="FT" msprop:Generator_ColumnPropNameInTable="FTColumn" msprop:Generator_UserColumnName="FT" type="xs:int" />
<xs:element name="FS" msprop:Generator_ColumnVarNameInTable="columnFS" msprop:Generator_ColumnPropNameInRow="FS" msprop:Generator_ColumnPropNameInTable="FSColumn" msprop:Generator_UserColumnName="FS" type="xs:int" />
<xs:element name="E" msprop:Generator_ColumnVarNameInTable="columnE" msprop:Generator_ColumnPropNameInRow="E" msprop:Generator_ColumnPropNameInTable="EColumn" msprop:Generator_UserColumnName="E" type="xs:int" />
<xs:element name="GA" msprop:Generator_ColumnVarNameInTable="columnGA" msprop:Generator_ColumnPropNameInRow="GA" msprop:Generator_ColumnPropNameInTable="GAColumn" msprop:Generator_UserColumnName="GA" type="xs:int" />
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" />
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
<xs:element name="FAI_s" msprop:Generator_ColumnVarNameInTable="columnFAI_s" msprop:Generator_ColumnPropNameInRow="FAI_s" msprop:Generator_ColumnPropNameInTable="FAI_sColumn" msprop:Generator_UserColumnName="FAI_s" type="xs:int" minOccurs="0" />
<xs:element name="FP_s" msprop:Generator_ColumnVarNameInTable="columnFP_s" msprop:Generator_ColumnPropNameInRow="FP_s" msprop:Generator_ColumnPropNameInTable="FP_sColumn" msprop:Generator_UserColumnName="FP_s" type="xs:int" minOccurs="0" />
<xs:element name="FT_s" msprop:Generator_ColumnVarNameInTable="columnFT_s" msprop:Generator_ColumnPropNameInRow="FT_s" msprop:Generator_ColumnPropNameInTable="FT_sColumn" msprop:Generator_UserColumnName="FT_s" type="xs:int" minOccurs="0" />
<xs:element name="FS_s" msprop:Generator_ColumnVarNameInTable="columnFS_s" msprop:Generator_ColumnPropNameInRow="FS_s" msprop:Generator_ColumnPropNameInTable="FS_sColumn" msprop:Generator_UserColumnName="FS_s" type="xs:int" minOccurs="0" />
<xs:element name="E_s" msprop:Generator_ColumnVarNameInTable="columnE_s" msprop:Generator_ColumnPropNameInRow="E_s" msprop:Generator_ColumnPropNameInTable="E_sColumn" msprop:Generator_UserColumnName="E_s" type="xs:int" minOccurs="0" />
<xs:element name="GA_s" msprop:Generator_ColumnVarNameInTable="columnGA_s" msprop:Generator_ColumnPropNameInRow="GA_s" msprop:Generator_ColumnPropNameInTable="GA_sColumn" msprop:Generator_UserColumnName="GA_s" type="xs:int" minOccurs="0" />
<xs:element name="Penalty" msprop:Generator_ColumnVarNameInTable="columnPenalty" msprop:Generator_ColumnPropNameInRow="Penalty" msprop:Generator_ColumnPropNameInTable="PenaltyColumn" msprop:Generator_UserColumnName="Penalty" type="xs:int" minOccurs="0" />
<xs:element name="Score" msprop:Generator_ColumnVarNameInTable="columnScore" msprop:Generator_ColumnPropNameInRow="Score" msprop:Generator_ColumnPropNameInTable="ScoreColumn" msprop:Generator_UserColumnName="Score" type="xs:int" minOccurs="0" />
<xs:element name="ScorePerc" msprop:Generator_ColumnVarNameInTable="columnScorePerc" msprop:Generator_ColumnPropNameInRow="ScorePerc" msprop:Generator_ColumnPropNameInTable="ScorePercColumn" msprop:Generator_UserColumnName="ScorePerc" type="xs:double" minOccurs="0" />
<xs:element name="Classe" msprop:Generator_ColumnVarNameInTable="columnClasse" msprop:Generator_ColumnPropNameInRow="Classe" msprop:Generator_ColumnPropNameInTable="ClasseColumn" msprop:Generator_UserColumnName="Classe" type="xs:int" minOccurs="0" />
<xs:element name="Performance" msprop:Generator_ColumnVarNameInTable="columnPerformance" msprop:Generator_ColumnPropNameInRow="Performance" msprop:Generator_ColumnPropNameInTable="PerformanceColumn" msprop:Generator_UserColumnName="Performance" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisValFunzGT" msprop:Generator_TableClassName="VisValFunzGTDataTable" msprop:Generator_TableVarName="tableVisValFunzGT" msprop:Generator_TablePropName="VisValFunzGT" msprop:Generator_RowDeletingName="VisValFunzGTRowDeleting" msprop:Generator_RowChangingName="VisValFunzGTRowChanging" msprop:Generator_RowEvHandlerName="VisValFunzGTRowChangeEventHandler" msprop:Generator_RowDeletedName="VisValFunzGTRowDeleted" msprop:Generator_UserTableName="VisValFunzGT" msprop:Generator_RowChangedName="VisValFunzGTRowChanged" msprop:Generator_RowEvArgName="VisValFunzGTRowChangeEvent" msprop:Generator_RowClassName="VisValFunzGTRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="SJ" msprop:Generator_ColumnVarNameInTable="columnSJ" msprop:Generator_ColumnPropNameInRow="SJ" msprop:Generator_ColumnPropNameInTable="SJColumn" msprop:Generator_UserColumnName="SJ" type="xs:int" />
<xs:element name="FT" msprop:Generator_ColumnVarNameInTable="columnFT" msprop:Generator_ColumnPropNameInRow="FT" msprop:Generator_ColumnPropNameInTable="FTColumn" msprop:Generator_UserColumnName="FT" type="xs:int" />
<xs:element name="PU" msprop:Generator_ColumnVarNameInTable="columnPU" msprop:Generator_ColumnPropNameInRow="PU" msprop:Generator_ColumnPropNameInTable="PUColumn" msprop:Generator_UserColumnName="PU" type="xs:int" />
<xs:element name="TR" msprop:Generator_ColumnVarNameInTable="columnTR" msprop:Generator_ColumnPropNameInRow="TR" msprop:Generator_ColumnPropNameInTable="TRColumn" msprop:Generator_UserColumnName="TR" type="xs:int" minOccurs="0" />
<xs:element name="TR0" msprop:Generator_ColumnVarNameInTable="columnTR0" msprop:Generator_ColumnPropNameInRow="TR0" msprop:Generator_ColumnPropNameInTable="TR0Column" msprop:Generator_UserColumnName="TR0" type="xs:int" />
<xs:element name="TR1" msprop:Generator_ColumnVarNameInTable="columnTR1" msprop:Generator_ColumnPropNameInRow="TR1" msprop:Generator_ColumnPropNameInTable="TR1Column" msprop:Generator_UserColumnName="TR1" type="xs:int" />
<xs:element name="TR2" msprop:Generator_ColumnVarNameInTable="columnTR2" msprop:Generator_ColumnPropNameInRow="TR2" msprop:Generator_ColumnPropNameInTable="TR2Column" msprop:Generator_UserColumnName="TR2" type="xs:int" />
<xs:element name="SU" msprop:Generator_ColumnVarNameInTable="columnSU" msprop:Generator_ColumnPropNameInRow="SU" msprop:Generator_ColumnPropNameInTable="SUColumn" msprop:Generator_UserColumnName="SU" type="xs:int" />
<xs:element name="GA" msprop:Generator_ColumnVarNameInTable="columnGA" msprop:Generator_ColumnPropNameInRow="GA" msprop:Generator_ColumnPropNameInTable="GAColumn" msprop:Generator_UserColumnName="GA" type="xs:int" />
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" />
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
<xs:element name="SJ_s" msprop:Generator_ColumnVarNameInTable="columnSJ_s" msprop:Generator_ColumnPropNameInRow="SJ_s" msprop:Generator_ColumnPropNameInTable="SJ_sColumn" msprop:Generator_UserColumnName="SJ_s" type="xs:int" minOccurs="0" />
<xs:element name="FT_s" msprop:Generator_ColumnVarNameInTable="columnFT_s" msprop:Generator_ColumnPropNameInRow="FT_s" msprop:Generator_ColumnPropNameInTable="FT_sColumn" msprop:Generator_UserColumnName="FT_s" type="xs:int" minOccurs="0" />
<xs:element name="PU_s" msprop:Generator_ColumnVarNameInTable="columnPU_s" msprop:Generator_ColumnPropNameInRow="PU_s" msprop:Generator_ColumnPropNameInTable="PU_sColumn" msprop:Generator_UserColumnName="PU_s" type="xs:int" minOccurs="0" />
<xs:element name="TR_s" msprop:Generator_ColumnVarNameInTable="columnTR_s" msprop:Generator_ColumnPropNameInRow="TR_s" msprop:Generator_ColumnPropNameInTable="TR_sColumn" msprop:Generator_UserColumnName="TR_s" type="xs:int" minOccurs="0" />
<xs:element name="SU_s" msprop:Generator_ColumnVarNameInTable="columnSU_s" msprop:Generator_ColumnPropNameInRow="SU_s" msprop:Generator_ColumnPropNameInTable="SU_sColumn" msprop:Generator_UserColumnName="SU_s" type="xs:int" minOccurs="0" />
<xs:element name="GA_s" msprop:Generator_ColumnVarNameInTable="columnGA_s" msprop:Generator_ColumnPropNameInRow="GA_s" msprop:Generator_ColumnPropNameInTable="GA_sColumn" msprop:Generator_UserColumnName="GA_s" type="xs:int" minOccurs="0" />
<xs:element name="Penalty" msprop:Generator_ColumnVarNameInTable="columnPenalty" msprop:Generator_ColumnPropNameInRow="Penalty" msprop:Generator_ColumnPropNameInTable="PenaltyColumn" msprop:Generator_UserColumnName="Penalty" type="xs:int" minOccurs="0" />
<xs:element name="Score" msprop:Generator_ColumnVarNameInTable="columnScore" msprop:Generator_ColumnPropNameInRow="Score" msprop:Generator_ColumnPropNameInTable="ScoreColumn" msprop:Generator_UserColumnName="Score" type="xs:int" minOccurs="0" />
<xs:element name="ScorePerc" msprop:Generator_ColumnVarNameInTable="columnScorePerc" msprop:Generator_ColumnPropNameInRow="ScorePerc" msprop:Generator_ColumnPropNameInTable="ScorePercColumn" msprop:Generator_UserColumnName="ScorePerc" type="xs:double" minOccurs="0" />
<xs:element name="Classe" msprop:Generator_ColumnVarNameInTable="columnClasse" msprop:Generator_ColumnPropNameInRow="Classe" msprop:Generator_ColumnPropNameInTable="ClasseColumn" msprop:Generator_UserColumnName="Classe" type="xs:int" minOccurs="0" />
<xs:element name="Performance" msprop:Generator_ColumnVarNameInTable="columnPerformance" msprop:Generator_ColumnPropNameInRow="Performance" msprop:Generator_ColumnPropNameInTable="PerformanceColumn" msprop:Generator_UserColumnName="Performance" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Pazienti2Labels" msprop:Generator_TableClassName="Pazienti2LabelsDataTable" msprop:Generator_TableVarName="tablePazienti2Labels" msprop:Generator_TablePropName="Pazienti2Labels" msprop:Generator_RowDeletingName="Pazienti2LabelsRowDeleting" msprop:Generator_RowChangingName="Pazienti2LabelsRowChanging" msprop:Generator_RowEvHandlerName="Pazienti2LabelsRowChangeEventHandler" msprop:Generator_RowDeletedName="Pazienti2LabelsRowDeleted" msprop:Generator_UserTableName="Pazienti2Labels" msprop:Generator_RowChangedName="Pazienti2LabelsRowChanged" msprop:Generator_RowEvArgName="Pazienti2LabelsRowChangeEvent" msprop:Generator_RowClassName="Pazienti2LabelsRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="CodLabel" msprop:Generator_ColumnVarNameInTable="columnCodLabel" msprop:Generator_ColumnPropNameInRow="CodLabel" msprop:Generator_ColumnPropNameInTable="CodLabelColumn" msprop:Generator_UserColumnName="CodLabel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencoVisite-SP" msprop:Generator_TableClassName="_ElencoVisite_SPDataTable" msprop:Generator_TableVarName="_tableElencoVisite_SP" msprop:Generator_RowChangedName="_ElencoVisite_SPRowChanged" msprop:Generator_TablePropName="_ElencoVisite_SP" msprop:Generator_RowDeletingName="_ElencoVisite_SPRowDeleting" msprop:Generator_RowChangingName="_ElencoVisite_SPRowChanging" msprop:Generator_RowEvHandlerName="_ElencoVisite_SPRowChangeEventHandler" msprop:Generator_RowDeletedName="_ElencoVisite_SPRowDeleted" msprop:Generator_RowClassName="_ElencoVisite_SPRow" msprop:Generator_UserTableName="ElencoVisite-SP" msprop:Generator_RowEvArgName="_ElencoVisite_SPRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DataVisita" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" minOccurs="0" />
<xs:element name="VVSP_12" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVVSP_12" msprop:Generator_ColumnPropNameInRow="VVSP_12" msprop:Generator_ColumnPropNameInTable="VVSP_12Column" msprop:Generator_UserColumnName="VVSP_12" type="xs:int" minOccurs="0" />
<xs:element name="VVSP_345" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVVSP_345" msprop:Generator_ColumnPropNameInRow="VVSP_345" msprop:Generator_ColumnPropNameInTable="VVSP_345Column" msprop:Generator_UserColumnName="VVSP_345" type="xs:int" minOccurs="0" />
<xs:element name="VL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVL" msprop:Generator_ColumnPropNameInRow="VL" msprop:Generator_ColumnPropNameInTable="VLColumn" msprop:Generator_UserColumnName="VL" type="xs:int" minOccurs="0" />
<xs:element name="VBMA" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVBMA" msprop:Generator_ColumnPropNameInRow="VBMA" msprop:Generator_ColumnPropNameInTable="VBMAColumn" msprop:Generator_UserColumnName="VBMA" type="xs:int" minOccurs="0" />
<xs:element name="VRF" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVRF" msprop:Generator_ColumnPropNameInRow="VRF" msprop:Generator_ColumnPropNameInTable="VRFColumn" msprop:Generator_UserColumnName="VRF" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisValSP_12" msprop:Generator_TableClassName="VisValSP_12DataTable" msprop:Generator_TableVarName="tableVisValSP_12" msprop:Generator_RowChangedName="VisValSP_12RowChanged" msprop:Generator_TablePropName="VisValSP_12" msprop:Generator_RowDeletingName="VisValSP_12RowDeleting" msprop:Generator_RowChangingName="VisValSP_12RowChanging" msprop:Generator_RowEvHandlerName="VisValSP_12RowChangeEventHandler" msprop:Generator_RowDeletedName="VisValSP_12RowDeleted" msprop:Generator_RowClassName="VisValSP_12Row" msprop:Generator_UserTableName="VisValSP_12" msprop:Generator_RowEvArgName="VisValSP_12RowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="CD" msprop:Generator_ColumnVarNameInTable="columnCD" msprop:Generator_ColumnPropNameInRow="CD" msprop:Generator_ColumnPropNameInTable="CDColumn" msprop:Generator_UserColumnName="CD" type="xs:double" />
<xs:element name="SP" msprop:Generator_ColumnVarNameInTable="columnSP" msprop:Generator_ColumnPropNameInRow="SP" msprop:Generator_ColumnPropNameInTable="SPColumn" msprop:Generator_UserColumnName="SP" type="xs:int" />
<xs:element name="GL" msprop:Generator_ColumnVarNameInTable="columnGL" msprop:Generator_ColumnPropNameInRow="GL" msprop:Generator_ColumnPropNameInTable="GLColumn" msprop:Generator_UserColumnName="GL" type="xs:int" />
<xs:element name="LM" msprop:Generator_ColumnVarNameInTable="columnLM" msprop:Generator_ColumnPropNameInRow="LM" msprop:Generator_ColumnPropNameInTable="LMColumn" msprop:Generator_UserColumnName="LM" type="xs:int" />
<xs:element name="SA" msprop:Generator_ColumnVarNameInTable="columnSA" msprop:Generator_ColumnPropNameInRow="SA" msprop:Generator_ColumnPropNameInTable="SAColumn" msprop:Generator_UserColumnName="SA" type="xs:int" />
<xs:element name="RP" msprop:Generator_ColumnVarNameInTable="columnRP" msprop:Generator_ColumnPropNameInRow="RP" msprop:Generator_ColumnPropNameInTable="RPColumn" msprop:Generator_UserColumnName="RP" type="xs:int" />
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" />
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
<xs:element name="CD_s" msprop:Generator_ColumnVarNameInTable="columnCD_s" msprop:Generator_ColumnPropNameInRow="CD_s" msprop:Generator_ColumnPropNameInTable="CD_sColumn" msprop:Generator_UserColumnName="CD_s" type="xs:int" minOccurs="0" />
<xs:element name="SP_s" msprop:Generator_ColumnVarNameInTable="columnSP_s" msprop:Generator_ColumnPropNameInRow="SP_s" msprop:Generator_ColumnPropNameInTable="SP_sColumn" msprop:Generator_UserColumnName="SP_s" type="xs:int" />
<xs:element name="GL_s" msprop:Generator_ColumnVarNameInTable="columnGL_s" msprop:Generator_ColumnPropNameInRow="GL_s" msprop:Generator_ColumnPropNameInTable="GL_sColumn" msprop:Generator_UserColumnName="GL_s" type="xs:int" />
<xs:element name="LM_s" msprop:Generator_ColumnVarNameInTable="columnLM_s" msprop:Generator_ColumnPropNameInRow="LM_s" msprop:Generator_ColumnPropNameInTable="LM_sColumn" msprop:Generator_UserColumnName="LM_s" type="xs:int" minOccurs="0" />
<xs:element name="SA_s" msprop:Generator_ColumnVarNameInTable="columnSA_s" msprop:Generator_ColumnPropNameInRow="SA_s" msprop:Generator_ColumnPropNameInTable="SA_sColumn" msprop:Generator_UserColumnName="SA_s" type="xs:int" />
<xs:element name="RP_s" msprop:Generator_ColumnVarNameInTable="columnRP_s" msprop:Generator_ColumnPropNameInRow="RP_s" msprop:Generator_ColumnPropNameInTable="RP_sColumn" msprop:Generator_UserColumnName="RP_s" type="xs:int" />
<xs:element name="Penalty" msprop:Generator_ColumnVarNameInTable="columnPenalty" msprop:Generator_ColumnPropNameInRow="Penalty" msprop:Generator_ColumnPropNameInTable="PenaltyColumn" msprop:Generator_UserColumnName="Penalty" type="xs:int" minOccurs="0" />
<xs:element name="Score" msprop:Generator_ColumnVarNameInTable="columnScore" msprop:Generator_ColumnPropNameInRow="Score" msprop:Generator_ColumnPropNameInTable="ScoreColumn" msprop:Generator_UserColumnName="Score" type="xs:int" minOccurs="0" />
<xs:element name="ScorePerc" msprop:Generator_ColumnVarNameInTable="columnScorePerc" msprop:Generator_ColumnPropNameInRow="ScorePerc" msprop:Generator_ColumnPropNameInTable="ScorePercColumn" msprop:Generator_UserColumnName="ScorePerc" type="xs:double" minOccurs="0" />
<xs:element name="Classe" msprop:Generator_ColumnVarNameInTable="columnClasse" msprop:Generator_ColumnPropNameInRow="Classe" msprop:Generator_ColumnPropNameInTable="ClasseColumn" msprop:Generator_UserColumnName="Classe" type="xs:int" minOccurs="0" />
<xs:element name="Performance" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPerformance" msprop:Generator_ColumnPropNameInRow="Performance" msprop:Generator_ColumnPropNameInTable="PerformanceColumn" msprop:Generator_UserColumnName="Performance" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VisValSP_345" msprop:Generator_TableClassName="VisValSP_345DataTable" msprop:Generator_TableVarName="tableVisValSP_345" msprop:Generator_RowChangedName="VisValSP_345RowChanged" msprop:Generator_TablePropName="VisValSP_345" msprop:Generator_RowDeletingName="VisValSP_345RowDeleting" msprop:Generator_RowChangingName="VisValSP_345RowChanging" msprop:Generator_RowEvHandlerName="VisValSP_345RowChangeEventHandler" msprop:Generator_RowDeletedName="VisValSP_345RowDeleted" msprop:Generator_RowClassName="VisValSP_345Row" msprop:Generator_UserTableName="VisValSP_345" msprop:Generator_RowEvArgName="VisValSP_345RowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPaziente" msprop:Generator_ColumnVarNameInTable="columnIdxPaziente" msprop:Generator_ColumnPropNameInRow="IdxPaziente" msprop:Generator_ColumnPropNameInTable="IdxPazienteColumn" msprop:Generator_UserColumnName="IdxPaziente" type="xs:int" />
<xs:element name="DataVisita" msprop:Generator_ColumnVarNameInTable="columnDataVisita" msprop:Generator_ColumnPropNameInRow="DataVisita" msprop:Generator_ColumnPropNameInTable="DataVisitaColumn" msprop:Generator_UserColumnName="DataVisita" type="xs:dateTime" />
<xs:element name="CD" msprop:Generator_ColumnVarNameInTable="columnCD" msprop:Generator_ColumnPropNameInRow="CD" msprop:Generator_ColumnPropNameInTable="CDColumn" msprop:Generator_UserColumnName="CD" type="xs:double" />
<xs:element name="ES" msprop:Generator_ColumnVarNameInTable="columnES" msprop:Generator_ColumnPropNameInRow="ES" msprop:Generator_ColumnPropNameInTable="ESColumn" msprop:Generator_UserColumnName="ES" type="xs:double" />
<xs:element name="EB" msprop:Generator_ColumnVarNameInTable="columnEB" msprop:Generator_ColumnPropNameInRow="EB" msprop:Generator_ColumnPropNameInTable="EBColumn" msprop:Generator_UserColumnName="EB" type="xs:double" />
<xs:element name="LM" msprop:Generator_ColumnVarNameInTable="columnLM" msprop:Generator_ColumnPropNameInRow="LM" msprop:Generator_ColumnPropNameInTable="LMColumn" msprop:Generator_UserColumnName="LM" type="xs:int" />
<xs:element name="TI" msprop:Generator_ColumnVarNameInTable="columnTI" msprop:Generator_ColumnPropNameInRow="TI" msprop:Generator_ColumnPropNameInTable="TIColumn" msprop:Generator_UserColumnName="TI" type="xs:int" />
<xs:element name="FT" msprop:Generator_ColumnVarNameInTable="columnFT" msprop:Generator_ColumnPropNameInRow="FT" msprop:Generator_ColumnPropNameInTable="FTColumn" msprop:Generator_UserColumnName="FT" type="xs:double" />
<xs:element name="Altezza" msprop:Generator_ColumnVarNameInTable="columnAltezza" msprop:Generator_ColumnPropNameInRow="Altezza" msprop:Generator_ColumnPropNameInTable="AltezzaColumn" msprop:Generator_UserColumnName="Altezza" type="xs:double" />
<xs:element name="Peso" msprop:Generator_ColumnVarNameInTable="columnPeso" msprop:Generator_ColumnPropNameInRow="Peso" msprop:Generator_ColumnPropNameInTable="PesoColumn" msprop:Generator_UserColumnName="Peso" type="xs:double" />
<xs:element name="CD_s" msprop:Generator_ColumnVarNameInTable="columnCD_s" msprop:Generator_ColumnPropNameInRow="CD_s" msprop:Generator_ColumnPropNameInTable="CD_sColumn" msprop:Generator_UserColumnName="CD_s" type="xs:int" minOccurs="0" />
<xs:element name="ES_s" msprop:Generator_ColumnVarNameInTable="columnES_s" msprop:Generator_ColumnPropNameInRow="ES_s" msprop:Generator_ColumnPropNameInTable="ES_sColumn" msprop:Generator_UserColumnName="ES_s" type="xs:int" minOccurs="0" />
<xs:element name="EB_s" msprop:Generator_ColumnVarNameInTable="columnEB_s" msprop:Generator_ColumnPropNameInRow="EB_s" msprop:Generator_ColumnPropNameInTable="EB_sColumn" msprop:Generator_UserColumnName="EB_s" type="xs:int" minOccurs="0" />
<xs:element name="LM_s" msprop:Generator_ColumnVarNameInTable="columnLM_s" msprop:Generator_ColumnPropNameInRow="LM_s" msprop:Generator_ColumnPropNameInTable="LM_sColumn" msprop:Generator_UserColumnName="LM_s" type="xs:int" minOccurs="0" />
<xs:element name="TI_s" msprop:Generator_ColumnVarNameInTable="columnTI_s" msprop:Generator_ColumnPropNameInRow="TI_s" msprop:Generator_ColumnPropNameInTable="TI_sColumn" msprop:Generator_UserColumnName="TI_s" type="xs:int" minOccurs="0" />
<xs:element name="FT_s" msprop:Generator_ColumnVarNameInTable="columnFT_s" msprop:Generator_ColumnPropNameInRow="FT_s" msprop:Generator_ColumnPropNameInTable="FT_sColumn" msprop:Generator_UserColumnName="FT_s" type="xs:int" minOccurs="0" />
<xs:element name="Penalty" msprop:Generator_ColumnVarNameInTable="columnPenalty" msprop:Generator_ColumnPropNameInRow="Penalty" msprop:Generator_ColumnPropNameInTable="PenaltyColumn" msprop:Generator_UserColumnName="Penalty" type="xs:int" minOccurs="0" />
<xs:element name="Score" msprop:Generator_ColumnVarNameInTable="columnScore" msprop:Generator_ColumnPropNameInRow="Score" msprop:Generator_ColumnPropNameInTable="ScoreColumn" msprop:Generator_UserColumnName="Score" type="xs:int" minOccurs="0" />
<xs:element name="ScorePerc" msprop:Generator_ColumnVarNameInTable="columnScorePerc" msprop:Generator_ColumnPropNameInRow="ScorePerc" msprop:Generator_ColumnPropNameInTable="ScorePercColumn" msprop:Generator_UserColumnName="ScorePerc" type="xs:double" minOccurs="0" />
<xs:element name="Classe" msprop:Generator_ColumnVarNameInTable="columnClasse" msprop:Generator_ColumnPropNameInRow="Classe" msprop:Generator_ColumnPropNameInTable="ClasseColumn" msprop:Generator_UserColumnName="Classe" type="xs:int" minOccurs="0" />
<xs:element name="Performance" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPerformance" msprop:Generator_ColumnPropNameInRow="Performance" msprop:Generator_ColumnPropNameInTable="PerformanceColumn" msprop:Generator_UserColumnName="Performance" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:AnagPazienti" />
<xs:field xpath="mstns:IdxPaziente" />
</xs:unique>
<xs:unique name="ElencoVisite-AFA_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:ElencoVisite-AFA" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisLab_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisLab" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisAnamCli_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisAnamCli" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisCardioPol_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisCardioPol" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisPsico_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisPsico" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisStileVita_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisStileVita" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisRelazFin_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisRelazFin" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisBioMecAnt_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisBioMecAnt" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisValFunz_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisValFunz" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisValFunzGT_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisValFunzGT" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="Pazienti2Labels_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Pazienti2Labels" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:CodLabel" />
</xs:unique>
<xs:unique name="VisValSP_12_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisValSP_12" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
<xs:unique name="VisValSP_345_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:VisValSP_345" />
<xs:field xpath="mstns:IdxPaziente" />
<xs:field xpath="mstns:DataVisita" />
</xs:unique>
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="FK_VisClinGen_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisLab" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisLab" msprop:Generator_ChildPropName="GetVisLabRows" msprop:Generator_UserRelationName="FK_VisClinGen_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisClinGen_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisAnamCli_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisAnamCli" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisAnamCli" msprop:Generator_ChildPropName="GetVisAnamCliRows" msprop:Generator_UserRelationName="FK_VisAnamCli_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisAnamCli_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisCardioPol_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisCardioPol" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisCardioPol" msprop:Generator_ChildPropName="GetVisCardioPolRows" msprop:Generator_UserRelationName="FK_VisCardioPol_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisCardioPol_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisPsico_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisPsico" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisPsico" msprop:Generator_ChildPropName="GetVisPsicoRows" msprop:Generator_UserRelationName="FK_VisPsico_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisPsico_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisStileVita_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisStileVita" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisStileVita" msprop:Generator_ChildPropName="GetVisStileVitaRows" msprop:Generator_UserRelationName="FK_VisStileVita_AnagPazienti" msprop:Generator_RelationVarName="relationFK_VisStileVita_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" />
<msdata:Relationship name="FK_VisRelazFin_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisRelazFin" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisRelazFin" msprop:Generator_ChildPropName="GetVisRelazFinRows" msprop:Generator_UserRelationName="FK_VisRelazFin_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisRelazFin_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="AnagPazienti_v_VisBioMecAnt" msdata:parent="AnagPazienti" msdata:child="VisBioMecAnt" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisBioMecAnt" msprop:Generator_ChildPropName="GetVisBioMecAntRows" msprop:Generator_UserRelationName="AnagPazienti_v_VisBioMecAnt" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationAnagPazienti_v_VisBioMecAnt" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_VisValFunz_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunz" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunz" msprop:Generator_ChildPropName="GetVisValFunzRows" msprop:Generator_UserRelationName="FK_VisValFunz_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_VisValFunz_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_ValSvolAtt_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="VisValFunzGT" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="VisValFunzGT" msprop:Generator_ChildPropName="GetVisValFunzGTRows" msprop:Generator_UserRelationName="FK_ValSvolAtt_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_ValSvolAtt_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
<msdata:Relationship name="FK_Pazienti2Labels_AnagPazienti" msdata:parent="AnagPazienti" msdata:child="Pazienti2Labels" msdata:parentkey="IdxPaziente" msdata:childkey="IdxPaziente" msprop:Generator_UserChildTable="Pazienti2Labels" msprop:Generator_ChildPropName="GetPazienti2LabelsRows" msprop:Generator_UserRelationName="FK_Pazienti2Labels_AnagPazienti" msprop:Generator_ParentPropName="AnagPazientiRow" msprop:Generator_RelationVarName="relationFK_Pazienti2Labels_AnagPazienti" msprop:Generator_UserParentTable="AnagPazienti" />
</xs:appinfo>
</xs:annotation>
</xs:schema>