


brede_url_pmid - Construct URL for Pubmed request
function url = brede_url_pmid(pmid, ...
'PropertyName', 'PropertyValue')
Input: pmid PubMed identifier(s) (PMID)
Property:
Type [ {HtmlAbstract} | HtmlMedline ]
Output: url URL corresponding to a Pubmed request
This function returns a URL corresponding to a Pubmed (PMID)
identifier appropriate for a webrequest.
Example:
url = brede_url_pmid(10075900);
Ref: http://www.ncbi.nlm.nih.gov/PubMed/
See also BREDE, BREDE_WEB_PUBMED, BREDE_WEB_PMID.
$Id: brede_url_pmid.m,v 1.3 2002/01/15 14:33:56 fnielsen Exp $