Closed fnobilia closed 7 years ago
Could we use userId
or subjectId
instead of patientId
? Since it is an ID of user in our system, but patientId
implies that it is a patient, which in many research studies is not the case. In OpenMHealth header, user_id
is used. subjectId
would also be fine in the context of a research study, although it would be less appropriate for self-organized data gathering.
This was discussed during a call with the Front-end meeting a few moths ago. I see your point: userId
is more general and for this reason it was initially defined as userId
.
@herkulano asked for this change.
@fnobilia @blootsvoets I agree with subjectId
. userId
can easily be mistaken or confused with the user of the applications, either in the dashboard or the questionnaire.
//cc @kerzmaximilian
Changed here RADAR-CNS/RADAR-RestApi@254acef
Changed input parameter from
userID
topatientID
(resolve #15 ). Sensors end-points support theTime-Frame
parameter (resolve #17 ). Define the concept of Device Catalog using the configuration filedevice-catalog.yml
(resolve #20 ).