|
@@ -3,11 +3,11 @@
|
|
|
<thead class="bg-light border-top">
|
|
|
<tr>
|
|
|
<th class="border-0">#</th>
|
|
|
- <th class="border-0">Name</th>
|
|
|
- <th class="border-0">DOB</th>
|
|
|
- <th class="border-0">Age</th>
|
|
|
- <th class="border-0">Sex</th>
|
|
|
- <th class="border-0">BMI</th>
|
|
|
+ <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("dna.patients"), 'label' => 'Name', 'key' => 'name_first'])</th>
|
|
|
+ <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("dna.patients"), 'label' => 'DOB', 'key' => 'dob'])</th>
|
|
|
+ <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("dna.patients"), 'label' => 'Age', 'key' => 'age_in_years'])</th>
|
|
|
+ <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("dna.patients"), 'label' => 'Sex', 'key' => 'sex'])</th>
|
|
|
+ <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("dna.patients"), 'label' => 'BMI', 'key' => 'usual_bmi_min'])</th>
|
|
|
<th class="border-0">Insurance</th>
|
|
|
<th class="border-0">MCP</th>
|
|
|
<th class="border-0">RPM</th>
|