Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomMaskedTag

    Inheritance
    System.Object
    DicomMaskedTag
    Implements
    System.IFormattable
    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)
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.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
    System.UInt32

    Properties

    Card

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

    Element

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

    Group

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

    Mask

    Declaration
    public uint Mask { get; }
    Property Value
    Type Description
    System.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
    System.Boolean

    Parse(String)

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

    Parse(String, String)

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

    ToString()

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

    ToString(String, IFormatProvider)

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

    Implements

    System.IFormattable

    Extension Methods

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