|
@@ -328,7 +328,22 @@ public class TextTypeStandardKeys {
|
|
|
public static final List<String> seriouslyIllNotice = Lists.newArrayList();
|
|
|
|
|
|
//阶段小结的标准key
|
|
|
- public static final List<String> stagesSummary = Lists.newArrayList();
|
|
|
+ public static final List<String> stagesSummary = Lists.newArrayList(
|
|
|
+ "记录日期",
|
|
|
+ "患者姓名(住院)",
|
|
|
+ "性别",
|
|
|
+ "年龄",
|
|
|
+ "原因",
|
|
|
+ "入院日期",
|
|
|
+ "入院情况",
|
|
|
+ "入院诊断",
|
|
|
+ "治疗经过",
|
|
|
+ "目前情况",
|
|
|
+ "目前诊断",
|
|
|
+ "诊疗计划",
|
|
|
+ "签名",
|
|
|
+ "签名时间"
|
|
|
+ );
|
|
|
|
|
|
//查房记录的标准key
|
|
|
public static final List<String> threeLevelWard = Lists.newArrayList(
|