Returns the catalog of Achilles analyses available on the connected servers, optionally filtered by clinical domain. Since the catalog is identical across servers (it is defined by the Achilles specification), the pooled result is taken from the first responding server.
Arguments
- domain
Character; optional domain filter. Valid values include
"person","condition","drug","measurement","procedure","observation","visit", and"device".NULL(the default) returns all domains.- symbol
Character; the session symbol used when the OMOP connection was initialised (default:
"omop").- conns
DSI connection object(s). If
NULL(the default), the connections stored in the active session are used.