Skip to content

Help:question and confusion after finishing the installation of MIMIC-IV-2.2 #1624

Discussion options

You must be logged in to vote

@washingtonwuyi I would strongly suggest working with the instance of the database on Google BigQuery, unless you need to be hosting it locally. Instructions for working in the cloud are at: https://mimic.mit.edu/docs/gettingstarted/cloud/

If you need to continue with a locally hosted version of the database, I would begin by following a psql tutorial. From a quick Google, https://tomcam.github.io/postgres/ looks like it covers the commands you need.

Basically it looks like the database engine can't find the icustays table specified in your command. Usually you see this kind of error if either:

  1. the current user doesn't have permission to see/query the table or
  2. the table is not available …

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@alistairewj
Comment options

@washingtonwuyi
Comment options

@washingtonwuyi
Comment options

@tompollard
Comment options

Answer selected by washingtonwuyi
@washingtonwuyi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants