浏览代码

中医病案首页取值更新

wangsy 3 年之前
父节点
当前提交
c90496090d
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      public/src/main/java/com/lantone/qc/pub/Content.java

+ 9 - 9
public/src/main/java/com/lantone/qc/pub/Content.java

@@ -262,8 +262,8 @@ public class Content {
     public static final String single_disease_management = "单病种管理";
     public static final String rescue_condition = "抢救情况";
     public static final String treatmentType = "治疗类别";
-    public static final String outpatientEmrChDiagnose = "门急诊诊断(中医)";
-    public static final String outpatientEmrChDiagnoseCode = "门急诊诊断(中医)";
+    public static final String outpatientEmrChDiagnose = "中医门急诊诊断";
+    public static final String outpatientEmrChDiagnoseCode = "中医疾病编码";
 
 
     public static final String doctor_rank = "医师等级";
@@ -693,43 +693,43 @@ public class Content {
             "尼可刹米", "可拉明", "盐酸洛贝林", "山梗菜碱", "肾上腺素", "阿拉明", "重酒石酸间羟胺", "多巴胺", "利血平", "25%硫酸镁注射液", "垂体后叶素", "注射用血凝酶", "阿托品", "氯解磷定注射液", "盐酸纳洛酮", "异丙嗪", "非那更", "地西泮", "安定", "20%甘露醇");
 
     /**
-     *   临床用血
+     * 临床用血
      */
     public static List<String> BLOODRECORDLIST = Arrays.asList(
             "血制品", "血液制品", "输血/成份血知情同意书", "成份血知情同意书", "输血知情同意书", "输血治疗知情同意书", "输血治疗同意书", "临床输血治疗知情同意书");
 
     /**
-     *   植入物
+     * 植入物
      */
     public static List<String> IMPLANTSLIST = Arrays.asList(
             "植入物", "支架植入术");
 
     /**
-     *   种类
+     * 种类
      */
     public static List<String> MODELIST = Arrays.asList(
             "国产", "进口");
 
     /**
-     *   数量单位
+     * 数量单位
      */
     public static List<String> NUMBERLIST = Arrays.asList(
             "枚", "支", "块", "个");
 
     /**
-     *   入院病情代码表
+     * 入院病情代码表
      */
     public static List<String> ADMISSIONCONDITION = Arrays.asList(
             "有", "临床未确定", "情况不明", "无");
 
     /**
-     *   实施临床路径字典
+     * 实施临床路径字典
      */
     public static List<String> CLINICALPATHWAY = Arrays.asList(
             "中医", "西医", "否");
 
     /**
-     *   是否
+     * 是否
      */
     public static List<String> MARK = Arrays.asList(
             "是", "否");