[This is preliminary documentation and is subject to change.]
An Application Context explicitly defines the set of Application Service Elements,
related options and any cother information necessary for the inter-working
of DICOM AEs on an Association.
| C# | Visual Basic | Visual C++ |
public ApplicationContext ApplicationContext { get; set; }
Public Property ApplicationContext As ApplicationContext
public: property ApplicationContext^ ApplicationContext { ApplicationContext^ get (); void set (ApplicationContext^ value); }
The Application Context provides the highest level of negotiation, therefore,
a very high level definition.
Only one Application Context shall be offered per Association.
DICOM specifies a single Application Context Name which
defines the DICOM Application Context
(applicable for this Standard and potentially later versions).
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |