opendicom.encoding.transfersyntaxmembers.html

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

HTML
62
字号
<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>TransferSyntax 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">TransferSyntax Members
					</h1>
      </div>
    </div>
    <div id="nstext">
      <p>
        <a href="openDicom.Encoding.TransferSyntax.html">TransferSyntax overview</a>
      </p>
      <h4 class="dtH4">Public Static Fields</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Encoding.TransferSyntax.Default.html">Default</a></td><td width="50%"> DICOM default transfer syntax with UID 1.2.840.10008.1.2. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Encoding.TransferSyntax.FileMetaInformation.html">FileMetaInformation</a></td><td width="50%"> DICOM transfer syntax for file meta information data sets (UID is 1.2.840.10008.1.2.1). </td></tr><tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="openDicom.Encoding.TransferSyntax.UidTag.html">UidTag</a></td><td width="50%"> DICOM transfer syntax UID (0002,0010). </td></tr></table>
      </div>
      <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.Encoding.TransferSyntaxConstructor.html">TransferSyntax</a>
            </td>
            <td width="50%">Overloaded. Initializes a new instance of the TransferSyntax 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.Encoding.TransferSyntax.CharacterRepertoire.html">CharacterRepertoire</a></td><td width="50%"> Returns the corresponding DICOM character repertoire. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Encoding.TransferSyntax.IsImplicitVR.html">IsImplicitVR</a></td><td width="50%"> Returns whether this transfer syntax instance uses implicit DICOM value representations. Implicit VRs can only be accessed from the data element dictionary and are not part of a DICOM stream. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Encoding.TransferSyntax.IsLittleEndian.html">IsLittleEndian</a></td><td width="50%"> Returns whether this transfer syntax uses little endian byte ordering. This is relevant in context of de-/encoding of DICOM stream content according to <a href="openDicom.Encoding.TransferSyntax.IsMachineLittleEndian.html">IsMachineLittleEndian</a>. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Encoding.TransferSyntax.IsMachineLittleEndian.html">IsMachineLittleEndian</a></td><td width="50%"> Returns whether the underlying machine is a little endian byte ordering architecture or not. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="openDicom.Encoding.TransferSyntax.Uid.html">Uid</a></td><td width="50%"> Access the DICOM UID indentifying this transfer syntax instance. </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.Encoding.TransferSyntax.CorrectByteOrdering_overloads.html">CorrectByteOrdering</a></td><td width="50%">Overloaded.  Determines whether the bytes of an unsigned word have to be swapped according to the used transfer syntax. There is considered the endian type of underlying machine and transfer syntax. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemObjectClassEqualsTopic.asp">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">Overloaded. 

⌨️ 快捷键说明

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