A-ASSOCIATE-RQ PDU
==================

.. currentmodule:: pynetdicom.pdu

An A-ASSOCIATE-RQ PDU is made of a sequence of mandatory fields followed by a
variable length field that must contain one Application Context item, one or
more Presentation Context items and one User Information item. Sub-items shall
exist for the Presentation Context and User Information items.

PDU
---

.. autosummary::
   :toctree: generated/

   A_ASSOCIATE_RQ

Variable Items
--------------
.. currentmodule:: pynetdicom.pdu_items

.. autosummary::
   :toctree: generated/

   ApplicationContextItem
   PresentationContextItemRQ
   UserInformationItem

Presentation Context Sub-items
------------------------------

.. autosummary::
   :toctree: generated/

   AbstractSyntaxSubItem
   TransferSyntaxSubItem

User Information Sub-items
--------------------------

.. autosummary::
   :toctree: generated/

   MaximumLengthSubItem
   ImplementationClassUIDSubItem
   ImplementationVersionNameSubItem
   SCP_SCU_RoleSelectionSubItem
   AsynchronousOperationsWindowSubItem
   UserIdentitySubItemRQ
   SOPClassExtendedNegotiationSubItem
   SOPClassCommonExtendedNegotiationSubItem

References
----------

1. DICOM Standard, Part 8, Section
   `9.3.2 <http://dicom.nema.org/medical/dicom/current/output/html/part08.html#sect_9.3.2>`_
