[This is preliminary documentation and is subject to change.]
The establishment of an association between two AEs shall be performed
through ACSE A-ASSOCIATE request, indication, response and confirmation primitives.
| C# | Visual Basic | Visual C++ |
public class A_ASSOCIATE_RQ : DulMessage
Public Class A_ASSOCIATE_RQ _ Inherits DulMessage
public ref class A_ASSOCIATE_RQ : public DulMessage
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| A_ASSOCIATE_RQ()()() |
Default constructor.
| |
| A_ASSOCIATE_RQ(UInt16, String, String, String, UInt16, String) |
Specific constructor.
| |
| AddNewPresentationContext()()() |
Add a new RequestedPresentationContext item to A_ASSOCIATE_RQ | |
| AddPresentationContexts(array<RequestedPresentationContext>[]()[]) |
Add an array of RequestedPresentationContext items to A_ASSOCIATE_RQ | |
| ApplicationContext |
An Application Context explicitly defines the set of Application Service Elements,
related options and any cother information necessary for the inter-working
of DICOM AEs on an Association.
| |
| CalledAETitle |
Destination DICOM Application Name.
| |
| CallingAETitle |
Source DICOM Application Name.
| |
| DvtDetailToXml(StreamWriter, Int32) |
Serialize DVT Detail Data to Xml.
(Overrides DulMessage.DvtDetailToXml(StreamWriter, Int32).) | |
| 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.) | |
| PduType |
Protocol Data Unit - Type Identifier.
(Overrides DulMessage.PduType.) | |
| PresentationContexts |
A Presentation Context defines the presentation of the data on an Association.
| |
| ProtocolVersion |
This two byte field shall use one bit to identify each version of the
DICOM UL protocol supported by the calling end-system.
This is Version 1 and shall be identified with bit 0 set.
A receiver of this PDU implementing only this version of the DICOM UL
protocol shall only test that bit 0 is set.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UserInformation |
Peer DICOM AEs negotiate, at Association establishment,
a number of features related to the Dimse protocol by using the
ACSE User Information Item of the A-ASSOCIATE request.
|
The initiator of the service is hereafter called a requestor and the service-user
which receives the A-ASSOCIATE indication is hereafter called the acceptor.
It shall be a confirmed service.
| Object | |||
| Message | |||
| DulMessage | |||
| A_ASSOCIATE_RQ | |||