[This is preliminary documentation and is subject to change.]
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.
| C# | Visual Basic | Visual C++ |
public UserInformation UserInformation { get; set; }
Public Property UserInformation As UserInformation
public: property UserInformation^ UserInformation { UserInformation^ get (); void set (UserInformation^ value); }
When the Association is established between peer Dimse-service-users
the Kernel Functional Unit shall be assumed;
therefore, the Kernel Functional Unit shall not be included in
the A-ASSOCIATE User Information item.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |