Go to file
2025-07-22 18:08:02 +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 builds splitted based on architecture 2025-07-22 18:08:02 +05:30
app builds splitted based on architecture 2025-07-22 18:08:02 +05:30
ios patient api integrated dashboard ui created 2025-07-22 17:36:29 +05:30
patches login and logout implemented for radiologist 2025-07-21 18:47:22 +05:30
shared/src patient api integrated dashboard ui created 2025-07-22 17:36:29 +05:30
.env login and logout implemented for radiologist 2025-07-21 18:47:22 +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 login and logout implemented for radiologist 2025-07-21 18:47:22 +05:30
babel.config.js login and logout implemented for radiologist 2025-07-21 18:47:22 +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 login and logout implemented for radiologist 2025-07-21 18:47:22 +05:30
package.json login and logout implemented for radiologist 2025-07-21 18:47:22 +05:30
react-native.config.js patient api integrated dashboard ui created 2025-07-22 17:36:29 +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.