opendicom.datastructure.tagmembers.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>Tag 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">Tag Members
					</h1>
      </div>
    </div>
    <div id="nstext">
      <p>
        <a href="openDicom.DataStructure.Tag.html">Tag overview</a>
      </p>
      <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.DataStructure.TagConstructor.html">Tag</a>
            </td>
            <td width="50%">Overloaded. Initializes a new instance of the Tag 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.DataStructure.Tag.Element.html">Element</a></td><td width="50%"> Access of a tag instance's element id. Element is a hexadecimal string value of format "eeee". </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Tag.Group.html">Group</a></td><td width="50%"> Access of a tag instance's group id. Group is a hexadecimal string value of format "gggg". </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Tag.IsUserDefined.html">IsUserDefined</a></td><td width="50%"> Returns true, if this tag is a private tag, a tag defined by user, else false. A private tag is not registered to a data element dictionary. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Tag.StreamPosition.html">StreamPosition</a></td><td width="50%"> Access this instance's stream position. If a tag does not belong to a stream, a position of -1 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Tag.TransferSyntax.html">TransferSyntax</a></td><td width="50%"> Access this instance's transfer syntax. </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="openDicom.DataStructure.Tag.CompareTo.html">CompareTo</a></td><td width="50%"> Implementation of the IComparable interface. So the use of this instance within collections is guaranteed. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Tag.Equals_overloads.html">Equals</a></td><td width="50%">Overloaded.  Determines whether this instance is equal to another DICOM tag instance. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Tag.GetDictionaryEntry.html">GetDictionaryEntry</a></td><td width="50%"> Corresponding data element dictionary entry. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Tag.LoadFrom.html">LoadFrom</a></td><td width="50%"> Re-creates this instance from a DICOM output stream. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Tag.SaveTo.html">SaveTo</a></td><td width="50%"> Saves this instance to a DICOM input stream. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Tag.ToString.html">ToString</a></td><td width="50%"> DICOM tag string representation. </td></tr></table>
      </div>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="openDicom.DataStructure.Tag.html">Tag Class</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:%20Tag%20Members&#xD;&#xA;						">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 + -
显示快捷键?