{% extends 'layout.html' %} {% block content %}
First Name | Last Name | Birth Date | Address | Phone Number | Gender | Height | Weight | Blood Type | Allergies | Health Insurance | Actions | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ patient.firstName }} | {{ patient.lastName }} | {{ patient.birthDate }} | {{ patient.address }} | {{ patient.phoneNumber }} | {{ patient.email }} | {{ patient.gender }} | {{ patient.height }} | {{ patient.weight }} | {{ patient.bloodType }} | {{ patient.allergies }} | {{ patient.healthInsurance }} | Add medical record Show medical records | Create Request for Medical Investigation |
No patients yet.
{% endif %} {% endblock content %}