DVTk API
IDimseMessaging Interface
DVTkDvtk.SessionsIDimseMessaging
DVTk API

[This is preliminary documentation and is subject to change.]

Send and receive DICOM DIMSE level messages.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDimseMessaging
Public Interface IDimseMessaging
public interface class IDimseMessaging
Members
All MembersMethods



IconMemberDescription
Receive(DicomMessage%)
Receive a DIMSE message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(Message%)
Receive a DIMSE or ACSE message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Send(DicomMessage)
Send a dicom message from the Dicom Validation Tool (DVT) towards the System Under Test (SUT).

Remarks

The Dicom Validation Tool (DVT) supports send and receive of all DIcoM Service Element (DIMSE) messages. These messages are either send or received as request or response.

  • Request Primitive Send DICOM request message
  • Indication Primitive Received DICOM request message
  • Response Primitive Send DICOM response message
  • Confirmation Primitive Received DICOM response message

Information Object Definition (IOD) Support is provided by loading the appropriate definition files. The DIMSE Command / IOD combination must match one of the DEFINEs in the definition files.

For supported Dimse commands DimseCommand.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0