DVTk API
Receive Method (message)
DVTkDvtk.SessionsIDimseMessagingReceive(Message%)
DVTk API

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

Receive a DIMSE or ACSE message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).
Declaration Syntax
C#Visual BasicVisual C++
ReceiveReturnCode Receive(
	out Message message
)
Function Receive ( _
	<OutAttribute> ByRef message As Message _
) As ReceiveReturnCode
ReceiveReturnCode Receive(
	[OutAttribute] Message^% message
)
Parameters
message ( Message %)
Abstract message of type Message the user can use reflection GetType()()() to determine whether the message is of type DicomMessage or DulMessage.
Return Value
The return code of the action.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0