diff --git a/acupuncture-前台/src/views/medicalFile/components/posture/PSQI.vue b/acupuncture-前台/src/views/medicalFile/components/posture/PSQI.vue new file mode 100644 index 00000000..d6622148 --- /dev/null +++ b/acupuncture-前台/src/views/medicalFile/components/posture/PSQI.vue @@ -0,0 +1,156 @@ + + + + + {{ item.index }}. {{ item.question }} + + + {{ criteria.label }} + + + + + + 提交 + + + + + + + + + diff --git a/acupuncture-前台/src/views/medicalFile/components/posture/epworth copy.vue b/acupuncture-前台/src/views/medicalFile/components/posture/epworth copy.vue deleted file mode 100644 index 3dd564d8..00000000 --- a/acupuncture-前台/src/views/medicalFile/components/posture/epworth copy.vue +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - {{ item.index }}. {{ item.question }} - - - {{ criteria.label }} - - - - - - 提交 - - - - - - - - - diff --git a/acupuncture-前台/src/views/medicalFile/details.vue b/acupuncture-前台/src/views/medicalFile/details.vue index 218f06cc..ebe4bf4a 100644 --- a/acupuncture-前台/src/views/medicalFile/details.vue +++ b/acupuncture-前台/src/views/medicalFile/details.vue @@ -263,10 +263,21 @@ placeholder="请输入" /> - + + + 匹兹堡睡眠质量指数(PSQI)评估得分(0~21分) + + 评估 + + import { queryRecord, saveAidRecord } from "@/api/medicalFile"; +// 失眠评估 import PHQ from "./components/posture/PHQ-9"; // 患者健康问卷(PHQ-9) import epworth from "./components/posture/epworth"; // Epworth嗜睡评估 +import PSQI from "./components/posture/PSQI"; //匹兹堡睡眠质量指数(PSQI) export default { name: "Notice", components: { PHQ, epworth, + PSQI, }, data() { return { @@ -462,6 +476,7 @@ export default { // 失眠评估 "PG_SM_PHQ-9_DF": "PHQ", // 患者健康问卷(PHQ-9) PG_SM_EPSW_DF: "epworth", // Epworth嗜睡评估 + PG_SM_PSQI_DF: "PSQI", // 匹兹堡睡眠质量指数(PSQI) }, // 量表组件集合 componentsCode: "", // 量表组件code scaleCode: "", // 量表code