From 06a5145612decdf913bdc48d67051a4fd43c0e8d Mon Sep 17 00:00:00 2001 From: Will King Date: Tue, 19 Sep 2023 23:14:04 -0700 Subject: [PATCH] moved directories, added copyright to License and adjusted README --- .../{ => Icd10ConditionsMatching}/__init__.py | 0 .../db_interface.py | 0 .../{ => Icd10ConditionsMatching}/login.py | 0 .../{ => Icd10ConditionsMatching}/model.py | 0 .../templates/base.html | 0 .../templates/validation_index.html | 0 .../templates/validation_of_trial.html | 0 .../validation.py | 0 setup.py => Icd10ConditionsMatching/setup.py | 0 start.sh => Icd10ConditionsMatching/start.sh | 0 LICENSE | 2 +- README.md | 18 ++++++++++++++++-- 12 files changed, 17 insertions(+), 3 deletions(-) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/__init__.py (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/db_interface.py (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/login.py (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/model.py (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/templates/base.html (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/templates/validation_index.html (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/templates/validation_of_trial.html (100%) rename Icd10ConditionsMatching/{ => Icd10ConditionsMatching}/validation.py (100%) rename setup.py => Icd10ConditionsMatching/setup.py (100%) rename start.sh => Icd10ConditionsMatching/start.sh (100%) diff --git a/Icd10ConditionsMatching/__init__.py b/Icd10ConditionsMatching/Icd10ConditionsMatching/__init__.py similarity index 100% rename from Icd10ConditionsMatching/__init__.py rename to Icd10ConditionsMatching/Icd10ConditionsMatching/__init__.py diff --git a/Icd10ConditionsMatching/db_interface.py b/Icd10ConditionsMatching/Icd10ConditionsMatching/db_interface.py similarity index 100% rename from Icd10ConditionsMatching/db_interface.py rename to Icd10ConditionsMatching/Icd10ConditionsMatching/db_interface.py diff --git a/Icd10ConditionsMatching/login.py b/Icd10ConditionsMatching/Icd10ConditionsMatching/login.py similarity index 100% rename from Icd10ConditionsMatching/login.py rename to Icd10ConditionsMatching/Icd10ConditionsMatching/login.py diff --git a/Icd10ConditionsMatching/model.py b/Icd10ConditionsMatching/Icd10ConditionsMatching/model.py similarity index 100% rename from Icd10ConditionsMatching/model.py rename to Icd10ConditionsMatching/Icd10ConditionsMatching/model.py diff --git a/Icd10ConditionsMatching/templates/base.html b/Icd10ConditionsMatching/Icd10ConditionsMatching/templates/base.html similarity index 100% rename from Icd10ConditionsMatching/templates/base.html rename to Icd10ConditionsMatching/Icd10ConditionsMatching/templates/base.html diff --git a/Icd10ConditionsMatching/templates/validation_index.html b/Icd10ConditionsMatching/Icd10ConditionsMatching/templates/validation_index.html similarity index 100% rename from Icd10ConditionsMatching/templates/validation_index.html rename to Icd10ConditionsMatching/Icd10ConditionsMatching/templates/validation_index.html diff --git a/Icd10ConditionsMatching/templates/validation_of_trial.html b/Icd10ConditionsMatching/Icd10ConditionsMatching/templates/validation_of_trial.html similarity index 100% rename from Icd10ConditionsMatching/templates/validation_of_trial.html rename to Icd10ConditionsMatching/Icd10ConditionsMatching/templates/validation_of_trial.html diff --git a/Icd10ConditionsMatching/validation.py b/Icd10ConditionsMatching/Icd10ConditionsMatching/validation.py similarity index 100% rename from Icd10ConditionsMatching/validation.py rename to Icd10ConditionsMatching/Icd10ConditionsMatching/validation.py diff --git a/setup.py b/Icd10ConditionsMatching/setup.py similarity index 100% rename from setup.py rename to Icd10ConditionsMatching/setup.py diff --git a/start.sh b/Icd10ConditionsMatching/start.sh similarity index 100% rename from start.sh rename to Icd10ConditionsMatching/start.sh diff --git a/LICENSE b/LICENSE index 2071b23..da027b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2023 Will King (licensing@youainti.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 581aecf..8c3a9b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# ClinicalTrials_DataLinkers +# Clinical Trials Data Linkers -Various tools used to manually link (or validate automatically generated links) between trials and other data sources \ No newline at end of file +Various tools used to manually link (or validate automatically generated links) between trials and other data sources + +Note that this is not designed to be run in an insecure environment nor as a production tool. + + +## Formularies Matcher + +The formularies matcher takes the list of clinical trials and suggests which +categories they might fall into in each formulary. +It presents the viewer the ability to mark which category should be used for this particular +trial, and provides an option to select a category not suggested. + + + +## Idc10