LEADTOOLS Support
Medical
Medical SDK Examples
Using the MedicalViewerLoader to load DICOM files into the MedicalViewer (v20)
#1
Posted
:
Monday, January 8, 2018 9:17:50 AM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
This demo is an update from the prior examples
here.
This Visual Studio 2017 C# demo uses the MedicalViewerLoader to handle most of the leg work involved in loading all files listed in a DICOM DIR into the MedicalViewer control.
You create the client object, give it a path to the DICOM DIR file, then pass the client object to the loader with a MedicalViewer. The loader will then take care of loading the files and inserting them into the MedicalViewer object as well as setting up tags within the MedicalViewer's cells.
You can read more about each of these classes from our help file:
MedicalViewerLoaderDicomDirRetrieveClientWe also have two other client classes you can use with the MedicalViewerLoader, the
DbRetrieveClient and the
PacsRetrieveClient. The DbRetrieveClient class allows you to load a series from a database. The PacsRetrieveClient class allows you to communicate with a remote PACS and retrieve the series from the PACS, putting it into the MedicalViewer.
Each of these classes are derived from the
RetrieveClient class. You can derive from this class and create you own implementation as well to simplify the loading process.
Before running this demo, please extract the project to the following directory:
C:\LEADTOOLS 20\Examples\posts\t12403\
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Medical
Medical SDK Examples
Using the MedicalViewerLoader to load DICOM files into the MedicalViewer (v20)
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.