Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Enum FileReadOption

    Option for reading a DICOM file from a stream

    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    public enum FileReadOption

    Fields

    Name Description
    Default

    Default behaviour.

    ReadAll

    Read all tags so that the stream can be closed.

    ReadLargeOnDemand

    Reads only small tags, but keeps the stream to read the large tags on demand. The stream has to stay open.

    SkipLargeTags

    Large tags are not read. The stream can be closed.

    Extension Methods

    LinqExtensions.IsOneOf<FileReadOption>(FileReadOption[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors