Class DicomMaskedTag
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
public sealed class DicomMaskedTag : IFormattable
- Inheritance
-
DicomMaskedTag
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomMaskedTag(DicomTag)
public DicomMaskedTag(DicomTag tag)
Parameters
tagDicomTag
Fields
FullMask
public const uint FullMask = 4294967295
Field Value
Properties
Card
public uint Card { get; }
Property Value
Element
public ushort Element { get; }
Property Value
Group
public ushort Group { get; }
Property Value
Mask
public uint Mask { get; }
Property Value
Tag
public DicomTag Tag { get; set; }
Property Value
Methods
IsMatch(DicomTag)
public bool IsMatch(DicomTag tag)
Parameters
tagDicomTag
Returns
Parse(string)
public static DicomMaskedTag Parse(string s)
Parameters
sstring
Returns
Parse(string, string)
public static DicomMaskedTag Parse(string group, string element)
Parameters
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
ToString(string, IFormatProvider)
Formats the value of the current instance using the specified format.
public string ToString(string format, IFormatProvider formatProvider)
Parameters
formatstringThe format to use.
-or-
A null reference (
Nothingin Visual Basic) to use the default format defined for the type of the IFormattable implementation.formatProviderIFormatProviderThe provider to use to format the value.
-or-
A null reference (
Nothingin Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
Returns
- string
The value of the current instance in the specified format.