DVTk API
Receive Method (dicomMessage)
DVTkDvtk.SessionsIDimseMessagingReceive(DicomMessage%)
DVTk API

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

Receive a DIMSE message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).
Declaration Syntax
C#Visual BasicVisual C++
ReceiveReturnCode Receive(
	out DicomMessage dicomMessage
)
Function Receive ( _
	<OutAttribute> ByRef dicomMessage As DicomMessage _
) As ReceiveReturnCode
ReceiveReturnCode Receive(
	[OutAttribute] DicomMessage^% dicomMessage
)
Parameters
dicomMessage ( DicomMessage %)
Message of type DicomMessage
Return Value
The return code of the action.
Remarks

This corresponds with a DIMSE Confirmation Primitive.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0