lugano融合添加历史访视融合记录查看

This commit is contained in:
2024-03-20 09:51:37 +08:00
parent 18c31112b3
commit f34f7a0656
6 changed files with 440 additions and 28 deletions
+15
View File
@@ -3621,3 +3621,18 @@ export function verifyIsCanConfirm(param) {
})
}
export function getPTAndCtSeries(param) {
return request({
url: `/SubjectVisit/getPTAndCtSeries`,
method: 'post',
data: param
})
}
export function getDicomSeriesInfo(param) {
return request({
url: `/SubjectVisit/getDicomSeriesInfo`,
method: 'post',
data: param
})
}