1//! `medical` category (reorg). 2 3#[cfg(not(target_arch = "wasm32"))] 4pub mod comorbidity_eval; 5#[cfg(not(target_arch = "wasm32"))] 6pub mod dicom; 7#[cfg(not(target_arch = "wasm32"))] 8pub mod dicom_ingest;