Class EqualsDicomMatchRule
Compares a DICOM element value against a string.
Inheritance
System.Object
EqualsDicomMatchRule
Implements
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 class EqualsDicomMatchRule : IDicomMatchRule
Constructors
EqualsDicomMatchRule(DicomTag, String)
Declaration
public EqualsDicomMatchRule(DicomTag tag, string value)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.String | value |
Properties
Tag
Declaration
public DicomTag Tag { get; }
Property Value
Type | Description |
---|---|
DicomTag |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Match(DicomDataset)
Declaration
public bool Match(DicomDataset dataset)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | dataset |
Returns
Type | Description |
---|---|
System.Boolean |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()