Access to VistA Imaging System
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
import RoutePatientReports from './RoutePatientReports.vue';
|
||||
import RoutePatientDocuments from './RoutePatientDocuments.vue';
|
||||
import RoutePatientConsults from './RoutePatientConsults.vue';
|
||||
import RoutePatientImaging from './RoutePatientImaging.vue';
|
||||
import RoutePlanner from './RoutePlanner.vue';
|
||||
import RouteRecall from './RouteRecall.vue';
|
||||
import RouteInbox from './RouteInbox.vue';
|
||||
@@ -100,6 +101,8 @@
|
||||
{ path: 'document/:tiu_da', component: RoutePatientDocuments },
|
||||
{ path: 'consult', component: RoutePatientConsults },
|
||||
{ path: 'consult/:ien', component: RoutePatientConsults },
|
||||
{ path: 'imaging', component: RoutePatientImaging },
|
||||
{ path: 'imaging/:ien', component: RoutePatientImaging },
|
||||
] },
|
||||
{ path: '/planner', component: RoutePlanner },
|
||||
{ path: '/recall', component: RouteRecall },
|
||||
|
Reference in New Issue
Block a user