Interface IBulkDataLoader

Interface IBulkDataLoader

Namespace: Aspose.Medical.Dicom.Serialization
Assembly: Aspose.Medical.dll (25.11.0)

Defines the contract for objects that allows the recipient to retrieve data from a reference to a blob of data specified in BulkData element. See: https://dicom.nema.org/medical/dicom/current/output/chtml/part19/chapter_A.html#table_A.1.5-2 .

public interface IBulkDataLoader

Methods

GetData(string)

Retrieves data from a reference to a blob of data specified in BulkData element.

Span<byte> GetData(string uri)

Parameters

uri string

A reference to a blob of data specified in BulkData element.

Returns

Span < byte &gt;

The System.Byte data.