|
@@ -28,6 +28,7 @@ else {
|
|
<table class="table table-sm table-bordered table-striped mb-0 bg-white mb-2">
|
|
<table class="table table-sm table-bordered table-striped mb-0 bg-white mb-2">
|
|
<thead>
|
|
<thead>
|
|
<tr class="">
|
|
<tr class="">
|
|
|
|
+ <th class="border-bottom-0 width-100px text-info">Relevant to<br>this visit</th>
|
|
<th class="border-bottom-0">Medication</th>
|
|
<th class="border-bottom-0">Medication</th>
|
|
<th class="border-bottom-0">Most Recent Review</th>
|
|
<th class="border-bottom-0">Most Recent Review</th>
|
|
<th class="border-bottom-0">Most Recent Plan</th>
|
|
<th class="border-bottom-0">Most Recent Plan</th>
|
|
@@ -37,12 +38,12 @@ else {
|
|
<?php foreach($medications as $medication): ?>
|
|
<?php foreach($medications as $medication): ?>
|
|
<?php $point = $medication; ?>
|
|
<?php $point = $medication; ?>
|
|
<tr>
|
|
<tr>
|
|
- <td>
|
|
|
|
- <div class="d-flex align-items-center">
|
|
|
|
|
|
+ <td class="p-0">
|
|
|
|
+ <label class="d-flex align-items-center px-2 py-1 m-0 c-pointer">
|
|
<input type="checkbox" class="m-0 chk-relevance"
|
|
<input type="checkbox" class="m-0 chk-relevance"
|
|
data-uid="{{$medication->uid}}" {{in_array($medication->uid, $relevance) ? 'checked' : ''}}>
|
|
data-uid="{{$medication->uid}}" {{in_array($medication->uid, $relevance) ? 'checked' : ''}}>
|
|
<span> </span>
|
|
<span> </span>
|
|
- </div>
|
|
|
|
|
|
+ </label>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<div class="d-flex align-items-baseline">
|
|
<div class="d-flex align-items-baseline">
|