summaryrefslogtreecommitdiff
path: root/client/pcpviewer.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-12 12:09:50 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-12 12:09:50 +0200
commitffc19fdcd0845dbd85c2bba990c590fcc5fba670 (patch)
treef8a397c2c3a24f2b7fe180c7402f36919e784179 /client/pcpviewer.cc
parent29b92e2906823878a7c516dc454d9ae8654de8fb (diff)
Finalised the praxisd communination code. Still untested though...
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++;
}
-
+ */
}