DicomObjects.NET.V8
DicomObjects Namespace / DicomContext Class
Members



In This Topic
    DicomContext Class
    In This Topic
    A DICOM presentation context, as used in association negotiation
    Syntax
    'Declaration
     
    Public Class DicomContext 
    'Usage
     
    Dim instance As DicomContext
    public class DicomContext 
    public ref class 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 4.0 or higher

    See Also