DicomObjects.NET10 Documentation
DicomObjects.DicomWeb.WebClient Namespace / INPIWebClient Interface / StoreAsync Method / StoreAsync(DicomDataSetCollection,DicomDataEncoding,String,CancellationToken) Method
DicomDataSetCollection object representing the collection of NPI
The encoding to use (native/json/xml)
The transfer syntax to use to send the instance
A token that may be used to cancel the operation



In This Topic
    StoreAsync(DicomDataSetCollection,DicomDataEncoding,String,CancellationToken) Method
    In This Topic
    Store a colleciton of NPIs to origin server
    Syntax
    'Declaration
     
    
    Overloads Function StoreAsync( _
       ByVal npiCollection As DicomDataSetCollection, _
       ByVal encoding As DicomDataEncoding, _
       ByVal transferSyntax As String, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    'Usage
     
    
    Dim instance As INPIWebClient
    Dim npiCollection As DicomDataSetCollection
    Dim encoding As DicomDataEncoding
    Dim transferSyntax As String
    Dim cancellationToken As CancellationToken
    Dim value As Task
     
    value = instance.StoreAsync(npiCollection, encoding, transferSyntax, cancellationToken)

    Parameters

    npiCollection
    DicomDataSetCollection object representing the collection of NPI
    encoding
    The encoding to use (native/json/xml)
    transferSyntax
    The transfer syntax to use to send the instance
    cancellationToken
    A token that may be used to cancel the operation
    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