DVTk API
DicomProtocolMessage Class
DVTkDvtkHighLevelInterface.Dicom.MessagesDicomProtocolMessage
DVTk API

[This is preliminary documentation and is subject to change.]

Abstract base class for all Dicom protocol messages.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class DicomProtocolMessage : Message
Public MustInherit Class DicomProtocolMessage _
	Inherits Message
public ref class DicomProtocolMessage abstract : public Message
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DicomProtocolMessage()()()
Initializes a new instance of the DicomProtocolMessage class

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.)
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.)
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.)
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.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Message
 DicomProtocolMessage
  DicomMessage
  DulMessage

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0