KonectarApp/assets/cmsu_medicalInsight.json

231 lines
6.2 KiB
JSON

{
"data": [
{
"id": "CMSUMedInsight",
"name": "ADD CMSU INSIGHT(SHARED WITH SALESFORCE)",
"form-fields": [
{
"sectionName": "CMSU Insight",
"multiple": false,
"sectionList": [
{
"name": "HCP Name",
"id": "hcpname",
"depid": "",
"widget": "label",
"input": "label",
"validation": {
"isRequired": false
}
},
{
"name": "Insight Open Date",
"id": "date",
"depid": "",
"widget": "text",
"input": "Date",
"validation": {
"isRequired": true
}
},
{
"name": "Insight Modality",
"param": "insight_modality",
"id": "insight_modality",
"selectedValue": [],
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "CT",
"name": "CT"
},
{
"id": "HIT",
"name": "HIT"
},
{
"id": "MI",
"name": "MI"
},
{
"id": "MR",
"name": "MR"
},
{
"id": "Postdoc",
"name": "Postdoc"
},
{
"id": "UL",
"name": "UL"
},
{
"id": "VL",
"name": "VL"
},
{
"id": "XR",
"name": "XR"
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Discussion Type",
"id": "discussion_type",
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Proactive",
"name": "Proactive"
},
{
"id": "Reactive",
"name": "Reactive"
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Insight Temperature",
"id": "insight_temperature",
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Green",
"name": "Green"
},
{
"id": "Red",
"name": "Red"
},
{
"id": "Yellow",
"name": "Yellow "
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Insight Owners",
"id": "insight_owners",
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Applications",
"name": "Applications"
},
{
"id": "BU",
"name": "BU"
},
{
"id": "Commercial",
"name": "Commercial"
},
{
"id": "Service",
"name": "Service"
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Initiate Alert",
"id": "initiate_alert",
"depid": "",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "No",
"name": "No"
},
{
"id": "Yes",
"name": "Yes"
}
],
"validation": {
"isRequired": true
}
},
{
"name": "Status",
"id": "status",
"depid": "sourcetype",
"widget": "dropdown",
"input": "dropdown",
"inputList": [
{
"id": "Open",
"name": "Open"
},
{
"id": "Closed",
"name": "Closed"
},
{
"id": "Cancelled",
"name": "Cancelled"
}
],
"validation": {
"isRequired": true
}
}
]
},
{
"sectionName": "Comments",
"multiple": false,
"sectionList": [
{
"name": "Insight Comments",
"id": "insight_comments",
"depid": "",
"widget": "text",
"input": "textArea",
"validation": {
"isRequired": true,
"maxchars": "300"
}
}
]
}
]
}
]
}