opendicom.datastructure.valuerepresentationmembers.html
来自「一个对dicome 医学图片查看分析的开源代码」· HTML 代码 · 共 70 行
HTML
70 行
<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 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">ValueRepresentation Members
</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="openDicom.DataStructure.ValueRepresentation.html">ValueRepresentation overview</a>
</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 Static Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0"><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="openDicom.DataStructure.ValueRepresentation.GetBy_overloads.html">GetBy</a></td><td width="50%">Overloaded. Returns a new value representation instance registered by the defined tag. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="openDicom.DataStructure.ValueRepresentation.IsImplicitBy.html">IsImplicitBy</a></td><td width="50%"> The same as <a href="openDicom.DataStructure.ValueRepresentation.IsImplicit.html">IsImplicit</a>, but in a static manner. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="openDicom.DataStructure.ValueRepresentation.LoadFrom_overload_2.html">LoadFrom</a></td><td width="50%">Overloaded. Creates a new VR instance from a DICOM output stream. </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.DataStructure.ValueRepresentationConstructor.html">ValueRepresentation</a>
</td>
<td width="50%">Overloaded. Initializes a new instance of the ValueRepresentation 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.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">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.ValueRepresentation.Decode.html">Decode</a></td><td width="50%"> Determines the correct type and multiplicity of a DICOM value. </td></tr><tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="openDicom.DataStructure.ValueRepresentation.DecodeToValue.html">DecodeToValue</a></td><td width="50%"> Determines the correct type and multiplicity of a DICOM value and converts it to a DICOM value class. </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%">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?