Routing
landing
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index | /admin/ | Path does not match |
| 2 | command_migrations | /command/migrations | Path does not match |
| 3 | command_cache_clear | /command/cache-clear/{env} | Path does not match |
| 4 | command_show_result | /command/show-command-result | Path does not match |
| 5 | default_index | /default/ | Path does not match |
| 6 | diagnosis_list | /diagnosis/list | Path does not match |
| 7 | diagnosis_create | /diagnosis/create | Path does not match |
| 8 | diagnosis_update | /diagnosis/update/{diagnosis} | Path does not match |
| 9 | doctor_list | /doctor/list | Path does not match |
| 10 | doctor_create | /doctor/create | Path does not match |
| 11 | doctor_update | /doctor/update/{doctor} | Path does not match |
| 12 | examination_create | /examination/{kazuistic}/create | Path does not match |
| 13 | examination_update | /examination/{examination}/update | Path does not match |
| 14 | examination_update-prescriptor | /examination/{examination}/update-prescriptor | Path does not match |
| 15 | examination_list | /examination/list | Path does not match |
| 16 | examination_generate_voucher_pdf | /examination/generate-voucher-pdf/{examination} | Path does not match |
| 17 | examination_render_material_tab | /examination/render-material-tab/{examination} | Path does not match |
| 18 | examination_render_material_count | /examination/render-material-count/{examination} | Path does not match |
| 19 | examination_create_voucher_item | /examination/create-voucher-item/{examination} | Path does not match |
| 20 | examination_edit_voucher_item | /examination/edit-voucher-item/{voucherItem} | Path does not match |
| 21 | examination_delete_voucher_item | /examination/delete-voucher-item/{voucherItem} | Path does not match |
| 22 | examination_generate_vouchers | /examination/generate-vouchers/{examination} | Path does not match |
| 23 | examination_generate_doctor_report_pdf | /examination/generate-doctor-report-pdf/{examination} | Path does not match |
| 24 | examination_render-examination-buttons | /examination/render-examination-buttons/{examination} | Path does not match |
| 25 | image_wound-examination | /image/wound-examination/{woundExaminationImage}/{imageSize} | Path does not match |
| 26 | insurance_company_list | /insurance-company/list | Path does not match |
| 27 | insurance_company_create | /insurance-company/create | Path does not match |
| 28 | insurance_company_update | /insurance-company/update/{insuranceCompany} | Path does not match |
| 29 | kazuistic_create | /kazuistic/{patient}/create | Path does not match |
| 30 | kazuistic_update | /kazuistic/update/{kazuistic} | Path does not match |
| 31 | kazuistic_ajax_detail | /kazuistic/ajax_detail/{kazuistic} | Path does not match |
| 32 | kazuistic_render_kazuistic_photo | /kazuistic/{kazuistic}/render-kazuistic-photo | Path does not match |
| 33 | kazuistic_list | /kazuistic/list | Path does not match |
| 34 | medical_experience_list | /medical-experience/list | Path does not match |
| 35 | medical_experience_create | /medical-experience/create | Path does not match |
| 36 | medical_experience_update | /medical-experience/update/{medicalExperience} | Path does not match |
| 37 | notification_solved-ajax | /notification/solved/{notification} | Path does not match |
| 38 | organisation_list | /organisation/list | Path does not match |
| 39 | organisation_create | /organisation/create | Path does not match |
| 40 | organisation_update | /organisation/update/{organisation} | Path does not match |
| 41 | patient_list | /patient/list | Path does not match |
| 42 | patient_create | /patient/create | Path does not match |
| 43 | patient_update | /patient/update/{patient} | Path does not match |
| 44 | product_list | /product/list | Path does not match |
| 45 | product_create | /product/create | Path does not match |
| 46 | product_update | /product/update/{product} | Path does not match |
| 47 | product_import_csv | /product/import-csv | Path does not match |
| 48 | user_list | /user/list | Path does not match |
| 49 | user_create | /user/create | Path does not match |
| 50 | user_update | /user/update/{user} | Path does not match |
| 51 | vascular-examination_create | /vascular-examination/{patient}/{type}/create | Path does not match |
| 52 | vascular-examination_update | /vascular-examination/update/{vascularExamination} | Path does not match |
| 53 | whisperer_product | /whisperer/product | Path does not match |
| 54 | whisperer_diagnosis | /whisperer/diagnosis | Path does not match |
| 55 | wound_create | /wound/{examination}/create | Path does not match |
| 56 | wound-examination_update | /wound-examination/{woundExamination}/update | Path does not match |
| 57 | wound-examination_update-prescriptor | /wound-examination/{woundExamination}/update-prescriptor | Path does not match |
| 58 | wound-examination_detail | /wound-examination/{woundExamination}/detail | Path does not match |
| 59 | wound-examination_ajax-detail | /wound-examination/{woundExamination}/ajax-detail | Path does not match |
| 60 | wound-examination_json-detail | /wound-examination/{woundExamination}/json-detail | Path does not match |
| 61 | wound-examination_render_diagnosis_button | /wound-examination/render-diagnosis-button | Path does not match |
| 62 | wound-examination_create-diagnosis | /wound-examination/create-diagnosis | Path does not match |
| 63 | wound-examination_render_material_tab | /wound-examination/render-material-tab/{woundExamination} | Path does not match |
| 64 | wound-examination_delete_voucher_item | /wound-examination/delete-voucher-item/{voucherItem} | Path does not match |
| 65 | wound-examination_create_voucher_item | /wound-examination/create-voucher-item/{woundExamination} | Path does not match |
| 66 | wound-examination_edit_voucher_item | /wound-examination/edit-voucher-item/{voucherItem} | Path does not match |
| 67 | wound-examination_render_material_count | /wound-examination/render-material-count/{woundExamination} | Path does not match |
| 68 | wound-examination-image_create | /wound-examination-image/{woundExamination}/create | Path does not match |
| 69 | cron_send-emails | /cron/send-emails/{token} | Path does not match |
| 70 | landing | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.