DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomContextCollection Class
Members



In This Topic
    DicomContextCollection Class
    In This Topic
    The list of DICOM Presentation contexts proposed or accepted during negotiation
    Object Model
    DicomContextCollection ClassDicomContext Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class DicomContextCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Byte,DicomContext)
    'Usage
     
    
    Dim instance As DicomContextCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class DicomContextCollection : System.Collections.ObjectModel.KeyedCollection<byte,DicomContext> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class DicomContextCollection : public System.Collections.ObjectModel.KeyedCollection<byte,DicomContext> 
    Inheritance Hierarchy
    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