Quellcode durchsuchen

重庆石柱建议转诊特殊规则提示语修改

wangsy vor 9 Monaten
Ursprung
Commit
bfe1f2b969

+ 10 - 2
doc/022.20240802诊疗计划、经典病历/cdss_init.sql

@@ -1,4 +1,12 @@
 use `cdss`;
 
-INSERT INTO `cdss`.`sys_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (151, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 10, '经典病历', '11', 0, 11, '经典病历');
-INSERT INTO `cdss`.`sys_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (150, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 13, '经典病历', '经典病历', 1, 412, '页面显示词性');
+INSERT INTO `cdss`.`sys_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (149, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 7, '经典病例', '11', 2, 110, '静态知识检索类型');
+INSERT INTO `cdss`.`sys_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (151, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 10, '经典病例', '11', 0, 11, '经典病例');
+INSERT INTO `cdss`.`sys_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (150, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 13, '经典病例', '经典病例', 1, 412, '页面显示词性');
+
+
+INSERT INTO `cdss`.`tran_plan_detail` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `hospital_id`, `plan_id`, `parent_id`, `name`, `code`, `status`, `number`, `order_no`, `value`, `remark`) VALUES (14642, 'N', '2024-08-07 09:09:30', '2024-08-07 09:09:30', '307', '307', -1, 4, 1, '经典病例', 'classiccase', 1, 5, 18, NULL, NULL);
+
+INSERT INTO `cdss`.`sys_menu` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `name`, `parent_id`, `code`, `order_no`, `remark`) VALUES (26, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '经典病例维护', 1, 'YXSYK-JDBLWH', 15, '医学术语库维护-经典病例维护');
+
+INSERT INTO `cdss`.`sys_role_menu` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `role_id`, `menu_id`, `remark`) VALUES (37, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', -1, 26, NULL);

+ 7 - 5
doc/022.20240802诊疗计划、经典病历/med2021_init.sql

@@ -12,7 +12,7 @@ CREATE TABLE `kl_classic_case` (
   `status` int NOT NULL DEFAULT '1' COMMENT '启用状态(0:禁用,1:启用)',
   `remark` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT '备注',
   PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='经典病标准术语表';
+) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='经典病标准术语表';
 
 DROP TABLE IF EXISTS `kl_case_detail`;
 CREATE TABLE `kl_case_detail` (
@@ -30,12 +30,14 @@ CREATE TABLE `kl_case_detail` (
   `content_type` varchar(11) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1' COMMENT '内容类型(多选):1-化验、辅检、手术和操作、诊断、药品静态信息,2-注意事项,3-临床路径,4-治疗方案',
   PRIMARY KEY (`id`),
   KEY `idx_concept_id` (`concept_id`) USING BTREE
-) ENGINE=InnoDB AUTO_INCREMENT=199914 DEFAULT CHARSET=utf8mb3 COMMENT='经典病内容表';
+) ENGINE=InnoDB AUTO_INCREMENT=199914 DEFAULT CHARSET=utf8mb3 COMMENT='经典病内容表';
 
-INSERT INTO `med_2021`.`kl_lexicon` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `name`, `code`, `is_has_common`, `only_one`, `can_change`, `remark`) VALUES (75, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '经典病历', 411, 0, 0, 0, '');
+INSERT INTO `med_2021`.`kl_lexicon` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `name`, `code`, `is_has_common`, `only_one`, `can_change`, `remark`) VALUES (75, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '经典病例', 411, 0, 0, 0, '');
+INSERT INTO `med_2021`.`kl_lexicon_relationship` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `name`, `code`, `remark`) VALUES (17, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '经典病例', 516, '');
 
-INSERT INTO `med_2021`.`kl_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (390, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 10, '经典病历', '11', 2, 11, '经典病历');
-INSERT INTO `med_2021`.`kl_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (389, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 13, '经典病历', '经典病历', 2, 412, '页面显示词性');
+
+INSERT INTO `med_2021`.`kl_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (390, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 10, '经典病例', '11', 2, 11, '经典病例');
+INSERT INTO `med_2021`.`kl_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES (389, 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 13, '经典病例', '经典病例', 2, 412, '页面显示词性');
 
 ALTER TABLE `kl_drug` ADD COLUMN `drug_c` VARCHAR(255) NULL COMMENT '药品分类' AFTER `drug`;
 

+ 1 - 1
src/main/java/com/diagbot/process/OtherTipProcess.java

@@ -301,7 +301,7 @@ public class OtherTipProcess {
             });
             for (String name : diagNameList) {
                 if (diagLists.contains(name)) {
-                    String msg = name + ",已超出基层诊治范围,建议转诊";
+                    String msg = name + "已超出基层诊治范围,建议转诊";
                     BillMsg billMsg = MsgUtil.getCommonOtherMsg(TypeEnum.other.getName(), msg, null, null, null);
                     CoreUtil.addBeanToList(otherList, billMsg);
                 }

+ 1 - 1
src/main/resources/application-dev.yml

@@ -179,7 +179,7 @@ StandConvertNew:
   rate: 0.9
 
 IcssPush:
-  url: http://173.18.12.192:5008
+  url: http://173.18.12.195:5008
 
 # 新版推送:9212【本地,236】,9211【241】,9210【121,122】
 PushNew: