KonectarApp/assets/medicalinsightform.json

186 lines
5.4 KiB
JSON

{
"data": [
{
"id": "MedInsight",
"name": "Medical Insights Form",
"form-fields": [
{
"sectionName": "Medical Insight",
"multiple": false,
"sectionList": [
{
"name": "HCP Name",
"id": "hcpname",
"depid": "",
"widget": "label",
"input": "label",
"validation": {
"isRequired": false
}
},
{
"name": "Date",
"id": "date",
"depid": "",
"widget": "text",
"input": "Date",
"validation": {
"isRequired": true
}
},
{
"name": "Therapeutic Area",
"param": "therapeutic_area",
"id": "therapeutic",
"selectedValue": [],
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Acute Neurology1",
"name": "Acute Neurology1"
},
{
"id": "Cystic Fibrosis",
"name": "Cystic Fibrosis"
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Product",
"id": "product",
"depid": "therapeutic",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Prometra Pump",
"pid": "Acute Neurology1",
"name": "Prometra Pump"
},
{
"id": "Prometra Pump",
"pid": "Cystic Fibrosis",
"name": "Prometra Pump"
},
{
"id": "Prometra Catheter",
"pid": "Cystic Fibrosis",
"name": "Prometra Catheter"
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Source Type",
"id": "sourcetype",
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Advisory Board/Expert Committee",
"name": "Advisory Board/Expert Committee"
},
{
"id": "Congress",
"name": "Congress"
},
{
"id": "Industry professional direct knowledge ",
"name": "Industry professional direct knowledge "
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Congress Source",
"id": "congresssource",
"depid": "sourcetype",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Industry professional",
"pid": "Congress",
"name": "Industry professional"
},
{
"id": "Symposium",
"pid": "Congress",
"name": "Symposium"
}
],
"validation": {
"isRequired": false
}
},
{
"name": "Congress Name",
"id": "congressName",
"depid": "sourcetype",
"widget": "text",
"input": "text",
"validation": {
"isRequired": false
}
}
]
},
{
"sectionName": "Key Insight Topics",
"multiple": false,
"sectionList": [
{
"name": "Key Insight Topics",
"id": "keyinsighttopics",
"depid": "",
"param": "keyinsighttopics",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Data Gap",
"name": "Data Gap"
}
],
"validation": {
"isRequired": true
}
}
]
},
{
"sectionName": "Medical Insights Details",
"multiple": false,
"sectionList": [
{
"name": "Medical Insight Summary",
"id": "summary",
"depid": "",
"widget": "text",
"input": "textArea",
"validation": {
"isRequired": true,
"maxchars": "300"
}
}
]
}
]
}
]
}