{"id":18466202,"url":"https://github.com/rainoffallingstar/hemat_drug_assistant","last_synced_at":"2025-05-05T08:56:04.114Z","repository":{"id":181343724,"uuid":"666609619","full_name":"rainoffallingstar/hemat_drug_assistant","owner":"rainoffallingstar","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-11T04:08:28.000Z","size":1866,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T17:49:07.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rainoffallingstar.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-15T01:49:12.000Z","updated_at":"2023-07-15T01:49:40.000Z","dependencies_parsed_at":"2024-12-25T08:21:34.055Z","dependency_job_id":"4ba31351-b7da-48b2-8d6f-cafde37cf388","html_url":"https://github.com/rainoffallingstar/hemat_drug_assistant","commit_stats":null,"previous_names":["rainoffallingstar/hemat_drug_assistant"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fhemat_drug_assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fhemat_drug_assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fhemat_drug_assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fhemat_drug_assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainoffallingstar","download_url":"https://codeload.github.com/rainoffallingstar/hemat_drug_assistant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251887562,"owners_count":21660005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T09:15:38.123Z","updated_at":"2025-05-01T14:22:36.592Z","avatar_url":"https://github.com/rainoffallingstar.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hemat_drug_assistant\n\n[![DOI](https://zenodo.org/badge/666609619.svg)](https://zenodo.org/badge/latestdoi/666609619)\n\n\u003cimg src=\"https://github.com/rainoffallingstar/hemat_drug_assistant/blob/master/image/logo.jpg\" height=\"200\" align=\"right\"/\u003e\n\n## Introduction (Generated by KIMI)\n\nThe Hematology Drug Assistant is a comprehensive application designed for hematology professionals, aiming to provide accurate drug dosage calculations and treatment plan recommendations.\n\nApplication Highlights:\n\n- Personalized drug dosage calculation: Based on the patient's basic information (such as age, gender, weight, height, etc.), the application automatically calculates the appropriate drug dosage for the patient, ensuring the safety and effectiveness of the treatment plan.\n\n- Treatment plan recommendations: According to the patient's disease type (such as leukemia, lymphoma, etc.), targeted treatment plans are provided.\n\n- Drug side effects and interactions: A detailed list of side effects and possible drug interactions of various drugs, helping to fully consider the patient's safety and comfort when formulating treatment plans.\n\n- Prognostic scoring systems and commonly used clinical tools: Including various prognostic scoring systems for blood diseases, such as IPI, MDAPSS, etc., to help you better assess the treatment risks and outcomes for patients.\n\n- Easy switching between plans and language selection: The application supports easy switching between different treatment plans and provides both Chinese and English interfaces to meet the needs of different users.\n\n- Real-time updates and continuous improvement: We will continue to focus on the latest research and progress in hematology drug studies and treatment plans, updating the application in a timely manner to provide you with the most cutting-edge treatment recommendations.\n\nPlease note that this application is under active development, and we recommend that you carefully check the content of the plans before incorporating it into your routine clinical operations and decision-making processes.\n\n## Software Architecture\n\n1. Treatment plans are saved as individual Excel files named according to the plan name in subfolders named after the disease, located in the \"data\" folder.\n\n2. The variable names in the pickerInput are automatically scanned and cleaned by the program, decoupling the program code from the data folder.\n\n3. The template for the Excel file can be found in the temple.xlsx file, with the following content:\n\n    |     |       |     |                               |     |        |     |        |     |        |     |      |     |\n    |-----|----------------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|\n    |     | Drug Name  |     | Type                          |     | Recommended Value |     | Minimum Value |     | Maximum Value |     | Unit |     |\n    |     |       |     |                               |     |        |     |        |     |        |     |      |     |\n    |     | drug1 |     | chemo                         |     | 750    |     | 0      |     | 0      |     | mg   |     |\n    |     |       |     |                               |     |        |     |        |     |        |     |      |     |\n    |     | drug2 |     | monoclonal (monoclonal, fixed dosage) |     | 50     |     | 0      |     | 0      |     | mg   |     |\n    |     |       |     |                               |     |        |     |        |     |        |     |      |     |\n    |     | drug3 |     | chemo                         |     | 1.4    |     | 0      |     | 0      |     | mg   |     |\n    |     |       |     |                               |     |        |     |        |     |        |     |      |     |\n    |     | drug4 |     | chemo                         |     | 60     |     | 0      |     | 0      |     | mg   |     |\n    |     |       |     |                               |     |        |     |        |     |        |     |      |     |\n    |     | drug5 |     | mono (monoclonal, calculated dosage) |     | 375    |     | 0      |     | 0      |     | mg   |     |\n\n## Usage Instructions\n\n1. Deploy and use locally in RStudio.\n2. We have a deployed instance at [rsconnect.](https://rainoffallingstar.shinyapps.io/hemat_drug_assistant/)\n\n## How to Contribute\n\n1. Fork this repository.\n2. Create a new Feat_xxx branch.\n3. Submit your code.\n4. Create a Pull Request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainoffallingstar%2Fhemat_drug_assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainoffallingstar%2Fhemat_drug_assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainoffallingstar%2Fhemat_drug_assistant/lists"}