Configuration Options (pynetdicom._config)ΒΆ

CODECS

Customise the codecs used to decode text values.

ENFORCE_UID_CONFORMANCE

Enforce UID conformance

LOG_HANDLER_LEVEL

Default (non-user) event logging

LOG_REQUEST_IDENTIFIERS

Log incoming C-FIND, C-GET and C-MOVE request Identifier datasets.

LOG_RESPONSE_IDENTIFIERS

Log incoming C-FIND, C-GET and C-MOVE response Identifier datasets.

PASS_CONTEXTVARS

Pass context-local state to concurrent pynetdicom code.

STORE_RECV_CHUNKED_DATASET

Chunk a dataset file when receiving it to minimise memory usage.

STORE_SEND_CHUNKED_DATASET

Chunk a dataset file when sending it to minimise memory usage.

USE_SHORT_DIMSE_AET

Use short AE titles in DIMSE messages.

UNRESTRICTED_STORAGE_SERVICE

When acting as an SCP assume all presentation contexts with private or unknown public abstract syntaxes belong to the storage service and accept all storage service requests.

VALIDATORS

Customise the validation performed on DIMSE elements and PDU parameters.

WINDOWS_TIMER_RESOLUTION

Set the minimum timer resolution for Microsoft Windows.