DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / StorageCommitmentWebClient Class / StorageCommitmentRequest Method
DicomDataSet object containing the Storage Commitment request
The encoding to use (native/json/xml)
The transfer syntax to use to send the instance
UID of the Storage Commitment request transaction - the same Transaction UID is paired with the response and shall be used in the Result Check transaction



In This Topic
    StorageCommitmentRequest Method (StorageCommitmentWebClient)
    In This Topic
    Issue a DICOM Web Storage Commitment request with the transaction UID
    Syntax
    'Declaration
     
    
    Public Sub StorageCommitmentRequest( _
       ByVal StorageCommitmentRequest As DicomDataSet, _
       ByVal Encoding As DicomDataEncoding, _
       ByVal TransferSyntax As String, _
       ByVal TransactionUID As String _
    ) 
    'Usage
     
    
    Dim instance As StorageCommitmentWebClient
    Dim StorageCommitmentRequest As DicomDataSet
    Dim Encoding As DicomDataEncoding
    Dim TransferSyntax As String
    Dim TransactionUID As String
     
    instance.StorageCommitmentRequest(StorageCommitmentRequest, Encoding, TransferSyntax, TransactionUID)

    Parameters

    StorageCommitmentRequest
    DicomDataSet object containing the Storage Commitment request
    Encoding
    The encoding to use (native/json/xml)
    TransferSyntax
    The transfer syntax to use to send the instance
    TransactionUID
    UID of the Storage Commitment request transaction - the same Transaction UID is paired with the response and shall be used in the Result Check transaction
    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