Activity #2815
closedFeature #138: Development and Unit Testing
Version #2485: Version 2.0
Module #2605: Non Communicable Diseases (NCD)
Sub module #2608: NCD Screening
Define input and output JSON schema for lookup data
100%
Description
Define a input and output JSON schema for lookup data for NCD screening form
Updated by Thara S Pillai about 2 years ago
Ref:
{
"lookupdata": {
"screen_diseases":[{"disease_id": "1", "disease_name":"HT"}, {"disease_id": "2", "disease_name":"DM"}, {"disease_id": "3", "disease_name":"Oral Cancer"}],
"smoking_freq": [{"smoking_id": "1", "smoking_desc":"test1"}, {"smoking_id": "2", "smoking_desc":"test2"}]
},
"op_status": {
"op_code": "success_or_error",
"err_code": "ERR_1034",
"err_message": "The message to display in UI",
"err_tech_log": "tech log message to log in server",
"err_source": "The source of error to log. can be database, controller, dao"
}
}
Updated by Thara S Pillai about 2 years ago
- Subject changed from Define a input and output JSON schema for lookup data to Define input and output JSON schema for lookup data
Updated by Sneha K V about 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Thara S Pillai about 2 years ago
- Status changed from Resolved to Closed