The following demo programs are in separate EXAMPLES subdirectories of the path where you installed your product (such as C:\LEADTOOLS22\Examples\).
The executable files for these examples were compiled with all LEADTOOLS capabilities unlocked. However, for redeployment, some of these capabilities require product-specific unlock keys. Otherwise, if you recompile the examples, the resulting executable files will not have the locked capabilities.
To unlock and redeploy these capabilities, you must purchase an appropriate product license, such as that included with a LEADTOOLS Document/Medical toolkit.
The following demos are available:
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Dataset | \Examples\Dicom\C\Dicom | \Bin\CDLL\<Win32/x64>\Dicom_Original.exe |
Demonstrates basic DICOM Dataset toolkit capabilities.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Client | \Examples\Dicom\C\DicomClt | \Bin\CDLL\<Win32/x64>\DicomClt_Original.exe |
Demonstrates a complete DICOM Client. DICOM services include:
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Directory | \Examples\Dicom\C\DicomDir | \Bin\CDLL\<Win32/x64>\DicomDir_Original.exe |
Demonstrates DICOM directory capabilities.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM IOD | \Examples\Dicom\C\DicomIOD | \Bin\CDLL\<Win32/x64>\DicomIOD_Original.exe |
Demonstrates DICOM Information Object Definition creation and deletion.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Overlay | \Examples\Dicom\C\DicomOVL | \Bin\CDLL\<Win32/x64>\DicomOVL_Original.exe |
Demonstrates loading and displaying DICOM overlays.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Server | \Examples\Dicom\C\DicomSrv | \Bin\CDLL\<Win32/x64>\DicomSrv_Original.exe |
Demonstrates implementation of a DICOM storage server.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Storage SCU | \Examples\Dicom\C\DicomStr | \Bin\CDLL\<Win32/x64>\DicomStr_Original.exe |
Demonstrates implementation of a DICOM storage client (SCU).
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Transfer Syntax | \Examples\Dicom\C\DicomTra | \Bin\CDLL\<Win32/x64>\DicomTra_Original.exe |
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). |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
DICOM Verification | \Examples\Dicom\C\DicomVrf | \Bin\CDLL\<Win32/x64>\DicomVrf_Original.exe |
Demonstrates how to verify DICOM Server (SCP AE) and Client (SCU AE) information. |