Class RegexDicomMatchRule
Matches regular expression pattern against a DICOM element value.
Inheritance
RegexDicomMatchRule
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class RegexDicomMatchRule : IDicomMatchRule
Constructors
RegexDicomMatchRule(DicomTag, String)
Declaration
public RegexDicomMatchRule(DicomTag tag, string pattern)
Parameters
Methods
Match(DicomDataset)
Declaration
public bool Match(DicomDataset dataset)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements