同步检验检测状态
This commit is contained in:
parent
b51da52922
commit
06669bf41a
@ -639,6 +639,11 @@ public class InspectPatientController {
|
|||||||
ReportData reportData = reportResponse.getData();
|
ReportData reportData = reportResponse.getData();
|
||||||
// 获取 reportPath
|
// 获取 reportPath
|
||||||
String reportPath = reportData.getReportPath();
|
String reportPath = reportData.getReportPath();
|
||||||
|
String barCodestatus=reportData.getBarCodestatus();
|
||||||
|
//更新检验检查状态
|
||||||
|
if (barCodestatus!=null) {
|
||||||
|
pacsDataService.updatebarcodestatus(medicalSn, model, barCodestatus);
|
||||||
|
}
|
||||||
if (!reportPath.contains("报告暂未出")) {
|
if (!reportPath.contains("报告暂未出")) {
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
InspectPacsDataSaveReqVO inspectPacs = new InspectPacsDataSaveReqVO();
|
InspectPacsDataSaveReqVO inspectPacs = new InspectPacsDataSaveReqVO();
|
||||||
|
Loading…
Reference in New Issue
Block a user