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
{{ message }}
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
Our ideal data model doesn't have a Outcome entity or field but the Cochrane database has. This entity/field stands for describing trial result metrics. For example: Negative Symptom Rating Scale (NSRS)
Proposed solutions
we can have an entity Outcome with m2m relation with Trial (as in the Cochrane database)
we can have a field Trial.outcome implemented as array of strings
Background
Related to #21 issue.
Topic
Our ideal data model doesn't have a
Outcome
entity or field but the Cochrane database has. This entity/field stands for describing trial result metrics. For example:Negative Symptom Rating Scale (NSRS)
Proposed solutions
Outcome
with m2m relation withTrial
(as in the Cochrane database)Trial.outcome
implemented as array of stringsSee also - https://github.com/okfn/opentrials-cochrane-schizophrenia-data/wiki
The text was updated successfully, but these errors were encountered: