|
@@ -6,10 +6,6 @@ use `qc`;
|
|
下面此表的新增操作,执行此脚本的医院需要修改对应的医院id,此脚本默认北仑医院id
|
|
下面此表的新增操作,执行此脚本的医院需要修改对应的医院id,此脚本默认北仑医院id
|
|
1、qc_cases_relevance_entry
|
|
1、qc_cases_relevance_entry
|
|
2、qc_cases_entry_hospital
|
|
2、qc_cases_entry_hospital
|
|
- 3、sys_hospital_set
|
|
|
|
- 4、sys_task_cron param参数修改为医院的id
|
|
|
|
-
|
|
|
|
-
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -27,10 +23,20 @@ qc_cases_entry_hospital、qc_type_cases_entry 分值确定添加
|
|
-- 需要修改对应的医院id,此脚本默认北仑医院id
|
|
-- 需要修改对应的医院id,此脚本默认北仑医院id
|
|
SET @id ='4';
|
|
SET @id ='4';
|
|
|
|
|
|
-INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ('21339', 'N', '2021-05-12 10:00:43', '2021-05-12 10:00:43', '0', '邵启华', '3120', @id, '0.0', '0.0', '病程记录未记录恶性肿瘤化学治疗相关信息', '1', '1', '0', '');
|
|
|
|
-INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ('21338', 'N', '2021-05-11 14:31:38', '2021-05-11 14:31:38', '0', '邵启华', '3119', @id, '0.0', '0.0', '有抗菌药物使用病程无记录', '1', '1', '0', '');
|
|
|
|
-INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ('21337', 'N', '2021-05-11 14:27:57', '2021-05-11 14:27:57', '0', '邵启华', '3118', @id, '0.0', '0.0', '报告单或病程记录缺少细菌培养记录', '1', '1', '0', '');
|
|
|
|
-INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ('21340', 'N', '2021-05-12 16:50:11', '2021-05-12 16:50:11', '0', '邵启华', '3121', @id, '0.0', '0.0', '病程记录未记录恶性肿瘤放射治疗相关信息', '1', '0', '0', '');
|
|
|
|
|
|
+INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ( 'N', '2021-05-12 10:00:43', '2021-05-12 10:00:43', '0', '邵启华', '3120', @id, '0.0', '0.0', '病程记录未记录恶性肿瘤化学治疗相关信息', '1', '1', '0', '');
|
|
|
|
+INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ( 'N', '2021-05-11 14:31:38', '2021-05-11 14:31:38', '0', '邵启华', '3119', @id, '0.0', '0.0', '有抗菌药物使用病程无记录', '1', '1', '0', '');
|
|
|
|
+INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ( 'N', '2021-05-11 14:27:57', '2021-05-11 14:27:57', '0', '邵启华', '3118', @id, '0.0', '0.0', '报告单或病程记录缺少细菌培养记录', '1', '1', '0', '');
|
|
|
|
+INSERT INTO `qc_cases_entry_hospital` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cases_entry_id`, `hospital_id`, `score`, `score_run`, `msg`, `is_used`, `is_used_run`, `is_reject`, `remark`) VALUES ( 'N', '2021-05-12 16:50:11', '2021-05-12 16:50:11', '0', '邵启华', '3121', @id, '0.0', '0.0', '病程记录未记录恶性肿瘤放射治疗相关信息', '1', '0', '0', '');
|
|
|
|
+
|
|
|
|
+-- ----------------------------
|
|
|
|
+-- Records of qc_cases_relevance_entry
|
|
|
|
+-- ----------------------------
|
|
|
|
+-- 执行此脚本的医院需要修改对应的医院id,此脚本默认北仑医院id
|
|
|
|
+SET @id ='4';
|
|
|
|
+INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '11', @id, '指标十一:细菌培养检查记录符合率', '3118', '报告单或病程记录缺少细菌培养记录', 'N');
|
|
|
|
+INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '12', @id, '指标十二:抗菌药物使用记录符合率', '3119', '有抗菌药物使用病程无记录', 'N');
|
|
|
|
+INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '13', @id, '指标十三:恶性肿瘤化学治疗记录符合率', '3120', '病程记录未记录恶性肿瘤化学治疗相关信息', 'N');
|
|
|
|
+INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '14', @id, '指标十四:恶性肿瘤放射治疗记录符合率', '3121', '病程记录未记录恶性肿瘤放射治疗相关信息', 'N');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -62,15 +68,5 @@ INSERT INTO `qc_type_cases_entry` ( `type_id`, `case_entry_id`, `remark`, `is_de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-SET @id ='4';
|
|
|
|
-INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '11', @id, '指标十一:细菌培养检查记录符合率', '3118', '报告单或病程记录缺少细菌培养记录', 'N');
|
|
|
|
-INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '12', @id, '指标十二:抗菌药物使用记录符合率', '3119', '有抗菌药物使用病程无记录', 'N');
|
|
|
|
-INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '13', @id, '指标十三:恶性肿瘤化学治疗记录符合率', '3120', '病程记录未记录恶性肿瘤化学治疗相关信息', 'N');
|
|
|
|
-INSERT INTO `qc_cases_relevance_entry` ( `type`, `hospital_id`, `cases_name`, `relevance_id`, `name`, `is_deleted`) VALUES ( '14', @id, '指标十四:恶性肿瘤放射治疗记录符合率', '3121', '病程记录未记录恶性肿瘤放射治疗相关信息', 'N');
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|