|
|
|
@ -119,6 +119,7 @@ public class FetchPacsBase64Job {
|
|
|
|
|
+ File.separator + WebserviceMessageType.HIP1009
|
|
|
|
|
+ File.separator + Func.formatDate(LocalDate.now())
|
|
|
|
|
+ File.separator + idService.getDateSeq();
|
|
|
|
|
FileUtil.saveStrData(xml, new File(filePath));
|
|
|
|
|
ReportDto reportDto2 = hip1009.getReportDtoByInspectionUpdate(XmlUtil.of(xml));
|
|
|
|
|
SdryPacsPrintExcept pacsPrintExcept = new SdryPacsPrintExcept();
|
|
|
|
|
pacsPrintExcept.setInpatientNo(reportDto2.getInpatientNo());
|
|
|
|
|