Module dicom_ul::association::server

source ·
Expand description

Association acceptor module

The module provides an abstraction for a DICOM association in which this application entity listens to incoming association requests. See ServerAssociationOptions for details and examples on how to create an association.

Structs§

  • An access control rule that accepts any incoming association request.
  • An access control rule that accepts association requests that match the called AE title with the node’s AE title.
  • A DICOM upper level association from the perspective of an accepting application entity.
  • A DICOM association builder for an acceptor DICOM node, often taking the role of a service class provider (SCP).

Enums§

Traits§

  • Common interface for application entity access control policies.

Functions§

  • From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the main transfer syntax registry.
  • From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the given transfer syntax repository.
  • Check that the main transfer syntax registry supports the given transfer syntax, meaning that it can parse and decode DICOM data sets.
  • Check that a transfer syntax repository supports the given transfer syntax, meaning that it can parse and decode DICOM data sets.

Type Aliases§