DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / IStowWebClient Interface / StoreAsync Method / StoreAsync(DicomDataSetCollection,String) Method
The instances to send
The transfer syntax to use to send the instances



In This Topic
    StoreAsync(DicomDataSetCollection,String) Method
    In This Topic
    Store a set of instances to the remote destination using STOW-RS
    Syntax
    'Declaration
     
    
    Overloads Function StoreAsync( _
       ByVal DataSets As DicomDataSetCollection, _
       ByVal TransferSyntax As String _
    ) As Task(Of HttpResponseMessage)
    'Usage
     
    
    Dim instance As IStowWebClient
    Dim DataSets As DicomDataSetCollection
    Dim TransferSyntax As String
    Dim value As Task(Of HttpResponseMessage)
     
    value = instance.StoreAsync(DataSets, TransferSyntax)

    Parameters

    DataSets
    The instances to send
    TransferSyntax
    The transfer syntax to use to send the instances

    Return Value

    HttpResponseMessage
    Remarks
    If TransferSyntax is null, then the instances are sent using the transfer syntax in which they are currently held
    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