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

37 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>CDD-Request</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>CDD-Request</h3><pre>Defined in file <a href="cdd_access.asn.html">cdd_access.asn</a>
C++ class: <a href="../doxyhtml/classCCDD__Request.html">CCDD_Request</a>
CDD-Request ::= SEQUENCE {
-- request's serial number, can be used in asynchronous clients
-- server should copy it to corresponding field in reply
serial-number INTEGER OPTIONAL,
request CHOICE {
-- get blob-id for the seq-id
get-blob-id <a href="Seq-id.html">Seq-id</a>,
-- get data for the blob-id
get-blob <a href="ID2-Blob-Id.html">ID2-Blob-Id</a>,
-- get one blob for one seq-id
get-blob-by-seq-id <a href="Seq-id.html">Seq-id</a>,
-- get one blob for multiple seq-ids
get-blob-by-seq-ids SEQUENCE OF <a href="Seq-id.html">Seq-id</a>
}
}</pre>
</body>
</html>