comparison Resources/Configuration.json @ 3226:45e1631febbb

support of simplified chinese
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Feb 2019 15:25:41 +0100
parents 9a83d94b2a1e
children 45786a7c3735
comparison
equal deleted inserted replaced
3225:c85510b5f21d 3226:45e1631febbb
109 // The default encoding that is assumed for DICOM files without 109 // The default encoding that is assumed for DICOM files without
110 // "SpecificCharacterSet" DICOM tag, and that is used when answering 110 // "SpecificCharacterSet" DICOM tag, and that is used when answering
111 // C-Find requests (including worklists). The allowed values are 111 // C-Find requests (including worklists). The allowed values are
112 // "Ascii", "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", 112 // "Ascii", "Utf8", "Latin1", "Latin2", "Latin3", "Latin4",
113 // "Latin5", "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew", 113 // "Latin5", "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew",
114 // "Thai", "Japanese", "Chinese", "JapaneseKanji" and "Korean". 114 // "Thai", "Japanese", "Chinese", "JapaneseKanji", "Korean", and
115 // "SimplifiedChinese".
115 "DefaultEncoding" : "Latin1", 116 "DefaultEncoding" : "Latin1",
116 117
117 // The transfer syntaxes that are accepted by Orthanc C-Store SCP 118 // The transfer syntaxes that are accepted by Orthanc C-Store SCP
118 "DeflatedTransferSyntaxAccepted" : true, 119 "DeflatedTransferSyntaxAccepted" : true,
119 "JpegTransferSyntaxAccepted" : true, 120 "JpegTransferSyntaxAccepted" : true,