Commit 345cbdd77f66866b88d7f6cef6a4c0ff2bf7cf0f
1 parent
c894940b5c
Exists in
master
and in
6 other branches
承德换卡
Showing 2 changed files with 37 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/DiagnoseEnums.java
View file @
345cbdd
... | ... | @@ -180,5 +180,41 @@ |
180 | 180 | return title; |
181 | 181 | } |
182 | 182 | } |
183 | + | |
184 | + | |
185 | +// public enum PqsssEnums{ | |
186 | +// | |
187 | +// A(1, "异位妊娠手术"), | |
188 | +// B(2, "阑尾切除"), | |
189 | +// C(3, "子宫肌瘤剥除"), | |
190 | +// D(4, "剖宫产"); | |
191 | +// | |
192 | +// private PqsssEnums(int id, String title) { | |
193 | +// this.id = id; | |
194 | +// this.title = title; | |
195 | +// } | |
196 | +// private int id; | |
197 | +// private String title; | |
198 | +// | |
199 | +// public static String getTitleById(Integer id) | |
200 | +// { | |
201 | +// for(PqsssEnums s : PqsssEnums.values()) { | |
202 | +// if (s.getId() == id) | |
203 | +// { | |
204 | +// return s.getTitle(); | |
205 | +// } | |
206 | +// | |
207 | +// } | |
208 | +// return ""; | |
209 | +// } | |
210 | +// | |
211 | +// public int getId() { | |
212 | +// return id; | |
213 | +// } | |
214 | +// | |
215 | +// public String getTitle() { | |
216 | +// return title; | |
217 | +// } | |
218 | +// } | |
183 | 219 | } |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
345cbdd
... | ... | @@ -937,7 +937,7 @@ |
937 | 937 | patientsQuery.setVcCardNos(dzfyHisService.getDzVcCardNos(bookbuildingQueryRequest.getVcCardNo())); |
938 | 938 | } |
939 | 939 | //承德通过就诊卡号查询查询到病人id 然后用病人id和就诊卡号查询建档记录 |
940 | - else if ("2100001291".equals(hospitalId)) | |
940 | + else if ("2100001636".equals(hospitalId)) | |
941 | 941 | { |
942 | 942 | String blNum = cdfyHisService.getIdByVcCardNo(bookbuildingQueryRequest.getVcCardNo()); |
943 | 943 | patientsQuery.setBlNum(blNum); |