You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PatientApp-KKUMC/assets/json/bookedAllowCheckInButtons.json

44 lines
1.0 KiB
JSON

[
{
"title": "confirm",
"subtitle": "appointment",
"icon": "assets/images/new-design/confirm_icon.png",
"caller": "confirmAppointment"
},
{
"title": "reschedule",
"subtitle": "appointment",
"icon": "assets/images/new-design/reschedule_icon.png",
"caller": "openReschedule"
},
{
"title": "cancel",
"subtitle": "appointment",
"icon": "assets/images/new-design/cancel_icon.png",
"caller": "onCancelAppointment"
},
{
"title": "raise",
"subtitle": "complaint",
"icon": "assets/images/new-design/Complaint_icon.png",
"caller": "insertComplaint"
},
{
"title": "add",
"subtitle": "reminder",
"icon": "assets/images/new-design/reminder_icon.png",
"caller": "addReminder"
},
{
"title": "hospital",
"subtitle": "locations",
"icon": "assets/images/new-design/location_icon.png",
"caller": "navigateToProject"
},
{
"title": "online",
"subtitle": "payment",
"icon": "assets/images/new-design/check-in.png",
"caller": "goToTodoList"
}
]