Consult viewer

This commit is contained in:
2023-08-09 23:12:16 -04:00
parent 5c67773287
commit d7d716cc27
4 changed files with 202 additions and 0 deletions

View File

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