Commit f4fadcfc642933a234a0c7b14a709ecd5c13597a
1 parent
17545fb83d
Exists in
master
and in
6 other branches
威海产后观察
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/ChildbirthManagerRequest.java
View file @
f4fadcf
... | ... | @@ -484,6 +484,8 @@ |
484 | 484 | initQueryMap.put("vcCardNo", "卡号"); |
485 | 485 | initQueryMap.put("fileCode", "住院号(暂时塞的档案编号)"); |
486 | 486 | initQueryMap.put("fmHospital", "分娩机构"); |
487 | + initQueryMap.put("gcStatus","产后观察"); | |
488 | + initQueryMap.put("recordsNum","记录条数"); | |
487 | 489 | initQueryMap.put("maternalDeliverId", ""); |
488 | 490 | initQueryMap.put("patientId", ""); |
489 | 491 | initQueryMap.put("pid", ""); |
... | ... | @@ -522,6 +524,8 @@ |
522 | 524 | areaQueryMap.put("livingNumber", "活产数"); |
523 | 525 | areaQueryMap.put("address", "居住地"); |
524 | 526 | areaQueryMap.put("fmHospital", "分娩机构"); |
527 | + areaQueryMap.put("gcStatus","产后观察"); | |
528 | + areaQueryMap.put("recordsNum","记录条数"); | |
525 | 529 | areaQueryMap.put("maternalDeliverId", ""); |
526 | 530 | areaQueryMap.put("patientId", ""); |
527 | 531 | areaQueryMap.put("pid", ""); |