|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/asnstat/asnpubme.h |
source navigation diff markup identifier search freetext search file search |
1 /***********************************************************************
2 *
3 **
4 * Automatic header module from ASNTOOL
5 *
6 ************************************************************************/
7
8 #ifndef _ASNTOOL_
9 #include <asn.h>
10 #endif
11
12 static char * asnfilename = "asnpubme.h60";
13 static AsnType atx[15] = {
14 {401, "Pubmed-entry" ,1,0,0,0,0,1,0,0,NULL,&atx[12],&atx[1],0,&atx[9]} ,
15 {0, "pmid" ,128,0,0,0,0,0,0,0,NULL,&atx[2],NULL,0,&atx[3]} ,
16 {403, "PubMedId" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[4]} ,
17 {0, "medent" ,128,1,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
18 {404, "Medline-entry" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,NULL} ,
19 {0, "publisher" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
20 {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
21 {0, "urls" ,128,3,0,1,0,0,0,0,NULL,&atx[13],&atx[8],0,&atx[14]} ,
22 {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[9],NULL,0,NULL} ,
23 {402, "Pubmed-url" ,1,0,0,0,0,1,0,0,NULL,&atx[12],&atx[10],0,&atx[2]} ,
24 {0, "location" ,128,0,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[11]} ,
25 {0, "url" ,128,1,0,0,0,0,0,0,NULL,&atx[6],NULL,0,NULL} ,
26 {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
27 {314, "SET OF" ,0,17,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
28 {0, "pubid" ,128,4,0,1,0,0,0,0,NULL,&atx[6],NULL,0,NULL} };
29
30 static AsnModule ampx[1] = {
31 { "NCBI-PubMed" , "asnpubme.h60",&atx[0],NULL,NULL,0,0} };
32
33 static AsnValxNodePtr avn = NULL;
34 static AsnTypePtr at = atx;
35 static AsnModulePtr amp = ampx;
36
37
38
39 /**************************************************
40 *
41 * Defines for Module NCBI-PubMed
42 *
43 **************************************************/
44
45 #define PUBMED_ENTRY &at[0]
46 #define PUBMED_ENTRY_pmid &at[1]
47 #define PUBMED_ENTRY_medent &at[3]
48 #define PUBMED_ENTRY_publisher &at[5]
49 #define PUBMED_ENTRY_urls &at[7]
50 #define PUBMED_ENTRY_urls_E &at[8]
51 #define PUBMED_ENTRY_pubid &at[14]
52
53 #define PUBMED_URL &at[9]
54 #define PUBMED_URL_location &at[10]
55 #define PUBMED_URL_url &at[11]
56 |
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |