dicomweb-proxy
Version:
A proxy to translate between dicomweb and dimse
34 lines (32 loc) • 655 B
JSON
{
"source": {
"aet": "DICOMWEB_PROXY",
"ip": "127.0.0.1",
"port": 8888
},
"peers": [
{
"aet": "CONQUESTSRV1",
"ip": "127.0.0.1",
"port": 5678
}
],
"transferSyntax": "1.2.840.10008.1.2.4.80",
"mimeType": "image/dicom+jpeg",
"lossyQuality": 60,
"logDir": "./logs",
"storagePath": "./data",
"cacheRetentionMinutes": 60,
"httpPort": 5000,
"httpIp": "0.0.0.0",
"useCget": true,
"useFetchLevel": "SERIES",
"maxAssociations": 4,
"qidoMinChars": 0,
"qidoAppendWildcard": true,
"verboseLogging": false,
"fullMeta": true,
"websocketUrl": "",
"websocketToken":
"YOUR_TOKEN_HERE"
}