'Declaration
Overloads Function Store( _ ByVal DataSets As DicomDataSetCollection, _ ByVal TransferSyntax As String _ ) As HttpResponseMessage
'Usage
Dim instance As IStowWebClient 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