[This is preliminary documentation and is subject to change.]
Message: A data unit of the Message Exchange Protocol exchanged between
two cooperating DICOM Applications.
| C# | Visual Basic | Visual C++ |
public class DicomMessage : Message, IDvtDetailToXml
Public Class DicomMessage _ Inherits Message _ Implements IDvtDetailToXml
public ref class DicomMessage : public Message, IDvtDetailToXml
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DicomMessage()()() |
Default constructor.
| |
| Apply(CommandSet, DataSet) |
Apply CommandSet and DataSet to this message.
| |
| Apply(CommandSet) |
Apply only a CommandSet. This results in NO dataSet.
| |
| CommandField |
The CommandField of the CommandSet linked to the DicomMessage.
| |
| CommandSet |
CommandSet. The DicomMessage consists of a mandatory CommandSet and an optional DataSet.
| |
| DataSet |
DataSet. The DicomMessage consists of a mandatory CommandSet and an optional DataSet.
| |
| DvtDetailToXml(StreamWriter, Int32) |
Serialize DVT Detail Data to Xml.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
A Message is composed of a Command Stream followed by an optional Data Stream.
| Object | ||
| Message | ||
| DicomMessage | ||