diff --git a/README.md b/README.md index 0165a77..33ee8d5 100644 --- a/README.md +++ b/README.md @@ -1,59 +1,135 @@ -
+# 病例回访提醒系统 - +一个基于 Laravel 的患者随访管理系统,帮助医疗机构管理患者回访工作。 -## About Laravel +## 功能特性 -Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: +### 患者管理 +- 📋 患者信息列表,支持搜索和分页 +- 📥 Excel/CSV 批量导入患者数据 +- 📤 导出患者数据到 Excel +- 🗑️ 删除患者记录 -- [Simple, fast routing engine](https://laravel.com/docs/routing). -- [Powerful dependency injection container](https://laravel.com/docs/container). -- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. -- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). -- Database agnostic [schema migrations](https://laravel.com/docs/migrations). -- [Robust background job processing](https://laravel.com/docs/queues). -- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). +### 随访提醒 +- ⏰ 智能计算随访日期(出院后1周、1月、3月、6月) +- 🔴 过期提醒 - 显示已过期未随访的患者 +- 🟡 今日到期 - 当天需要随访的患者 +- 🔵 即将到期 - 7天内需要随访的患者 +- ✅ 标记随访完成,自动计算下次随访时间 -Laravel is accessible, powerful, and provides tools required for large, robust applications. +### 用户系统 +- 👤 用户注册/登录 +- 🔐 数据隔离 - 每个用户只能查看自己的患者数据 +- 🚪 安全退出 -## Learning Laravel +### 界面特性 +- 📱 响应式设计,完美适配移动端和PC端 +- 🎨 现代化UI设计,浅色主题 +- 📊 统计面板,一目了然查看随访状态 +- 📞 一键拨打患者电话 -Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out [Laravel Learn](https://laravel.com/learn), where you will be guided through building a modern Laravel application. +## 技术栈 -If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. +- **后端**: Laravel 11 / PHP 8.2+ +- **数据库**: MySQL +- **Excel处理**: xlswriter 扩展 +- **前端**: Blade 模板 + 原生 CSS -## Laravel Sponsors +## 安装部署 -We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the [Laravel Partners program](https://partners.laravel.com). +### 环境要求 +- PHP >= 8.2 +- MySQL >= 5.7 +- Composer +- xlswriter PHP 扩展(用于 Excel 导入导出) -### Premium Partners +### 安装步骤 -- **[Vehikl](https://vehikl.com)** -- **[Tighten Co.](https://tighten.co)** -- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** -- **[64 Robots](https://64robots.com)** -- **[Curotec](https://www.curotec.com/services/technologies/laravel)** -- **[DevSquad](https://devsquad.com/hire-laravel-developers)** -- **[Redberry](https://redberry.international/laravel-development)** -- **[Active Logic](https://activelogic.com)** +1. **克隆项目** +```bash +git clone