Search Results for

    Show / Hide Table of Contents

    Class DicomDictionaryEntry

    Inheritance
    Object
    DicomDictionaryEntry
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Type Name Description
    DicomMaskedTag tag
    String name
    String keyword
    DicomVM vm
    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
    String name
    String keyword
    DicomVM vm
    Boolean retired
    DicomVR[] vrs

    Properties

    IsRetired

    Declaration
    public bool IsRetired { get; }
    Property Value
    Type Description
    Boolean

    Keyword

    Declaration
    public string Keyword { get; }
    Property Value
    Type Description
    String

    MaskTag

    Declaration
    public DicomMaskedTag MaskTag { get; }
    Property Value
    Type Description
    DicomMaskedTag

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    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[]
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors