|
@@ -140,7 +140,7 @@ public class InquiryTriageFacade extends InquiryTriageServiceImpl {
|
|
|
|
|
|
Map<String, Object> body = new HashMap<>();
|
|
Map<String, Object> body = new HashMap<>();
|
|
body.put("disDeptist",saveInquiryVO.getDisDeptist() );
|
|
body.put("disDeptist",saveInquiryVO.getDisDeptist() );
|
|
- //body.put("patName", saveInquiryVO.getPatName());
|
|
|
|
|
|
+ body.put("hospitalCode", saveInquiryVO.getHospitalCode());
|
|
body.put("patAge", saveInquiryVO.getPatAge());
|
|
body.put("patAge", saveInquiryVO.getPatAge());
|
|
body.put("patSex", saveInquiryVO.getPatSex());
|
|
body.put("patSex", saveInquiryVO.getPatSex());
|
|
body.put("idType", saveInquiryVO.getIdType());
|
|
body.put("idType", saveInquiryVO.getIdType());
|
|
@@ -150,9 +150,9 @@ public class InquiryTriageFacade extends InquiryTriageServiceImpl {
|
|
bodyList.add(body);
|
|
bodyList.add(body);
|
|
|
|
|
|
//X-Service-Id对应的值
|
|
//X-Service-Id对应的值
|
|
- String serviceId = "consult.questionRecordService";
|
|
|
|
|
|
+ String serviceId = "consult.diagnoseService";
|
|
//X-Service-Method对应的值
|
|
//X-Service-Method对应的值
|
|
- String method = "saveQuestionRecord";
|
|
|
|
|
|
+ String method = "findConsultDocByDiagnose";
|
|
return new Request(serviceId, method, bodyList);
|
|
return new Request(serviceId, method, bodyList);
|
|
}
|
|
}
|
|
|
|
|