Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 1164:0a55d8eb194e
Configuration/Lua to select the accepted C-Store SCP transfer syntaxes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 18 Sep 2014 17:18:26 +0200 |
parents | 952cf9b6be83 |
children | a843ee8bb903 |
comparison
equal
deleted
inserted
replaced
1163:3db41779d8f9 | 1164:0a55d8eb194e |
---|---|
67 // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5", | 67 // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5", |
68 // "Cyrillic", "Arabic", "Greek", "Hebrew", "Thai", "Japanese", | 68 // "Cyrillic", "Arabic", "Greek", "Hebrew", "Thai", "Japanese", |
69 // and "Chinese". | 69 // and "Chinese". |
70 "DefaultEncoding" : "Latin1", | 70 "DefaultEncoding" : "Latin1", |
71 | 71 |
72 // The transfer syntaxes that are accepted by Orthanc C-Store SCP | |
73 "DeflatedTransferSyntaxAccepted" : true, | |
74 "JpegTransferSyntaxAccepted" : true, | |
75 "Jpeg2000TransferSyntaxAccepted" : true, | |
76 "JpegLosslessTransferSyntaxAccepted" : true, | |
77 "JpipTransferSyntaxAccepted" : true, | |
78 "Mpeg2TransferSyntaxAccepted" : true, | |
79 "RleTransferSyntaxAccepted" : true, | |
72 | 80 |
73 | 81 |
74 /** | 82 /** |
75 * Security-related options for the HTTP server | 83 * Security-related options for the HTTP server |
76 **/ | 84 **/ |