java.lang.Object
org.phenopackets.phenopackettools.builder.builders.DiseaseBuilder

public class DiseaseBuilder extends Object
  • Method Details

    • of

      public static org.phenopackets.schema.v2.core.Disease of(org.phenopackets.schema.v2.core.OntologyClass term)
    • of

      public static org.phenopackets.schema.v2.core.Disease of(String id, String label)
    • builder

      public static DiseaseBuilder builder(org.phenopackets.schema.v2.core.OntologyClass term)
    • builder

      public static DiseaseBuilder builder(String id, String label)
    • excluded

      public DiseaseBuilder excluded()
    • onset

      public DiseaseBuilder onset(org.phenopackets.schema.v2.core.TimeElement timeElement)
    • resolution

      public DiseaseBuilder resolution(org.phenopackets.schema.v2.core.TimeElement timeElement)
    • addDiseaseStage

      public DiseaseBuilder addDiseaseStage(org.phenopackets.schema.v2.core.OntologyClass stage)
    • addClinicalTnmFinding

      public DiseaseBuilder addClinicalTnmFinding(org.phenopackets.schema.v2.core.OntologyClass tnmFinding)
    • primarySite

      public DiseaseBuilder primarySite(org.phenopackets.schema.v2.core.OntologyClass site)
    • laterality

      public DiseaseBuilder laterality(org.phenopackets.schema.v2.core.OntologyClass laterality)
    • build

      public org.phenopackets.schema.v2.core.Disease build()