Class DicomFileScanner
Inheritance
System.Object
DicomFileScanner
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Media
Assembly: fo-dicom.core.dll
Syntax
public class DicomFileScanner
Constructors
DicomFileScanner()
Declaration
public DicomFileScanner()
Properties
CheckForValidHeader
Declaration
public bool CheckForValidHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProgressFilesCount
Declaration
public int ProgressFilesCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgressOnDirectoryChange
Declaration
public bool ProgressOnDirectoryChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Start(String)
Declaration
public void Start(string directory)
Parameters
Type | Name | Description |
---|---|---|
System.String | directory |
Stop()
Declaration
public void Stop()
Events
Complete
Declaration
public event DicomScanCompleteCallback Complete
Event Type
Type | Description |
---|---|
DicomScanCompleteCallback |
FileFound
Declaration
public event DicomScanFileFoundCallback FileFound
Event Type
Type | Description |
---|---|
DicomScanFileFoundCallback |
Progress
Declaration
public event DicomScanProgressCallback Progress
Event Type
Type | Description |
---|---|
DicomScanProgressCallback |