Class VitalStatusBuilder
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.VitalStatusBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic VitalStatusBuilder
alive()
org.phenopackets.schema.v2.core.VitalStatus
build()
causeOfDeath
(String id, String label) causeOfDeath
(org.phenopackets.schema.v2.core.OntologyClass cause) static VitalStatusBuilder
deceased()
static org.phenopackets.schema.v2.core.VitalStatus
of
(org.phenopackets.schema.v2.core.VitalStatus.Status status) survivalTimeInDays
(int days) timeOfDeath
(org.phenopackets.schema.v2.core.TimeElement time)
-
Method Details
-
of
public static org.phenopackets.schema.v2.core.VitalStatus of(org.phenopackets.schema.v2.core.VitalStatus.Status status) -
alive
-
deceased
-
timeOfDeath
-
causeOfDeath
-
causeOfDeath
-
survivalTimeInDays
-
build
public org.phenopackets.schema.v2.core.VitalStatus build()
-