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