For pointers to sample programs that demonstrate many features, see the following table:
Assembly - Class/Namespace |
Comments |
---|---|
Leadtools.Dicom.Scu.dll - Leadtools.Dicom.Scu |
Provides classes and methods that implement DICOM Storage Service and DICOM Query/Retrieve Service. |
Leadtools.Dicom.Server.Admin.dll - Leadtools.Dicom.Server.Admin |
Provides classes and methods that implement DICOM Server Administration. |
Leadtools.Dicom.AddIn.dll - Leadtools.Dicom.AddIn |
Provides classes and methods that implement DICOM add-ins Leadtools.AddIn.DicomLog -Implements the INotifyReceiveMessage & INotifySendMessages interfaces. This allows the add-in to log all incoming and outgoing DICOM Messages. The logging is handled by the Microsoft Enterprise Library logging. The add-in 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 add-in implements a StorageSCP. The following storage classes are supported:
The following transfer syntaxes are supported:
When the add-in 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 add-in implements a DICOM Query service. This add-in supports the following service classes:
This add-in makes use of the same database that is created by the Store add-in. If the database does not exist when this add-in 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 add-in implements a DICOM Retrieve service. This add-in supports the following service classes:
This add-in makes use of the same database that is created by the Store add-in. If the database does not exist when this add-in is called it will be created. Leadtools.AddIn.MWLFind - Implements the IProcessCFind interface. This add-in supports the following service classes:
This add-in creates a SQLCE 3.5 Database(MWLSCP.sdf) in the server directory. In addition, this add-in creates an Option Dialog that allows you to edit the database from the Server Manager. Leadtools.AddIn.StorageCommit - Implements the IProcessNAction interface. This add-in supports the following service classes:
This add-in makes use of the SQLCE 3.5 Database created by the storage add-in. 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 add-in to the originating client. |
Leadtools.Medical.Workstation.DataAccessLayer.dll - Leadtools.Medical.Workstation.DataAccessLaye |
Provides classes and methods that implement an interface to allow the data provider to access and update DICOM information. |
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. |
Leadtools.Medical.Workstation.Client.dll - Leadtools.Medical.Workstation.Client | Provides classes and methods that implement a medical workstation client that communicates with DICOM servers. |
Leadtools.Medical.Workstation.Loader.dll - Leadtools.Medical.Workstation.Loade | Provides classes and methods that loads medical viewer images, series, or studies and initializes a MedicalViewer control. |
Library | Description | Dependencies |
---|---|---|
Leadtools.Dicom.AddIn.dll | Core Library |
Leadtools.dll |
NuGet Package | Description | |
Leadtools.Dicom.Pacs.Scp | DICOM PACS Service Class Provider Library |
Name | Path | Description |
---|---|---|
DICOM Annotations Demo | \Examples\Dicom\DotNet\DicomAnnDemo | Demonstrates the DICOM Annotations Toolkit functionality.
|
Dicom Anonymizer Demo | \Examples\Dicom\DotNet\DicomAnonymizerDemo | Demonstrates the DICOM Anonymizer functionality.
|
DICOM Client Demo | \Examples\Dicom\DotNet\DicomClientDemo | Demonstrates implementation of a DICOM client.
|
DICOM Dataset Demo | \Examples\Dicom\DotNet\DicomDemo | Demonstrates basic DICOM Dataset toolkit capabilities.
|
DICOM Digital Signature Demo | \Examples\Dicom\DotNet\DicomDigitalSignatureDemo | Demonstrates basic DICOM digital signature capabilities.
|
DICOM Directory Demo | \Examples\Dicom\DotNet\DicomDirectoryDemo | Demonstrates DICOM directory capabilities.
|
DICOM Directory LINQ Demo | \Examples\Dicom\DotNet\DicomDirLinqDemo | Demonstrates using the LEADTOOLS DICOMDIR LINQ Provider to query a DICOM directory.
|
DICOM Dataset Editor Demo | \Examples\Dicom\DotNet\DicomEditorDemo | Provides a full featured DICOM dataset editor with pixel data image viewer.
|
DICOM MWL SCP Demo | \Examples\Dicom\DotNet\DicomMwlScpDemo | Demonstrates implementing a DICOM Modality Worklist SCP application to add, edit, and delete worklist entries. |
DICOM MWL SCU Demo | \Examples\Dicom\DotNet\DicomMwlScuDemo | Demonstrates creating a DICOM Modality Worklist SCU example that will query a MWL SCP for a worklist and copy data from the MWL response attributed to the requested IOD class. |
DICOM Overlay Demo | \Examples\Dicom\DotNet\DicomOverlayDemo | Demonstrates loading and displaying DICOM overlays.
|
DICOM Server Demo | \Examples\Dicom\DotNet\DicomServerDemo | Demonstrates implementation of a DICOM storage server.
|
DICOM Storage SCU Demo | \Examples\Dicom\DotNet\DicomStoreDemo | Demonstrates implementation of a DICOM storage client (SCU).
|
DICOM Transfer Syntax Demo | \Examples\Dicom\DotNet\DicomTranDemo | Demonstrates how to change the transfer syntax of a DICOM file using LEADTOOLS. For more information about "Transfer Syntax", please see Section 10 (PS 3.5 of the DICOM Standard). |
DICOM Video Capture Demo | \Examples\Dicom\DotNet\DicomVideoCaptureDemo | Demonstrates how to capture video and store it inside a DICOM file |
DICOM WaveForms Demo | \Examples\Dicom\DotNet\DicomWaveFormsDemo | Demonstrates how to use the waveform audio data to build a graph visualizing the audio waves and can also play back audio dictations within DICOM datasets. |
For more Information, refer to:
Leadtools.Dicom.Server.Admin Assembly
Getting Started (Guide to Example Programs)
Implementing a DICOM Log AddIn
Programming With The LEADTOOLS PACS Framework
PACS Framework Demo Installation
Programming with PACS Client Framework
PACS Framework Client-Server Diagram