Search Results for

    Show / Hide Table of Contents

    Class DicomMaskedTag

    Inheritance
    Object
    DicomMaskedTag
    Implements
    IFormattable
    Inherited Members
    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 DicomMaskedTag : IFormattable

    Constructors

    DicomMaskedTag(DicomTag)

    Declaration
    public DicomMaskedTag(DicomTag tag)
    Parameters
    Type Name Description
    DicomTag tag

    Fields

    FullMask

    Declaration
    public const uint FullMask = 4294967295U
    Field Value
    Type Description
    UInt32

    Properties

    Card

    Declaration
    public uint Card { get; }
    Property Value
    Type Description
    UInt32

    Element

    Declaration
    public ushort Element { get; }
    Property Value
    Type Description
    UInt16

    Group

    Declaration
    public ushort Group { get; }
    Property Value
    Type Description
    UInt16

    Mask

    Declaration
    public uint Mask { get; }
    Property Value
    Type Description
    UInt32

    Tag

    Declaration
    public DicomTag Tag { get; set; }
    Property Value
    Type Description
    DicomTag

    Methods

    IsMatch(DicomTag)

    Declaration
    public bool IsMatch(DicomTag tag)
    Parameters
    Type Name Description
    DicomTag tag
    Returns
    Type Description
    Boolean

    Parse(String)

    Declaration
    public static DicomMaskedTag Parse(string s)
    Parameters
    Type Name Description
    String s
    Returns
    Type Description
    DicomMaskedTag

    Parse(String, String)

    Declaration
    public static DicomMaskedTag Parse(string group, string element)
    Parameters
    Type Name Description
    String group
    String element
    Returns
    Type Description
    DicomMaskedTag

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    ToString(String, IFormatProvider)

    Declaration
    public string ToString(string format, IFormatProvider formatProvider)
    Parameters
    Type Name Description
    String format
    IFormatProvider formatProvider
    Returns
    Type Description
    String

    Implements

    System.IFormattable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors