DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.DicomObjects.DicomWeb.Internal Namespace / WorklistController Class / GetWorkitems Method

In This Topic
    GetWorkitems Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpGetAttribute()>
    Public Function GetWorkitems( _
       ByVal ServerIndex As System.Integer _
    ) As System.Net.Http.HttpResponseMessage
    [System.Web.Http.HttpGet()]
    public System.Net.Http.HttpResponseMessage GetWorkitems( 
       System.int ServerIndex
    )

    Parameters

    ServerIndex
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also