Searched refs:GetSummaryItem (Results 1 – 5 of 5) sorted by relevance
| /plugin/pubmed/ |
| D | syntax.php | 57 $journal = $this->ncbi->GetSummaryItem ("Source",$xml); 58 $date = $this->ncbi->GetSummaryItem ("PubDate",$xml); 59 $volume = $this->ncbi->GetSummaryItem ("Volume",$xml); 60 $pages = $this->ncbi->GetSummaryItem ("Pages",$xml); 62 $title = $this->ncbi->GetSummaryItem ("Title",$xml);
|
| /plugin/pdb/ |
| D | syntax.php | 156 $PdbAcc = $this->ncbi->GetSummaryItem("PdbAcc" ,$summaryXML); 157 $PdbClass = $this->ncbi->GetSummaryItem("PdbClass",$summaryXML); 158 $PdbDescr = $this->ncbi->GetSummaryItem("PdbDescr",$summaryXML); 159 $LigCode = $this->ncbi->GetSummaryItem("LigCode" ,$summaryXML); 192 $tmpPdbId = $this->ncbi->GetSummaryItem("PdbAcc",$tmpXml); 219 $tmpPdbId = $this->GetSummaryItem("PdbAcc",$tmpXml);
|
| /plugin/pdb/classes/ |
| D | _NCBI.php | 54 function GetSummaryItem($item,&$xml){ function in ncbi
|
| /plugin/pubmed/classes/ |
| D | _NCBI.php | 54 function GetSummaryItem($item,&$xml){ function in ncbi
|
| /plugin/pubchem/classes/ |
| D | _NCBI.php | 54 function GetSummaryItem($item,&$xml){ function in ncbi
|