Update web/patients.html
Browse files- web/patients.html +2 -4
web/patients.html
CHANGED
|
@@ -1218,10 +1218,8 @@ function createPatientCard(patient) {
|
|
| 1218 |
|
| 1219 |
window.startDiagnosisForPatient = function() {
|
| 1220 |
if (selectedPatientForDetails) {
|
| 1221 |
-
|
| 1222 |
-
|
| 1223 |
-
|
| 1224 |
-
}, 200);
|
| 1225 |
}
|
| 1226 |
};
|
| 1227 |
|
|
|
|
| 1218 |
|
| 1219 |
window.startDiagnosisForPatient = function() {
|
| 1220 |
if (selectedPatientForDetails) {
|
| 1221 |
+
$('#patientDetailsModal').modal('hide');
|
| 1222 |
+
window.location.href = `diagnosis.html?patient=${selectedPatientForDetails.patientID}`;
|
|
|
|
|
|
|
| 1223 |
}
|
| 1224 |
};
|
| 1225 |
|