Commit 31e5356dd6bc55473724365446f2aa5b8948effa
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
31e5356
| ... | ... | @@ -58,7 +58,11 @@ |
| 58 | 58 | @Autowired |
| 59 | 59 | private StopPregnancyService stopPregnancyService; |
| 60 | 60 | |
| 61 | - | |
| 61 | + /** | |
| 62 | + * 建档查询 | |
| 63 | + * @param id | |
| 64 | + * @return | |
| 65 | + */ | |
| 62 | 66 | public BaseObjectResponse findPatientData(String id) { |
| 63 | 67 | |
| 64 | 68 | BaseObjectResponse br = new BaseObjectResponse(); |
| ... | ... | @@ -198,7 +202,11 @@ |
| 198 | 202 | } |
| 199 | 203 | } |
| 200 | 204 | |
| 201 | - | |
| 205 | + /** | |
| 206 | + * 初诊查询 | |
| 207 | + * @param id | |
| 208 | + * @return | |
| 209 | + */ | |
| 202 | 210 | public BaseObjectResponse findAntExChu(String id){ |
| 203 | 211 | |
| 204 | 212 | BaseObjectResponse br = new BaseObjectResponse(); |
| ... | ... | @@ -495,7 +503,11 @@ |
| 495 | 503 | return br; |
| 496 | 504 | } |
| 497 | 505 | |
| 498 | - //查询复诊接口 | |
| 506 | + /** | |
| 507 | + * 复诊查询 | |
| 508 | + * @param id | |
| 509 | + * @return | |
| 510 | + */ | |
| 499 | 511 | public BaseObjectResponse findAntenatalExamination(String id){ |
| 500 | 512 | |
| 501 | 513 | BaseObjectResponse br = new BaseObjectResponse(); |
| ... | ... | @@ -645,8 +657,11 @@ |
| 645 | 657 | } |
| 646 | 658 | |
| 647 | 659 | |
| 648 | - | |
| 649 | - | |
| 660 | + /** | |
| 661 | + * 分娩查询 | |
| 662 | + * @param id | |
| 663 | + * @return | |
| 664 | + */ | |
| 650 | 665 | public BaseObjectResponse findMatDeliverData(String id){ |
| 651 | 666 | |
| 652 | 667 | BaseObjectResponse br = new BaseObjectResponse(); |
| ... | ... | @@ -998,7 +1013,11 @@ |
| 998 | 1013 | return map; |
| 999 | 1014 | } |
| 1000 | 1015 | |
| 1001 | - | |
| 1016 | + /** | |
| 1017 | + * 复查查询 | |
| 1018 | + * @param id | |
| 1019 | + * @return | |
| 1020 | + */ | |
| 1002 | 1021 | public BaseObjectResponse findPostReviewData(String id){ |
| 1003 | 1022 | BaseObjectResponse br = new BaseObjectResponse(); |
| 1004 | 1023 | if (org.apache.commons.lang.StringUtils.isEmpty(id)){ |
| ... | ... | @@ -1127,6 +1146,11 @@ |
| 1127 | 1146 | return br; |
| 1128 | 1147 | } |
| 1129 | 1148 | |
| 1149 | + /** | |
| 1150 | + * 出院小结查询 | |
| 1151 | + * @param id | |
| 1152 | + * @return | |
| 1153 | + */ | |
| 1130 | 1154 | public BaseObjectResponse findDischargeAbstractData(String id){ |
| 1131 | 1155 | BaseObjectResponse br = new BaseObjectResponse(); |
| 1132 | 1156 | if (org.apache.commons.lang.StringUtils.isEmpty(id)){ |
| ... | ... | @@ -1240,6 +1264,11 @@ |
| 1240 | 1264 | return br; |
| 1241 | 1265 | } |
| 1242 | 1266 | |
| 1267 | + /** | |
| 1268 | + * 终止妊娠查询 | |
| 1269 | + * @param id | |
| 1270 | + * @return | |
| 1271 | + */ | |
| 1243 | 1272 | public BaseObjectResponse findStopPregData(String id){ |
| 1244 | 1273 | BaseObjectResponse br = new BaseObjectResponse(); |
| 1245 | 1274 | if (org.apache.commons.lang.StringUtils.isEmpty(id)){ |