Update Rest endpoint to ingest questionnaires authored by Klas, Claus-Peter's avatar Klas, Claus-Peter
...@@ -4,4 +4,14 @@ The main idea is to create a set of rest endpoints so that someone can programat ...@@ -4,4 +4,14 @@ The main idea is to create a set of rest endpoints so that someone can programat
- a question - a question
- an answer - an answer
- ... - ...
to fill a questionnaire correctly by calling the rest enpoints. to fill a questionnaire correctly by calling the rest enpoints.
\ No newline at end of file
# necessary methods
* addStudy()
* addInstrumentToStudy(studyId, instrumentId)
* addQuestionToInstrument()
* addAnswer()
* addCode()
* addItem()
* ....