opendicom.datastructure.idicomstreammember.html
来自「一个对dicome 医学图片查看分析的开源代码」· HTML 代码 · 共 281 行
HTML
281 行
<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>IDicomStreamMember Interface</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">IDicomStreamMember Interface</h1>
</div>
</div>
<div id="nstext">
<p> DICOM member stream interface for classes that participate in a DICOM data stream according to the DICOM standard. If a DICOM class is binary represented on a DICOM stream, it will have to implement this interface. </p>
<p>For a list of all members of this type, see <a href="openDicom.DataStructure.IDicomStreamMemberMembers.html">IDicomStreamMember Members</a>.</p>
<p>
</p>
<div class="syntax">
<div>public爄nterface營DicomStreamMember</div>
</div>
<h4 class="dtH4">Types that implement IDicomStreamMember</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Type</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.DataSet.DataElement.html">DataElement</a>
</td>
<td width="50%"> This class represents a DICOM data element. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.DataSet.DataSet.html">DataSet</a>
</td>
<td width="50%"> This class represents a DICOM data set. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.DataSet.NestedDataSet.html">NestedDataSet</a>
</td>
<td width="50%"> This class represents a DICOM nested data set. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.DataSet.Sequence.html">Sequence</a>
</td>
<td width="50%"> This class represents a DICOM sequence. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.Tag.html">Tag</a>
</td>
<td width="50%"> This class represents a DICOM tag (gggg,eeee). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.Value.html">Value</a>
</td>
<td width="50%"> This class represents a DICOM value. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.ValueLength.html">ValueLength</a>
</td>
<td width="50%"> This class represents a DICOM value length. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.DataStructure.ValueRepresentation.html">ValueRepresentation</a>
</td>
<td width="50%"> This class represents an unspecific DICOM value representation (VR). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.AgeString.html">AgeString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Age String (AS). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.ApplicationEntity.html">ApplicationEntity</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Application Entity (AE). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.AttributeTag.html">AttributeTag</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Attribute Tag (AT). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.CodeString.html">CodeString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Code String (CS). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.Date.html">Date</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Date (DA). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.DateTime.html">DateTime</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Date Time (DT). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.DecimalString.html">DecimalString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Decimal String (DS). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.FloatingPointDouble.html">FloatingPointDouble</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Floating Point Double (FD). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.FloatingPointSingle.html">FloatingPointSingle</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Floating Point Single (FL). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.IntegerString.html">IntegerString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Integer String (IS). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.LongString.html">LongString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Long String (LO). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.LongText.html">LongText</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Long Text (LT). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.OtherByteString.html">OtherByteString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Other Byte String (OB). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.OtherFloatString.html">OtherFloatString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Other Float String (OF). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.OtherWordString.html">OtherWordString</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Other Word String (OW). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.PersonName.html">PersonName</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Person Name (PN). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.SequenceOfItems.html">SequenceOfItems</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Sequence of Items (SQ). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.ShortName.html">ShortName</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Short Name (SH). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.ShortText.html">ShortText</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Short Text (ST). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.SignedLong.html">SignedLong</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Signed Long (SL). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.SignedShort.html">SignedShort</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Signed Short (SS). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.Time.html">Time</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Time (TM). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.UniqueIdentifier.html">UniqueIdentifier</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Unique Identifier (UI). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.Unknown.html">Unknown</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Unknown (UN). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.UnlimitedText.html">UnlimitedText</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Unlimited Text (UT). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.UnsignedLong.html">UnsignedLong</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Unsigned Long (UL). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.Encoding.UnsignedShort.html">UnsignedShort</a>
</td>
<td width="50%"> This class represents the specific DICOM VR Unsigned Short (US). </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="openDicom.File.FileMetaInformation.html">FileMetaInformation</a>
</td>
<td width="50%"> This class represents DICOM file meta information. </td>
</tr>
</table>
</div>
<h4 class="dtH4">Requirements</h4>
<p>
<b>Namespace: </b>
<a href="openDicom.DataStructure.html">openDicom.DataStructure</a>
</p>
<p>
<b>Assembly: </b>opendicom-sharp (in opendicom-sharp.dll)
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="openDicom.DataStructure.IDicomStreamMemberMembers.html">IDicomStreamMember Members</a> | <a href="openDicom.DataStructure.html">openDicom.DataStructure Namespace</a></p>
<hr />
<div id="footer">
<p>
<a href="mailto:albert.gnandt@hs-heilbronn.de?subject=openDICOM.NET%20API%20Reference%20(openDICOM#%20Class%20Library)%20Documentation%20Feedback:%20IDicomStreamMember%20Interface">Send comments on this topic.</a>
</p>
<p>
<a>Copyright (C) 2006 Albert Gnandt</a>
</p>
<p>Generated from assembly opendicom-sharp [0.1.0.0]</p>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?