C# 클래스 Dicom.Data.DcmDictionary

DICOM Dictionary
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 프로퍼티들

프로퍼티 타입 설명
Entries List
PrivateTag DcmDictionaryEntry
UnknownTag DcmDictionaryEntry

공개 메소드들

메소드 설명
Clear ( ) : void

Clears loaded DICOM dictionary

ExportDictionary ( string filename, bool includePublic, bool includePrivate ) : void

Internal use

ImportDcmtkPrivateDictionary ( string filename ) : void

Internal use

ImportDictionary ( string filename ) : void

Internal use

LoadInternalDictionary ( ) : void

Loads default DICOM dictionary

Lookup ( Dicom.Data.DicomTag tag ) : DcmDictionaryEntry

Lookup Dictionary entry from tag

비공개 메소드들

메소드 설명
DcmDictionary ( ) : System

메소드 상세

Clear() 공개 정적인 메소드

Clears loaded DICOM dictionary
public static Clear ( ) : void
리턴 void

ExportDictionary() 공개 정적인 메소드

Internal use
public static ExportDictionary ( string filename, bool includePublic, bool includePrivate ) : void
filename string
includePublic bool
includePrivate bool
리턴 void

ImportDcmtkPrivateDictionary() 공개 정적인 메소드

Internal use
public static ImportDcmtkPrivateDictionary ( string filename ) : void
filename string
리턴 void

ImportDictionary() 공개 정적인 메소드

Internal use
public static ImportDictionary ( string filename ) : void
filename string
리턴 void

LoadInternalDictionary() 공개 정적인 메소드

Loads default DICOM dictionary
public static LoadInternalDictionary ( ) : void
리턴 void

Lookup() 공개 정적인 메소드

Lookup Dictionary entry from tag
public static Lookup ( Dicom.Data.DicomTag tag ) : DcmDictionaryEntry
tag Dicom.Data.DicomTag DICOM tag
리턴 DcmDictionaryEntry

프로퍼티 상세

Entries 공개적으로 정적으로 프로퍼티

Loaded dictionary entries
public static List Entries
리턴 List

PrivateTag 공개적으로 정적으로 프로퍼티

Private Tag
public static DcmDictionaryEntry,Dicom.Data PrivateTag
리턴 DcmDictionaryEntry

UnknownTag 공개적으로 정적으로 프로퍼티

Unknown Tag
public static DcmDictionaryEntry,Dicom.Data UnknownTag
리턴 DcmDictionaryEntry