For pointers to sample programs that demonstrate many features, see the following table:
Assembly – Class/Namespace |
Comments |
Demo \Examples\PACSFramework |
PACS Configuration Demo | \CS\PACSConfigDemo | |
Leadtools.Dicom.Scu.dll - Leadtools.Dicom.Scu |
Provides classes and methods that implement DICOM Storage Service and DICOM Query/Retrieve Service. |
\CS\CSDicomHighlevelPatientUpdaterDemo |
Leadtools.Dicom.Server.Admin.dll - Leadtools.Dicom.Server.Admin |
Provides classes and methods that implement DICOM Server Administration. |
\CS\CSStorageServerDemo |
Leadtools.Dicom.AddIn.dll - Leadtools.Dicom.AddIn |
Provides classes and methods that implement DICOM AddIns. Leadtools.AddIn.DicomLog -Implements the INotifyReceiveMessage & INotifySendMessages interfaces. This allows the addin to log all incoming and outgoing DICOM Messages. The logging is handled by the Microsoft Enterprise Library logging. The addin creates a Log directory in the DICOM server directory. All log information is written to an "output.log" file. If dataset saving is enabled they are written to Log\Datasets. The file name of the saved dataset is the SOP Instance UID. Leadtools.AddIn.Store - Implements the IProcessCStore interface. This addin implements a StorageSCP. The following storage classes are supported:
The following transfer syntaxes are supported:
When the addin loads it creates a new SQLCE 3.5 database (Dicom.sdf) in the server directory. In addition, it creates an Images directory in the server directory that will contain all the DICOM datasets received at the server. Leadtools.AddIn.Find - Implements the IProcessCFind interfaces. This addin implements a DICOM Query service. This addin supports the following service classes:
This addin makes use of the same database that is created by the Store addin. If the database does not exist when this addin is called it will be created. Therefore, it does not matter if you attempt a find before doing a store. Leadtools.AddIn.Move - Implements the IProcessCMove interface. This addin implements a DICOM Retrieve service. This addin supports the following service classes:
This addin makes use of the same database that is created by the Store addin. If the database does not exist when this addin is called it will be created. Leadtools.AddIn.MWLFind - Implements the IProcessCFind interface. This addin supports the following service classes:
This addin creates a SQLCE 3.5 Database(MWLSCP.sdf) in the server directory. In addition, this addin creates an Option Dialog that allows you to edit the database from the Server Manager. Leadtools.AddIn.StorageCommit - Implements the IProcessNAction interface. This addin supports the following service classes:
This addin makes use of the SQLCE 3.5 Database created by the storage addin. It expects the database to be already created. If the database is not available the Commitment request will generate a ResourceLimitation error. If the database is present the commitment request is processed in another thread and a response is immediately sent back to the client. Once the commit request is finalized a notification is sent on behalf of the addin to the originating client. |
\CS\Sample AddIns
|
Leadtools.Medical.Workstation.DataAccessLayer.dll - Leadtools.Medical.Workstation.DataAccessLayer |
Provides classes and methods that implement an interface to allow the data provider to access and update DICOM information. |
CS\MedicalWorkStationDemo |
Leadtools.Medical.Workstation.AddIns.dll - Leadtools.Medical.Workstation.AddIns |
Provides classes and methods that implement Medical Workstation AddIns: FindAddIn - Implements the IProcessCFind interface to respond to DICOM C-FIND-REQ commands. MoveAddIn - Implements the IProcessCMove interface to respond to DICOM C_MOVE-REQ commands. StorageCommitAddIn - Processes a DICOM Storage Commitment Push Model class by implementing the IProcessNAction interface. StoreAddIn = Implements the IProcessCStore interface to respond to DICOM C-STORE-REQ commands. |
CS\MedicalWorkStationDemo |
Leadtools.Medical.Workstation.Client.dll - Leadtools.Medical.Workstation.Client | Provides classes and methods that implement a medical workstation client that communicates with DICOM servers. | CS\MedicalWorkStationDemo |
Leadtools.Medical.Workstation.Loader.dll - Leadtools.Medical.Workstation.Loader | Provides classes and methods that loads medical viewer images, series, or studies and initializes a MedicalViewer control. | CS\MedicalWorkStationDemo |