[This is preliminary documentation and is subject to change.]
Send a Dicom Upper Layer (DUL) message from the Dicom Validation Tool (DVT) towards the System Under Test (SUT).
| C# | Visual Basic | Visual C++ |
SendReturnCode Send( DulMessage dulMessage )
Function Send ( _ dulMessage As DulMessage _ ) As SendReturnCode
SendReturnCode Send( DulMessage^ dulMessage )
- dulMessage (DulMessage)
- Message of type DulMessage
The return code of the action.
This corresponds with a DUL Request Primitive.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument dulMessage is a nullNothingnullptr reference. |