Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MixedSeriesCellDisplay Property
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : MixedSeriesCellDisplay Property



Gets or sets the display mode of a series images in the MedicalViewer control.

Syntax

Visual Basic (Declaration) 
Public Property MixedSeriesCellDisplay As DisplayMode
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim value As DisplayMode
 
instance.MixedSeriesCellDisplay = value
 
value = instance.MixedSeriesCellDisplay
C# 
public DisplayMode MixedSeriesCellDisplay {get; set;}
C++/CLI 
public:
property DisplayMode MixedSeriesCellDisplay {
   DisplayMode get();
   void set (DisplayMode value);
}

Return Value

A DisplayMode value which specify how a series images will be represented and displayed in the MedicalViewer control. Default value DisplayMode.All

Remarks

When calling the StartSeriesStreaming some series may contain multiple multi frame images or a mix of single and multi frame images, those images could be displayed in different ways.

For example, if the requested series contains A and B multi frame images and C and D single frame images then the options for displaying such type of series are:

  1. Display all the multi-frame and single frame images in one cell sequentally, A, B, C, D.
  2. Display only the multi-frame images in separate cells, two cells will be created to display the A and B images.
  3. Display onlt the single frame images in a single cell, one cell will be created for all the single frame images which are C and D.
  4. Any combination of the above will be valid, display multi-frame images in separate cells and single frame images in their own cell and/or create a cell to display all the images frames in a dedicated cell.

For more information about the values and combination for this property refer to DisplayMode enumeration.

Note that this property only apply when the series contains multiple multi frame or a mix of multi-frame and singel frame images, with regular series which only contains either a single multi-frame images or multiple single frame images there will be always once cell to display the images.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

MixedSeriesCellDisplay requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features