Store¶
Classes:
| Name | Description |
|---|---|
DicomStatus |
DICOM status. |
Settings |
Store settings. |
StorePacs |
Store images in PACS. |
Functions:
| Name | Description |
|---|---|
get_files |
List all files from a list of base folders, recursively if required. |
Settings
¶
Settings(
calling_aet: str = "STORESCU",
called_aet: str = "ANY-SCP",
acse_timeout: int = 30,
dimse_timeout: int = 30,
network_timeout: int = 30,
max_pdu: int = 16382,
)
Store settings.
Attributes:
| Name | Type | Description |
|---|---|---|
acse_timeout |
int
|
Association Control Service Element (ACSE) timeout in seconds |
called_aet |
str
|
Called Application Entity Title (AET) |
calling_aet |
str
|
Calling Application Entity Title (AET) |
dimse_timeout |
int
|
DICOM Message Service Element (DIMSE) timeout in seconds for receiving data. |
max_pdu |
int
|
The maximum Protocol Data Units (PDU) size accepted by the AE |
network_timeout |
int
|
The maximum amount of time (in seconds) to wait for network messages. |
acse_timeout
¶
acse_timeout: int = 30
Association Control Service Element (ACSE) timeout in seconds used for message timeouts during association negotiation