| __tests__ | ||
| .bundle | ||
| .cursor/rules | ||
| android | ||
| app | ||
| ios | ||
| patches | ||
| shared/src | ||
| .env | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| .watchmanconfig | ||
| app.json | ||
| App.tsx | ||
| babel.config.js | ||
| Gemfile | ||
| index.js | ||
| jest.config.js | ||
| metro.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
NeoScan Radiologist App
A next-generation radiology workflow app designed for rapid, AI-assisted case review and reporting. Built with a modular architecture and a Clinical Blue Interface theme.
Features
- Modular structure: Auth, Dashboard, Case Review, Reporting, Notifications, Analytics, Profile
- Clinical Blue Interface theme
- Biometric and PIN authentication
- Real-time case queue with priority sorting
- DICOM viewer with AI overlays
- Voice-to-text reporting
- Push notifications for critical findings
- Redux state management
Project Structure
app/
modules/ # Feature modules (Auth, Dashboard, CaseReview, ...)
navigation/ # Navigation setup
redux/ # Redux store setup
constants/ # Global constants
shared/
src/
components/ # Shared UI components
theme/ # Design system (colors, typography, ...)
utils/ # Utility functions
hooks/ # Shared hooks
types/ # TypeScript types
assets/ # App-wide assets
Theme
- Primary: #5B7CE6
- Secondary: #7B94F0
- Tertiary: #E8EFFF
- Quaternary: #3B5998
- ... (see
shared/src/theme/colors.ts)
Setup
- Install dependencies:
npm install - Run the app:
npm run android # or npm run ios
Copyright
Design & Developed by Tech4Biz Solutions
Copyright (c) Spurrin Innovations. All rights reserved.