Update web/patients.html
Browse files- web/patients.html +1 -4
web/patients.html
CHANGED
|
@@ -1109,10 +1109,7 @@
|
|
| 1109 |
|
| 1110 |
window.startDiagnosisForPatient = function() {
|
| 1111 |
if (selectedPatientForDetails) {
|
| 1112 |
-
|
| 1113 |
-
window.location.href = 'auth-login.html';
|
| 1114 |
-
|
| 1115 |
-
}, 200);
|
| 1116 |
}
|
| 1117 |
};
|
| 1118 |
|
|
|
|
| 1109 |
|
| 1110 |
window.startDiagnosisForPatient = function() {
|
| 1111 |
if (selectedPatientForDetails) {
|
| 1112 |
+
window.location.href = 'diagnosis.html?patient=' + selectedPatientForDetails.patientID;
|
|
|
|
|
|
|
|
|
|
| 1113 |
}
|
| 1114 |
};
|
| 1115 |
|