summaryrefslogtreecommitdiff
path: root/client/pcpviewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/pcpviewer.cc')
-rw-r--r--client/pcpviewer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/pcpviewer.cc b/client/pcpviewer.cc
index c665cf2..f0059f4 100644
--- a/client/pcpviewer.cc
+++ b/client/pcpviewer.cc
@@ -30,7 +30,7 @@
PCPViewer::PCPViewer(QString patientid) : praxisd("gargamel", 10000)
{
this->patientid = patientid;
-
+ /*
std::string j = praxisd.journal_get_by_cpr(patientid.toStdString());
printf("%s\n", j.c_str());
@@ -46,5 +46,5 @@ PCPViewer::PCPViewer(QString patientid) : praxisd("gargamel", 10000)
di->date.c_str());
di++;
}
-
+ */
}