@damourlabs/euro-clinical-trials
Version:
A Nuxt 3 application for visualizing and managing clinical trials data in Europe, built with modern web technologies.
20 lines (13 loc) • 463 B
text/typescript
export * from './users'; // DONE
export * from './trials'; // DONE
export * from './sites'; // DONE
export * from './patients'; // DONE
export * from './adverse-events'; // DONE
export * from './user-roles'; // DONE
export * from './gdpr'; // DONE
export * from './regulatory';
export * from './documents'; // DONE
export * from './study-design'; // DONE
export * from './eligibility'; // DONE
export * from './audit'; // DONE
// export * from './indexes';