Class EndsWithDicomMatchRule
Checks if a DICOM element value ends with a string.
Inheritance
EndsWithDicomMatchRule
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class EndsWithDicomMatchRule : IDicomMatchRule
Constructors
EndsWithDicomMatchRule(DicomTag, String)
Declaration
public EndsWithDicomMatchRule(DicomTag tag, string value)
Parameters
Methods
Match(DicomDataset)
Declaration
public bool Match(DicomDataset dataset)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements