DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / StowWebClient Class / Store Method / Store(DicomDataSetCollection,String) Method
The instances to send
The transfer syntax to use to send the instances



In This Topic
    Store(DicomDataSetCollection,String) Method
    In This Topic
    Store a set of instances to the remote destination using STOW-RS
    Syntax
    'Declaration
     
    
    Public Overloads Function Store( _
       ByVal DataSets As DicomDataSetCollection, _
       ByVal TransferSyntax As String _
    ) As HttpResponseMessage
    'Usage
     
    
    Dim instance As StowWebClient
    Dim DataSets As DicomDataSetCollection
    Dim TransferSyntax As String
    Dim value As HttpResponseMessage
     
    value = instance.Store(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