opendicom.image.pixeldatamembers.html
来自「一个对dicome 医学图片查看分析的开源代码」· HTML 代码 · 共 76 行
HTML
76 行
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>PixelData Members</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">openDICOM.NET API Reference (openDICOM# Class Library)</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">PixelData Members
</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="openDicom.Image.PixelData.html">PixelData overview</a>
</p>
<h4 class="dtH4">Public Static Fields</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.BitsAllocatedTag.html">BitsAllocatedTag</a></td><td width="50%"> DICOM tag (0028,0100). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.BitsStoredTag.html">BitsStoredTag</a></td><td width="50%"> DICOM tag (0028,0101). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.ColumnsTag.html">ColumnsTag</a></td><td width="50%"> DICOM tag (0028,0011). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.HighBitTag.html">HighBitTag</a></td><td width="50%"> DICOM tag (0028,0102). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.PixelDataTag.html">PixelDataTag</a></td><td width="50%"> DICOM tag (7FE0,0010). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.PlanarConfigurationTag.html">PlanarConfigurationTag</a></td><td width="50%"> DICOM tag (0028,0006). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.RowsTag.html">RowsTag</a></td><td width="50%"> DICOM tag (0028,0010). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.SamplesPerPixelTag.html">SamplesPerPixelTag</a></td><td width="50%"> DICOM tag (0028,0002). </td></tr></table>
</div>
<h4 class="dtH4">Public Static Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.HasPixelData.html">HasPixelData</a></td><td width="50%"> Determines whether specified data set contains pixel data. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="openDicom.Image.PixelData.IsValid.html">IsValid</a></td><td width="50%"> Determines whether specified data set contains the minimum of necessary content for working with pixel data. </td></tr></table>
</div>
<h4 class="dtH4">Public Instance Constructors</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top">
<td width="50%">
<img src="pubmethod.gif" />
<a href="openDicom.Image.PixelDataConstructor.html">PixelData</a>
</td>
<td width="50%">Overloaded. Initializes a new instance of the PixelData class.</td>
</tr>
</table>
</div>
<h4 class="dtH4">Public Instance Properties</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.BitsAllocated.html">BitsAllocated</a></td><td width="50%"> Value from DICOM tag (0028,0100). If this value is not specified, 0 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.BitsStored.html">BitsStored</a></td><td width="50%"> Value from DICOM tag (0028,0101). If this value is not specified, 0 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.Columns.html">Columns</a></td><td width="50%"> Value from DICOM tag (0028,0011). If this value is not specified, 0 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.Data.html">Data</a></td><td width="50%"> Pixel data, DICOM tag (7FE0,0010), as DICOM data element. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.HighBit.html">HighBit</a></td><td width="50%"> Value from DICOM tag (0028,0102). If this value is not specified, -1 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.IsJpeg.html">IsJpeg</a></td><td width="50%"> Determines by the DICOM transfer syntax whether pixel data is stored as JPEG. If the transfer syntax is unknown, pixel data will not be understood as JPEG data. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.PlanarConfiguration.html">PlanarConfiguration</a></td><td width="50%"> Value from DICOM tag (0028,0006). If this value is not specified, -1 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.Rows.html">Rows</a></td><td width="50%"> Value from DICOM tag (0028,0010). If this value is not specified, 0 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Image.PixelData.SamplesPerPixel.html">SamplesPerPixel</a></td><td width="50%"> Value from DICOM tag (0028,0002). If this value is not specified, 0 will be returned. </td></tr></table>
</div>
<h4 class="dtH4">Public Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemObjectClassEqualsTopic.asp">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?