C# Class Dicom.Data.DcmDictionary

DICOM Dictionary
Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

Свойство Type Description
Entries List
PrivateTag DcmDictionaryEntry
UnknownTag DcmDictionaryEntry

Méthodes publiques

Méthode 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

Méthode Description
DcmDictionary ( ) : System

Method Details

Clear() public static méthode

Clears loaded DICOM dictionary
public static Clear ( ) : void
Résultat void

ExportDictionary() public static méthode

Internal use
public static ExportDictionary ( string filename, bool includePublic, bool includePrivate ) : void
filename string
includePublic bool
includePrivate bool
Résultat void

ImportDcmtkPrivateDictionary() public static méthode

Internal use
public static ImportDcmtkPrivateDictionary ( string filename ) : void
filename string
Résultat void

ImportDictionary() public static méthode

Internal use
public static ImportDictionary ( string filename ) : void
filename string
Résultat void

LoadInternalDictionary() public static méthode

Loads default DICOM dictionary
public static LoadInternalDictionary ( ) : void
Résultat void

Lookup() public static méthode

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

Property Details

Entries public_oe static_oe property

Loaded dictionary entries
public static List Entries
Résultat List

PrivateTag public_oe static_oe property

Private Tag
public static DcmDictionaryEntry,Dicom.Data PrivateTag
Résultat DcmDictionaryEntry

UnknownTag public_oe static_oe property

Unknown Tag
public static DcmDictionaryEntry,Dicom.Data UnknownTag
Résultat DcmDictionaryEntry