Commit f5a1211e2e5d90bc24e43a9b9a562f2c06cf772f

Authored by jiangjiazhi
1 parent 4267a94ee3

修改新电子病历

Showing 1 changed file with 10 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java View file @ f5a1211
... ... @@ -96,7 +96,8 @@
96 96 private String cardNo;
97 97  
98 98 private String hospitalId;
99   -
  99 + //建档类型 1、儿童直接建档 2 产妇分娩建档 3 为转诊自动建档
  100 + private Integer buildType;
100 101 /**
101 102 * 性别
102 103 */
... ... @@ -201,6 +202,14 @@
201 202  
202 203 //诊断
203 204 private String lastDiagnose;
  205 +
  206 + public Integer getBuildType() {
  207 + return buildType;
  208 + }
  209 +
  210 + public void setBuildType(Integer buildType) {
  211 + this.buildType = buildType;
  212 + }
204 213  
205 214 public Integer getLastHighRisk() {
206 215 return lastHighRisk;