[This is preliminary documentation and is subject to change.]
Receives a Dicom Message.
| C# | Visual Basic | Visual C++ |
protected DicomMessage ReceiveDicomMessage()
Protected Function ReceiveDicomMessage As DicomMessage
protected: DicomMessage^ ReceiveDicomMessage()
The received Dicom Message.
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 |
Receiving of a message fails or the received message is not a Dicom message.
|