Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    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[]

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors