[This is preliminary documentation and is subject to change.]
Sends a Dicom Message.
| C# | Visual Basic | Visual C++ |
protected void Send( DicomMessage dicomMessage )
Protected Sub Send ( _ dicomMessage As DicomMessage _ )
protected: void Send( DicomMessage^ dicomMessage )
- dicomMessage (DicomMessage)
- The DicomMessage.
VB.NET
CopyC#
<!-- Failed to insert some or all of included XML --><include file="..\..\assemblies\DvtkHighLevelInterface\Doc\VisualBasicExamples.xml" path="Examples/Example[@name="IncludesDicomThreadScu"]" /> <!-- Failed to insert some or all of included XML --><include file="..\..\assemblies\DvtkHighLevelInterface\Doc\VisualBasicExamples.xml" path="Examples/Example[@name="DicomThreadScu"]" /> <!-- Failed to insert some or all of included XML --><include file="..\..\assemblies\DvtkHighLevelInterface\Doc\VisualBasicExamples.xml" path="Examples/Example[@name="Main"]" />
| Exception | Condition |
|---|---|
| Exception |
Sending of the DicomMessage fails.
|