opendicom.datastructure.valuerepresentationproperties.html

来自「一个对dicome 医学图片查看分析的开源代码」· HTML 代码 · 共 58 行

HTML
58
字号
<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>ValueRepresentation Properties</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">ValueRepresentation燩roperties</h1>
      </div>
    </div>
    <div id="nstext">
      <p>The properties of the <b>ValueRepresentation</b> class are listed below. For a complete list of <b>ValueRepresentation</b> class members, see the <a href="openDicom.DataStructure.ValueRepresentationMembers.html">ValueRepresentation Members</a> topic.</p>
      <h4 class="dtH4">Public Static Properties</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><img src="static.gif" /><a href="openDicom.DataStructure.ValueRepresentation.IsStrictDecoded.html">IsStrictDecoded</a></td><td width="50%"> Global switch for controlling strictness of DICOM content decoding. If this switch is set to false, a lot of conditions within <b>Decode</b> will be ignored. </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.ValueRepresentation.IsImplicit.html">IsImplicit</a></td><td width="50%"> Returns whether this instance is an implicit VR, a value representation without corresponding DICOM data stream entry. Therefore, the transfer syntax is considered. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.IsUndefined.html">IsUndefined</a></td><td width="50%"> Returns whether this instance is a defined or undefined value representation. An undefined value representation also is an unspecific value representation. Attention: The value representation UN (Unknown) is not an undefined value representation and thus specific. An undefined value representation is represented by an empty string. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.IsUnknown.html">IsUnknown</a></td><td width="50%"> Returns true, if this value representation instance is unknown (UN). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.Name.html">Name</a></td><td width="50%"> Access the string representation of this instance. The string representation is a two characters string of format "VR" and is an abbreviation for the type of DICOM value representation. If a value representation is unspecified, an empty string will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.StreamPosition.html">StreamPosition</a></td><td width="50%"> Position within a DICOM stream of this VR instance. If this instance does not belong to a stream, -1 will be returned. This will be the case, if this VR instance is registered in a data element dictionary. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.Tag.html">Tag</a></td><td width="50%"> Access corresponding DICOM tag. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.TransferSyntax.html">TransferSyntax</a></td><td width="50%"> Access corresponding DICOM transfer syntax. </td></tr></table>
      </div>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="openDicom.DataStructure.ValueRepresentation.html">ValueRepresentation 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:%20ValueRepresentation燩roperties">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 + -
显示快捷键?