formatting
This commit is contained in:
parent
6c34c6fdb7
commit
4320acfc12
@ -7,9 +7,7 @@
|
||||
"WadoRoot": "/wado",
|
||||
"Ssl": false,
|
||||
"Servers": {
|
||||
"main": [
|
||||
"http://orthanc:8042/dicom-web/"
|
||||
]
|
||||
"main": ["http://orthanc:8042/dicom-web/"]
|
||||
},
|
||||
"QidoCaseSensitive": true,
|
||||
"MetadataWorkerThreadsCount": 10,
|
||||
@ -17,4 +15,4 @@
|
||||
"StudiesMetadata": "Full",
|
||||
"SeriesMetadata": "Full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Dictionary" : {
|
||||
"0011,1060" : [ "LO", "InnowaveUploaderID", 1, 1, "InowavePrivateGroup"],
|
||||
"1971,0010" : [ "CS", "PBSender", 1, 1, "BlackFish"],
|
||||
"1971,1001" : [ "LO", "DicomSenderID", 1, 1, "BlackFish"]
|
||||
"Dictionary": {
|
||||
"0011,1060": ["LO", "InnowaveUploaderID", 1, 1, "InowavePrivateGroup"],
|
||||
"1971,0010": ["CS", "PBSender", 1, 1, "BlackFish"],
|
||||
"1971,1001": ["LO", "DicomSenderID", 1, 1, "BlackFish"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,4 +2,4 @@
|
||||
"OHIF": {
|
||||
"UserConfiguration": "/usr/local/share/orthanc/ohif.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,10 +7,7 @@
|
||||
"MaximumPatientCount": 0,
|
||||
"MaximumStorageCacheSize": 128,
|
||||
"LuaScripts": [],
|
||||
"Plugins": [
|
||||
"/usr/share/orthanc/plugins",
|
||||
"/usr/local/share/orthanc/plugins"
|
||||
],
|
||||
"Plugins": ["/usr/share/orthanc/plugins", "/usr/local/share/orthanc/plugins"],
|
||||
|
||||
"ExtraMainDicomTags": {
|
||||
"Instance": [
|
||||
@ -66,46 +63,41 @@
|
||||
"DicomSenderID",
|
||||
"StationName"
|
||||
],
|
||||
"Patient": [
|
||||
"OtherPatientNames",
|
||||
"OtherPatientIDs"
|
||||
]
|
||||
"Patient": ["OtherPatientNames", "OtherPatientIDs"]
|
||||
},
|
||||
"ConcurrentJobs": 8,
|
||||
|
||||
|
||||
"HttpServerEnabled": true,
|
||||
"OrthancExplorerEnabled": true,
|
||||
"HttpPort": 8042,
|
||||
"HttpDescribeErrors": true,
|
||||
"HttpCompressionEnabled": true,
|
||||
|
||||
|
||||
"WebDavEnabled": true,
|
||||
"WebDavDeleteAllowed": false,
|
||||
"WebDavUploadAllowed": true,
|
||||
|
||||
|
||||
"DicomServerEnabled": true,
|
||||
"DicomAet": "BLACKFISH",
|
||||
"DicomCheckCalledAet": false,
|
||||
"DicomPort": 4242,
|
||||
"DefaultEncoding": "Utf8",
|
||||
"AcceptedTransferSyntaxes": [
|
||||
"1.2.840.10008.1.*"
|
||||
],
|
||||
"DeflatedTransferSyntaxAccepted" : true,
|
||||
"JpegTransferSyntaxAccepted" : true,
|
||||
"Jpeg2000TransferSyntaxAccepted" : true,
|
||||
"JpegLosslessTransferSyntaxAccepted" : true,
|
||||
"JpipTransferSyntaxAccepted" : true,
|
||||
"AcceptedTransferSyntaxes": ["1.2.840.10008.1.*"],
|
||||
"DeflatedTransferSyntaxAccepted": true,
|
||||
"JpegTransferSyntaxAccepted": true,
|
||||
"Jpeg2000TransferSyntaxAccepted": true,
|
||||
"JpegLosslessTransferSyntaxAccepted": true,
|
||||
"JpipTransferSyntaxAccepted": true,
|
||||
"UnknownSopClassAccepted": false,
|
||||
"DicomScpTimeout": 30,
|
||||
|
||||
|
||||
"RemoteAccessAllowed": true,
|
||||
"SslEnabled": false,
|
||||
"SslCertificate": "certificate.pem",
|
||||
"SslMinimumProtocolVersion": 4,
|
||||
"SslVerifyPeers": false,
|
||||
"SslTrustedClientCertificates": "trustedClientCertificates.pem",
|
||||
|
||||
|
||||
"DicomTlsEnabled": false,
|
||||
"DicomTlsRemoteCertificateRequired": true,
|
||||
"DicomAlwaysAllowEcho": true,
|
||||
@ -125,13 +117,13 @@
|
||||
"DicomThreadsCount": 4,
|
||||
"OrthancPeers": {},
|
||||
"OrthancPeersInDatabase": false,
|
||||
|
||||
|
||||
"HttpProxy": "",
|
||||
"HttpVerbose": false,
|
||||
"HttpTimeout": 60,
|
||||
"HttpsVerifyPeers": false,
|
||||
"HttpsCACertificates": "/etc/ssl/certs/ca-certificates.crt",
|
||||
|
||||
|
||||
"UserMetadata": {
|
||||
// "Sample" : 1024
|
||||
},
|
||||
@ -139,7 +131,7 @@
|
||||
// "sample" : 1024
|
||||
// "sample2" : [ 1025, "application/pdf" ]
|
||||
},
|
||||
|
||||
|
||||
"StableAge": 60,
|
||||
"StrictAetComparison": false,
|
||||
"StoreMD5ForAttachments": true,
|
||||
@ -183,4 +175,4 @@
|
||||
"W001_TagsBeingReadFromStorage": true,
|
||||
"W002_InconsistentDicomTagsInDb": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"PostgreSQL": {
|
||||
"PostgreSQL": {
|
||||
"EnableIndex": true,
|
||||
"EnableStorage": false,
|
||||
"Host": "postgres",
|
||||
"Port": 5432,
|
||||
"Database": "orthanc",
|
||||
"Username": "postgres",
|
||||
"Username": "postgres",
|
||||
"Password": "password"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
"RegisteredUsers": {
|
||||
"blackfish": "letmein"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"ShowUserPreferencesButton": true,
|
||||
"ShowNotForDiagnosticUsageDisclaimer": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user