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






    UpdateWorkitemState Method
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpPostAttribute()>
    Public Function UpdateWorkitemState( _
       ByVal ServerIndex As System.Integer, _
       ByVal transactionUID As System.String _
    ) As System.Net.Http.HttpResponseMessage
     
    'Usage
     
    
    Dim instance As WorklistController
    Dim ServerIndex As System.Integer
    Dim transactionUID As System.String
    Dim value As System.Net.Http.HttpResponseMessage
     
    value = instance.UpdateWorkitemState(ServerIndex, transactionUID)

    Parameters

    ServerIndex
    transactionUID
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also