13.1.4. DICOM Interface

The following reference describes the connectivity capabilities of Clara Deploy SDK out of the box. Users implementing the Clara Deploy SDK must update their DICOM Conformance Statement according to the actual capabilities of their application.

Clara DICOM SCP implements C-ECHO and C-Store services to interface with other medical devices, such as PACS. It allows users to define multiple AE Titles to enable DICOM communication. It then maps each AE Title to a pipeline.

13.1.4.1.1. DIMSE Services (SCP)

  • C-STORE: Accepts incoming DICOM objects
  • C-ECHO: Accepts incoming DICOM verification requests

13.1.4.1.2. SOP Classes (Transfer) and Transfer Syntax Supported

Clara DICOM SCP accepts any proposed transfer syntaxes and stores any accepted instances as-is on disk without any decoding support. Each AE Title may be configured to ignore and not save certain SOP Classes.

13.1.4.1.3. Association Policies

  • Clara DICOM Storage SCP accepts associations but does not initiate associations.
  • Clara DICOM Storage SCP accepts a maximum of 100 (configurable) concurrent associations.
  • Asynchronous mode is not supported. All operations are performed synchronously.
  • The Implementation Class UID is “1.3.6.1.4.1.30071.8” and the Implementation Version Name is “fo-dicom 4.0.0”.
  • An association must be released properly for received instances to be associated with a pipeline. Files received from an aborted association or an interrupted connection are either removed immediately or removed based on a configured timeout value.

13.1.4.1.4. Security Profiles

Clara DICOM Storage SCP does not conform to any defined DICOM Security Profiles. It is assumed that the product is used within a secured environment that uses a firewall, router protection, VPN, and/or other network security provisions.

The Clara DICOM Storage SCP service can be configured to check the following DICOM values when determining whether to accept Association Open Requests:

  • Calling AE Title
  • Called AE Title

Clara SCP AE Title can be configured to accept Association Requests from only a limited list of Calling AE Titles.

The Clara DICOM Storage SCU provides the DICOM Storage Service for interfacing with other medical devices such as PACS. It is executed at system startup and exists in a container using a single configurable AE Title.

13.1.4.2.1. DIMSE Services (SCU)

C-STORE: Sends processed results that are stored in DICOM format

The Clara DICOM Storage SCU initiates a push of DICOM objects to the Remote DICOM Storage SCP. The system allows multiple remote SCPs to be configured.

13.1.4.2.2. SOP Classes (Transfer) Supported and Transfer Syntax

The DICOM Store SCU service supports all SOP classes of the Storage Service Class. The DICOM Store SCU service transfers a DICOM object as-is using the stored Transfer Syntax, without the support of compression, decompression, or Transfer Syntax conversion.

13.1.4.2.3. Association Policies

  • Clara DICOM Storage SCU initiates associations but does not accept associations.
  • Clara DICOM Storage SCU allows two (configurable) SCU instances simultaneously.
  • Asynchronous mode is not supported. All operations are performed synchronously.
  • The Implementation Class UID is “1.3.6.1.4.1.30071.8” and the Implementation Version Name is “fo-dicom 4.0.0”.

13.1.4.2.4. Security Profiles

Not applicable

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved. Last updated on Feb 1, 2023.