my orthanc configuration
{
“Name”: “sPACS”,
“StorageDirectory”: “C:\sPACS”,
“IndexDirectory”: “C:\sPACS”,
“StorageCompression”: false,
“MaximumStorageSize”: 0,
“MaximumStorageCacheSize”: 1000,
“Plugins”: [
“C:\Program Files\Orthanc Server\Plugins”
],
“ConcurrentJobs”: 0,
“HttpServerEnabled”: true,
“OrthancExplorerEnabled”: true,
“HttpPort”: 8081,
“HttpCompressionEnabled”: true,
“WebDavEnabled”: false,
“WebDavDeleteAllowed”: false,
“WebDavUploadAllowed”: true,
“DicomAet”: “SPACS”,
“DicomCheckCalledAet”: true,
“DicomPort”: 104,
“RemoteAccessAllowed”: true,
“AuthenticationEnabled”: true,
“RegisteredUsers”: {
“user”: “password”
},
“DicomAlwaysAllowEcho”: true,
“DicomAlwaysAllowStore”: true,
“DicomAlwaysAllowFind”: false,
“DicomAlwaysAllowFindWorklist”: false,
“DicomAlwaysAllowGet”: false,
“DicomAlwaysAllowMove”: false,
“DicomCheckModalityHost”: false,
“DicomModalities”: {
“untrusted”: {
“AET”: “RADIANT”,
“Port”: 11112,
“Host”: “127.0.0.1”,
“Manufacturer”: “Generic”,
“AllowEcho”: true,
“AllowFind”: true,
“AllowFindWorklist”: false,
“AllowGet”: true,
“AllowMove”: false,
“AllowStore”: true,
“AllowStorageCommitment”: true,
“AllowTranscoding”: true,
“UseDicomTls”: false,
“LocalAet”: “SPACS”,
“Timeout”: 60
}
},
“DicomThreadsCount”: 8,
“LimitFindResults”: 100,
“LimitFindInstances”: 0,
“SaveJobs”: false,
“StorageAccessOnFind”: “Never”,
“ExtraMainDicomTags”: {
“Instance”: [
“0008,0016”,
“0008,0201”,
“0028,0010”,
“0028,0011”,
“0028,0100”,
“0040,0244”,
“0040,0245”,
“0040,0275”
],
“Series”: [
“0008,0201”,
“0040,0244”,
“0040,0245”,
“0040,0275”
],
“Study”: [
“0008,0201”,
“0010,0021”,
“0008,1040”,
“0008,1050”,
“0008,1060”
],
“Patient”: [
]
}
}