OHDSI / AchillesWeb

Interactive web site for reviewing the results of the Achilles R package.
18 stars 38 forks source link

Achilles Heel Improvements (including possible Drill Down feature) #55

Open PRijnbeek opened 8 years ago

PRijnbeek commented 8 years ago

I find the messages sometimes hard to interpret or to translate to actions.

For example, I have the ERROR: 400-Number of persons with at least one condition occurrence; by condition_concept_id; 88 concepts in data are not in correct vocabulary.

  1. I think the fact that this is error 400 is not very useful to me unless I can look this up in a manual to get information on how to solve this (or is this already somewhere?). A hint when you hoover would be best!
  2. I guess the second part refers to one of the queries used for the Achilles output, but why add "by condition_concept_id?
  3. lt would be helpful to know which concepts in the data are not in the correct vocabulary or suggest query to find out?

I like the fact you can export the messages in all those formats but it would be better to export the patients/conditions etc that are creating the errors so you can look into this easier.

vojtechhuser commented 8 years ago
  1. I would like to add to this problem ability to display the count 88 in a separate column. BigInt number is available in row_cnt column. (since achilles v1.2).

And possibly also output decimal numbers. (for some rules that may need that).

Ideally the threshold value would also live in some formal table and linked threshold would be displayed as well.

  1. ability to link to rule detailed description to help the user interpret the rule
  2. Drill down feature (which concepts exactly are outside vocabulary)