NeoScan_Physician/README.md

1.4 KiB

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.