Class VitalStatusBuilder
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.VitalStatusBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic VitalStatusBuilderalive()org.phenopackets.schema.v2.core.VitalStatusbuild()causeOfDeath(String id, String label) causeOfDeath(org.phenopackets.schema.v2.core.OntologyClass cause) static VitalStatusBuilderdeceased()static org.phenopackets.schema.v2.core.VitalStatusof(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()
-