DVTk API
ApplicationContext Property
DVTkDvtkData.DulA_ASSOCIATE_RQApplicationContext
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public ApplicationContext ApplicationContext { get; set; }
Public Property ApplicationContext As ApplicationContext
public:
property ApplicationContext^ ApplicationContext {
	ApplicationContext^ get ();
	void set (ApplicationContext^ value);
}
Remarks
The Application Context provides the highest level of negotiation, therefore, a very high level definition.
Remarks
Only one Application Context shall be offered per Association.
Remarks
DICOM specifies a single Application Context Name which defines the DICOM Application Context (applicable for this Standard and potentially later versions).
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0