~ubuntu-branches/ubuntu/dapper/ncbi-tools6/dapper

« back to all changes in this revision

Viewing changes to network/medarch/client/medarch.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2004-06-26 00:18:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040626001809-ma39ub7j6dbh8r3t
Tags: 6.1.20040616-1
* New upstream release.
* debian/blast2.docs: adjusted for new arrangement (a separate
  source-tree directory full of HTML files).
* debian/{control,lib*-dbg.install,rules}: switch to new-style -dbg
  packages containing just the stripped-out symbols.
* debian/{installman,ncbi-tools-bin.install,rules}: upstream has dropped
  f(asta)merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   03/31/93
31
31
*
32
 
* $Revision: 6.0 $
 
32
* $Revision: 6.1 $
33
33
*
34
34
* File Description: 
35
35
*       API for Medline Archive service
53
53
*
54
54
* RCS Modification History:
55
55
* $Log: medarch.c,v $
 
56
* Revision 6.1  2004/04/01 13:43:07  lavr
 
57
* Spell "occurred", "occurrence", and "occurring"
 
58
*
56
59
* Revision 6.0  1997/08/25 18:35:40  madden
57
60
* Revision changed to 6.0
58
61
*
1110
1113
   This function call MedArch server and sends accession/xref code, it recives
1111
1114
   list of Medline IDs. plAccNum is an optional argument in accordance with
1112
1115
   Medline-si definition. Set it to NULL if accession code is unknown.
1113
 
   It returns NULL if there are no entries found or if some error occured.
 
1116
   It returns NULL if there are no entries found or if some error occurred.
1114
1117
-*/
1115
1118
/******************************************************************************/
1116
1119
static
1154
1157
   list of PubMed IDs. 
1155
1158
   plAccNum is an optional argument in accordance with
1156
1159
   Medline-si definition. Set it to NULL if accession code is unknown.
1157
 
   It returns NULL if there are no entries found or if some error occured.
 
1160
   It returns NULL if there are no entries found or if some error occurred.
1158
1161
 -*/
1159
1162
/******************************************************************************/
1160
1163
static
1979
1982
   Server will return list of articles(MuId's) that are present in this issue. 
1980
1983
   plAccNum is an optional argument in accordance with
1981
1984
   Medline-si definition. Set it to NULL if accession code is unknown.
1982
 
   It returns NULL if there are no entries found or if some error occured.-*/
 
1985
   It returns NULL if there are no entries found or if some error occurred.-*/
1983
1986
/******************************************************************************/
1984
1987
ValNodePtr
1985
1988
/*FCN*/MedArchGetAccUids (
2019
2022
   Server will return list of PmIds that are present in this issue. 
2020
2023
   plAccNum is an optional argument in accordance with
2021
2024
   Medline-si definition. Set it to NULL if accession code is unknown.
2022
 
   It returns NULL if there are no entries found or if some error occured.-*/
 
2025
   It returns NULL if there are no entries found or if some error occurred.-*/
2023
2026
/******************************************************************************/
2024
2027
ValNodePtr
2025
2028
/*FCN*/MedArchGetAccPmids (