新增下拉框选择dicomAE接口

main
wangxiaoshuang 2024-03-26 11:18:47 +08:00
parent 8491862a7f
commit c7575b7048
1 changed files with 8 additions and 0 deletions

View File

@ -32,4 +32,12 @@ export function testConnect(id) {
url: `/DicomAE/testSCPServerConnect/${id}`,
method: 'get'
})
}
// 获取DicomAE下拉框数据
export function getDicomCalledAEList() {
return request({
url: `/Patient/getDicomCalledAEList`,
method: 'get'
})
}