Skip to contents

MIMIC4NoteDataset: Dataset class for MIMIC-IV Clinical Notes

MIMIC4NoteDataset: Dataset class for MIMIC-IV Clinical Notes

Details

This class inherits from BaseDataset and is specialized for handling MIMIC-IV Clinical Notes data. It includes tables such as discharge, discharge_detail, and radiology.

Super class

RHealth::BaseDataset -> MIMIC4NoteDataset

Methods

Inherited methods


Method new()

Initialize MIMIC4NoteDataset

Usage

MIMIC4NoteDataset$new(
  root,
  tables = character(),
  dataset_name = "mimic4_note",
  config_path = NULL,
  dev = FALSE,
  ...
)

Arguments

root

Root directory of the dataset.

tables

Character vector of tables to include.

dataset_name

Optional dataset name. Default is "mimic4_note".

config_path

Optional path to YAML config file.

dev

Logical flag for dev mode.

...

Additional arguments passed to BaseDataset$initialize.


Method clone()

The objects of this class are cloneable with this method.

Usage

MIMIC4NoteDataset$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.