31 lines
No EOL
1.3 KiB
HTML
31 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PubStatus</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>PubStatus</h3><pre>Defined in file <a href="biblio.asn.html">biblio.asn</a>
|
|
No C++ class for INTEGER with named values
|
|
|
|
|
|
PubStatus ::= INTEGER { -- points of publication
|
|
received (1) , -- date manuscript received for review
|
|
accepted (2) , -- accepted for publication
|
|
epublish (3) , -- published electronically by publisher
|
|
ppublish (4) , -- published in print by publisher
|
|
revised (5) , -- article revised by publisher/author
|
|
pmc (6) , -- article first appeared in PubMed Central
|
|
pmcr (7) , -- article revision in PubMed Central
|
|
pubmed (8) , -- article citation first appeared in PubMed
|
|
pubmedr (9) , -- article citation revision in PubMed
|
|
aheadofprint (10), -- epublish, but will be followed by print
|
|
premedline (11), -- date into PreMedline status
|
|
medline (12), -- date made a MEDLINE record
|
|
other (255) }</pre>
|
|
</body>
|
|
</html> |