comparison OrthancServer/Resources/Configuration.json @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents ac4e9fb87615
children 68e9f7815fb8
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
905 // (new experimental feature in Orthanc 1.10.0) 905 // (new experimental feature in Orthanc 1.10.0)
906 "ZipLoaderThreads": 0, 906 "ZipLoaderThreads": 0,
907 907
908 // Extra Main Dicom tags that are stored in DB together with all default 908 // Extra Main Dicom tags that are stored in DB together with all default
909 // Main Dicom tags that are already stored. 909 // Main Dicom tags that are already stored.
910 // see https://book.orthanc-server.com/faq/main-dicom-tags.html 910 // see https://orthanc.uclouvain.be/book/faq/main-dicom-tags.html
911 // (new in Orthanc 1.11.0) 911 // (new in Orthanc 1.11.0)
912 // Sequences tags are not supported. 912 // Sequences tags are not supported.
913 /** 913 /**
914 "ExtraMainDicomTags" : { 914 "ExtraMainDicomTags" : {
915 "Instance" : [ 915 "Instance" : [
930 }, 930 },
931 */ 931 */
932 932
933 // Enables/disables warnings in the logs. 933 // Enables/disables warnings in the logs.
934 // "true" enables a warning. All warnings are enabled by default 934 // "true" enables a warning. All warnings are enabled by default
935 // see https://book.orthanc-server.com/faq/main-dicom-tags.html#warnings 935 // see https://orthanc.uclouvain.be/book/faq/main-dicom-tags.html#warnings
936 // (new in Orthanc 1.11.0) 936 // (new in Orthanc 1.11.0)
937 "Warnings" : { 937 "Warnings" : {
938 // A "RequestedTags" has been read from storage which is slower than 938 // A "RequestedTags" has been read from storage which is slower than
939 // reading it from DB. 939 // reading it from DB.
940 // You might want to store this tag in ExtraMainDicomTags to build 940 // You might want to store this tag in ExtraMainDicomTags to build