|
@@ -1,7 +1,7 @@
|
|
|
<?php
|
|
|
|
|
|
$vitalMap = [
|
|
|
- 'heightInches' => 'Ht. (in.)',
|
|
|
+ 'heightInInches' => 'Ht. (in.)',
|
|
|
'weightPounds' => 'Wt. (lbs.)',
|
|
|
'temperatureF' => 'Temp. (F)',
|
|
|
'pulseRatePerMinute' => 'Pulse',
|
|
@@ -44,7 +44,7 @@ foreach($vitalLabels as $vitalLabel){
|
|
|
<input type="hidden" name="clientUid" value="{{ $patient->uid }}">
|
|
|
<label class="text-secondary text-sm mb-1">Ht. (in.)</label>
|
|
|
<div class="mb-2">
|
|
|
- <input type="text" class="form-control form-control-sm" name="heightInches" value="{{$vitalValues['Ht. (in.)']['value']}}" placeholder="">
|
|
|
+ <input type="text" class="form-control form-control-sm" name="heightInInches" value="{{$vitalValues['Ht. (in.)']['value']}}" placeholder="">
|
|
|
</div>
|
|
|
<label class="text-secondary text-sm mb-1">Wt. (lbs.)</label>
|
|
|
<div class="mb-2">
|