←Select platform

DicomCharacterSetType Enumeration

Summary
Represents the character set type
Syntax
C#
Objective-C
C++/CLI
public enum DicomCharacterSetType   
typedef NS_ENUM(NSInteger, LTDicomCharacterSetType) { 
	LTDicomCharacterSetTypeDefault = 0,  
	LTDicomCharacterSetTypeLatinAlphabetNo1,  
	LTDicomCharacterSetTypeLatinAlphabetNo2,  
	LTDicomCharacterSetTypeLatinAlphabetNo3,  
	LTDicomCharacterSetTypeLatinAlphabetNo4,  
	LTDicomCharacterSetTypeCyrillic,  
	LTDicomCharacterSetTypeArabic,  
	LTDicomCharacterSetTypeGreek,  
	LTDicomCharacterSetTypeHebrew,  
	LTDicomCharacterSetTypeLatinAlphabetNo5,  
	LTDicomCharacterSetTypeJapaneseJisX0201,  
	LTDicomCharacterSetTypeJapaneseJisX0208,  
	LTDicomCharacterSetTypeJapaneseJisX0212,  
	LTDicomCharacterSetTypeThai,  
	LTDicomCharacterSetTypeKorean,  
	LTDicomCharacterSetTypeUnicodeInUtf8,  
	LTDicomCharacterSetTypeGb18030,  
}; 
public enum class DicomCharacterSetType   
Members
ValueMemberDescription
0Default Default repertoire (the default repertoire for character strings in DICOM), better known as ASCII
1LatinAlphabetNo1 Latin alphabet No. 1.
2LatinAlphabetNo2 Latin alphabet No. 2.
3LatinAlphabetNo3 Latin alphabet No. 3.
4LatinAlphabetNo4 Latin alphabet No. 4.
5Cyrillic Cyrillic.
6Arabic Arabic.
7Greek Greek.
8Hebrew Hebrew.
9LatinAlphabetNo5 Latin alphabet No. 5.
10JapaneseJisX0201 Japanese JIS X 0201
11Thai Thai.
12Korean Korean.
13UnicodeInUtf8 Unicode in UTF-8.
14Gb18030 Chinese.
15JapaneseJisX0208 Japanese JIS X 0208: Kanji
16JapaneseJisX0212 Japanese JIS X 0212: Supplementary Kani set
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.