IBulkDataLoader

IBulkDataLoader interface

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

NameDescription
GetData(string)Retrieves data from a reference to a blob of data specified in BulkData element.

See Also