Skip to content
1 change: 1 addition & 0 deletions docs/api/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Available Datasets
datasets/pyhealth.datasets.eICUDataset
datasets/pyhealth.datasets.ISRUCDataset
datasets/pyhealth.datasets.MIMICExtractDataset
datasets/pyhealth.datasets.MIMIC4NoteExtDIBHCDataset
datasets/pyhealth.datasets.OMOPDataset
datasets/pyhealth.datasets.DREAMTDataset
datasets/pyhealth.datasets.SHHSDataset
Expand Down
14 changes: 14 additions & 0 deletions docs/api/datasets/pyhealth.datasets.MIMIC4NoteExtDIBHCDataset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pyhealth.datasets.MIMIC4NoteExtDIBHCDataset
===================================

The Mimic4Note Extension DischargeInstructions BriefHospitalCourse dataset is used in this paper: https://arxiv.org/pdf/2402.15422 to create AI generated medical note summaries.

.. autoclass:: pyhealth.datasets.MIMIC4NoteExtDIBHCDataset
:members:
:undoc-members:
:show-inheritance:





1 change: 1 addition & 0 deletions docs/api/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ Available Tasks
Mutation Pathogenicity (COSMIC) <tasks/pyhealth.tasks.MutationPathogenicityPrediction>
Cancer Survival Prediction (TCGA) <tasks/pyhealth.tasks.CancerSurvivalPrediction>
Cancer Mutation Burden (TCGA) <tasks/pyhealth.tasks.CancerMutationBurden>
MIMIC-IV Note Tasks <tasks/pyhealth.tasks.mimic4_note_ext_dibhc_tasks>
7 changes: 7 additions & 0 deletions docs/api/tasks/pyhealth.tasks.mimic4_note_ext_dibhc_tasks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pyhealth.tasks.mimic4_note_ext_dibhc_tasks
===================================

.. automodule:: pyhealth.tasks.mimic4_note_ext_dibhc_tasks
:members:
:undoc-members:
:show-inheritance:
Loading