Medical Workstation Framework — .NET

 

Assembly Class/Namespace

Comments

Help Files

Demo Project Source Code

Leadtools.Dicom.Scu.dll - Leadtools.Dicom.Scu

Provides classes and methods that implement DICOM Storage Service and DICOM Query/Retrieve Service.

Leadtools.Dicom.Scu Help

\CS\CSDicomHighlevelPatientUpdaterDemo

\CS\CSDicomHighLevelStoreDemo

\CS\CSDicomHighLevelClientDemo

\VB\VBDicomHighlevelPatientUpdaterDemo

\VB\VBCSDicomHighLevelStoreDemo

\VB\VBDicomHighLevelClientDemo

Leadtools.Dicom.Server.Admin.dll - Leadtools.Dicom.Server.Admin

Provides classes and methods that implement DICOM Server Administration.

Leadtools.Dicom.Server.Admin Help

\CS\CSStorageServerDemo

\CS\CSDicomServerManager

\VB\VBStorageServerDemo

\VB\VBDicomServerManager

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:

  • CT Image Storage

  • NM Image Storage

  • DX Image Storage

  • MR Image Storage

  • Hemodynamic Waveform Storage

  • XA Image Storage

  • CR Image Storage

  • US Image Storage

  • SC Image Storage

  • US Multiframe Image Storage

  • Video Endoscopic Image Storage

  • Video Microscopic Image Storage

  • XRay Radiofluoroscopic Image Storage

  • Nuclear Medicine Image Storage (Retired)

  • Ultrasound Image Storage (Retired)   

  • Ultrasound Multi-frame Image Storage (Retired)

  • Standalone Overlay Storage (Retired)

  • Standalone Curve Storage (Retired)

  • Basic Study Descriptor (Retired)

  • Standalone Modality LUT Storage (Retired)

  • Standalone VOI LUT Storage (Retired)

  • X-Ray Angiographic Image Storage

  • X-Ray Angiographic Bi-Plane Image Storage (Retired)

  • X-Ray RF Image Storage

  • RT Image Storage

  • RT Dose Storage

  • RT Structure Set Storage

  • RT Plan Storage

  • Positron Emission Tomography Image Storage

  • Standalone Positron Emission Tomography Curve Storage (Retired)

  • Stored Print Storage (Retired)

  • Hardcopy Grayscale Image Storage (Retired)

  • Hardcopy Color Image Storage (Retired)

  • Digital X-Ray Image Storage - For Presentation

  • Digital X-Ray Image Storage - For Processing

  • Digital Mammography X-Ray Image Storage - For Presentation

  • Digital Mammography X-Ray Image Storage - For Processing

  • Digital Intra-Oral X-Ray Image Storage - For Presentation

  • Digital Intra-Oral X-Ray Image Storage - For Processing

  • RT Beams Treatment Record Storage

  • RT Brachy Treatment Record Storage

  • RT Treatment Summary Record Storage

  • VL Endoscopic Image Storage

  • VL Microscopic Image Storage

  • VL Slide-Coordinates Microscopic Image Storage

  • VL Photographic Image Storage

  • Basic Text SR Storage

  • Enhanced SR Storage

  • Comprehensive SR Storage

  • Enhanced MR Image Storage

  • MR Spectroscopy Storage

  • RAW Data Storage

  • Secondary Capture Multi-Frame Single Bit Image Storage

  • Secondary Capture Multi-Frame Grayscale Byte Image Storage

  • Secondary Capture Multi-Frame Grayscale Word Image Storage

  • Secondary Capture Multi-Frame True Color Image Storage

  • Key Object Selection Document Storage

  • Mammography CAD SR Storage

  • Chest CAD SR Storage

  • Ophthalmic Photography 8 Bit Image Storage

  • Ophthalmic Photography 16 Bit Image Storage

  • Stereometric Relationship Storage

  • Video Photographic Image Storage

  • Pseudo-Color Softcopy Presentation State Storage

  • Blending Softcopy Presentation State Storage

  • Procedure Log Storage

  • X-Ray Radiation Dose SR Storage

  • Enhanced CT Image Storage

  • Spatial Registration Storage

  • Deformable Spatial Registration Storage

  • Spatial Fiducials Storage

  • Hanging Protocol Storage

  • Encapsulated PDF Storage

  • Encapsulated CDA Storage

  • Real World Value Mapping Storage  

  • Enhanced X-Ray Angiographic Image Storage

  • Enhanced X-Ray RF Image Storage

  • RT Ion Plan Storage

  • RT Ion Beams Treatment Record Storage

  • Segmentation Storage

  • Ophthalmic Tomography Image Storage

  • X-Ray 3D Angiographic Image Storage

  • X-Ray 3D Craniofacial Image Storage

  • Enhanced PET Image Storage

  • Lensometry Measurements Storage

  • Autorefraction Measurements Storage

  • Keratometry Measurements Storage

  • Subjective Refraction Measurements Storage

  • Visual Acuity Measurements Storage

  • Spectacle Prescription Report Storage

