OHDSI Home | Forums | Wiki | Github

Procedures Report is empty in Atlas but populated in Achilles

Greetings,

We encountered the following problem while using Atlas:
1, We ran Achilles analysis which executed without any error.
2, In Atlas the Procedure Report says: “NO DATA” and the table tab is just loading to infinity.
However in AchillesWeb the same Procedure Report appears in perfect accuracy with our database records.
We tried to solve the problem by running Achilles analysis again but it did not solved the issue.
Has anybody seen such a strange thing? Is it possible to know what additional conditions must be fulfilled in the case of Atlas compared to Achilles in order for a Report to appear?

Thank you in advance,
Balázs

1 Like

Hi @bozsobb, does the Achilles Dashboard load in Atlas?
If it does, then you might need to run the ConceptHierarchy script. See the WebAPI wiki for instructions: CDM Configuration · OHDSI/WebAPI Wiki · GitHub
If not, then it might be that the Achilles tables are not in the correct schema. The Achilles tables should be in the same schema as configured in source_daimon. See the same WebAPI wiki for instructions.

1 Like

Hi Maxim, thank you for the detailed answer, the solution was executing only the “Procedure” concept_hierarchy script again from the results schema scripts. We were missing only the procedure “type” (Treemap column) records from results.concept_hierarchy table after researching the issue. We restarted the server once the script was done and in Atlas the Procedure report is now working correctly.
Thank you once again!

2 Likes
t