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



In This Topic
    StoreAsync(DicomDataSet,DicomDataEncoding,String,String) Method
    In This Topic
    Store a single NPI to origin server
    Syntax
    'Declaration
     
    
    Overloads Function StoreAsync( _
       ByVal NPIs As DicomDataSet, _
       ByVal encoding As DicomDataEncoding, _
       ByVal transferSyntax As String, _
       Optional ByVal uid As String _
    ) As Task
    'Usage
     
    
    Dim instance As INPIWebClient
    Dim NPIs As DicomDataSet
    Dim encoding As DicomDataEncoding
    Dim transferSyntax As String
    Dim uid As String
    Dim value As Task
     
    value = instance.StoreAsync(NPIs, encoding, transferSyntax, uid)

    Parameters

    NPIs
    DicomDataSet object representing the NPI
    encoding
    The encoding to use (native/json/xml)
    transferSyntax
    The transfer syntax to use to send the instance
    uid
    UID of the NPI
    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