Table of Contents

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

tag DicomMaskedTag
name string
keyword string
vm DicomVM
retired bool
vrs DicomVR[]

DicomDictionaryEntry(DicomTag, string, string, DicomVM, bool, params DicomVR[])

public DicomDictionaryEntry(DicomTag tag, string name, string keyword, DicomVM vm, bool retired, params DicomVR[] vrs)

Parameters

tag DicomTag
name string
keyword string
vm DicomVM
retired bool
vrs DicomVR[]

Properties

IsRetired

public bool IsRetired { get; }

Property Value

bool

Keyword

public string Keyword { get; }

Property Value

string

MaskTag

public DicomMaskedTag MaskTag { get; }

Property Value

DicomMaskedTag

Name

public string Name { get; }

Property Value

string

Tag

public DicomTag Tag { get; set; }

Property Value

DicomTag

ValueMultiplicity

public DicomVM ValueMultiplicity { get; }

Property Value

DicomVM

ValueRepresentations

public DicomVR[] ValueRepresentations { get; }

Property Value

DicomVR[]