Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

Cathetershedding.vue 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <template>
  2. <div class="patient-container">
  3. <patient-sidebar :id="patientID" defaultActive="5-5"></patient-sidebar>
  4. <div>
  5. <div class="patient-app-container advice-container app-container">
  6. <div class='content_top' style="width: 100%;margin-bottom: 20px;">
  7. <div style="font-size: 20px;"> 住院患者导管脱落危险因素评估记录表</div>
  8. <div>
  9. <el-button>历史评分</el-button>
  10. </div>
  11. </div>
  12. <div>
  13. <table class="table" border="1" style="width: 100%;">
  14. <thead>
  15. <tr>
  16. <th style="width: 180px;">项目</th>
  17. <th style="width: 800px;">分值</th>
  18. <th>护理措施</th>
  19. </tr>
  20. </thead>
  21. <tbody>
  22. <tr>
  23. <td class="start">A.脱管后风险程度</td>
  24. <td>
  25. <div class="jiange">
  26. <el-radio-group v-model="radio" @change="handleCheckedCitiesChange">
  27. <el-radio v-for="(item,index ) in tuoguan" :label="item" :key="index" style="">{{ item }}</el-radio>
  28. </el-radio-group>
  29. </div>
  30. </td>
  31. <td rowspan="3">
  32. <div style="vertical-align: top; color: black; padding: 5px;">
  33. <label><input name="ball" type="checkbox" value="football" />&nbsp;1.管道维护,导管脱落严重后果及预防措施的健康教育;</label> <br/>
  34. <label><input name="ball" type="checkbox" value="football" />&nbsp;2.床边悬挂警示标识(>9分悬挂);</label><br/>
  35. <label><input name="ball" type="checkbox" value="football" />&nbsp;3.正确妥善固定;</label><br/>
  36. <label><input name="ball" type="checkbox" value="football" />&nbsp;4.正确卧位及床上活动方式, 病人带管下床活动时, 将引流管固定在病人的衣服或裤子上;</label><br/>
  37. <label><input name="ball" type="checkbox" value="football" />&nbsp;5.加强巡视,及时发现满足患者需要;</label><br/>
  38. <label><input name="ball" type="checkbox" value="football" />&nbsp;6.严格交接班,各班重点交接,观察外露长度,必要时记录;</label><br/>
  39. <label><input name="ball" type="checkbox" value="football" />&nbsp;7.昏迷、暴躁、不合作病人,根据医嘱使用镇静剂和约束带;</label><br/>
  40. <label><input name="ball" type="checkbox" value="football" />&nbsp;8.进行诊疗护理需要移动患者时,根据医嘱使用镇静剂和约束带;</label><br/>
  41. <label><input name="ball" type="checkbox" value="football" />&nbsp;9.对于气管插管清醒患者,进行心理疏导和安全教育。</label>
  42. </div>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td class="start">B.患者意识程度</td>
  47. <td>
  48. <div class="jiange">
  49. <el-radio-group v-model="radio1" @change="handleCheckedCitiesChange">
  50. <el-radio v-for="(item,index ) in yishi" :label="item" :key="index">{{ item }}</el-radio>
  51. </el-radio-group>
  52. </div>
  53. </td>
  54. </tr>
  55. <tr>
  56. <td class="start">C.患者配合程度</td>
  57. <td>
  58. <div class="jiange">
  59. <el-radio-group v-model="radio2" @change="handleCheckedCitiesChange">
  60. <el-radio v-for="(item,index ) in peihe" :label="item" :key="index">{{ item }}</el-radio>
  61. </el-radio-group>
  62. </div>
  63. </td>
  64. </tr>
  65. </tbody>
  66. </table>
  67. </div>
  68. <div class="content_top" style="margin: 10px 0px;">
  69. <div>
  70. <div class="bottoms">
  71. <span>总分:</span>
  72. <el-input v-model="duct_Totalpoints" style="width: 100px;"></el-input>分
  73. </div>
  74. <div class="bottoms">
  75. <span>评估日期:</span>
  76. <el-date-picker
  77. v-model="value1"
  78. type="date"
  79. placeholder="选择日期"
  80. :clearable="false"
  81. style="width: 150px;">
  82. </el-date-picker>
  83. </div>
  84. <div class="bottoms">
  85. <span>评估人:</span>
  86. <el-select v-model="value" placeholder="请选择" >
  87. <el-option
  88. v-for="item in options"
  89. :key="item.value"
  90. :label="item.label"
  91. :value="item.value"
  92. style="width:150px;">
  93. </el-option>
  94. </el-select>
  95. </div>
  96. </div>
  97. <div style="margin:5px 10px;">
  98. <el-button type="primary">确认</el-button>
  99. </div>
  100. </div>
  101. <hr style="border:none;height:1px;background:#DCDFE6;"/><!--水平线-->
  102. <div style="margin-top: 20px;">
  103. <p>患者知情同意书:我对住院期间发生导管脱落的风险及预防措施已知晓,并给予配合。</p>
  104. <div class="zhuangui">
  105. <p style="display: inline-block; margin-right: 70px;">患者/家属签字: <span style="display: inline-block;border-bottom:1px solid #DCDFE6;width: 60px;"></span></p>
  106. <p style="display: inline-block;">
  107. 日期:
  108. <el-date-picker
  109. v-model="value1"
  110. type="date"
  111. placeholder="选择日期"
  112. style="width: 150px;">
  113. </el-date-picker>
  114. </p>
  115. </div>
  116. <div class="zhuangui">
  117. <span>转归:</span>
  118. <el-radio v-model="radio" label="1">脱落</el-radio>
  119. <el-radio v-model="radio" label="2">未脱落</el-radio>
  120. </div>
  121. <div class="zhuangui">
  122. <p style="display: inline-block; margin-right: 30px;">
  123. 评估人签字:
  124. <el-select v-model="value" placeholder="请选择" style="width: 120px;">
  125. <el-option
  126. v-for="item in options"
  127. :key="item.value"
  128. :label="item.label"
  129. :value="item.value">
  130. </el-option>
  131. </el-select>
  132. </p>
  133. <p style="display: inline-block;">
  134. 日期:
  135. <el-date-picker
  136. v-model="value1"
  137. type="date"
  138. placeholder="选择日期"
  139. style="width: 150px;">
  140. </el-date-picker>
  141. </p>
  142. </div>
  143. <div class="zhuangui">
  144. <p style="display: inline-block; margin-right: 30px;">
  145. 护士长签字:
  146. <el-select v-model="value" placeholder="请选择" style="width: 120px;">
  147. <el-option
  148. v-for="item in options"
  149. :key="item.value"
  150. :label="item.label"
  151. :value="item.value">
  152. </el-option>
  153. </el-select>
  154. </p>
  155. <p style="display: inline-block;">
  156. 日期:
  157. <el-date-picker
  158. v-model="value1"
  159. type="date"
  160. placeholder="选择日期"
  161. style="width: 150px;">
  162. </el-date-picker>
  163. </p>
  164. </div>
  165. </div>
  166. <hr style="margin: 10px 0px;border:none;height:1px;background:#DCDFE6;"/><!--水平线-->
  167. <div class="shuoming">
  168. <p>说明:</p>
  169. <p>1.<5分为正常,5~8分为危险,≥9分为高度危险。</p>
  170. <p>2.导管脱落危险因素≥5分,需填写该表。</p>
  171. <p>3.常规情况下,评分5~8分,至少每天评估一次;评分≥9,至少每班评估一次,紧急与特殊情况,应随时评估。</p>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. </template>
  177. <script>
  178. import PatientSidebar from '../components/PatientSidebar.vue'
  179. export default {
  180. components:{
  181. PatientSidebar
  182. },
  183. data(){
  184. return{
  185. patientID:0,
  186. value1:'',
  187. radio:'',
  188. radio1:'',
  189. radio2:'',
  190. radio_val:null,
  191. radio1_val:null,
  192. radio2_val:null,
  193. // duct_Totalpoints:0,
  194. options:[],
  195. input:'',
  196. value:'',
  197. tuoguan:['低危导管 (1分)','中危导管 (2分)','高危导管 (3分)'],
  198. yishi:['意识清醒 (0分)','中昏迷、深昏迷 (1分)','嗜睡、昏睡 (2分)','浅昏迷 (3分)','意识模糊 (4分)'],
  199. peihe:['完全配合 (1分)','部分配合 (2分)','不配合 (3分)']
  200. }
  201. },
  202. methods:{
  203. handleCheckedCitiesChange(e){
  204. const ball=e
  205. const jiequ =(ball.split('(')[1].split('分')[0]) * 1
  206. if(e == this.radio){
  207. this.radio_val = jiequ
  208. }
  209. if(e == this.radio1){
  210. this.radio1_val = jiequ
  211. }
  212. if(e == this.radio2){
  213. this.radio2_val = jiequ
  214. }
  215. },
  216. },
  217. computed:{
  218. duct_Totalpoints(){
  219. return this.radio_val + this.radio1_val + this.radio2_val
  220. }
  221. }
  222. }
  223. </script>
  224. <style lang="scss" scoped>
  225. .content_top{
  226. display: flex;
  227. justify-content: space-between;
  228. }
  229. .table{
  230. border: 1px solid #DCDFE6;
  231. border-collapse:collapse;
  232. border-spacing: 0;
  233. thead th{
  234. background: #0077ff9f;
  235. color: white;
  236. text-align: center;
  237. height: 40px;
  238. }
  239. tbody td{
  240. height: 40px;
  241. .el-radio {
  242. color: #101010;
  243. cursor: pointer;
  244. margin-right: 30px;
  245. font-size: 15px !important;
  246. }
  247. }
  248. .start{
  249. text-align: center;
  250. }
  251. .bing{
  252. width: 150px;
  253. text-align: center;
  254. }
  255. .bg_color{
  256. background: rgb(243, 240, 240);
  257. }
  258. .jiange{
  259. // margin-left: 20px;
  260. padding-left: 10px;
  261. color: black;
  262. }
  263. input{
  264. -webkit-appearance: checkbox;
  265. }
  266. }
  267. .bottoms{
  268. display: inline-block;
  269. margin-left: 10px;
  270. margin-top: 5px;
  271. }
  272. .shuoming p{
  273. margin-top: 5px;
  274. color: rgb(167, 165, 165);
  275. }
  276. .zhuangui{
  277. margin-top: 10px;
  278. }
  279. </style>