|
@@ -383,6 +383,7 @@ Route::middleware('pro.auth')->group(function () {
|
|
Route::get('/point/plan-log/{point}', 'NoteController@planLog')->name('point-plan-log');
|
|
Route::get('/point/plan-log/{point}', 'NoteController@planLog')->name('point-plan-log');
|
|
Route::get('/note/pdf/{note}', 'NoteController@downloadAsPdf')->name('note-pdf');
|
|
Route::get('/note/pdf/{note}', 'NoteController@downloadAsPdf')->name('note-pdf');
|
|
Route::get('/segment-summary/{segment}', 'NoteController@segmentSummary')->name('segment-summary');
|
|
Route::get('/segment-summary/{segment}', 'NoteController@segmentSummary')->name('segment-summary');
|
|
|
|
+ Route::get('/note-segment-view/{patient}/{note}/{segment}/{segmentInternalName}/{view}', 'NoteController@noteSegmentView')->name('note-segment-view');
|
|
Route::get('/chart-segment-view/{patient}/{segmentInternalName}/{view}', 'NoteController@chartSegmentView')->name('chart-segment-view');
|
|
Route::get('/chart-segment-view/{patient}/{segmentInternalName}/{view}', 'NoteController@chartSegmentView')->name('chart-segment-view');
|
|
Route::get('/medications-center/{patient}/{note}', 'NoteController@medicationsCenter')->name('medications-center');
|
|
Route::get('/medications-center/{patient}/{note}', 'NoteController@medicationsCenter')->name('medications-center');
|
|
Route::get('/medications-reconcile/{patient}/{note}', 'NoteController@medicationsReconcile')->name('medications-reconcile');
|
|
Route::get('/medications-reconcile/{patient}/{note}', 'NoteController@medicationsReconcile')->name('medications-reconcile');
|