Class DicomFileScanner
Inheritance
DicomFileScanner
Assembly: cs.temp.dll.dll
public class DicomFileScanner
Constructors
Declaration
public DicomFileScanner()
Properties
Declaration
public bool CheckForValidHeader { get; set; }
Property Value
Declaration
public int ProgressFilesCount { get; set; }
Property Value
Declaration
public bool ProgressOnDirectoryChange { get; set; }
Property Value
Methods
Declaration
public void Start(string directory)
Parameters
Type |
Name |
Description |
String |
directory |
|
Declaration
Events
Declaration
public event DicomScanCompleteCallback Complete
Event Type
Declaration
public event DicomScanFileFoundCallback FileFound
Event Type
Declaration
public event DicomScanProgressCallback Progress
Event Type