Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunami09/database
https://github.com/sunami09/database
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunami09/database
- Owner: sunami09
- Created: 2023-10-14T04:20:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T23:03:14.000Z (about 1 year ago)
- Last Synced: 2023-10-24T00:25:08.784Z (about 1 year ago)
- Language: Python
- Size: 4.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Repository
This repository contains datasets and scripts related to medical database operations. The datasets cover various aspects of a medical system, including patient details, doctor profiles, appointments, medications, and prescriptions.
## Table of Contents
- [Datasets](#datasets)
- [Scripts](#scripts)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Datasets
The repository contains the following datasets:
1. **Appointments Dataset (`appointmentsdatasetupdated.xlsx`)**: Contains details about patient appointments, including appointment ID, patient ID, doctor ID, date, time, status, and type.
2. **Doctors Dataset (`doctorsdataset.xlsx`)**: Provides profiles of doctors, including their ID, first name, last name, specialty, years of experience, email, phone, and patient satisfaction rating.
3. **Medications Dataset (`medications.xlsx`)**: Lists various medications with details like medication ID, name, type, manufacturer, expiry date, and dosage.
4. **Patients Dataset (`patients.xlsx`)**: Contains patient profiles, including patient ID, first name, last name, gender, date of birth, email, phone, and address.
5. **Prescriptions Dataset (`prescriptions.xlsx`)**: Details prescriptions given to patients, including prescription ID, patient ID, doctor ID, medication ID, dosage, duration, and notes.
## Scripts
1. **Main Script (`main.py`)**: A Python script that performs specific operations (to be detailed by the repository owner).
2. **Secondary Script (`main2.py`)**: Another Python script with a different set of operations (to be detailed by the repository owner).
## Usage
To use the scripts, ensure you have Python installed on your system. Navigate to the repository directory and run:
```bash
python3 main.py
```or
```bash
python3 main2.py
```## Contributing
Contributions are welcome! Please read the contribution guidelines before submitting a pull request.
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.
---
**Note:** Some sections, like "Usage" and "Contributing," are generic and may need specific details based on the actual usage and contribution guidelines of the repository.