[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).
| C# | Visual Basic | Visual C++ |
SendReturnCode Send( DicomMessage dicomMessage )
Function Send ( _ dicomMessage As DicomMessage _ ) As SendReturnCode
SendReturnCode Send( DicomMessage^ dicomMessage )
- dicomMessage (DicomMessage)
- Message of type DicomMessage
The return code of the action.
This corresponds with a DIMSE Request Primitive.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument dicomMessage is a nullNothingnullptr reference. |