Interface IInstanceStoredNotificationService
Interface of the Instance Stored Notification Service
Namespace: Nvidia.Clara.DicomAdapter.API
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public interface IInstanceStoredNotificationService : IObservable<InstanceStorageInfo>
Methods
| Improve this Doc View SourceNewInstanceStored(InstanceStorageInfo)
Notifies the service of a new instance stored in the temporary storage location.
Declaration
void NewInstanceStored(InstanceStorageInfo instance)
Parameters
| Type | Name | Description |
|---|---|---|
| InstanceStorageInfo | instance | Instance that has been stored. |