[This is preliminary documentation and is subject to change.]
Source DICOM Application Name.
| C# | Visual Basic | Visual C++ |
public string CallingAETitle { get; set; }
Public Property CallingAETitle As String
public: property String^ CallingAETitle { String^ get (); void set (String^ value); }
Pdu Bytes 27-42 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. |