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 |
The following tables list the members exposed by ICrud.
Name | Description | |
---|---|---|
ExternalStoreGuid | Gets a string representing the GUID (globally unique identifier) associated with this external store add-in | |
FriendlyName | Gets the friendly name for this external store add-in | |
StoreLocal | Gets a boolean value indicating whether the external store addin is to store to the local store (true) or directly to the external store (false) |
Name | Description | |
---|---|---|
Delete | Called by the PACSFramework to delete the DicomDataSet from the external store that corresponds to token. | |
DeleteDicom | Called by the PACSFramework to delete the DicomDataSet specified by row from the external store | |
Exists | Called by the PACSFramework to determine if the file that corresponds to token exists on the external store. | |
ExistsDicom | Called by the PACSFramework to determine if the DicomDataSet specified by row exists on the external store. | |
Initialize | Called by the PACSFramework so that external store add-in can perform any required initialization | |
RetrieveDicom | Called by the PACSFramework to retrieve the DicomDataSet specified by row from the external store to the local store | |
RetrieveFile | Called by the PACSFramework to retrieve the file specified by row from the external store to the local store | |
SettingsChanged | Called by the PACSFramework when the external store settings change for any external store addin through the CSStorageServerManager UI | |
Store | Called by the PACSFramework so that the external store addin can store the local file filename to the external store | |
StoreDicom | Called by the PACSFramework so that the external store addin can store dataset to the external store | |
UpdateDicom | Called by the PACSFramework so that the external store addin can update dataset on the external store |