scottjpearson / pubmedSearch

This module takes last_name and first_name fields and downloads all PubMed entries for that name. It puts the PubMed entries into another REDCap field. It also requires one helper text field. It checks PubMed once a day for new entries. Because of inaccuracies of the process, it is recommended that human eyes manually oversee the download process.
MIT License
2 stars 2 forks source link

bugfix: bad query in getPids() #1

Open iznaut opened 5 years ago

iznaut commented 5 years ago

The module wasn't working for me because the directory_prefix was incorrect. After making this change, it was able to find my project.

devincowan commented 3 years ago

@izneuhaus this was fixed in #3