Called by the PACSFramework to delete the DicomDataSet from the external store that corresponds to token.
public Exception Delete(
string token
)
Function Delete( _
ByVal token As String _
) As Exception
Exception^ Delete(
String^ token
)
token
the unique string value that is used to retrieve the data from the external store
null
if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.
For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET