Search Results for

    Show / Hide Table of Contents

    Interface IDicomReaderObserver

    Namespace: Dicom.IO.Reader
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IDicomReaderObserver

    Methods

    OnBeginFragmentSequence(IByteSource, DicomTag, DicomVR)

    Declaration
    void OnBeginFragmentSequence(IByteSource source, DicomTag tag, DicomVR vr)
    Parameters
    Type Name Description
    IByteSource source
    DicomTag tag
    DicomVR vr

    OnBeginSequence(IByteSource, DicomTag, UInt32)

    Declaration
    void OnBeginSequence(IByteSource source, DicomTag tag, uint length)
    Parameters
    Type Name Description
    IByteSource source
    DicomTag tag
    UInt32 length

    OnBeginSequenceItem(IByteSource, UInt32)

    Declaration
    void OnBeginSequenceItem(IByteSource source, uint length)
    Parameters
    Type Name Description
    IByteSource source
    UInt32 length

    OnElement(IByteSource, DicomTag, DicomVR, IByteBuffer)

    Declaration
    void OnElement(IByteSource source, DicomTag tag, DicomVR vr, IByteBuffer data)
    Parameters
    Type Name Description
    IByteSource source
    DicomTag tag
    DicomVR vr
    IByteBuffer data

    OnEndFragmentSequence()

    Declaration
    void OnEndFragmentSequence()

    OnEndSequence()

    Declaration
    void OnEndSequence()

    OnEndSequenceItem()

    Declaration
    void OnEndSequenceItem()

    OnFragmentSequenceItem(IByteSource, IByteBuffer)

    Declaration
    void OnFragmentSequenceItem(IByteSource source, IByteBuffer data)
    Parameters
    Type Name Description
    IByteSource source
    IByteBuffer data
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors