Commit 4fd45d03a3fcca47f0adb151f2e155253a288f4d
1 parent
b0a2d568e7
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 10 additions and 10 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/FmTypeEnums.java
View file @
4fd45d0
... | ... | @@ -229,10 +229,10 @@ |
229 | 229 | |
230 | 230 | public enum FmCesareanTimeType{ |
231 | 231 | |
232 | - a("1", "首次抛宫产"), | |
233 | - b("2", "二次分娩首次抛宫产"), | |
234 | - c("3", "二次抛宫产"), | |
235 | - d("4", "三次抛宫产"); | |
232 | + a("1", "首次剖宫产"), | |
233 | + b("2", "二次分娩首次剖宫产"), | |
234 | + c("3", "二次剖宫产"), | |
235 | + d("4", "三次剖宫产"); | |
236 | 236 | |
237 | 237 | |
238 | 238 | FmCesareanTimeType(String id, String name) { |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/ChildbirthManagerRequest.java
View file @
4fd45d0
... | ... | @@ -539,7 +539,7 @@ |
539 | 539 | } |
540 | 540 | |
541 | 541 | /**抛宫产次数类型 |
542 | - * 1:首次抛宫产 2:二次分娩首次抛宫产 3:二次抛宫产 4:三次抛宫产 5:三次分娩首次抛宫产 | |
542 | + * 1:首次剖宫产 2:二次分娩首次剖宫产 3:二次抛宫产 4:三次剖宫产 5:三次分娩首次剖宫产 | |
543 | 543 | */ |
544 | 544 | private Integer cesareanTimeType; |
545 | 545 | |
... | ... | @@ -561,7 +561,7 @@ |
561 | 561 | initQueryMap.put("cardNo", "证件号"); |
562 | 562 | initQueryMap.put("dueWeek", "分娩孕周"); |
563 | 563 | initQueryMap.put("deliveryMode", "分娩方式"); |
564 | - initQueryMap.put("cesareanTimeType","抛宫产次数类型"); | |
564 | + initQueryMap.put("cesareanTimeType","剖宫产次数类型"); | |
565 | 565 | initQueryMap.put("maternalInfo", "产妇情况"); |
566 | 566 | initQueryMap.put("tireNumber", "胎数"); |
567 | 567 | initQueryMap.put("livingNumber", "活产数"); |
... | ... | @@ -639,7 +639,7 @@ |
639 | 639 | initQueryMapCd.put("ygbmky", "乙肝检测结果"); |
640 | 640 | initQueryMapCd.put("dueWeek", "分娩孕周"); |
641 | 641 | initQueryMapCd.put("deliveryMode", "分娩方式"); |
642 | - initQueryMapCd.put("cesareanTimeType","抛宫产次数类型"); | |
642 | + initQueryMapCd.put("cesareanTimeType","剖宫产次数类型"); | |
643 | 643 | initQueryMapCd.put("maternalInfo", "产妇情况"); |
644 | 644 | initQueryMapCd.put("tireNumber", "胎数"); |
645 | 645 | initQueryMapCd.put("livingNumber", "活产数"); |
... | ... | @@ -679,7 +679,7 @@ |
679 | 679 | initQueryMapHs.put("fetalPresentation", "先露"); |
680 | 680 | initQueryMapHs.put("perinealCondition", "会阴情况"); |
681 | 681 | initQueryMapHs.put("deliveryMode", "分娩方式"); |
682 | - initQueryMapHs.put("cesareanTimeType","抛宫产次数类型"); | |
682 | + initQueryMapHs.put("cesareanTimeType","剖宫产次数类型"); | |
683 | 683 | initQueryMapHs.put("breath", "呼吸"); |
684 | 684 | initQueryMapHs.put("needleNum", "缝线针数"); |
685 | 685 | initQueryMapHs.put("pulse", "脉搏"); |
... | ... | @@ -728,7 +728,7 @@ |
728 | 728 | normalQueryMap.put("dueWeek", "分娩孕周"); |
729 | 729 | normalQueryMap.put("handDueWeek", "手动分娩孕周"); |
730 | 730 | normalQueryMap.put("deliveryMode", "分娩方式"); |
731 | - normalQueryMap.put("cesareanTimeType","抛宫产次数类型"); | |
731 | + normalQueryMap.put("cesareanTimeType","剖宫产次数类型"); | |
732 | 732 | normalQueryMap.put("maternalInfo", "产妇情况"); |
733 | 733 | normalQueryMap.put("tireNumber", "胎数"); |
734 | 734 | normalQueryMap.put("livingNumber", "活产数"); |
... | ... | @@ -751,7 +751,7 @@ |
751 | 751 | areaQueryMap.put("cardNo", "证件号"); |
752 | 752 | areaQueryMap.put("dueWeek", "分娩孕周"); |
753 | 753 | areaQueryMap.put("deliveryMode", "分娩方式"); |
754 | - areaQueryMap.put("cesareanTimeType","抛宫产次数类型"); | |
754 | + areaQueryMap.put("cesareanTimeType","剖宫产次数类型"); | |
755 | 755 | areaQueryMap.put("maternalInfo", "产妇情况"); |
756 | 756 | areaQueryMap.put("tireNumber", "胎数"); |
757 | 757 | areaQueryMap.put("livingNumber", "活产数"); |