Class DicomDictionaryEntry
Inheritance
DicomDictionaryEntry
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public sealed class DicomDictionaryEntry
Constructors
DicomDictionaryEntry(DicomMaskedTag, String, String, DicomVM, Boolean, DicomVR[])
Declaration
public DicomDictionaryEntry(DicomMaskedTag tag, string name, string keyword, DicomVM vm, bool retired, params DicomVR[] vrs)
Parameters
DicomDictionaryEntry(DicomTag, String, String, DicomVM, Boolean, DicomVR[])
Declaration
public DicomDictionaryEntry(DicomTag tag, string name, string keyword, DicomVM vm, bool retired, params DicomVR[] vrs)
Parameters
Properties
IsRetired
Declaration
public bool IsRetired { get; }
Property Value
Keyword
Declaration
public string Keyword { get; }
Property Value
MaskTag
Declaration
public DicomMaskedTag MaskTag { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Tag
Declaration
public DicomTag Tag { get; set; }
Property Value
ValueMultiplicity
Declaration
public DicomVM ValueMultiplicity { get; }
Property Value
ValueRepresentations
Declaration
public DicomVR[] ValueRepresentations { get; }
Property Value