Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > ICrud Interface : RetrieveDicom Method |
Exception RetrieveDicom( DataRow row, DicomDataSetLoadFlags loadFlags, out DicomDataSet dataset )
'Declaration Function RetrieveDicom( _ ByVal row As DataRow, _ ByVal loadFlags As DicomDataSetLoadFlags, _ ByRef dataset As DicomDataSet _ ) As Exception
'Usage Dim instance As ICrud Dim row As DataRow Dim loadFlags As DicomDataSetLoadFlags Dim dataset As DicomDataSet Dim value As Exception value = instance.RetrieveDicom(row, loadFlags, dataset)
Exception^ RetrieveDicom( DataRow^ row, DicomDataSetLoadFlags loadFlags, [Out] DicomDataSet^ dataset )
null
if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.string token = Leadtools.Medical.Storage.DataAccessLayer.RegisteredDataRows.InstanceInfo.StoreToken(row);
For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin