Metadata-Version: 2.1
Name: searchmaude
Version: 2.0.0
Summary: This Query Tool is a Python-based GUI application specifically designed for querying and analyzing medical device adverse event report data from the US FDA MAUDE (Manufacturer and User Facility Device Experience) database.
Author: sysucai
Author-email: 411703730@qq.com
Platform: Windows
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas >=1.3.4
Requires-Dist: numpy >=1.21.3
Requires-Dist: xlrd >=1.2.0
Requires-Dist: xlwt >=1.3.0
Requires-Dist: openpyxl >=3.0.9
Requires-Dist: xlsxwriter >=3.0.1
Requires-Dist: requests >=2.28.1

# searchmaude

SearchMaude is a Python-based GUI application specifically designed for querying and analyzing medical device adverse event report data from the US FDA MAUDE (Manufacturer and User Facility Device Experience) database.
## Features

Exact Query: Search by exact match of device generic names
Related Query: Search for relevant keywords in report text for broader searches
Time Range Filtering: Support for custom query time ranges
Result Quantity Control: Configurable number of returned results (up to 1000)
Individual Case Query: View detailed individual adverse event reports

## Summary Statistical Analysis:

Event type statistics
Product problem statistics
Injury outcome statistics
Product list statistics
Manufacturer statistics

Individual Case Export: Export individual case data to Excel format
Summary Data Export: Export statistical summary data to Excel
Multiple Formats: Complete data and simplified data worksheets

## Installation

You can install EasyPV via PyPI:

pip install searchmaude
