Page History
...
User request and Manager Export parameters are configured in QT_REULT_TYPE table. VISUAL_ATTRIBUTE_TYPE_ID is should be set to LR for Data request and LX for Data export request
USER_ROLE_CD should be minimum set to DATA_LDS for Data Request and USER_ROLE_CD should be MANAGER for Data Export Options display.
NAME | DESCRIPTION | DISPLAYTYPE_ID | VISUAL_ATTRIBUTE_TYPE_ID | USER_ROLE_CD | CLASSNAME |
PATIENT_DEMOGRAPHIC_REQUEST | Request Demographics Data | CATNUM | LR | DATA_LDS | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest |
PATIENT_MEDICATION_REQUEST | Request Medication Data | CATNUM | LR | DATA_LDS | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest |
PATIENT_PROCEDURE_REQUEST | Request Procedure Data | CATNUM | LR | DATA_LDS | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest |
PATIENT_DIAGNOSIS_REQUEST | Request Diagnosis Data | CATNUM | LR | DATA_LDS | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest |
PATIENT_LAB_REQUEST | Request Lab Data | CATNUM | LR | DATA_LDS | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest |
PATIENT_MAPPING_REQUEST | Request Patient Mapping | CATNUM | LR | DATA_LDS | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest |
PATIENT_DEMOGRAPHIC_CSV | Export Demographics Data | CATNUM | LX | MANAGER | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload |
PATIENT_MEDICATION_CSV | Export Medication Data | CATNUM | LX | MANAGER | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload |
PATIENT_PROCEDURE_CSV | Export Procedure Data | CATNUM | LX | MANAGER | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload |
PATIENT_DIAGNOSIS_CSV | Export Diagnosis Data | CATNUM | LX | MANAGER | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload |
PATIENT_LAB_CSV | Export Lab Data | CATNUM | LX | MANAGER | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload |
PATIENT_MAPPING_CSV | Export Patient Mapping | CATNUM | LX | MANAGER | edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload |
...
Variables for File name entries
Java Changes
include a Two new breakdown class for classes are designed to perform the file export process
- edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest
- edu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientDownload
Example Export files
Demographics
...