30 lines
No EOL
1.5 KiB
HTML
30 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PC-MMDBSource</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>PC-MMDBSource</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPC__MMDBSource.html">CPC_MMDBSource</a>
|
|
|
|
|
|
PC-MMDBSource ::= SEQUENCE {
|
|
mmdb-id INTEGER, -- MMDB Record ID
|
|
-- Note: Must be greater than "0" or, if invalid, "0"
|
|
molecule-id INTEGER, -- MMDB Molecule ID
|
|
-- Note: Must be greater than "0" or, if invalid, "0"
|
|
molecule-name SEQUENCE OF VisibleString, -- MMDB Molecule Name
|
|
residue-id INTEGER OPTIONAL, -- <a href="Residue.html">Residue</a> ID
|
|
-- Note: Must be greater than "0" or, if invalid, "0"
|
|
residue-name VisibleString OPTIONAL, -- <a href="Residue.html">Residue</a> Name
|
|
atom-id INTEGER OPTIONAL, -- <a href="Atom.html">Atom</a> ID
|
|
-- Note: Must be greater than "0" or, if invalid, "0"
|
|
atom-name VisibleString OPTIONAL -- <a href="Atom.html">Atom</a> Name
|
|
}</pre>
|
|
</body>
|
|
</html> |