Patient Image

{{ patientdto?.name }}

Age: {{ patientdto?.age }}
Gender: {{ gender[patientdto?.gender] }}
Mobile: {{ patientdto?.mobile }}
Email: {{ patientdto?.email }}
Blood Group: {{ patientdto?.bloodGroup }}
Doctor: {{ patientdto?.doctorAssigned || 'N/A' }}
Admission: {{ patientdto?.admissionDate | date }}
Discharge: {{ patientdto?.dischargeDate | date }}
Treatment: {{ patientdto?.treatment || 'N/A' }}
Status: {{ status[patientdto?.status] }}

{{'::PatientHeader' | abpLocalization}}

Patient ID Full Name Gender Date of Admission Diagnosis Lab Reports Medications Next Follow-Up Status Actions {{ patientrecord.id }} {{ patientrecord.patients.name }} {{ gender[patientrecord.patients.gender] }} {{ patientrecord.dateOfAdmission | date }} {{ patientrecord.diagnosis }} {{ patientrecord.nextFollowUp | date }} {{ status[patientrecord.patients.status] }} No Patients found.
Total Records: {{totalRecords}}
Admission Date is required.
{{labReportUrlpath}}
{{medicationUrlpath}}
{{medicationHistoryUrlpath}}
Next Follow-Up Date is required.
Diagnosis is required.
Insurance is required.