| NAME | SEX |
| {{ get_full_name($patient->id, "id", "first_name", "last_name", "patients") }} | {{ $patient->gender == 1 ? "MALE" : "FEMALE" }} |
|---|---|
| Stre@mline NUMBER | DATE OF BIRTH |
| {{ $patient->number }} | {{ streamline_date($patient->date_of_birth) }} |
| NIN | HOLDER'S SIGNATURE |
| {{ $patient->national_id }} | {{-- signature --}} |
| HOST HEALTH FACILITY | {{ $hospitalInfo->name }} |
| VILLAGE | {{ get_name(get_name($patient->id, "id", "village_id", "patients"), "id", "name", "villages") }} |
| DISTRICT | {{ get_name($patient->district_id, "id", "name", "districts") }} |
{{ getDNS1DBarcodePNGOtherOption(sprintf("%04u", $patient->id)) }}
{{ sprintf("%04u", $patient->id) }} |
|