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

In This Topic
    UpdateWorkitemState Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpPostAttribute()>
    Public Function UpdateWorkitemState( _
       ByVal ServerIndex As System.Integer, _
       ByVal transactionUID As System.String _
    ) As System.Net.Http.HttpResponseMessage
    [System.Web.Http.HttpPost()]
    public System.Net.Http.HttpResponseMessage UpdateWorkitemState( 
       System.int ServerIndex,
       System.string transactionUID
    )

    Parameters

    ServerIndex
    transactionUID
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also