Table of Contents

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

bool

ProgressFilesCount

public int ProgressFilesCount { get; set; }

Property Value

int

ProgressOnDirectoryChange

public bool ProgressOnDirectoryChange { get; set; }

Property Value

bool

Methods

Start(string)

public void Start(string directory)

Parameters

directory string

Stop()

public void Stop()

Events

Complete

public event DicomScanCompleteCallback Complete

Event Type

DicomScanCompleteCallback

FileFound

public event DicomScanFileFoundCallback FileFound

Event Type

DicomScanFileFoundCallback

Progress

public event DicomScanProgressCallback Progress

Event Type

DicomScanProgressCallback