DicomObjects.NET Core Documentation
DicomObjects.Delegates Namespace / GetUrlHandler Delegate
The DataSet to generate the URI for



In This Topic
    GetUrlHandler Delegate
    In This Topic
    Delegate for the GetUri event
    Syntax
    'Declaration
     
    
    Public Delegate Function GetUrlHandler( _
       ByVal DataSet As DicomDataSet _
    ) As String
    'Usage
     
    
    Dim instance As New GetUrlHandler(AddressOf HandlerMethod)
    public delegate string GetUrlHandler( 
       DicomDataSet DataSet
    )
    public delegate String^ GetUrlHandler( 
       DicomDataSet^ DataSet
    )

    Parameters

    DataSet
    The DataSet to generate the URI for

    Return Value

    The required Uri
    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