Access to VistA Imaging System

This commit is contained in:
2023-08-10 18:30:12 -04:00
parent 83c9f11c73
commit 3aa6a64f36
5 changed files with 292 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
{ name: 'Reports', href: '/patient/' + this.patient_dfn + '/reports' },
{ name: 'Documents', href: '/patient/' + this.patient_dfn + '/document' },
{ name: 'Consults', href: '/patient/' + this.patient_dfn + '/consult' },
{ name: 'Imaging', href: '/patient/' + this.patient_dfn + '/imaging' },
]
} : null;
}