'DeclarationPublic Function Store( _ ByVal DataSets As DicomDataSetCollection, _ ByVal Encoding As DicomDataEncoding, _ ByVal TransferSyntax As System.String _ ) As DicomDataSet
public DicomDataSet Store( DicomDataSetCollection DataSets, DicomDataEncoding Encoding, System.string 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