DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / INPIWebClient Interface / StoreAsync Method / StoreAsync(DicomDataSetCollection,DicomDataEncoding,String) Method
DicomDataSetCollection object representing the collection of NPI
The encoding to use (native/json/xml)
The transfer syntax to use to send the instance



In This Topic
    StoreAsync(DicomDataSetCollection,DicomDataEncoding,String) 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 _
    ) As Task
    'Usage
     
    
    Dim instance As INPIWebClient
    Dim npiCollection As DicomDataSetCollection
    Dim encoding As DicomDataEncoding
    Dim transferSyntax As String
    Dim value As Task
     
    value = instance.StoreAsync(npiCollection, encoding, transferSyntax)

    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
    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