Module 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§

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

Enums§

Error

Traits§

AccessControl
Common interface for application entity access control policies.

Functions§

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

Type Aliases§

Result