Go to file
2025-07-18 19:01:23 +05:30
__tests__ Initial commit 2025-07-10 16:58:41 +05:30
.bundle Initial commit 2025-07-10 16:58:41 +05:30
.cursor/rules code generated for dashboard case view ,profile and auth section 2025-07-18 18:40:19 +05:30
android first commit for radiologist 2025-07-14 18:34:05 +05:30
app some import fixed 2025-07-18 19:01:23 +05:30
ios Initial commit 2025-07-10 16:58:41 +05:30
shared/src code generated for dashboard case view ,profile and auth section 2025-07-18 18:40:19 +05:30
.eslintrc.js Initial commit 2025-07-10 16:58:41 +05:30
.gitignore Initial commit 2025-07-10 16:58:41 +05:30
.prettierrc.js Initial commit 2025-07-10 16:58:41 +05:30
.watchmanconfig Initial commit 2025-07-10 16:58:41 +05:30
app.json Initial commit 2025-07-10 16:58:41 +05:30
App.tsx some import fixed 2025-07-18 19:01:23 +05:30
babel.config.js Initial commit 2025-07-10 16:58:41 +05:30
Gemfile Initial commit 2025-07-10 16:58:41 +05:30
index.js Initial commit 2025-07-10 16:58:41 +05:30
jest.config.js Initial commit 2025-07-10 16:58:41 +05:30
metro.config.js Initial commit 2025-07-10 16:58:41 +05:30
package-lock.json some import fixed 2025-07-18 19:01:23 +05:30
package.json some import fixed 2025-07-18 19:01:23 +05:30
README.md code generated for dashboard case view ,profile and auth section 2025-07-18 18:40:19 +05:30
tsconfig.json Initial commit 2025-07-10 16:58:41 +05:30

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

  1. Install dependencies:
    npm install
    
  2. Run the app:
    npm run android # or npm run ios
    

Design & Developed by Tech4Biz Solutions
Copyright (c) Spurrin Innovations. All rights reserved.