Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 3218:9a83d94b2a1e
kanji encoding
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 Feb 2019 11:32:14 +0100 |
parents | 98187ab5a4c9 |
children | 45e1631febbb |
comparison
equal
deleted
inserted
replaced
3217:cf8cbeb35f33 | 3218:9a83d94b2a1e |
---|---|
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", and "Chinese". | 114 // "Thai", "Japanese", "Chinese", "JapaneseKanji" and "Korean". |
115 "DefaultEncoding" : "Latin1", | 115 "DefaultEncoding" : "Latin1", |
116 | 116 |
117 // The transfer syntaxes that are accepted by Orthanc C-Store SCP | 117 // The transfer syntaxes that are accepted by Orthanc C-Store SCP |
118 "DeflatedTransferSyntaxAccepted" : true, | 118 "DeflatedTransferSyntaxAccepted" : true, |
119 "JpegTransferSyntaxAccepted" : true, | 119 "JpegTransferSyntaxAccepted" : true, |