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)
    Namespace: Dicom.IO.Buffer
    Assembly: cs.temp.dll.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
    String
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors