add source of type correspondancies

This commit is contained in:
Salim Kanoun 2023-05-18 19:21:46 +02:00
parent 0e991d6bde
commit 5e4043d99c

View File

@ -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",