[CORE-258] OMOP: Error returned when trying to view details of an item on the timeline Created: 20/Mar/17 Updated: 29/Jun/17 Resolved: 13/Jun/17 |
|
Status: | Closed |
Project: | i2b2 Core Software |
Component/s: | CRC Cell |
Affects Version/s: | 1.7.09 |
Fix Version/s: | 1.7.09 |
Type: | Bug | Priority: | Major |
Reporter: | Janice Donahoe | Assignee: | Janice Donahoe |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Developer Notes: | For large OMOP ontologies (i.e SNOMED) there may be a delay before seeing the observation fact. The code has to look up the concept by code ... this can take a while with large ontologies |
Testing Notes: | tested and verified details c an be seen in the i2b2 timeline which clicking on the tick mark. |
Participant/s: |
Description |
In i2b2 Web Client when a user double clicks on a tick mark in the timeline, additional details about the observation will display.
However, in OMOP the data schema is setup differently in that there is no "OBSERVATION_FACT" table. The get_observationfact_by_primary_key (getIbservationfact_byPrimaryKey) service is trying to call a table that does not exist. This results in the following exception being returned from the server: "Invalid object name 'i2b2omop.dbo.observation_fact'" |