DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also