'Declaration
Overloads Function StoreAsync( _ ByVal DataSets As DicomDataSetCollection, _ ByVal Encoding As DicomDataEncoding, _ ByVal TransferSyntax As String _ ) As Task(Of DicomDataSet)
'Usage
Dim instance As IStowWebClient Dim DataSets As DicomDataSetCollection Dim Encoding As DicomDataEncoding Dim TransferSyntax As String Dim value As Task(Of DicomDataSet) value = instance.StoreAsync(DataSets, Encoding, TransferSyntax)
Parameters
- DataSets
- The instances to send
- Encoding
- The encoding to use (native/json/xml)
- TransferSyntax
- The transfer syntax to use to send the instances
Return Value
A Dataset containing the response, as detailed in DICOM Part 18