You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a browser window and type http://localhost:2222/patient-viz/ I see No file list found
my patients.txt file contains a list of 100 json files listed (1 per row), starting with json/1.0.json and the json directory only contains one file called dictionary.json that has {} written inside it.
The text was updated successfully, but these errors were encountered:
there shouldn't be a need to preprocess data for OMOP. do the lines in patients.txt match the patient IDs in your table? is this issue related to #62 ?
I'll have a closer look in a bit
whereas the person_id field in my OMOP person table contains integers. The integer version of the id's in patients.txt do appear in my person table.
I don't think this is a bug: I think patients.txt is set to record 'persons_source_value' -- as per 'show_old_ids' argument in line 60 of server.py omop.list_patients(patients, prefix=json_dir, limit=max_num, show_old_ids=True) -- and these do match those
Hi! I am trying to use this tool to visualize OMOP data in Postgres.
Set up seemed to have gone well, but then I run server.py:
When I open a browser window and type
http://localhost:2222/patient-viz/
I seeNo file list found
my patients.txt file contains a list of 100 json files listed (1 per row), starting with
json/1.0.json
and the json directory only contains one file calleddictionary.json
that has{}
written inside it.The text was updated successfully, but these errors were encountered: