[This is preliminary documentation and is subject to change.]
An object of this class represents a Dicom Message.
| C# | Visual Basic | Visual C++ |
public class DicomMessage : DicomProtocolMessage
Public Class DicomMessage _ Inherits DicomProtocolMessage
public ref class DicomMessage : public DicomProtocolMessage
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DicomMessage(DimseCommand) |
Constructor.
Use this constructor to create a DicomMessage with an empty command set
and empty data set.
| |
| DicomMessage(DimseCommand, DataSet) |
Constructor.
Use this constructor to create a DicomMessage with an empty command set
and the given Dataset.
| |
| Abort |
The Abort (use the property IsAbort to check if this message is really an Abort).
(Inherited from Message.) | |
| AssociateAc |
The AssociateAc (use the property IsAssociateAc to check if this message is really an AssociateAc).
(Inherited from Message.) | |
| AssociateRj |
The AssociateRj (use the property IsAssociateRj to check if this message is really an AssociateRj).
(Inherited from Message.) | |
| AssociateRq |
The AssociateRq (use the property IsAssociateRq to check if this message is really an AssociateRq).
(Inherited from Message.) | |
| Clone()()() | ||
| CommandSet |
The CommandSet of this DicomMessage.
| |
| ConsoleDisplay()()() |
Display all attributes on the console.
| |
| DataSet |
The DataSet of this DicomMessage.
| |
| DicomMessage |
The DicomMessage (use the property IsDicomMessage to check if this message is really an DicomMessage).
(Inherited from Message.) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Exists(String) |
Indicates if the specified attribute exists.
| |
| 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.
(Inherited from Message.) | |
| IsAssociateAc |
Indicates if the message is an AssociateAc.
(Inherited from Message.) | |
| IsAssociateRj |
Indicates if the message is an AssociateRj.
(Inherited from Message.) | |
| IsAssociateRq |
Indicates if the message is an AssociateRq.
(Inherited from Message.) | |
| IsDicomMessage |
Indicates if the message is a DicomMessage.
(Inherited from Message.) | |
| IsProcessed |
Indicates if this message has been processed.
(Inherited from Message.) | |
| IsReceived |
Indicates if this message has been received.
(Inherited from Message.) | |
| IsReleaseRp |
Indicates if the message is a ReleaseRp.
(Inherited from Message.) | |
| IsReleaseRq |
Indicates if the message is a ReleaseRq.
(Inherited from Message.) | |
| IsSend |
Indicates if this message has been send.
(Inherited from Message.) | |
| Item[([(String])]) | ||
| 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).
(Inherited from Message.) | |
| ReleaseRq |
The ReleaseRp (use the property IsDicomMessage to check if this message is really an DicomMessage).
(Inherited from Message.) | |
| Set(Tag, VR, array<Object>[]()[]) | ||
| Set(String, VR, array<Object>[]()[]) | ||
| ToString()()() | (Overrides Object.ToString()()().) |
| Object | |||
| Message | |||
| DicomProtocolMessage | |||
| DicomMessage | |||