|
@@ -125,9 +125,14 @@ $formID = rand(0, 100000);
|
|
data-option-list="smokingStatus"
|
|
data-option-list="smokingStatus"
|
|
v-on:change="autoDate(items['smokingStatus'], 'smokingStatus')" v-on:keyup="autoDate(items['smokingStatus'], 'smokingStatus')">
|
|
v-on:change="autoDate(items['smokingStatus'], 'smokingStatus')" v-on:keyup="autoDate(items['smokingStatus'], 'smokingStatus')">
|
|
<div id="smoking-status-options" class="data-option-list">
|
|
<div id="smoking-status-options" class="data-option-list">
|
|
- <div>Current</div>
|
|
|
|
- <div>Former</div>
|
|
|
|
- <div>Never</div>
|
|
|
|
|
|
+ <div>Current every day smoker</div>
|
|
|
|
+ <div>Former some day smoker</div>
|
|
|
|
+ <div>Former smoker</div>
|
|
|
|
+ <div>Never smoker</div>
|
|
|
|
+ <div>Smoker, current status unknown</div>
|
|
|
|
+ <div>Unknown if ever smoked</div>
|
|
|
|
+ <div>Heavy tobacco smoker</div>
|
|
|
|
+ <div>Light tobacco smoker</div>
|
|
</div>
|
|
</div>
|
|
@else
|
|
@else
|
|
<input type="text"
|
|
<input type="text"
|
|
@@ -157,9 +162,14 @@ $formID = rand(0, 100000);
|
|
:data-option-list="index === 'smokingStatus'"
|
|
:data-option-list="index === 'smokingStatus'"
|
|
v-on:change="autoDate(item, index)" v-on:keyup="autoDate(item, index)">
|
|
v-on:change="autoDate(item, index)" v-on:keyup="autoDate(item, index)">
|
|
<div id="smoking-status-options" class="data-option-list">
|
|
<div id="smoking-status-options" class="data-option-list">
|
|
- <div>Current</div>
|
|
|
|
- <div>Former</div>
|
|
|
|
- <div>Never</div>
|
|
|
|
|
|
+ <div>Current every day smoker</div>
|
|
|
|
+ <div>Former some day smoker</div>
|
|
|
|
+ <div>Former smoker</div>
|
|
|
|
+ <div>Never smoker</div>
|
|
|
|
+ <div>Smoker, current status unknown</div>
|
|
|
|
+ <div>Unknown if ever smoked</div>
|
|
|
|
+ <div>Heavy tobacco smoker</div>
|
|
|
|
+ <div>Light tobacco smoker</div>
|
|
</div>
|
|
</div>
|
|
<input type="text" :data-index="index" v-if="index === 'bmi'" readonly
|
|
<input type="text" :data-index="index" v-if="index === 'bmi'" readonly
|
|
class="form-control form-control-sm vitals-title"
|
|
class="form-control form-control-sm vitals-title"
|