'DeclarationPublic Sub AppendBulkData( _ ByVal DataSets As DicomDataSetCollection _ )
public void AppendBulkData( DicomDataSetCollection DataSets )
Parameters
- DataSets
- The instances to update
'DeclarationPublic Sub AppendBulkData( _ ByVal DataSets As DicomDataSetCollection _ )
public void AppendBulkData( DicomDataSetCollection DataSets )
The "level" of the request is determined from the instances - being their highest common level (study/series/instance)
This can be the most efficient mean to get bulk data - getting all on one connection request, but there is no way to know if the study we have is complete, so we might be waste if bulk data from other instances in the study/series are retrievd