Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IBulkDataUriByteBuffer

    Interface for byte buffers representing a Bulk Data byte buffer, e.g. as in the DICOM Json model, in PS3.18 Chapter F.2.2.

    Inherited Members
    IByteBuffer.IsMemory
    IByteBuffer.Size
    IByteBuffer.Data
    IByteBuffer.GetByteRange(Int64, Int32, Byte[])
    IByteBuffer.CopyToStream(Stream)
    IByteBuffer.CopyToStreamAsync(Stream, CancellationToken)
    Namespace: FellowOakDicom.IO.Buffer
    Assembly: fo-dicom.core.dll
    Syntax
    public interface IBulkDataUriByteBuffer : IByteBuffer

    Properties

    BulkDataUri

    Gets the URI of a bulk data element as defined in Table A.1.5-2 in PS3.19.

    Declaration
    string BulkDataUri { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    ByteBufferExtensions.Enumerate<T>(IByteBuffer)
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors