DICOM Sender
This destination connector works in conjunction with the DICOM Attachment Handler Properties and the DICOM Data Type to allow Mirth® Connect to send DICOM data. This connector supports the C-STORE operation as a Service Class User (SCU). Additional options are available with the SSL Manager extension.
Supported property groups:
Item | Name | Default Value | Description |
---|---|---|---|
A | Remote Host | 127.0.0.1 | The remote IP to send to. |
B | Local Host | The local address that the client socket will be bound to. | |
C | Remote Port | 104 | The remote port to send to. |
D | Local Port | The local port that the client socket will be bound to. | |
E | Remote Application Entity | The Application Entity title to sent to. | |
F | Local Application Entity | The Application Entity title to identify the local client with. | |
G | Max Async operations | 0 | Maximum number of outstanding operations performed asynchronously. Enter 0 for unlimited. |
H | Priority | Medium | Priority of the C-STORE operation. |
I | Request Storage Commitment | No | Request storage committment of (successfully) sent objects afterwards. |
J | User Name | Enable User Identity Negotiation with specified username and optional passcode. | |
K | Pass Code | Optional passcode for User Identity Negotiation, only effective when a username is set. | |
L | Request Positive User Identity Response | No | Request positive User Identity Negotiation response, only effective when a username is set. |
M | Pack PDV | No | Send only one PDV in one P-Data-TF PDU, pack command and data PDF in one P-DATA-TF PDU by default. |
N | DIMSE-RSP interval period (s) | 10 | Period to check for outstanding DIMSE-RSP, 10 seconds by default. |
O | P-DATA-TF PDUs max length sent (KB) | 16 | Maximal length in KB of sent P-DATA-TF PDUs, 16 KB by default. |
P | A-RELEASE-RP timeout (s) | 5 | Timeout for receiving A-RELEASE-RP. |
Q | P-DATA-TF PDUs max length received (KB) | 16 | Maximal length in KB of received P-DATA-TF PDUs. |
R | DIMSE-RSP timeout (s) | 60 | Timeout in milliseconds for receiving DIMSE-RSP. |
S | Send Socket Buffer Size (KB) | 0 | Send socket buffer size in KB |
T | Shutdown delay (ms) | 1000 | Delay in milliseconds for closing the listening socket. |
U | Receive Socket Buffer Size (KB) | 0 | Receive socket buffer size in KB. |
V | Socket Close Delay After A-ABORT (ms) | 50 | Delay in ms for Socket close after sending A-ABORT. |
W | Transcoder Buffer Size (KB) | 1 | Transcoder buffer size in KB. |
X | Timeout A-ASSOCIATE-AC (ms) | 5000 | Timeout in milliseconds for receiving A-ASSOCIATE-AC. |
Y | TCP Connection Timeout (ms) | 0 | Timeout in milliseconds for TCP connection. Enter 0 for no timeout. |
Z | TCP Delay | Yes | Set TCP_NODELAY socket option to false. |
AA | Default Presentation Syntax | No | Offer Default Transfer Syntax in separate Presentation Context. By default offered with Explicit VR Little Endian TS in one PC. |
BB | TLS | No TLS | Determines whether to receive data over an implicit SSL/TLS socket. The following options are available:
|
CC | Client Authentication TLS | Yes | Enable client authentication for TLS. Only applicable if the TLS option is not set to No TLS. |
DD | Accept ssl v2 TLS handshake | Yes | Enable acceptance of the SSLv2Hello protocol in the TLS handshake. |
EE | Keystore | File path or URL of P12 or JKS keystore to use for the local server certificate keypair. | |
FF | Keystore Password | Password for the configured Keystore. | |
GG | Trust Store | File path or URL of JKS truststore, used to trust remote client certificates. | |
HH | Trust Store Password | Password for the configured Truststore. | |
II | Key Password | Password for accessing the key in the Keystore. | |
JJ | Template | ${DICOMMESSAGE} | The actual payload to send to the target channel. By default the encoded data of this destination (with all DICOM pixel data attachments reattached) will be used. Velocity Variable Replacement is supported here. |