export default { // update the detail page of the case caseUpdate: 'case-update', // update the detail page of the case caseEditForm: 'case-edit-form', // open the dialog to start a standard regimen startStandardRegimen: 'start-std-reg', // open the dialog to start an individualized regimen startInvidRegimen: 'start-ind-reg', // update tratment timeline updateTreatment: 'update-treatment', // shows treatment update form treatUpdateForm: 'treatment-update-form', // open add prescription form addPrescription: 'add-prescription', // open edt prescription form edtPrescription: 'edt-prescription', // send request to delete a prescription delPrescription: 'del-prescription' };