- <%: pazienteSel %>
- <%: SteamWare.memLayer.ML.QSD("DataVisita") %>
+
+
+
CENTRO SERVIZI PIC - dott. B.Sgherzi
+
+
+ <%: pazienteSel %>
+
+
+ <%: DataVisita %>
+
+
diff --git a/ScheMe-PIC/VPAI_Print.aspx.cs b/ScheMe-PIC/VPAI_Print.aspx.cs
index 2168351..8c00969 100644
--- a/ScheMe-PIC/VPAI_Print.aspx.cs
+++ b/ScheMe-PIC/VPAI_Print.aspx.cs
@@ -31,6 +31,14 @@ namespace ScheMe
return answ;
}
}
-
+ public string DataVisita
+ {
+ get
+ {
+ string answ = "-";
+ answ = string.Format("{0:yyyy-MM-dd}", memLayer.ML.QSD("DataVisita"));
+ return answ;
+ }
+ }
}
}
\ No newline at end of file