add source of type correspondancies
This commit is contained in:
parent
0e991d6bde
commit
5e4043d99c
@ -101,6 +101,11 @@ export default function initWADOImageLoader(
|
||||
|
||||
initWebWorkers(appConfig);
|
||||
}
|
||||
|
||||
/*
|
||||
taken from
|
||||
https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Plugin/WadoRsRetrieveFrames.cpp
|
||||
*/
|
||||
const typeForTS = {
|
||||
"*": "application/octet-stream",
|
||||
"1.2.840.10008.1.2.1": "application/octet-stream",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user