| Visual Basic (Declaration) | |
|---|---|
<DicomAddInAttribute()> Public Class StoreAddIn Implements IProcessBreak, IProcessCStore | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DicomAddInAttribute()] public class StoreAddIn : IProcessBreak, IProcessCStore | |
| C++/CLI | |
|---|---|
[DicomAddInAttribute()] public ref class StoreAddIn : public IProcessBreak, IProcessCStore | |
The AddIn is configured to handle the following combination of DICOM presentation contexts:
The StoreAddIn uses the T:Leadtools.Medical.Workstation.DataAccessLayer.DataAccessAgentFactory to create a data provider:T:Leadtools.Medical.Workstation.DataAccessLayer.IWorkstationDataAccessAgent
Make sure to configure the DICOM data store for the T:Leadtools.Medical.Workstation.DataAccessLayer.DataAccessAgentFactory
The StoreAddIn reads the connection string name from the T:Leadtools.Medical.Workstation.AddIns.AddInsSettings%.
System.Object
Leadtools.Medical.Workstation.AddIns.StoreAddIn
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code