Leadtools.Dicom.Web Assembly Changes from Version 16.5 to Version 17
New Types
The following types have been added in version 17:
Type | Description |
---|---|
Leadtools.Dicom.Web.Study | Contains DICOM Study information. |
Leadtools.Dicom.Web.Series | Contains DICOM series information. |
Leadtools.Dicom.Web.FullSeriesImagesStreamedEventArgs | Provides data for the Leadtools.Dicom.Web.MedicalWebViewerLoader.FullSeriesImagesStreamed event. |
Leadtools.Dicom.Web.MedicalWebViewerLoader | Streams series images and information from a WCF Leadtools.Dicom.WCF.DICOMService and initializes the MedicalViewer control. |
Removed Types
The following types have been removed in version 17:
- Leadtools.Dicom.Web.MedicalWebViewerStreamer
New Members
The following members have been added to existing types in version 17:
Member | Description |
---|---|
Leadtools.Dicom.Web.DicomWCFStreamer.FindStudyObjects | Queries for DICOM study information using matching parameters. |
Leadtools.Dicom.Web.DicomWCFStreamer.FindSeriesObjects | Queries for DICOM series information using matching parameters. |
Leadtools.Dicom.Web Assembly Changes from Version 16 to Version 16.5
New Types
The following types have been added to version 16.5
Type | Description |
---|---|
ObjectInstanceInformationEx | Provides general information about a DICOM object. |
ImageInfo | Provides general information about a DICOM image. |
New Members:
The following members have been added to version 16.5
Member | Description |
---|---|
GetDicomInformationEx | Get DICOM object information for the requested series. |
FindDisplayedCellSOPInstanceUID | Finds the SOP Instance UID string for the image displayed in the specified cell. |
GetStudy | Retrieves study information. |
GetSeries | Retrieves the series information. |
GetSeriesRepresentativeThumbnail | Retrieves a thumbnail image for the specified series. |
FindObjectInstanceEx | Queries for DICOM object information based on search parameters. |
FindStudies | Queries for DICOM study information from the DICOM service using matching parameters. |
New Events:
The following event have been added to version 16.5.
Event | Description |
---|---|
StreamingStopped | Occurs when all MedicalViewerCell objects maintained by this class are removed. |
New Properties:
The following properties have been added to version 16.5.
Property | Description |
---|---|
SeriesCells | Gets an array of MedicalViewerCell objects which are created by this class. |
MixedSeriesCellDisplay | Gets or sets the display mode of a series of images in the MedicalViewer control. |
New Enumeration Values:
The following enumerations have been added to version 16.5.
Enumeration | Description |
---|---|
DisplayMode | Specifies which cells are to be created and what type of images they contain. |