Class BoolDicomMatchRule
  
  Rule that always returns true or false.
 
  
  
    Inheritance
    
    BoolDicomMatchRule
   
  
  
  Namespace: Dicom
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class BoolDicomMatchRule : IDicomMatchRule
   
  Constructors
  
  
  
  
  BoolDicomMatchRule(Boolean)
  
  
  Declaration
  
    public BoolDicomMatchRule(bool value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Boolean | 
        value | 
         | 
      
    
  
  Methods
  
  
  
  
  Match(DicomDataset)
  
  
  Declaration
  
    public bool Match(DicomDataset dataset)
   
  Parameters
  
  Returns
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements