|
@@ -195,55 +195,6 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
<span class="mx-2 text-secondary">|</span>
|
|
|
- <div moe>
|
|
|
- <a start show class="py-0 font-weight-normal">Update Vitals</a>
|
|
|
- <form url="/api/measurement/updateVitals">
|
|
|
- <input type="hidden" name="clientUid" value="{{ $patient->uid }}">
|
|
|
- <div class="mb-2">
|
|
|
- Ht. (in.)<br>
|
|
|
- <input type="text" class="form-control form-control-sm" name="heightInches" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- Wt. (lbs.)<br>
|
|
|
- <input type="text" class="form-control form-control-sm" name="weightPounds" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- <label for="" class="control-label mb-0">Temp. (F)</label>
|
|
|
- Temp. (F)<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="temperatureF" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- Pulse<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="pulseRatePerMinute" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- Resp.<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="respirationRatePerMinute" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- Pulse Ox.<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="pulseOx" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- SBP<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="systolicBP" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- DBP<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="diastolicBP" placeholder="">
|
|
|
- </div>
|
|
|
- <div class="mb-2">
|
|
|
- Smoking Status<br/>
|
|
|
- <input type="text" class="form-control form-control-sm" name="smokingStatus" placeholder="">
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="d-flex align-items-center">
|
|
|
- <button class="btn btn-sm btn-primary mr-2" submit>Save</button>
|
|
|
- <button class="btn btn-sm btn-default mr-2 border" cancel>Cancel</button>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
<a start show class="py-0 font-weight-normal"
|
|
|
href="/patients/view/{{ $patient->uid }}/measurements">
|
|
|
View All
|
|
@@ -252,7 +203,7 @@
|
|
|
<table class="table table-sm border-0 m-0">
|
|
|
<tbody>
|
|
|
@foreach($patient->measurements as $measurement)
|
|
|
- @if(!empty($measurement->label))
|
|
|
+ @if(!empty($measurement->label) && !in_array($measurement->label, $vitalLabels))
|
|
|
<tr>
|
|
|
<td class="text-black p-0 border-0">
|
|
|
<div class="d-flex align-items-center">
|