DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / IStorageCommitmentWebClient Interface / CheckResult Method
UID of the Storage Commitment request transaction - the same Transaction UID is paired with the response and shall be used in to check Storage Commitment result



In This Topic
    CheckResult Method (IStorageCommitmentWebClient)
    In This Topic
    Issue an async NPI retrieve request with the object UID
    Syntax
    'Declaration
     
    
    Function CheckResult( _
       ByVal TransactionUID As String _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As IStorageCommitmentWebClient
    Dim TransactionUID As String
    Dim value As DicomDataSet
     
    value = instance.CheckResult(TransactionUID)

    Parameters

    TransactionUID
    UID of the Storage Commitment request transaction - the same Transaction UID is paired with the response and shall be used in to check Storage Commitment result

    Return Value

    The response payload encoded into a DicomDataset
    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