opendicom.registry.html

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

HTML
123
字号
<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>openDicom.Registry</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">openDicom.Registry Namespace</h1>
      </div>
    </div>
    <div id="nstext">
      <p>
        <a href="openDicom.RegistryHierarchy.html">Namespace hierarchy</a>
      </p>
      <h3 class="dtH3">Classes</h3>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
          <tr valign="top">
            <th width="50%">Class</th>
            <th width="50%">Description</th>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.DataElementDictionary.html">DataElementDictionary</a>
            </td>
            <td width="50%"> Data element dictionary. This class represents the registry of DICOM data elements. </td>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.DataElementDictionaryEntry.html">DataElementDictionaryEntry</a>
            </td>
            <td width="50%"> Data element dictionary entry. This class represents a registered DICOM data element. </td>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.Uid.html">Uid</a>
            </td>
            <td width="50%"> This class represents a DICOM Unique Identifier (UID). </td>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.UidDictionary.html">UidDictionary</a>
            </td>
            <td width="50%"> UID (Unique Identifier) dictionary. This class represents the registry of DICOM UIDs. </td>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.UidDictionaryEntry.html">UidDictionaryEntry</a>
            </td>
            <td width="50%"> UID (Unique Identifier) data dictionary entry. This class represents a registered DICOM UID. </td>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.ValueMultiplicity.html">ValueMultiplicity</a>
            </td>
            <td width="50%"> This class represents DICOM value multiplicity (VM). </td>
          </tr>
        </table>
      </div>
      <h3 class="dtH3">Interfaces</h3>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
          <tr valign="top">
            <th width="50%">Interface</th>
            <th width="50%">Description</th>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.IDicomDictionary.html">IDicomDictionary</a>
            </td>
            <td width="50%"> Dictionary interface for DICOM registry dictionaries. Each dictionary is supposed to implement this common interface. </td>
          </tr>
        </table>
      </div>
      <h3 class="dtH3">Enumerations</h3>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
          <tr valign="top">
            <th width="50%">Enumeration</th>
            <th width="50%">Description</th>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.DictionaryFileFormat.html">DictionaryFileFormat</a>
            </td>
            <td width="50%"> Available file formats for dictionary files. </td>
          </tr>
          <tr valign="top">
            <td width="50%">
              <a href="openDicom.Registry.UidType.html">UidType</a>
            </td>
            <td width="50%"> Available types of DICOM UIDs (Unique Identifiers). </td>
          </tr>
        </table>
      </div>
      <hr />
      <div id="footer">
        <p>
          <a href="mailto:albert.gnandt@hs-heilbronn.de?subject=openDICOM.NET%20API%20Reference%20(openDICOM#%20Class%20Library)%20Documentation%20Feedback:%20openDicom.Registry%20Namespace">Send comments on this topic.</a>
        </p>
        <p>
          <a>Copyright (C) 2006  Albert Gnandt</a>
        </p>
        <p>
        </p>
      </div>
    </div>
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?