diff --git a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx
index d2a87db..dfa1c19 100644
--- a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx
+++ b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx
@@ -1,5 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_PrestPAI.ascx.cs" Inherits="ScheMe.WebUserControls.mod_PrestPAI" %>
+<%@ Register Src="~/WebUserControls/mod_autocompleteShort.ascx" TagPrefix="uc1" TagName="mod_autocompleteShort" %>
+
@@ -20,18 +22,20 @@
-
+
-
-
+
-
+
@@ -70,31 +74,30 @@
-
+
-
+
+
+
-
-
+
-
-
-
-
-
+
+
+
-
+
@@ -105,9 +108,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs
index 33a53ff..ce0a5ce 100644
--- a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs
+++ b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs
@@ -10,6 +10,13 @@ namespace ScheMe.WebUserControls
{
public partial class mod_PrestPAI : System.Web.UI.UserControl
{
+ ///
+ /// url base area services
+ ///
+ public string serviceUrl(string method)
+ {
+ return string.Format("/{0}/WS_data.asmx/{1}", memLayer.ML.confReadString("serviceUrl"), method);
+ }
protected int idxPaziente
{
get
diff --git a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs
index 24ced20..3b6deab 100644
--- a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs
+++ b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs
@@ -12,6 +12,15 @@ namespace ScheMe.WebUserControls {
public partial class mod_PrestPAI {
+ ///
+ /// Controllo acCodPrest.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::ScheMe.WebUserControls.mod_autocompleteShort acCodPrest;
+
///
/// Controllo grView.
///