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)
Assembly: fo-dicom.core.dll
Syntax
public sealed class DicomMaskedTag : IFormattable
Constructors
DicomMaskedTag(DicomTag)
Declaration
public DicomMaskedTag(DicomTag tag)
Parameters
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
Methods
IsMatch(DicomTag)
Declaration
public bool IsMatch(DicomTag tag)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Parse(String)
Declaration
public static DicomMaskedTag Parse(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
Parse(String, String)
Declaration
public static DicomMaskedTag Parse(string group, string element)
Parameters
Type |
Name |
Description |
System.String |
group |
|
System.String |
element |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
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