Backend Service

This commit is contained in:
2019-04-09 00:02:17 +00:00
parent 76edf4ebe0
commit 279e2c7908
+1 -1
View File
@@ -590,7 +590,7 @@ long getMemberPractice(CVars in, CVars &out) {
out[vname] = rec["long_id"];
snprintf(vname, sizeof (vname), "patient_added_%05d", i);
out[vname] = rec["patient_added"];
out[vname] = rec["added"];
snprintf(vname, sizeof (vname), "patient_status_%05d", i);
out[vname] = rec["patient_status"];