Search Results for

    Show / Hide Table of Contents

    Class DicomFileScanner

    Inheritance
    Object
    DicomFileScanner
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Media
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomFileScanner

    Constructors

    DicomFileScanner()

    Declaration
    public DicomFileScanner()

    Properties

    CheckForValidHeader

    Declaration
    public bool CheckForValidHeader { get; set; }
    Property Value
    Type Description
    Boolean

    ProgressFilesCount

    Declaration
    public int ProgressFilesCount { get; set; }
    Property Value
    Type Description
    Int32

    ProgressOnDirectoryChange

    Declaration
    public bool ProgressOnDirectoryChange { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Start(String)

    Declaration
    public void Start(string directory)
    Parameters
    Type Name Description
    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
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors