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
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 |