Leadtools.Dicom Namespace : DicomCharacterSetType Enumeration |
public enum DicomCharacterSetType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomCharacterSetType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomCharacterSetType
public enum DicomCharacterSetType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomCharacterSetType = function() { }; Leadtools.Dicom.DicomCharacterSetType.prototype = {
Default = 0x00000000, LatinAlphabetNo1 = 0x00000001, LatinAlphabetNo2 = 0x00000002, LatinAlphabetNo3 = 0x00000003, LatinAlphabetNo4 = 0x00000004, Cyrillic = 0x00000005, Arabic = 0x00000006, Greek = 0x00000007, Hebrew = 0x00000008, LatinAlphabetNo5 = 0x00000009, JapaneseJisX0201 = 0x0000000A, Thai = 0x0000000B, Korean = 0x0000000C, UnicodeInUtf8 = 0x0000000D, Gb18030 = 0x0000000E, JapaneseJisX0208 = 0x0000000F, JapaneseJisX0212 = 0x00000010, };
public enum class DicomCharacterSetType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCharacterSetType