Class EndsWithDicomMatchRule
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Checks if a DICOM element value ends with a string.
public class EndsWithDicomMatchRule : IDicomMatchRule
- Inheritance
-
EndsWithDicomMatchRule
- Implements
- Inherited Members
- Extension Methods
Constructors
EndsWithDicomMatchRule(DicomTag, string)
public EndsWithDicomMatchRule(DicomTag tag, string value)
Parameters
Methods
Match(DicomDataset)
public bool Match(DicomDataset dataset)
Parameters
dataset
DicomDataset
Returns
ToString()
public override string ToString()