DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / IWorkItemWebClient Interface / ChangeState Method



In This Topic
    ChangeState Method (IWorkItemWebClient)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ChangeState( _
       ByVal State As UPSState, _
       ByVal TransactionUID As String, _
       Optional ByVal Encoding As DicomDataEncoding _
    ) As HttpResponseMessage
    'Usage
     
    
    Dim instance As IWorkItemWebClient
    Dim State As UPSState
    Dim TransactionUID As String
    Dim Encoding As DicomDataEncoding
    Dim value As HttpResponseMessage
     
    value = instance.ChangeState(State, TransactionUID, Encoding)

    Parameters

    State
    TransactionUID
    Encoding
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also