Class RegexDicomMatchRule
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Matches regular expression pattern against a DICOM element value.
public class RegexDicomMatchRule : IDicomMatchRule
- Inheritance
-
RegexDicomMatchRule
- Implements
- Inherited Members
- Extension Methods
Constructors
RegexDicomMatchRule(DicomTag, string)
public RegexDicomMatchRule(DicomTag tag, string pattern)
Parameters
Methods
Match(DicomDataset)
public bool Match(DicomDataset dataset)
Parameters
dataset
DicomDataset
Returns
ToString()
public override string ToString()