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

34 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Medline-entry</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>Medline-entry</h3><pre>Defined in file <a href="medline.asn.html">medline.asn</a>
C++ class: <a href="../doxyhtml/classCMedline__entry.html">CMedline_entry</a>
Medline-entry ::= SEQUENCE {
uid INTEGER OPTIONAL , -- MEDLINE UID, sometimes not yet available if from PubMed
em <a href="Date.html">Date</a> , -- Entry Month
cit <a href="Cit-art.html">Cit-art</a> , -- article citation
abstract VisibleString OPTIONAL ,
mesh SET OF <a href="Medline-mesh.html">Medline-mesh</a> OPTIONAL ,
substance SET OF <a href="Medline-rn.html">Medline-rn</a> OPTIONAL ,
xref SET OF <a href="Medline-si.html">Medline-si</a> OPTIONAL ,
idnum SET OF VisibleString OPTIONAL , -- ID Number (grants, contracts)
gene SET OF VisibleString OPTIONAL ,
pmid <a href="PubMedId.html">PubMedId</a> OPTIONAL , -- MEDLINE records may include the <a href="PubMedId.html">PubMedId</a>
pub-type SET OF VisibleString OPTIONAL, -- may show publication types (review, etc)
mlfield SET OF <a href="Medline-field.html">Medline-field</a> OPTIONAL , -- additional Medline field types
status INTEGER {
publisher (1) , -- record as supplied by publisher
premedline (2) , -- premedline record
medline (3) } DEFAULT medline } -- regular medline record</pre>
</body>
</html>