NCBI C Toolkit Cross Reference

C/asn/medlars.asn


  1 --$Revision: 6.0 $
  2 --**********************************************************************
  3 --
  4 --  MEDLARS data definitions
  5 --  Grigoriy Starchenko, 1997
  6 --
  7 --**********************************************************************
  8 
  9 NCBI-Medlars DEFINITIONS ::=
 10 BEGIN
 11 
 12 EXPORTS Medlars-entry, Medlars-record;
 13 
 14 IMPORTS PubMedId FROM NCBI-Biblio;
 15 
 16 Medlars-entry ::= SEQUENCE {     -- a MEDLARS entry
 17     pmid PubMedId,               -- All entries in PubMed must have it
 18     muid INTEGER OPTIONAL,       -- Medline(OCCS) id
 19     recs SET OF Medlars-record   -- List of Medlars records
 20 }
 21 
 22 Medlars-record ::= SEQUENCE {
 23     code INTEGER,                -- Unit record field type integer form
 24     abbr VisibleString OPTIONAL, -- Unit record field type abbreviation form
 25     data VisibleString           -- Unit record data
 26 }
 27 
 28 END

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.