v0.1.0 #2
abdrysdale
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 Initial Release
We're excited to announce the first release of maude-cli, a command-line interface for searching the MAUDE (Manufacturer and User Facility Device Experience) database through the openFDA API. This tool brings medical device adverse event reporting data directly to your terminal.
✨ Key Features
Powerful search capabilities with flexible query logic:
mdr_text.text)Multiple output formats:
Pagination control:
Field filtering:
📦 Installation
🚦 Basic Usage
Search for reports containing either "MRI" or "MAGNET" AND either "STAPES" or "TYMP":
Search with specific fields and output format:
maude-cli "pacemaker" -f device.device_name -o json -F device.brand_name,patient.ageSearch with exclusion criteria (find MRI reports but exclude artifacts):
📝 Advanced Examples
Multi-group exclusion (find pacemaker reports but exclude both battery AND lead issues):
Field-specific search with CSV output:
Complex scenario (search for infusion pump issues while excluding multiple categories):
🤝 Contributing
We welcome contributions! If you'd like to help improve maude-cli, please check out our GitHub repository and open an issue or pull request.
This first release lays the foundation for accessing medical device safety data from the command line. We hope it helps researchers, healthcare professionals, and regulators work more efficiently with MAUDE data!
View on GitHub | Documentation
Full Changelog: https://github.com/sbu-physics-mri/maude-cli/commits/v0.1.0
This discussion was created from the release v0.1.0.
All reactions