|
@@ -225,7 +225,7 @@
|
|
|
<div class="">
|
|
|
<div class="px-3 py-1 d-flex align-items-baseline">
|
|
|
<span class="mr-2 width-50px">Memo</span>
|
|
|
- <input type="text" value="{{$patient->stop_bang_bmi_over35_memo}}" name="stopBangBmiOver35Memo" class="form-control form-control-sm d-inline-block flex-grow-1 min-width-unset">
|
|
|
+ <input type="text" value="{{$patient->stop_bang_bmi_over35memo}}" name="stopBangBmiOver35Memo" class="form-control form-control-sm d-inline-block flex-grow-1 min-width-unset">
|
|
|
</div>
|
|
|
<div class="px-3 py-1 d-flex align-items-baseline">
|
|
|
<span class="mr-2 width-50px">Weight</span>
|
|
@@ -255,7 +255,7 @@
|
|
|
<div class="">
|
|
|
<div class="px-3 py-1 d-flex align-items-baseline">
|
|
|
<span class="mr-2">Memo</span>
|
|
|
- <input type="text" value="{{$patient->stop_bang_age_over50_memo}}" name="stopBangAgeOver50Memo" class="form-control form-control-sm d-inline-block flex-grow-1 min-width-unset">
|
|
|
+ <input type="text" value="{{$patient->stop_bang_age_over50memo}}" name="stopBangAgeOver50Memo" class="form-control form-control-sm d-inline-block flex-grow-1 min-width-unset">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -265,15 +265,15 @@
|
|
|
<span class="mr-2 font-weight-bold">Neck Circumf. > 16 in.:</span>
|
|
|
<select name="stopBangNeckCircumferenceOver16Inches" class="form-control form-control-sm min-width-unset d-inline w-auto">
|
|
|
<option value="">-- select --</option>
|
|
|
- <option value="YES" {{$patient->stop_bang_neck_circumference_over16_inches === 'YES' ? 'selected' : ''}}>Yes</option>
|
|
|
- <option value="NO" {{$patient->stop_bang_neck_circumference_over16_inches === 'NO' ? 'selected' : ''}}>No</option>
|
|
|
- <option value="UNKNOWN" {{$patient->stop_bang_neck_circumference_over16_inches === 'UNKNOWN' ? 'selected' : ''}}>Unknown</option>
|
|
|
+ <option value="YES" {{$patient->stop_bang_neck_circumference_over16inches === 'YES' ? 'selected' : ''}}>Yes</option>
|
|
|
+ <option value="NO" {{$patient->stop_bang_neck_circumference_over16inches === 'NO' ? 'selected' : ''}}>No</option>
|
|
|
+ <option value="UNKNOWN" {{$patient->stop_bang_neck_circumference_over16inches === 'UNKNOWN' ? 'selected' : ''}}>Unknown</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="">
|
|
|
<div class="px-3 py-1 d-flex align-items-baseline">
|
|
|
<span class="mr-2">Memo</span>
|
|
|
- <input type="text" value="{{$patient->stop_bang_neck_circumference_over16_inches_memo}}" name="stopBangNeckCircumferenceOver16InchesMemo" class="form-control form-control-sm d-inline-block flex-grow-1 min-width-unset">
|
|
|
+ <input type="text" value="{{$patient->stop_bang_neck_circumference_over16inches_memo}}" name="stopBangNeckCircumferenceOver16InchesMemo" class="form-control form-control-sm d-inline-block flex-grow-1 min-width-unset">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="">
|
|
@@ -439,7 +439,7 @@
|
|
|
</div>
|
|
|
<div class="ml-3 border-left">
|
|
|
<div class="px-3 py-1">
|
|
|
- Memo: <b>{{$patient->stop_bang_bmi_over35_memo ?: '-'}}</b>
|
|
|
+ Memo: <b>{{$patient->stop_bang_bmi_over35memo ?: '-'}}</b>
|
|
|
</div>
|
|
|
<div class="px-3 py-1">
|
|
|
Weight: <b>{{$patient->stop_bang_weight_in_pounds ?: '-'}}</b>
|
|
@@ -457,16 +457,16 @@
|
|
|
</div>
|
|
|
<div class="ml-3 border-left">
|
|
|
<div class="px-3 py-1">
|
|
|
- Memo: <b>{{$patient->stop_bang_age_over50_memo ?: '-'}}</b>
|
|
|
+ Memo: <b>{{$patient->stop_bang_age_over50memo ?: '-'}}</b>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="px-3 py-1">
|
|
|
- Neck Circumference > 16 in.: <b>{{$patient->stop_bang_neck_circumference_over16_inches ?: '-'}}</b>
|
|
|
+ Neck Circumference > 16 in.: <b>{{$patient->stop_bang_neck_circumference_over16inches ?: '-'}}</b>
|
|
|
</div>
|
|
|
<div class="ml-3 border-left">
|
|
|
<div class="px-3 py-1">
|
|
|
- Memo: <b>{{$patient->stop_bang_neck_circumference_over16_inches_memo ?: '-'}}</b>
|
|
|
+ Memo: <b>{{$patient->stop_bang_neck_circumference_over16inches_memo ?: '-'}}</b>
|
|
|
</div>
|
|
|
<div class="px-3 py-1">
|
|
|
Neck Circumference: <b>{{$patient->neck_circumference_in_inches ?: '-'}}</b>
|