DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / GetAllBulkData Method



In This Topic
    GetAllBulkData Method
    In This Topic
    Load All Bulk data for attributes
    Syntax
    'Declaration
     
    
    Public Sub GetAllBulkData() 
    'Usage
     
    
    Dim instance As DicomDataSet
     
    instance.GetAllBulkData()
    public void GetAllBulkData()
    public:
    void GetAllBulkData(); 
    Remarks
    This method is used to re-assemble all bulk data from different means specified in the attribute for obtaining bulk data (e.g. BulkDataUri)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also