docs(iit): REDCap对接技术方案完成与模块状态更新

- 新增《REDCap对接技术方案与实施指南》(1070行)
  - 确定DET+REST API技术方案(不使用External Module)
  - 完整RedcapAdapter/WebhookController/SyncManager代码设计
  - Day 2详细实施步骤与验收标准
- 更新《IIT Manager Agent模块当前状态与开发指南》
  - 记录REDCap本地环境部署完成(15.8.0)
  - 记录对接方案确定过程与技术决策
  - 更新Day 2工作计划(6个阶段详细清单)
  - 整体进度18%(Day 1完成+REDCap环境就绪)
- REDCap环境准备完成
  - 测试项目test0102(PID 16)创建成功
  - DET功能源码验证通过
  - 本地Docker环境稳定运行

技术方案:
- 实时触发: Data Entry Trigger (0秒延迟)
- 数据拉取: REST API exportRecords (增量同步)
- 轮询补充: pg-boss定时任务 (每30分钟)
- 可靠性: Webhook幂等性 + 轮询补充机制
This commit is contained in:
2026-01-02 14:30:38 +08:00
parent dbca1615b5
commit bdfca32305
132 changed files with 1532 additions and 242 deletions

View File

@@ -557,5 +557,6 @@ df['creatinine'] = pd.to_numeric(df['creatinine'], errors='coerce')

View File

@@ -972,5 +972,6 @@ export const aiController = new AIController();

View File

@@ -1306,5 +1306,6 @@ npm install react-markdown

View File

@@ -214,5 +214,6 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -372,5 +372,6 @@ formula = "FMA总分0-100 / 100"

View File

@@ -206,5 +206,6 @@ async handleFillnaMice(request, reply) {

View File

@@ -178,5 +178,6 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'

View File

@@ -629,5 +629,6 @@ import { logger } from '../../../../common/logging/index.js';

View File

@@ -432,5 +432,6 @@ import { ChatContainer } from '@/shared/components/Chat';

View File

@@ -342,5 +342,6 @@ const initialMessages = defaultMessages.length > 0 ? defaultMessages : [{

View File

@@ -630,5 +630,6 @@ http://localhost:5173/data-cleaning/tool-c

View File

@@ -418,5 +418,6 @@ Docs: docs/03-业务模块/DC-数据清洗整理/06-开发记录/DC模块重建

View File

@@ -291,5 +291,6 @@ ConflictDetectionService // 冲突检测(字段级对比)

View File

@@ -455,5 +455,6 @@ Tool B后端代码**100%复用**了平台通用能力层,无任何重复开发

View File

@@ -232,5 +232,6 @@ $ node scripts/check-dc-tables.mjs

View File

@@ -465,5 +465,6 @@ ${fields.map((f, i) => `${i + 1}. ${f.name}${f.desc}`).join('\n')}