|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/asnstat/asnmdrs.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 = "asnmdrs.h60";
13 static AsnType atx[14] = {
14 {401, "Medlars-entry" ,1,0,0,0,0,1,0,0,NULL,&atx[12],&atx[1],0,&atx[7]} ,
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,NULL} ,
17 {0, "muid" ,128,1,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
18 {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
19 {0, "recs" ,128,2,0,0,0,0,0,0,NULL,&atx[13],&atx[6],0,NULL} ,
20 {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[7],NULL,0,NULL} ,
21 {402, "Medlars-record" ,1,0,0,0,0,1,0,0,NULL,&atx[12],&atx[8],0,&atx[2]} ,
22 {0, "code" ,128,0,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[9]} ,
23 {0, "abbr" ,128,1,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[11]} ,
24 {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
25 {0, "data" ,128,2,0,0,0,0,0,0,NULL,&atx[10],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
29 static AsnModule ampx[1] = {
30 { "NCBI-Medlars" , "asnmdrs.h60",&atx[0],NULL,NULL,0,0} };
31
32 static AsnValxNodePtr avn = NULL;
33 static AsnTypePtr at = atx;
34 static AsnModulePtr amp = ampx;
35
36
37
38 /**************************************************
39 *
40 * Defines for Module NCBI-Medlars
41 *
42 **************************************************/
43
44 #define MEDLARS_ENTRY &at[0]
45 #define MEDLARS_ENTRY_pmid &at[1]
46 #define MEDLARS_ENTRY_muid &at[3]
47 #define MEDLARS_ENTRY_recs &at[5]
48 #define MEDLARS_ENTRY_recs_E &at[6]
49
50 #define MEDLARS_RECORD &at[7]
51 #define MEDLARS_RECORD_code &at[8]
52 #define MEDLARS_RECORD_abbr &at[9]
53 #define MEDLARS_RECORD_data &at[11]
54 |
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |