-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathorthanc.json
120 lines (118 loc) · 3.44 KB
/
orthanc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"Name" : "M A P D R",
"StorageDirectory" : "/var/lib/orthanc/db",
"IndexDirectory" : "/var/lib/orthanc/db",
"StorageCompression" : true,
"MaximumStorageSize" : 0,
"MaximumPatientCount" : 0,
"MaximumStorageCacheSize" : 128,
"LuaScripts" : [
],
"Plugins" : [
"/usr/share/orthanc/plugins", "/usr/local/share/orthanc/plugins"
],
"ConcurrentJobs" : 2,
"HttpServerEnabled" : true,
"OrthancExplorerEnabled" : true,
"HttpPort" : 8042,
"HttpDescribeErrors" : true,
"HttpCompressionEnabled" : true,
"WebDavEnabled" : true,
"WebDavDeleteAllowed" : false,
"WebDavUploadAllowed" : true,
"DicomServerEnabled" : true,
"DicomAet" : "MAPDR",
"DicomCheckCalledAet" : true,
"DicomPort" : 4242,
"DefaultEncoding" : "Latin1",
"AcceptedTransferSyntaxes" : [ "1.2.840.10008.1.*" ],
"UnknownSopClassAccepted" : false,
"DicomScpTimeout" : 30,
"RemoteAccessAllowed" : true,
"SslEnabled" : false,
"SslCertificate" : "certificate.pem",
"SslMinimumProtocolVersion" : 4,
"SslVerifyPeers" : false,
"SslTrustedClientCertificates" : "trustedClientCertificates.pem",
"AuthenticationEnabled" : true,
"RegisteredUsers" : {
"mapdr" : "changestrongpassword"
},
"DicomTlsEnabled" : false,
"DicomTlsRemoteCertificateRequired" : true,
"DicomAlwaysAllowEcho" : true,
"DicomAlwaysAllowStore" : true,
"DicomAlwaysAllowFind" : false,
"DicomAlwaysAllowFindWorklist" : false,
"DicomAlwaysAllowGet" : false,
"DicomAlwaysAllowMove" : false,
"DicomCheckModalityHost" : false,
"DicomModalities" : {
// "MAPDRX" : [ "MAPDR", "127.0.0.1", 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" : "/etc/ssl/certs/ca-certificates.crt",
"UserMetadata" : {
// "Sample" : 1024
},
"UserContentType" : {
// "sample" : 1024
// "sample2" : [ 1025, "application/pdf" ]
},
"StableAge" : 60,
"StrictAetComparison" : false,
"StoreMD5ForAttachments" : true,
"LimitFindResults" : 0,
"LimitFindInstances" : 0,
"LogExportedResources" : false,
"KeepAlive" : true,
"TcpNoDelay" : true,
"HttpThreadsCount" : 50,
"StoreDicom" : true,
"DicomAssociationCloseDelay" : 5,
"QueryRetrieveSize" : 100,
"CaseSensitivePN" : false,
"LoadPrivateDictionary" : true,
"Dictionary" : {
},
"SynchronousCMove" : true,
"JobsHistorySize" : 10,
"SaveJobs" : true,
"OverwriteInstances" : false,
"MediaArchiveSize" : 1,
"StorageAccessOnFind" : "Always",
"MetricsEnabled" : true,
"ExecuteLuaEnabled" : false,
"HttpRequestTimeout" : 30,
"DefaultPrivateCreator" : "",
"StorageCommitmentReportsSize" : 100,
"TranscodeDicomProtocol" : true,
"BuiltinDecoderTranscoderOrder" : "After",
"IngestTranscoding" : "1.2.840.10008.1.2.4.91",
"IngestTranscodingOfUncompressed" : true,
"IngestTranscodingOfCompressed" : true,
"DicomLossyTranscodingQuality" : 90,
"SyncStorageArea" : true,
"MallocArenaMax" : 5,
"DeidentifyLogs" : true,
"DeidentifyLogsDicomVersion" : "2021b",
"MaximumPduLength" : 16384,
"CheckRevisions" : false,
"SynchronousZipStream" : true,
"ZipLoaderThreads": 0,
"Warnings" : {
"W001_TagsBeingReadFromStorage": true,
"W002_InconsistentDicomTagsInDb": true
}
}