OHDSI / OHDSI/WebAPI

Annotation Widget Proposal - WebAPI

Open
#622 1 comment 0 reactions 1 assignee View on GitHub

@anthonysena is already working on this.

Since Jul 14, 2019.

feature
Dominant language
Java
Stars
151
Forks
183
Avg merge
14m
Merged PRs (30d)
2

Description

Overview

In order to improve ATLAS/WebAPI's ability to validate a cohort, I've implemented an annotation widget. This annotation widget allows a user in ATLAS to perform manual chart review, i.e. answer a set of questions (or multiple sets) regarding a subject in a cohort. The results of the chart review are persisted for later processing. Here is a picture of the widget (sidebar on right side):

annotation_ui

The widget needs several tables added to the webapi schema as well as new CRUD endpoints in order to operate. The proposed schema is depicted in the following diagram:

annotation_schema

Note: @pavgra, @chrisknoll, @anthonysena we are no longer proposing adding a separate annotation_author table, instead the annotation.user_id attribute will be FK to shiro or null (i.e. anonymous) for non-shiro installations.

If you'd like to view the accompanying front-end/knockout.js design proposal, go here.

Also, can the appropriate person grant me permission to push a branch to the this repo so the widget's endpoints and supporting schema can be further reviewed?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.