|
@@ -301,3 +301,7 @@ INSERT INTO `icss_index_config` VALUES ('2', 'N', '1970-01-01 12:00:00', '1970-0
|
|
|
INSERT INTO `icss_index_config` VALUES ('3', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '随机血糖', '21773', '1', '3', null);
|
|
|
INSERT INTO `icss_index_config` VALUES ('4', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '糖化血红蛋白', '21773', '2', '1', null);
|
|
|
INSERT INTO `icss_index_config` VALUES ('5', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '血压', '105', '1', '1', null);
|
|
|
+
|
|
|
+--模板信息字段修改
|
|
|
+alter table icss_module_info change column disease module_type bigint(20) COMMENT '(0.通用 1.根据科室划分 2.慢病)';
|
|
|
+alter table icss_module_info add column relation_id bigint(20) NOT NULL DEFAULT '0' COMMENT '关联id';
|