opendicom.registry.valuemultiplicitymembers.html

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

HTML
74
字号
<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>ValueMultiplicity 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">ValueMultiplicity Members
					</h1>
      </div>
    </div>
    <div id="nstext">
      <p>
        <a href="openDicom.Registry.ValueMultiplicity.html">ValueMultiplicity 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.Registry.ValueMultiplicityConstructor.html">ValueMultiplicity</a>
            </td>
            <td width="50%">Overloaded. Initializes a new instance of the ValueMultiplicity 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.Registry.ValueMultiplicity.IsUnbounded.html">IsUnbounded</a></td><td width="50%"> Returns whether a VM instance is unbounded which means the upper factor is only a multiplier and not determined. For example, "1-3" is not unbounded unlike "2-2n". </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Registry.ValueMultiplicity.IsUndefined.html">IsUndefined</a></td><td width="50%"> Returns whether a VM instance is undefined. An undefined VM equals to a string representation of "0". A data element with a undefined VM is not registered to the used data element dictionary. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Registry.ValueMultiplicity.LowerFactor.html">LowerFactor</a></td><td width="50%"> Lower factor of a VM. In case of "1-3", the lower factor is 1. If the DICOM VM is only one number, the lower and upper factors will be equal. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Registry.ValueMultiplicity.UpperFactor.html">UpperFactor</a></td><td width="50%"> Upper factor of a VM. In case of "1-3", the upper factor is 3. If the DICOM VM is only one number, the lower and upper factors will be equal. In case of use of variables like "2-2n", the upper factor will only be the corresponding multiplier. In this example the upper factor will be 2. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Registry.ValueMultiplicity.Value.html">Value</a></td><td width="50%"> DICOM VM as string representation. For example, "1", "1-3", "1-n" or "2-2n" are possible string representations. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Registry.ValueMultiplicity.VR.html">VR</a></td><td width="50%"> Corresponding DICOM value representation. </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.Registry.ValueMultiplicity.Equals_overload_2.html">Equals</a></td><td width="50%">Overloaded.  Determines whether this VM instance is exactly equal to a specified count of values. Equality can only be given by defined, bounded and invariable DICOM VMs like "1" or "3". </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.Registry.ValueMultiplicity.IsValid.html">IsValid</a></td><td width="50%"> Determines whether a specified count of values is conform with this DICOM VM instance. This method is supposed to be used for validation of real count of DICOM values against the corresponding DICOM data element dictionary entry. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.Registry.ValueMultiplicity.ToString.html">ToString</a></td><td width="50%"> Returns the string representation of a VM instance. </td></tr></table>
      </div>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="openDicom.Registry.ValueMultiplicity.html">ValueMultiplicity Class</a> | <a href="openDicom.Registry.html">openDicom.Registry 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:%20ValueMultiplicity%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 + -
显示快捷键?