7
ALL”.
user_requested_after_cutoff: Behavior to be enforced for manual or user requested (via web)
•
subsequent pushes of the same study to this destination AFTER the cutoff time defined by
“user_requested_study_push_cutoff_in_minutes” has been reached. Default is “REPUSH_
ALL”.
All valid values for “automated_before_cutoff”, “automated_after_cutoff”, “user_requested_before_
cutoff” and “user_requested_after_cutoff” settings (not all are required):
REPUSH_ALL: Re-push all study images regardless of prior push attempts.
•
REPUSH_UPDATES_ONLY: Re-push any updated images for the study, which includes new
•
images for the study and existing images that have been modified in any way.
PUSH_NEW_IMAGES_ONLY: Push only new images for the study.
•
NEVER_REPUSH_STUDY: Do not push or re-push any study images regardless of prior push
•
attempts.
Sample:
{
“destinations”: [
{
“address”: “127.0.0.1”,
“port”: “5104”,
“aetitle”: “CCIS”,
“automated_study_push_cutoff_in_minutes”: “1”,
“user_requested_study_push_cutoff_in_minutes”: “3”,
“automated_before_cutoff”: “REPUSH_UPDATES_ONLY”,
“automated_after_cutoff”: “PUSH_NEW_IMAGES_ONLY”,
“user_requested_before_cutoff”: “NEVER_REPUSH_STUDY”,
“user_requested_after_cutoff”: “REPUSH_ALL”
},
{
“address”: “127.0.0.1”,
“port”: “1044”,
“aetitle”: “CCW”,
“automated_study_push_cutoff_in_minutes”: “10”,
“user_requested_study_push_cutoff_in_minutes”: “3”,
“automated_before_cutoff”: “REPUSH_ALL”,
“automated_after_cutoff”: “REPUSH_UPDATES_ONLY”,
“user_requested_before_cutoff”: “REPUSH_ALL”,
“user_requested_after_cutoff”: “REPUSH_ALL”
}
]
}
dicom_buffer_size
Obsolete
disk_management
JSON array of key/value pairs for all disk management settings. Not set by default, which results in
the use of the default values for each setting given below.
All possible settings (not all are required):
dm_run_interval_minutes: Interval in decimal minutes between executions of the disk
•
management process. Default is 1 minute.
dm_upload_retention_minutes: Minimum time in decimal minutes to retain data in Storage folder.
•
Used to prevent duplicate images being processed and uploaded during this retention
period. Note that data in the storage folder is never deleted if not uploaded to the cloud.
Default is 240 minutes (4 hours).
dm_download_retention_minutes: Minimum time in decimal minutes to retain data in Download
•
folder. Used to prevent unnecessary duplicate downloads of studies/images for multiple
DICOM study pushes during this retention period. Default is 240 minutes (4 hours).