[This is preliminary documentation and is subject to change.]
Abstract base class for all types of messages.
| C# | Visual Basic | Visual C++ |
public abstract class Message
Public MustInherit Class Message
public ref class Message abstract
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Message()()() | Initializes a new instance of the Message class | |
| Abort |
The Abort (use the property IsAbort to check if this message is really an Abort).
| |
| AssociateAc |
The AssociateAc (use the property IsAssociateAc to check if this message is really an AssociateAc).
| |
| AssociateRj |
The AssociateRj (use the property IsAssociateRj to check if this message is really an AssociateRj).
| |
| AssociateRq |
The AssociateRq (use the property IsAssociateRq to check if this message is really an AssociateRq).
| |
| DicomMessage |
The DicomMessage (use the property IsDicomMessage to check if this message is really an DicomMessage).
| |
| 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.) | |
| IsAbort |
Indicates if the message is an Abort.
| |
| IsAssociateAc |
Indicates if the message is an AssociateAc.
| |
| IsAssociateRj |
Indicates if the message is an AssociateRj.
| |
| IsAssociateRq |
Indicates if the message is an AssociateRq.
| |
| IsDicomMessage |
Indicates if the message is a DicomMessage.
| |
| IsProcessed |
Indicates if this message has been processed.
| |
| IsReceived |
Indicates if this message has been received.
| |
| IsReleaseRp |
Indicates if the message is a ReleaseRp.
| |
| IsReleaseRq |
Indicates if the message is a ReleaseRq.
| |
| IsSend |
Indicates if this message has been send.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReleaseRp |
The ReleaseRp (use the property IsDicomMessage to check if this message is really an DicomMessage).
| |
| ReleaseRq |
The ReleaseRp (use the property IsDicomMessage to check if this message is really an DicomMessage).
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
| Object | ||
| Message | ||
| DicomProtocolMessage | ||
| Hl7ProtocolMessage | ||