Commit 80a7fb98ba2ba6d10e7b3281732cb834dfa1c997
1 parent
d815457682
Exists in
master
update code
Showing 1 changed file with 12 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/v2/HisService.java
View file @
80a7fb9
| ... | ... | @@ -195,6 +195,12 @@ |
| 195 | 195 | return result; |
| 196 | 196 | } |
| 197 | 197 | |
| 198 | + /** | |
| 199 | + * 新乐读取孕妇基本信息his接口 | |
| 200 | + * v_preg_patientinfo为his提供的试图 | |
| 201 | + * @param cardNo | |
| 202 | + * @return | |
| 203 | + */ | |
| 198 | 204 | public Map<String,Object> getPatientInfo(String cardNo){ |
| 199 | 205 | Map<String,Object> map = new HashMap<>(); |
| 200 | 206 | if (StringUtils.isNotBlank(cardNo)) { |
| ... | ... | @@ -221,6 +227,12 @@ |
| 221 | 227 | return map; |
| 222 | 228 | } |
| 223 | 229 | |
| 230 | + /** | |
| 231 | + * 新乐读取孕妇基本信息his接口 | |
| 232 | + * v_preg_patientinfo为his提供的试图 | |
| 233 | + * @param cardNo | |
| 234 | + * @return | |
| 235 | + */ | |
| 224 | 236 | public List<Map<String,Object>> getPatientInfoList(String cardNo){ |
| 225 | 237 | List<Map<String,Object>> result = new ArrayList<>(); |
| 226 | 238 | if (StringUtils.isNotBlank(cardNo)) { |