DVTk API
IDulMessaging Interface
DVTkDvtk.SessionsIDulMessaging
DVTk API

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

Dicom Validation Tool (DVT) supports both sending and receiving of all 6 Association Control Service Element (ACSE) requests / responses:
Declaration Syntax
C#Visual BasicVisual C++
public interface IDulMessaging
Public Interface IDulMessaging
public interface class IDulMessaging
Members
All MembersMethods



IconMemberDescription
Receive(DulMessage%)
Receive a Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(A_ABORT%)
Receive a A_ABORT Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(A_ASSOCIATE_AC%)
Receive a A_ASSOCIATE_AC Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(A_ASSOCIATE_RJ%)
Receive a A_ASSOCIATE_RJ Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(A_ASSOCIATE_RQ%)
Receive a A_ASSOCIATE_RQ Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(A_RELEASE_RP%)
Receive a A_RELEASE_RP Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Receive(A_RELEASE_RQ%)
Receive a A_RELEASE_RQ Dicom Upper Layer (DUL) message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).

Send(DulMessage)
Send a Dicom Upper Layer (DUL) message from the Dicom Validation Tool (DVT) towards the System Under Test (SUT).

Remarks
SEND / RECEIVE ACSE Request and Responses:
  • Associate Request
  • Associate Accept
  • Associate Reject
  • Release Request
  • Release Response
  • Abort Request
Data Transfer is handled at the DIcom Message Service Element (DIMSE) / Information Object Definition (IOD) level - See DIMSE Messages.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0