Lines Matching refs:pmid
30 list($cmd,$pmid) = explode(':',$match);
33 $pmid = '';
35 return array($state,array($cmd,$pmid));
44 list($cmd, $pmid) = $query;
47 if (!is_numeric($pmid)){
51 $xml = $this->getSummaryXML($pmid);
53 $renderer->doc.=sprintf($this->getLang('pubmed_not_found'),$pmid);
56 $href_url = sprintf($this->ncbi->pubmedURL,$pmid);
82 if (!is_numeric($pmid)){
86 $xml = $this->getSummaryXML($pmid);
88 $renderer->doc.=sprintf($this->getLang('pubmed_not_found'),$pmid);
118 function getSummaryXml($pmid){
123 $cachedXml = $this->xmlCache->GetMediaText($pmid);
127 $summary = $this->ncbi->SummaryXml('pubmed',$pmid);
128 $cachePath = $this->xmlCache->GetMediaPath($pmid);