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
    '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)
    [System.Web.Http.HttpPost()]
    public System.Net.Http.HttpResponseMessage UpdateWorkitemState( 
       System.int ServerIndex,
       System.string transactionUID
    )
    public function UpdateWorkitemState( 
        ServerIndex: System.Integer;
        transactionUID: System.String
    ): System.Net.Http.HttpResponseMessage; 
    System.Web.Http.HttpPostAttribute()
    public function UpdateWorkitemState( 
       ServerIndex : System.int,
       transactionUID : System.String
    ) : System.Net.Http.HttpResponseMessage;
    [System.Web.Http.HttpPost()]
    public: System.Net.Http.HttpResponseMessage* UpdateWorkitemState( 
       System.int ServerIndex,
       System.string* transactionUID
    ) 
    [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