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 IBulkDataLoaderMethods
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
The System.Byte data.