Interface IBulkDataUriByteBuffer
- Namespace
 - FellowOakDicom.IO.Buffer
 
- Assembly
 - fo-dicom.core.dll
 
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.
public interface IBulkDataUriByteBuffer : IByteBuffer
  - Inherited Members
 
- Extension Methods
 
Properties
BulkDataUri
Gets the URI of a bulk data element as defined in Table A.1.5-2 in PS3.19.
string BulkDataUri { get; }