[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); }
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |