RENCI / pds

PDS application (tx-router plugin)
MIT License
1 stars 0 forks source link

Retrieve all the info for why the clinical variable is needed from the dosing plugin #74

Closed krobasky closed 4 years ago

krobasky commented 5 years ago

Use the backend to get all the info about how a variable is used by the dosing plugin.

For example (your implementation may vary):

Currently, the 'i' column has a mix of of "how" the variable is calculated by the data provider, and also why the variable is needed by the dosing plugin.

e.g., image This field should not include 'patient age is calculated from their birth date' because the dosing plugin has no information about how the age is computed. In fact, it might be a simulated age that the user types in, thus the statement would be wrong.

krobasky commented 5 years ago

related to #73