Class EqualsDicomMatchRule
- Namespace
 - FellowOakDicom
 
- Assembly
 - fo-dicom.core.dll
 
Compares a DICOM element value against a string.
public class EqualsDicomMatchRule : IDicomMatchRule
  - Inheritance
 - 
      
      EqualsDicomMatchRule
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
EqualsDicomMatchRule(DicomTag, string)
public EqualsDicomMatchRule(DicomTag tag, string value)
  Parameters
Properties
Tag
public DicomTag Tag { get; }
  Property Value
Value
public string Value { get; }
  Property Value
Methods
Match(DicomDataset)
public bool Match(DicomDataset dataset)
  Parameters
datasetDicomDataset
Returns
ToString()
public override string ToString()