DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / AddToDirectory Method / AddToDirectory(DicomDataSet,String,String,Int16,QueryLevel) Method



In This Topic
    AddToDirectory(DicomDataSet,String,String,Int16,QueryLevel) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function AddToDirectory( _
       ByVal dataSet As DicomDataSet, _
       ByVal Path As String, _
       ByVal TransferSyntax As String, _
       ByVal IconSize As Short, _
       ByVal Level As QueryLevel _
    ) As DicomDataSetCollection
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim dataSet As DicomDataSet
    Dim Path As String
    Dim TransferSyntax As String
    Dim IconSize As Short
    Dim Level As QueryLevel
    Dim value As DicomDataSetCollection
     
    value = instance.AddToDirectory(dataSet, Path, TransferSyntax, IconSize, Level)

    Parameters

    dataSet
    Path
    TransferSyntax
    IconSize
    Level
    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