Commit 236b88f32c0384a66ce56733f21e5c254adfb38b
1 parent
5725a38387
Exists in
master
and in
7 other branches
BUG
Showing 1 changed file with 6 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
236b88f
... | ... | @@ -1404,6 +1404,12 @@ |
1404 | 1404 | childbirthManagerQueryModel.setChBpSzy1(chBpMap.get("szy")); |
1405 | 1405 | |
1406 | 1406 | } |
1407 | + | |
1408 | + // 产后1/2/24小时失血量 | |
1409 | + childbirthManagerQueryModel.setOhloseBloodL(maternalDeliverModel.getoHloseBloodL()); | |
1410 | + childbirthManagerQueryModel.setThloseBloodL(maternalDeliverModel.gettHloseBloodL()); | |
1411 | + childbirthManagerQueryModel.setRhloseBloodL(maternalDeliverModel.getrHloseBloodL()); | |
1412 | + | |
1407 | 1413 | // 胎盘娩出方式,胎盘大小,胎盘重量,脐带长度,脐带是否异常,脐带异常类型 |
1408 | 1414 | if (childbirthManagerRequest.getInitQuery().contains("tpmcType") || childbirthManagerRequest.getInitQuery().contains("tpSize") || childbirthManagerRequest.getInitQuery().contains("tpWeight") || childbirthManagerRequest.getInitQuery().contains("umbilicalCordLength") || childbirthManagerRequest.getInitQuery().contains("umbilicalCordEx") || childbirthManagerRequest.getInitQuery().contains("umbilicalCordExType")) { |
1409 | 1415 | List<MaternalDeliverModel.ExtPlacenta> extPlacentaList = maternalDeliverModel.getExtPlacentas(); |