The following transfer syntaxes are supported:

  • Implicit VR Little Endian

  • JPEG 2000

  • JPEG Lossless Only

  • JPEG Baseline 1

  • Explicit VR Big Endian

  • Explicit VR Little Endian

  • JPEG Lossless No Hierarchal 14

  • JPEG Lossless No Hierarchal 14B

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:

  • Patient Root Query Find

  • Study Root Query Find

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:

  • Patient Root Query Move

  • Study Root Query Move

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:

  • Modality Worklist Find

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:

  • Storage Commitment Push Model Class

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.

Leadtools.Dicom.AddIn Help

\CS\Sample AddIns

\VB\Sample AddIns

 

 

 

 

Leadtools.Medical.Storage.AddIn.dll

Leadtools.Medical.Worklist.AddIn.dll

Leadtools.Medical.Media.AddIn.dll

Provides classes, methods, properties, events, and fields for the AddIns for the High-Level PACS server portion of the Medical Workstation Viewer. All DICOM requests are delegated to the AddIns. The workstation AddIns include:

  • C-Find AddIn

  • C-Move AddIn

  • C-Store AddIn

  • Media Creation AddIn

  • Worklist AddIn

Source code is provided for these  DLLs.

Source Code Only

CS\MedicalWorkStationMainDemo

CS\LEADTOOLS.Medical.Storage.AddIn

CS\LEADTOOLS.Medical.Worklist.AddIn

CS\LEADTOOLS.Medical.Media.AddIn

 

 

 

 

Leadtools.Medical.Workstation.DataAccessLayer.dll - Leadtools.Medical.Workstation.DataAccessLayer

Provides classes, methods, properties, enumerations and events to implement all of the user interface controls (the Viewer control, the Search control, the Configuration control, etc.).

Leadtools.Medical.Workstation.DataAccessLayer Help

CS\MedicalWorkStationDemo

Leadtools.Medical.Workstation.Client.dll - Leadtools.Medical.Workstation.Client

Provides classes, methods, properties, enumerations, events and delegates that can use the AddIns to query the local database, retrieve images from the local database, and store images to the local database.

Leadtools.Medical.Workstation.Client Help

CS\MedicalWorkStationDemo

Leadtools.Medical.Workstation.Loader.dll - Leadtools.Medical.Workstation.Loader

Provides classes, methods, properties, enumerations and events to create a layer of abstraction between the database provider and the Medical Workstation viewer. This layer is easily customized to allow the Medical Workstation application to use any database or database provider, with minimal code changes.

Leadtools.Medical.Workstation.Loader Help

CS\MedicalWorkStationDemo

Leadtools.Medical.Workstation.dll - Leadtools.Medical.Workstation

Provides classes, methods, properties, events, enumerations, and delegates that can be used to retrieve study, series, and image information to load into the medical viewer control.

Leadtools.Medical.Workstation Help

CS\MedicalWorkStationDemo

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Getting Started with LEADTOOLS