Browse Source

优化病例入录5.2

wangfeng 5 years ago
parent
commit
89dc39ee14
1 changed files with 68 additions and 6 deletions
  1. 68 6
      mrman-service/src/main/java/com/diagbot/dto/QcInputcasesAllDTO.java

+ 68 - 6
mrman-service/src/main/java/com/diagbot/dto/QcInputcasesAllDTO.java

@@ -19,13 +19,8 @@ public class QcInputcasesAllDTO {
     /**
      * 主键
      */
-    @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
-    /**
-     * 是否删除,N:未删除,Y:删除
-     */
-    private String isDeleted;
 
     /**
      * 记录创建时间
@@ -47,11 +42,78 @@ public class QcInputcasesAllDTO {
      */
     private String modifier;
 
+    private Integer hospitalId;
+
     /**
-     * 病历文本
+     * 入院记录
      */
     private String text;
 
+    /**
+     * 临床用血审核
+     */
+    private String clinicalBlood;
+
+    /**
+     * 会诊
+     */
+    private String consultation;
+
+    /**
+     * 死亡病例讨论
+     */
+    private String deathCaseDiscuss;
+
+    /**
+     * 死亡记录
+     */
+    private String deathRecord;
+
+    /**
+     * 疑难病例讨论
+     */
+    private String difficultCaseDiscuss;
+
+    /**
+     * 值班交接班
+     */
+    private String dutyShiftSystem;
+
+    /**
+     * 首次病程录
+     */
+    private String firstCourseRecord;
+
+    /**
+     * 出院小结
+     */
+    private String leaveHospital;
+
+    /**
+     * 分级护理
+     */
+    private String nursingSystem;
+
+    /**
+     * 手术期间讨论
+     */
+    private String operationDiscussion;
+
+    /**
+     * 术前讨论
+     */
+    private String preOperativeDiscussion;
+
+    /**
+     * 三级查房
+     */
+    private String threeLevelWard;
+
+    /**
+     * 危急值报告
+     */
+    private String criticalValue;
+
     /**
      * 备注
      */