C#
VB
C++
Represents the character set type
public enum DicomCharacterSetType
Public Enum DicomCharacterSetType
public enum class DicomCharacterSetType
Value | Member | Description |
---|---|---|
0 | Default | Default repertoire (the default repertoire for character strings in DICOM), better known as ASCII |
1 | LatinAlphabetNo1 | Latin alphabet No. 1. |
2 | LatinAlphabetNo2 | Latin alphabet No. 2. |
3 | LatinAlphabetNo3 | Latin alphabet No. 3. |
4 | LatinAlphabetNo4 | Latin alphabet No. 4. |
5 | Cyrillic | Cyrillic. |
6 | Arabic | Arabic. |
7 | Greek | Greek. |
8 | Hebrew | Hebrew. |
9 | LatinAlphabetNo5 | Latin alphabet No. 5. |
10 | JapaneseJisX0201 | Japanese JIS X 0201 |
11 | Thai | Thai. |
12 | Korean | Korean. |
13 | UnicodeInUtf8 | Unicode in UTF-8. |
14 | Gb18030 | Chinese. |
15 | JapaneseJisX0208 | Japanese JIS X 0208: Kanji |
16 | JapaneseJisX0212 | Japanese JIS X 0212: Supplementary Kani set |