C# Class Dicom.Imaging.WindowLevel

Window/Level
显示文件 Open project: fo-dicom/mdcm

Public Methods

Method Description
FromDataset ( DcmDataset dataset ) : Dicom.Imaging.WindowLevel[]
ToString ( ) : string
WindowLevel ( double window, double level ) : System
WindowLevel ( string description, double window, double level ) : System

Method Details

FromDataset() public static method

public static FromDataset ( DcmDataset dataset ) : Dicom.Imaging.WindowLevel[]
dataset Dicom.Data.DcmDataset
return Dicom.Imaging.WindowLevel[]

ToString() public method

public ToString ( ) : string
return string

WindowLevel() public method

public WindowLevel ( double window, double level ) : System
window double
level double
return System

WindowLevel() public method

public WindowLevel ( string description, double window, double level ) : System
description string
window double
level double
return System