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

31 lines
No EOL
1.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PC-Atoms</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-Atoms</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
C++ class: <a href="../doxyhtml/classCPC__Atoms.html">CPC_Atoms</a>
PC-Atoms ::= SEQUENCE {
-- [Note: Parallel Arrays must be kept Synchronized]
aid SEQUENCE OF INTEGER, -- <a href="Atom.html">Atom</a> Identifiers (vector)
-- Note: <a href="Atom.html">Atom</a> ID's must be greater than "0"
element SEQUENCE OF <a href="PC-Element.html">PC-Element</a>, -- Atomic Numbers (vector)
-- Independent Arrays of ID-Value Pairs (Technically allows multiple values per <a href="Atom.html">Atom</a>)
label SEQUENCE OF <a href="PC-AtomString.html">PC-AtomString</a> OPTIONAL, -- <a href="Atom.html">Atom</a> labels
isotope SEQUENCE OF <a href="PC-AtomInt.html">PC-AtomInt</a> OPTIONAL, -- Isotopic Information
charge SEQUENCE OF <a href="PC-AtomInt.html">PC-AtomInt</a> OPTIONAL, -- Formal Charges
radical SEQUENCE OF <a href="PC-AtomRadical.html">PC-AtomRadical</a> OPTIONAL, -- Radical Information
source SEQUENCE OF <a href="PC-AtomSource.html">PC-AtomSource</a> OPTIONAL, -- E.g. identity of MMDB "R" groups
comment SEQUENCE OF <a href="PC-AtomString.html">PC-AtomString</a> OPTIONAL -- <a href="Atom.html">Atom</a> Comments
}</pre>
</body>
</html>