Visual Basic (Declaration) | |
---|---|
Public Enum DicomCharacterSetType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomCharacterSetType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomCharacterSetType : public Enum |
C++/CLI | |
---|---|
public enum class DicomCharacterSetType : public Enum |
Member | Description |
---|---|
Default | Default repertoire (the default repertoire for character strings in DICOM), better known as ASCII |
LatinAlphabetNo1 | Latin alphabet No. 1. |
LatinAlphabetNo2 | Latin alphabet No. 2. |
LatinAlphabetNo3 | Latin alphabet No. 3. |
LatinAlphabetNo4 | Latin alphabet No. 4. |
Cyrillic | Cyrillic. |
Arabic | Arabic. |
Greek | Greek. |
Hebrew | Hebrew. |
LatinAlphabetNo5 | Latin alphabet No. 5. |
JapaneseJisX0201 | Japanese. |
Thai | Thai. |
Korean | Korean. |
UnicodeInUtf8 | Unicode in UTF-8. |
Gb18030 | GB18030. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCharacterSetType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family