Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > DefaultCrud Class : StoreDicom Method |
public Exception StoreDicom( string filename, DicomDataSet dataset, DicomDataSetSaveFlags saveFlags, bool overwrite, out string token )
'Declaration Public Function StoreDicom( _ ByVal filename As String, _ ByVal dataset As DicomDataSet, _ ByVal saveFlags As DicomDataSetSaveFlags, _ ByVal overwrite As Boolean, _ ByRef token As String _ ) As Exception
'Usage Dim instance As DefaultCrud Dim filename As String Dim dataset As DicomDataSet Dim saveFlags As DicomDataSetSaveFlags Dim overwrite As Boolean Dim token As String Dim value As Exception value = instance.StoreDicom(filename, dataset, saveFlags, overwrite, token)
public: Exception^ StoreDicom( String^ filename, DicomDataSet^ dataset, DicomDataSetSaveFlags saveFlags, bool overwrite, [Out] String^ token )