Which is fastest import time?

Hello.
I want to import DICOM instances from CD-R/DVD-R (about 100-1000 instances per disc).
Which is fastest?

  1. REST API
  2. DICOMWEB
  3. storescu

Thanks.

masayuki

Hello,

DICOMweb should be fastest, as all the instances are sent using a single HTTP call.

Sébastien-