aktin/dwh-import

Validate Free-Text Fields in CDA Importer to Meet Storage Requirements

Open

#1 opened on Nov 6, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)XSLT (0 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, free-text fields in the CDA Importer can exceed 255 characters, which can lead to storage issues in the i2b2 database. To address this, we need to either restrict the character limit of free-text fields to 255 or, alternatively, store longer free-text content as a BLOB in i2b2.

Contributor guide