Class NegateDicomMatchRule
  
  Negates the return value of a match rule.
 
  
  
    Inheritance
    
    NegateDicomMatchRule
   
  
  
  Namespace: Dicom
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class NegateDicomMatchRule : IDicomMatchRule
   
  Constructors
  
  
  
  
  NegateDicomMatchRule(IDicomMatchRule)
  
  
  Declaration
  
    public NegateDicomMatchRule(IDicomMatchRule rule)
   
  Parameters
  
  Methods
  
  
  
  
  Match(DicomDataset)
  
  
  Declaration
  
    public bool Match(DicomDataset dataset)
   
  Parameters
  
  Returns
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements