dicom_transfer_syntax_registry

Module entries

Source
Expand description

A list of compiled transfer syntax specifiers.

The constants exported here refer to the library’s built-in support for DICOM transfer syntaxes.

  • Fully implemented means that the default transfer syntax registry provides built-in support for reading and writing data sets, as well as for encoding and decoding encapsulated pixel data, if applicable.
  • When specified as Implemented, the transfer syntax is supported to some extent (usually decoding is supported but not encoding).
  • Stub descriptors serve to provide information about the transfer syntax, and may provide partial support. In most cases it will be possible to read and write data sets, but not encode or decode encapsulated pixel data.

With the inventory-registry feature, stubs can be replaced by independently developed crates, hence expanding support for those transfer syntaxes to the registry.

Constants§