nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/ViewDataLink.html

33 lines
No EOL
896 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ViewDataLink</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>ViewDataLink</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
C++ class: <a href="../doxyhtml/classCViewDataLink.html">CViewDataLink</a>
ViewDataLink ::= SEQUENCE {
--- if both are absent - link goes to project
--- if both present - fingerprinted object inside project item
--- if only project-item-id present - link goes to project item
--- project item id
project-item-id INTEGER OPTIONAL,
--- fingerprint of object to show in view
fingerprint CHOICE {
crc32 INTEGER,
md5 OCTET STRING
} OPTIONAL,
type VisibleString
}</pre>
</body>
</html>