Class Severity
java.lang.Object
org.phenopackets.phenopackettools.builder.constants.Severity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.phenopackets.schema.v2.core.OntologyClass
static org.phenopackets.schema.v2.core.OntologyClass
mild()
static org.phenopackets.schema.v2.core.OntologyClass
moderate()
static org.phenopackets.schema.v2.core.OntologyClass
profound()
static org.phenopackets.schema.v2.core.OntologyClass
severe()
-
Constructor Details
-
Severity
public Severity()
-
-
Method Details
-
borderline
public static org.phenopackets.schema.v2.core.OntologyClass borderline() -
mild
public static org.phenopackets.schema.v2.core.OntologyClass mild() -
moderate
public static org.phenopackets.schema.v2.core.OntologyClass moderate() -
severe
public static org.phenopackets.schema.v2.core.OntologyClass severe() -
profound
public static org.phenopackets.schema.v2.core.OntologyClass profound()
-