EHR data from patients with AML and AML-Simiar diseases
收藏Figshare2024-12-04 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/EHR_data_from_patients_with_AML_and_AML-Simiar_diseases/27959760
下载链接
链接失效反馈官方服务:
资源简介:
This describes the datasets used for training and evaluation Onto-CGAN model sourced from the MIMIC-IV Clinical Database V2.2. The query script used for data extraction is listed below. Due to the restricted access policies of the MIMIC database, we are unable to publish the extracted subset of MIMIC data. However, researchers with authorized access to the MIMIC-IV database may request the experimental patient data from the corresponding author.SQL Query in MIMIC SELECT DISTINCT diag_table.subject_id, diag_table.icd_code, diag_table.hadm_id, patients_table.gender, patients_table.anchor_age, omr_table.result_name, omr_table.result_value,patients_table.dodFROM `physionet-data.mimiciv_hosp.diagnoses_icd` AS diag_tableJOIN `physionet-data.mimiciv_hosp.patients` AS patients_table ON diag_table.subject_id = patients_table.subject_idJOIN `physionet-data.mimiciv_hosp.omr` AS omr_table ON diag_table.subject_id = omr_table.subject_idWHERE diag_table.icd_code LIKE '20%'
创建时间:
2024-12-04



