Skip to content

In transit transcoding

Dusan Zelembaba edited this page Apr 9, 2020 · 2 revisions

NOTE: This feature is only available in v0.1.16+ of the import adapter.

Import adapter C-STORE service supports in-transit transcoding via '--store_compress_to_transfer_syntax' flag. Accepted transfer syntaxes (for both input and output):

  • 1.2.840.10008.1.2 - Implicit VR Little Endian
  • 1.2.840.10008.1.2.1 - Explicit VR Little Endian
  • 1.2.840.10008.1.2.4.50 - JPEG
  • 1.2.840.10008.1.2.4.90 - JPEG2000 Lossless Only
  • 1.2.840.10008.1.2.4.91 - JPEG2000
  • 1.2.840.10008.1.2.5 - RLE Lossless (read-only)

Note that this will result in these files being stored on disk in the requested format within the Healthcare API. The Healthcare API can decompress on Retrieval but this may add latency to requests.