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