[This is preliminary documentation and is subject to change.]
Represents a Dicom A_ASSOCIATE_RQ.
| C# | Visual Basic | Visual C++ |
public class AssociateRq : DulMessage
Public Class AssociateRq _ Inherits DulMessage
public ref class AssociateRq : public DulMessage
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.) | |
| CreatePresentationContextsForAssociateAc()()() |
Creates presentation contexts to be used in an A-ASSOCIATE-AC that are based on the
presentation contexts of this instance.
| |
| CreatePresentationContextsForAssociateAc(SopClasses) |
Creates presentation contexts to be used in an A-ASSOCIATE-AC that are based on the
presentation contexts of this instance.
| |
| CreatePresentationContextsForAssociateAc(SopClasses, array<TransferSyntaxes>[]()[]) |
Creates presentation contexts to be used in an A-ASSOCIATE-AC that are based on the
presentation contexts of this instance.
| |
| CreatePresentationContextsForAssociateAc(array<TransferSyntaxes>[]()[]) |
Creates presentation contexts to be used in an A-ASSOCIATE-AC that are based on the
presentation contexts of this instance.
| |
| DicomMessage |
The DicomMessage (use the property IsDicomMessage to check if this message is really an DicomMessage).
(Inherited from Message.) | |
| DvtkDataDulMessage |
The encapsulated DvtkData DulMessage.
(Inherited from DulMessage.) | |
| 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.) | |
| PresentationContexts |
Gets the presentation contexts.
| |
| 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 this instance.
(Overrides Object.ToString()()().) |
| Object | ||||
| Message | ||||
| DicomProtocolMessage | ||||
| DulMessage | ||||
| AssociateRq | ||||