[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:
| C# | Visual Basic | Visual C++ |
public interface IDulMessaging
Public Interface IDulMessaging
public interface class IDulMessaging
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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).
|
SEND / RECEIVE ACSE Request and Responses:
- Associate Request
- Associate Accept
- Associate Reject
- Release Request
- Release Response
- Abort Request