C# Class Dicom.Data.DcmDictionary

DICOM Dictionary
Show file Open project: fo-dicom/mdcm

Public Properties

Property Type Description
Entries List
PrivateTag DcmDictionaryEntry
UnknownTag DcmDictionaryEntry

Public Methods

Method Description
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

Private Methods

Method Description
DcmDictionary ( ) : System

Method Details

Clear() public static method

Clears loaded DICOM dictionary
public static Clear ( ) : void
return void

ExportDictionary() public static method

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

ImportDcmtkPrivateDictionary() public static method

Internal use
public static ImportDcmtkPrivateDictionary ( string filename ) : void
filename string
return void

ImportDictionary() public static method

Internal use
public static ImportDictionary ( string filename ) : void
filename string
return void

LoadInternalDictionary() public static method

Loads default DICOM dictionary
public static LoadInternalDictionary ( ) : void
return void

Lookup() public static method

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

Property Details

Entries public static property

Loaded dictionary entries
public static List Entries
return List

PrivateTag public static property

Private Tag
public static DcmDictionaryEntry,Dicom.Data PrivateTag
return DcmDictionaryEntry

UnknownTag public static property

Unknown Tag
public static DcmDictionaryEntry,Dicom.Data UnknownTag
return DcmDictionaryEntry