DicomObjects.NET.V8
DicomObjects Namespace / DicomContext Class
Members



DicomContext Class
A DICOM presentation context, as used in association negotiation
Syntax
public class DicomContext 
public ref class DicomContext 
'Declaration
 
Public Class DicomContext 
 
'Usage
 
Dim instance As DicomContext
Remarks
A DicomContext represents a DICOM presentation context, and is used in association negotiation, and in the selection of transmission formats (transfer syntaxes). DicomContext items only exist within a DicomContextCollection, and more information on the use of DicomContext items may be found in the DicomContextCollection entry.
Inheritance Hierarchy

System.Object
   DicomObjects.DicomContext

Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also