|
@@ -1,4 +1,4 @@
|
|
|
-<div moe large id="bp-management-settings">
|
|
|
+<div moe wide id="bp-management-settings">
|
|
|
<a href="#" start show>Update</a>
|
|
|
<form url="/api/client/updateBpManagementSettingsValue">
|
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
@@ -228,8 +228,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ {{--
|
|
|
<hr class="my-3">
|
|
|
-
|
|
|
<div class="text-secondary min-width-140px mb-1">ICDs</div>
|
|
|
<table class="table table-sm table-striped table-bordered mb-3">
|
|
|
<thead>
|
|
@@ -262,14 +262,14 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+ --}}
|
|
|
<div class="text-secondary min-width-140px mb-1">Remarks on clinical need:</div>
|
|
|
<input type="text" class="form-control form-control-sm min-width-unset" name="whyIsBpMonitoringNeeded" value="{{$patient->why_is_bp_monitoring_needed}}">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="pt-2">
|
|
|
- <button class="btn btn-success btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
</div>
|
|
|
</form>
|