Class DicomDictionaryEntry
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
public sealed class DicomDictionaryEntry
- Inheritance
-
DicomDictionaryEntry
- Inherited Members
- Extension Methods
Constructors
DicomDictionaryEntry(DicomMaskedTag, string, string, DicomVM, bool, params DicomVR[])
public DicomDictionaryEntry(DicomMaskedTag tag, string name, string keyword, DicomVM vm, bool retired, params DicomVR[] vrs)
Parameters
DicomDictionaryEntry(DicomTag, string, string, DicomVM, bool, params DicomVR[])
public DicomDictionaryEntry(DicomTag tag, string name, string keyword, DicomVM vm, bool retired, params DicomVR[] vrs)
Parameters
Properties
IsRetired
public bool IsRetired { get; }
Property Value
Keyword
public string Keyword { get; }
Property Value
MaskTag
public DicomMaskedTag MaskTag { get; }
Property Value
Name
public string Name { get; }
Property Value
Tag
public DicomTag Tag { get; set; }
Property Value
ValueMultiplicity
public DicomVM ValueMultiplicity { get; }
Property Value
ValueRepresentations
public DicomVR[] ValueRepresentations { get; }
Property Value
- DicomVR[]