DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / ReadURL Method

The web address of the DataSet to read.




    ReadURL Method
    Reads DataSet from Web Address
    Syntax
    'Declaration
     
    
    Public Sub ReadURL( _
       ByVal URL As String _
    ) 
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim URL As String
     
    instance.ReadURL(URL)

    Parameters

    URL

    The web address of the DataSet to read.

    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