Update web/consultas.html
Browse files- web/consultas.html +1 -1
web/consultas.html
CHANGED
|
@@ -155,7 +155,7 @@
|
|
| 155 |
|
| 156 |
row.innerHTML = `
|
| 157 |
<td>${consultation.consultationID}</td>
|
| 158 |
-
<td>${consultation.patientName || consultation.patient_name || 'N/A'}</td>
|
| 159 |
<td>${formatDate(consultation.consultationDate)}</td>
|
| 160 |
<td class="${consultation.diabeticRetinopathy ? 'diagnosis-positive' : 'diagnosis-negative'}">
|
| 161 |
${consultation.diabeticRetinopathy ? 'Positivo' : 'Negativo'}
|
|
|
|
| 155 |
|
| 156 |
row.innerHTML = `
|
| 157 |
<td>${consultation.consultationID}</td>
|
| 158 |
+
<td>${consultation.patientName || consultation.patientName || consultation.patient_name || 'N/A'}</td>
|
| 159 |
<td>${formatDate(consultation.consultationDate)}</td>
|
| 160 |
<td class="${consultation.diabeticRetinopathy ? 'diagnosis-positive' : 'diagnosis-negative'}">
|
| 161 |
${consultation.diabeticRetinopathy ? 'Positivo' : 'Negativo'}
|