[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); }
It shall be encoded as 16 characters as defined by the
ISO 646:1990-Basic G0 Set with leading and trailing spaces (20H) being non-significant.
The value made of 16 spaces (20H) meaning “no Application Name specified” shall not be used.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |