[This is preliminary documentation and is subject to change.]
Destination DICOM Application Name.
| C# | Visual Basic | Visual C++ |
public string CalledAETitle { get; set; }
Public Property CalledAETitle As String
public: property String^ CalledAETitle { String^ get (); void set (String^ value); }
Pdu Bytes 11-26 correspond with the Called AE Title of the A-ASSOCIATE-RQ.
This reserved field shall be sent with a value identical to the value
received in the same field of the A-ASSOCIATE-RQ PDU, but its value
shall not be tested when received.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |