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