Class StartsWithDicomMatchRule
Checks if a DICOM element value starts with a string.
Inheritance
StartsWithDicomMatchRule
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class StartsWithDicomMatchRule : IDicomMatchRule
Constructors
StartsWithDicomMatchRule(DicomTag, String)
Declaration
public StartsWithDicomMatchRule(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