Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Resources/Configuration.json Wed Sep 17 17:23:08 2014 +0200 +++ b/Resources/Configuration.json Thu Sep 18 17:18:26 2014 +0200 @@ -69,6 +69,14 @@ // and "Chinese". "DefaultEncoding" : "Latin1", + // The transfer syntaxes that are accepted by Orthanc C-Store SCP + "DeflatedTransferSyntaxAccepted" : true, + "JpegTransferSyntaxAccepted" : true, + "Jpeg2000TransferSyntaxAccepted" : true, + "JpegLosslessTransferSyntaxAccepted" : true, + "JpipTransferSyntaxAccepted" : true, + "Mpeg2TransferSyntaxAccepted" : true, + "RleTransferSyntaxAccepted" : true, /**