10
‘evaluation’:’==’,
‘value’:’OUTSIDE MRI NEURO’
},
{
‘groupElement’:’0008,0060’,
‘evaluation’:’==’,
‘value’:’OX’
}
]
}
listening_ports
The designated local port(s) used for DICOM communication by the gateway. Default is
“104,4006”.
local_storage_vm
Services value. Not used by gateway.
logging_levels
A comma-separated list of log levels to be applied to each of the loggers used by the gateway,
which include “root”, “DICOMlogger”, “rabbitlogger”, “healthlogger”, in that order. Note that
inputting a single log level value will apply that log level to all four loggers. Default is “INFO”.
All possible log levels:
DEBUG
•
INFO
•
WARN
•
ERROR
•
FATAL
•
Samples:
“INFO,WARN,DEBUG,INFO” (without quotes) will set log levels as follows: root=INFO,
DICOMlogger=WARN, rabbitlogger=DEBUG, healthlogger=INFO
or
“INFO” (without quotes) will set log levels as follows: root=INFO, DICOMlogger=INFO, rabbitlogger=INFO,
healthlogger=INFO
max_clients
Obsolete
max_pdu_size
Sets the maximum PDU size in the DICOM associations. Rarely changed. Default is 65536.
max_records_per_ping
Services value. Not used by the gateway, but limits the number of data records returned to the
gateway by services in a single ping. Rarely changed. Default is 100 records.
move_client_max_threads
The maximum number of studies to move concurrently from the gateway to a destination. Default is
5 studies. If no value is input or value is invalid, default is 10 images. Setting “move_client_max_
threads” to 0 or less will disable the move_client component entirely and block the normal flow of
data through the gateway.