Commit 77cd98b9ecace31286f556ad11409b0286e58d96

Authored by jiangjiazhi
1 parent de4347eaa1

修改访视

Showing 1 changed file with 19 additions and 11 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/VisitAddRequest.java View file @ 77cd98b
... ... @@ -111,7 +111,7 @@
111 111 /**
112 112 * 分娩后的天数
113 113 */
114   - private String days;
  114 +// private String days;
115 115  
116 116 /**
117 117 * 医生签名
... ... @@ -169,7 +169,7 @@
169 169 /**
170 170 * 类型
171 171 */
172   - private String type;
  172 + private Map type;
173 173  
174 174 /**
175 175 * 伤口
176 176  
... ... @@ -280,13 +280,13 @@
280 280 this.checktime = checktime;
281 281 }
282 282  
283   - public String getDays() {
284   - return days;
285   - }
  283 +/* public String getDays() {
  284 + return days;*/
  285 +// }
286 286  
287   - public void setDays(String days) {
288   - this.days = days;
289   - }
  287 +// public void setDays(String days) {
  288 +// this.days = days;
  289 +// }
290 290  
291 291 public String getDoctorsign() {
292 292 return doctorsign;
293 293  
294 294  
295 295  
... ... @@ -409,14 +409,21 @@
409 409 this.referral = referral;
410 410 }*/
411 411  
412   - public String getType() {
  412 + public Map getType() {
413 413 return type;
414 414 }
415 415  
416   - public void setType(String type) {
  416 + public void setType(Map type) {
417 417 this.type = type;
418 418 }
  419 +/* public String getType() {
  420 + return type;
  421 + }
419 422  
  423 + public void setType(String type) {
  424 + this.type = type;
  425 + }*/
  426 +
420 427 public String getWound() {
421 428 return wound;
422 429 }
... ... @@ -457,6 +464,7 @@
457 464 visit.setBp(JsonUtil.obj2JsonString(bp));
458 465 visit.setGuide(JsonUtil.obj2JsonString(guide));
459 466 visit.setReferral(JsonUtil.obj2JsonString(referral));
  467 + visit.setType(JsonUtil.obj2JsonString(type));
460 468 } catch (Exception e) {
461 469 }
462 470  
... ... @@ -472,7 +480,7 @@
472 480 visit.setNextvisit(nextvisit);
473 481 visit.setNumOfLive(numOfLive);
474 482 visit.setOther(other);
475   - visit.setType(type);
  483 +
476 484 visit.setWound(wound);
477 485 visit.setXinType(xinType);
478 486 visit.setParentId(parentId);