pub.asn

来自「ncbi源码」· ASN 代码 · 共 58 行

ASN
58
字号
---- ===========================================================================-- PRODUCTION $Log: pub.asn,v $-- PRODUCTION Revision 1000.0  2003/10/29 21:26:21  gouriano-- PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R6.0-- PRODUCTION-- ===========================================================================----$Revision: 1000.0 $--********************************************************************----  Publication common set--  James Ostell, 1990----  This is the base class definitions for Publications of all sorts----  support for PubMedId added in 1996--********************************************************************NCBI-Pub DEFINITIONS ::=BEGINEXPORTS Pub, Pub-set, Pub-equiv;IMPORTS Medline-entry FROM NCBI-Medline        Cit-art, Cit-jour, Cit-book, Cit-proc, Cit-pat, Id-pat, Cit-gen,        Cit-let, Cit-sub, PubMedId FROM NCBI-Biblio;Pub ::= CHOICE {    gen Cit-gen ,        -- general or generic unparsed    sub Cit-sub ,        -- submission    medline Medline-entry ,    muid INTEGER ,       -- medline uid    article Cit-art ,    journal Cit-jour ,    book Cit-book ,    proc Cit-proc ,      -- proceedings of a meeting    patent Cit-pat ,    pat-id Id-pat ,      -- identify a patent    man Cit-let ,        -- manuscript, thesis, or letter    equiv Pub-equiv,     -- to cite a variety of ways	pmid PubMedId }      -- PubMedIdPub-equiv ::= SET OF Pub   -- equivalent identifiers for same citationPub-set ::= CHOICE {    pub SET OF Pub ,    medline SET OF Medline-entry ,    article SET OF Cit-art ,    journal SET OF Cit-jour ,    book SET OF Cit-book ,    proc SET OF Cit-proc ,      -- proceedings of a meeting    patent SET OF Cit-pat }END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?