Class DicomDictionaryEntry
Inheritance
System.Object
DicomDictionaryEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom
Assembly: fo-dicom.core.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
Type | Name | Description |
---|---|---|
DicomMaskedTag | tag | |
System.String | name | |
System.String | keyword | |
DicomVM | vm | |
System.Boolean | retired | |
DicomVR[] | vrs |
DicomDictionaryEntry(DicomTag, String, String, DicomVM, Boolean, DicomVR[])
Declaration
public DicomDictionaryEntry(DicomTag tag, string name, string keyword, DicomVM vm, bool retired, params DicomVR[] vrs)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.String | name | |
System.String | keyword | |
DicomVM | vm | |
System.Boolean | retired | |
DicomVR[] | vrs |
Properties
IsRetired
Declaration
public bool IsRetired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Keyword
Declaration
public string Keyword { get; }
Property Value
Type | Description |
---|---|
System.String |
MaskTag
Declaration
public DicomMaskedTag MaskTag { get; }
Property Value
Type | Description |
---|---|
DicomMaskedTag |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Tag
Declaration
public DicomTag Tag { get; set; }
Property Value
Type | Description |
---|---|
DicomTag |
ValueMultiplicity
Declaration
public DicomVM ValueMultiplicity { get; }
Property Value
Type | Description |
---|---|
DicomVM |
ValueRepresentations
Declaration
public DicomVR[] ValueRepresentations { get; }
Property Value
Type | Description |
---|---|
DicomVR[] |