|
|
@ -83,6 +83,7 @@ |
|
|
|
import { |
|
|
|
screenage, |
|
|
|
apiUrl, |
|
|
|
imgUrl as picUrl, |
|
|
|
proxyUrl |
|
|
|
} from '@/config/setting.js'; |
|
|
|
|
|
|
@ -151,6 +152,7 @@ |
|
|
|
// ], |
|
|
|
// }, |
|
|
|
], |
|
|
|
picUrl: picUrl, |
|
|
|
imgurl: '', //传值,传dcm图片地址给<dcmview>组件 |
|
|
|
toolType: 'ScrollTool', //工具传值,根据传值绑定不同工具 |
|
|
|
currentDcm: [], |
|
|
@ -239,9 +241,9 @@ |
|
|
|
item.patientAge = row.patientAge; |
|
|
|
item.patientSex = row.patientSex; |
|
|
|
item.studyId = row.studyId; |
|
|
|
// row.dcmPath = apiUrl + row.dcmPath; |
|
|
|
row.dcmPath = |
|
|
|
'http://116.204.114.73:9300/static/1884873965911019520/2025/1/30/CT.1.2.392.200036.9116.2.5.1.37.2420784501.1738221085.722823.dcm' |
|
|
|
row.dcmPath = picUrl + row.dcmPath; |
|
|
|
// row.dcmPath = |
|
|
|
// 'http://116.204.114.73:9300/static/1884873965911019520/2025/1/30/CT.1.2.392.200036.9116.2.5.1.37.2420784501.1738221085.722823.dcm' |
|
|
|
}); |
|
|
|
}); |
|
|
|
// 默认展示第一个患者 |
|
|
|