I am quite new to the e-utilities from ncbi. What I am trying to do is to get mesh terms of a publication whose title is used as the main input. For example, the searched title is:
Use of "foot-bank" tissue to cover amputation stumps. Apropos of 4 cases
and when I manually search for it, I see that it exists here: https://pubmed.ncbi.nlm.nih.gov/9515138/
However when I do the same search via esearch as below, it returns no results.
My aim is to
1) first reach pmc id presented under IdList --> esearch
2) and convert it to pmid --> e.g., https://www.ncbi.nlm.nih.gov/pmc/utils/idconv/v1.0/?tool=my_tool&email=my_email@example.com&ids=PMC5644846
3) and use it in the efetch to obtain mesh terms, if any --> https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&id=9515138&retmode=xml
So what am I doing wrong? In some titles the above-mentioned steps are quite smooth and I can reach the mesh terms. But for some of them, esearch returns nothing.
What are the other possibilities to be able to link a publication with its mesh terms?
Thanks in advance!
Change the database from pmc (pubmed central) to PubMed in your query. This article is not in PMC.
Many thanks Michael! Ahhh yes stupid of me! Indeed now I can see the pmid under IdList and of course I don't need to apply id conversion.