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

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

    Parameters

    ServerIndex
    workitemUID
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also