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






    ChangeWorkitemState Method
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpPutAttribute()>
    Public Function ChangeWorkitemState( _
       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.ChangeWorkitemState(ServerIndex, transactionUID)

    Parameters

    ServerIndex
    transactionUID
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also