All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.molgenis.data.icd10.Icd10ClassExpander Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.data.icd10;

import java.util.Collection;
import org.molgenis.data.Entity;

/** Expands a list of 'eu_bbmri_eric_disease_types' entities to include all of their children. */
public interface Icd10ClassExpander {
  Collection expandClasses(Collection diseaseClasses);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy