A resource that handle storage and retrieval of different questionnaire. Based on two generic parts, the first part represents the meta data of the questionnaire and the second part all the answers.
Store a questionnaire with its corresponding answers. Uses the Token header to identify the patient the quesetionnaire belongs to. Send
POST: {baseurl}/api/v1/questionnaire/send
Accept: application/json
Content-Type: application/json
Token: 09FDA49F-1D96-4A8E-9F99-FD7A4DED103C
Content-Type: application/json
Retrieve a single questionnaire with its corresponding answers. Uses the Token header to identify the patient the quesetionnaire belongs to. Get
GET: {baseurl}/api/v1/questionnaire/get?qid=TEST_QUESTIONNAIRE01&date=2017-04-26&timingevent=PCV
Accept: application/json
Content-Type: application/json
Token: 09FDA49F-1D96-4A8E-9F99-FD7A4DED103C
Content-Type: application/json