DICOM MCP Server
by ChristianHinge
Verified
- dicom-mcp
- tests
{
"Name": "MyOrthanc",
"StorageDirectory": "OrthancStorage",
"IndexDirectory": "OrthancStorage",
"StorageCompression": false,
"MaximumStorageSize": 0,
"MaximumPatientCount": 0,
"MaximumStorageMode": "Recycle",
"MaximumStorageCacheSize": 128,
"LuaScripts": [],
"LuaHeartBeatPeriod": 0,
"Plugins": [
"/usr/local/share/orthanc/plugins"
],
"ConcurrentJobs": 2,
"JobsEngineThreadsCount": {
"ResourceModification": 1
},
"HttpServerEnabled": true,
"OrthancExplorerEnabled": true,
"HttpPort": 8042,
"HttpDescribeErrors": true,
"HttpCompressionEnabled": false,
"WebDavEnabled": true,
"WebDavDeleteAllowed": false,
"WebDavUploadAllowed": true,
"DicomServerEnabled": true,
"DicomAet": "ORTHANC",
"DicomCheckCalledAet": false,
"DicomPort": 4242,
"DefaultEncoding": "Latin1",
"AcceptedTransferSyntaxes": ["*"],
"UnknownSopClassAccepted": true,
"DicomScpTimeout": 30,
"RemoteAccessAllowed": true,
"SslEnabled": false,
"SslCertificate": "certificate.pem",
"SslMinimumProtocolVersion": 4,
"SslVerifyPeers": false,
"SslTrustedClientCertificates": "trustedClientCertificates.pem",
"AuthenticationEnabled" : false,
"DicomTlsEnabled": false,
"DicomTlsRemoteCertificateRequired": true,
"DicomTlsMinimumProtocolVersion": 0,
"DicomAlwaysAllowEcho": true,
"DicomAlwaysAllowStore": true,
"DicomAlwaysAllowFind": true,
"DicomAlwaysAllowFindWorklist": true,
"DicomAlwaysAllowGet": true,
"DicomAlwaysAllowMove": true,
"DicomCheckModalityHost": true,
"DicomModalities": {
"fake_aet": {
"AET": "FAKE_AET",
"Host": "host.docker.internal",
"Port": 4243
},
"STORESCP": {
"AET": "STORESCP",
"Host": "host.docker.internal",
"Port": 4243
},
"MCPSCU": {
"AET": "MCPSCU",
"Host": "host.docker.internal",
"Port": 11112
}
},
"DicomModalitiesInDatabase": false,
"DicomEchoChecksFind": false,
"DicomScuTimeout": 10,
"DicomScuPreferredTransferSyntax": "1.2.840.10008.1.2.1",
"DicomThreadsCount": 4,
"OrthancPeers": {
},
"OrthancPeersInDatabase": false,
"HttpProxy": "",
"HttpVerbose": false,
"HttpTimeout": 60,
"HttpsVerifyPeers": true,
"HttpsCACertificates": "",
"UserMetadata": {
},
"UserContentType": {
},
"StableAge": 60,
"StrictAetComparison": false,
"StoreMD5ForAttachments": true,
"LimitFindResults": 0,
"LimitFindInstances": 0,
"LogExportedResources": false,
"LogLevel": "Debug",
"KeepAlive": true,
"KeepAliveTimeout": 1,
"TcpNoDelay": true,
"HttpThreadsCount": 50,
"StoreDicom": true,
"DicomAssociationCloseDelay": 5,
"QueryRetrieveSize": 100,
"CaseSensitivePN": false,
"LoadPrivateDictionary": true,
"Dictionary": { },
"SynchronousCMove": false,
"JobsHistorySize": 10,
"SaveJobs": true,
"OverwriteInstances": false,
"MediaArchiveSize": 1,
"StorageAccessOnFind": "Always",
"MetricsEnabled": true,
"ExecuteLuaEnabled": false,
"RestApiWriteToFileSystemEnabled": false,
"HttpRequestTimeout": 30,
"DefaultPrivateCreator": "",
"StorageCommitmentReportsSize": 100,
"TranscodeDicomProtocol": true,
"BuiltinDecoderTranscoderOrder": "After",
"IngestTranscodingOfUncompressed": true,
"IngestTranscodingOfCompressed": true,
"DicomLossyTranscodingQuality": 90,
"SyncStorageArea": true,
"MallocArenaMax": 5,
"DeidentifyLogs": false,
"DeidentifyLogsDicomVersion": "2023b",
"MaximumPduLength": 16384,
"CheckRevisions": false,
"SynchronousZipStream": true,
"ZipLoaderThreads": 0,
"Warnings": {
"W001_TagsBeingReadFromStorage": true,
"W002_InconsistentDicomTagsInDb": true
}
}