opendicom.datastructure.valuemembers.html

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

HTML
92
字号
<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>Value 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">Value Members
					</h1>
      </div>
    </div>
    <div id="nstext">
      <p>
        <a href="openDicom.DataStructure.Value.html">Value 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.ValueConstructor.html">Value</a>
            </td>
            <td width="50%">Overloaded. Initializes a new instance of the Value 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.Value.Count.html">Count</a></td><td width="50%"> Returns the count of single values within a DICOM value instance. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsAge.html">IsAge</a></td><td width="50%"> Returns whether this DICOM value instance contains values of type <a href="openDicom.Encoding.Type.Age.html">Age</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsArray.html">IsArray</a></td><td width="50%"> Returns whether this DICOM value instance contains values of type string. Be careful! Do not confuse with <a href="openDicom.DataStructure.Value.IsMultiValue.html">IsMultiValue</a>! This property concerns a single value entry. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsDate.html">IsDate</a></td><td width="50%"> Returns whether this DICOM value instance contains values that are dates. This values can be understood as <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDateTimeClassTopic.asp">DateTime</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsEmpty.html">IsEmpty</a></td><td width="50%"> Returns whether this DICOM value instance contains any values. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsMultiValue.html">IsMultiValue</a></td><td width="50%"> Returns whether this DICOM value instance contains of multiple values. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsNestedDataSet.html">IsNestedDataSet</a></td><td width="50%"> Returns whether this DICOM value instance contains values that are build up of a DICOM <a href="openDicom.DataStructure.DataSet.NestedDataSet.html">NestedDataSet</a></td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsNumeric.html">IsNumeric</a></td><td width="50%"> Returns whether this DICOM value instance contains values of a numeric type like int or float. Easy processing might be given by <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDecimalClassTopic.asp">Decimal</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsPersonName.html">IsPersonName</a></td><td width="50%"> Returns whether this DICOM value instance contains values of type <a href="openDicom.Encoding.Type.PersonName.html">PersonName</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsPixelData.html">IsPixelData</a></td><td width="50%"> Returns whether this DICOM value instance contains a value that is DICOM pixel data. This value can be processed with help of <a href="openDicom.Image.PixelData.html">PixelData</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsSequence.html">IsSequence</a></td><td width="50%"> Returns whether this DICOM value instance contains values that are build up of a DICOM <a href="openDicom.DataStructure.DataSet.Sequence.html">Sequence</a></td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsString.html">IsString</a></td><td width="50%"> Returns whether this DICOM value instance contains values of type string. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsTag.html">IsTag</a></td><td width="50%"> Returns whether this DICOM value instance contains values of type DICOM <a href="openDicom.DataStructure.Tag.html">Tag</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsTime.html">IsTime</a></td><td width="50%"> Returns whether this DICOM value instance contains values that are times. This values can be understood as <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemTimeSpanClassTopic.asp">TimeSpan</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsUid.html">IsUid</a></td><td width="50%"> Returns whether this DICOM value instance contains values of type DICOM <a href="openDicom.Registry.Uid.html">Uid</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsUndefined.html">IsUndefined</a></td><td width="50%"> Returns whether this DICOM value instance deals with undefined value representation or value types. In this case, only values as byte arrays are expected. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.IsUnknown.html">IsUnknown</a></td><td width="50%"> Returns whether this DICOM value instance deals with DICOM VR Unknown (UN) values. In this case, only values as byte arrays are expected. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.Item.html">Item</a></td><td width="50%"> Access this DICOM value instance as array. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.StreamPosition.html">StreamPosition</a></td><td width="50%"> Returns this instance's position within a DICOM data stream. If this instance does not belong to a stream, -1 will be returned. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.TransferSyntax.html">TransferSyntax</a></td><td width="50%"> Access corresponding DICOM transfer syntax. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.ValueLength.html">ValueLength</a></td><td width="50%"> Access corresponding DICOM value length. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.DataStructure.Value.VR.html">VR</a></td><td width="50%"> Access corresponding DICOM VR. </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.Value.Add_overloads.html">Add</a></td><td width="50%">Overloaded.  Adds a single value to a DICOM value instance. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Value.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.Value.GetEnumerator.html">GetEnumerator</a></td><td width="50%"> Needed by C# foreach-statements. Makes life easier. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Value.LoadFrom.html">LoadFrom</a></td><td width="50%"> Re-creates this DICOM value instance from specified DICOM output stream using <a href="openDicom.DataStructure.Value.TransferSyntax.html">TransferSyntax</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.Value.ToArray.html">ToArray</a></td><td width="50%"> Returns all value entries of a DICOM value instance as array. </td></tr></table>
      </div>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="openDicom.DataStructure.Value.html">Value 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:%20Value%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 + -
显示快捷键?