comparison Resources/Configuration.json @ 2203:7d5320c59a05

doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 12:48:34 +0100
parents 71e8a70e9e99
children 6dc3bdb4088b
comparison
equal deleted inserted replaced
2202:9b373b7d6713 2203:7d5320c59a05
85 85
86 // The DICOM port 86 // The DICOM port
87 "DicomPort" : 4242, 87 "DicomPort" : 4242,
88 88
89 // The default encoding that is assumed for DICOM files without 89 // The default encoding that is assumed for DICOM files without
90 // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii", 90 // "SpecificCharacterSet" DICOM tag, and that is used when answering
91 // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5", 91 // C-Find requests. The allowed values are "Ascii", "Utf8",
92 // "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew", "Thai", 92 // "Latin1", "Latin2", "Latin3", "Latin4", "Latin5", "Cyrillic",
93 // "Japanese", and "Chinese". 93 // "Windows1251", "Arabic", "Greek", "Hebrew", "Thai", "Japanese",
94 // and "Chinese".
94 "DefaultEncoding" : "Latin1", 95 "DefaultEncoding" : "Latin1",
95 96
96 // The transfer syntaxes that are accepted by Orthanc C-Store SCP 97 // The transfer syntaxes that are accepted by Orthanc C-Store SCP
97 "DeflatedTransferSyntaxAccepted" : true, 98 "DeflatedTransferSyntaxAccepted" : true,
98 "JpegTransferSyntaxAccepted" : true, 99 "JpegTransferSyntaxAccepted" : true,