DVTk API
Send Method (dicomMessage)
DVTkDvtk.SessionsIDimseMessagingSend(DicomMessage)
DVTk API

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

Send a dicom message from the Dicom Validation Tool (DVT) towards the System Under Test (SUT).
Declaration Syntax
C#Visual BasicVisual C++
SendReturnCode Send(
	DicomMessage dicomMessage
)
Function Send ( _
	dicomMessage As DicomMessage _
) As SendReturnCode
SendReturnCode Send(
	DicomMessage^ dicomMessage
)
Parameters
dicomMessage (DicomMessage)
Message of type DicomMessage
Return Value
The return code of the action.
Remarks
This corresponds with a DIMSE Request Primitive.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument dicomMessage is a nullNothingnullptr reference.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0