Class DicomFileScanner
- Namespace
- FellowOakDicom.Media
- Assembly
- fo-dicom.core.dll
public class DicomFileScanner
- Inheritance
-
DicomFileScanner
- Inherited Members
- Extension Methods
Constructors
DicomFileScanner()
public DicomFileScanner()
Properties
CheckForValidHeader
public bool CheckForValidHeader { get; set; }
Property Value
ProgressFilesCount
public int ProgressFilesCount { get; set; }
Property Value
ProgressOnDirectoryChange
public bool ProgressOnDirectoryChange { get; set; }
Property Value
Methods
Start(string)
public void Start(string directory)
Parameters
directory
string
Stop()
public void Stop()
Events
Complete
public event DicomScanCompleteCallback Complete
Event Type
FileFound
public event DicomScanFileFoundCallback FileFound
Event Type
Progress
public event DicomScanProgressCallback Progress