Commit 6b3748c3cf0884421223844a9816b406bfb0dde4

Authored by gengxiaokai
1 parent f72c44df9f

威海分娩增加字段(双击查看详情)

Showing 1 changed file with 71 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 6b3748c
... ... @@ -2546,6 +2546,23 @@
2546 2546  
2547 2547 map.put("needleNum", UnitUtils.unitSplice(data.getNeedleNum(), UnitConstants.ZHEN));
2548 2548  
  2549 + /****************威海妇幼新增分娩详情******************/
  2550 + map.put("parity",data.getParity());
  2551 + map.put("gsqsDate",DateUtil.getYyyyMmDd(data.getGsqsDate()));
  2552 + map.put("openDate",DateUtil.getymdhm(data.getOpenDate()));
  2553 + map.put("tmplDate",DateUtil.getYyyyMmDd(data.getTmplDate()));
  2554 + map.put("incision",data.getIncision());
  2555 + map.put("sutureMethod",data.getSutureMethod());
  2556 + map.put("anaesthesia",data.getAnaesthesia());
  2557 + map.put("csyy",data.getCsyy());
  2558 + map.put("chgs",data.getChgs());
  2559 + map.put("sszcmc",data.getSszcmc());
  2560 + map.put("mzfs",data.getMzfs());
  2561 + map.put("sszz",data.getSszz());
  2562 + map.put("sszcjg",data.getSszcjg());
  2563 + map.put("remarks",data.getRemarks());
  2564 + /****************************************************/
  2565 +
2549 2566 /* 产后生理 */
2550 2567 map.put("maternalInfo", data.getMaternalInfo() == null ? "" : CfEnums.getTitle(data.getMaternalInfo()));
2551 2568 map.put("deathCause", com.lyms.platform.common.utils.StringUtils.isEmpty(data.getDeathCause()) ? "--" : DeathCauseEnums.getName(data.getDeathCause()));
... ... @@ -2669,6 +2686,15 @@
2669 2686 extMap.put("umbilicalCordEx", umbilicalCordEx);
2670 2687 extMap.put("umbilicalCordExType", umbilicalCordExType);
2671 2688  
  2689 + /******威海新增胎盘字段*******/
  2690 + extMap.put("tpmcDate",DateUtil.getYyyyMmDd(temp.getTpmcDate()));
  2691 + extMap.put("tpCondition",temp.getTpCondition());
  2692 + extMap.put("tpShape",temp.getTpShape());
  2693 + extMap.put("qdfz",temp.getQdfz());
  2694 + extMap.put("twining",temp.getTwining());
  2695 + extMap.put("tightness",temp.getTightness());
  2696 + /****************************/
  2697 +
2672 2698 ExtPlacentaList.add(extMap);
2673 2699 }
2674 2700 }
... ... @@ -2751,6 +2777,51 @@
2751 2777 babyMap.put("contactStartM", UnitUtils.unitSplice(temp.getContactStartM(), UnitConstants.FZ));
2752 2778 babyMap.put("contactM", UnitUtils.unitSplice(temp.getContactM(), UnitConstants.FZ));
2753 2779 babyMap.put("earlySuck", temp.getEarlySuck() == null ? "" : "yes".equals(temp.getEarlySuck()) ? "是" : "否");
  2780 +
  2781 + /*******威海新增新生儿字段********/
  2782 + babyMap.put("csStatus",temp.getCsStatus());
  2783 + babyMap.put("dyDrug",temp.getDyDrug());
  2784 + babyMap.put("hurt",temp.getHurt());
  2785 + babyMap.put("malformation",temp.getMalformation());
  2786 + babyMap.put("breathing",temp.getBreathing());
  2787 + babyMap.put("ybxzyl",temp.getYbxzyl());
  2788 + babyMap.put("cgNumber",temp.getCgNumber());
  2789 + babyMap.put("cgysh",temp.getCgysh());
  2790 + babyMap.put("xcwxz",temp.getXcwxz());
  2791 + babyMap.put("xcwl",temp.getXcwl());
  2792 + babyMap.put("breathingType",temp.getBreathingType());
  2793 + babyMap.put("ybstatus",temp.getYbstatus());
  2794 + babyMap.put("mxxgb",temp.getMxxgb());
  2795 + babyMap.put("skinColour",temp.getSkinColour());
  2796 + babyMap.put("furfur",temp.getFurfur());
  2797 + babyMap.put("nevus",temp.getNevus());
  2798 + babyMap.put("pigment",temp.getPigment());
  2799 + babyMap.put("buttocks",temp.getButtocks());
  2800 + babyMap.put("skinOther",temp.getSkinOther());
  2801 + babyMap.put("qxSize",temp.getQxSize());
  2802 + babyMap.put("tension",temp.getTension());
  2803 + babyMap.put("plasticity",temp.getPlasticity());
  2804 + babyMap.put("ttEdema",temp.getTtEdema());
  2805 + babyMap.put("skullOverlap",temp.getSkullOverlap());
  2806 + babyMap.put("eye",temp.getEye());
  2807 + babyMap.put("nose",temp.getNose());
  2808 + babyMap.put("ear",temp.getEar());
  2809 + babyMap.put("mouth",temp.getMouth());
  2810 + babyMap.put("heart",temp.getHeart());
  2811 + babyMap.put("heartbeat",temp.getHeartbeat());
  2812 + babyMap.put("lung",temp.getLung());
  2813 + babyMap.put("babyBreathing",temp.getBabyBreathing());
  2814 + babyMap.put("abdomen",temp.getAbdomen());
  2815 + babyMap.put("breast",temp.getBreast());
  2816 + babyMap.put("liver",temp.getLiver());
  2817 + babyMap.put("spleen",temp.getSpleen());
  2818 + babyMap.put("genitals",temp.getGenitals());
  2819 + babyMap.put("anus",temp.getAnus());
  2820 + babyMap.put("limb",temp.getLimb());
  2821 + babyMap.put("ybReflex",temp.getYbReflex());
  2822 + babyMap.put("stReflex",temp.getStReflex());
  2823 + babyMap.put("sAbility",temp.getsAbility());
  2824 + /********************************/
2754 2825  
2755 2826 babyList.add(babyMap);
2756 2827 }