Class Status
java.lang.Object
org.phenopackets.phenopackettools.builder.constants.Status
Catch-all class for succinct provision of status codes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.phenopackets.schema.v2.core.TherapeuticActionability
static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification
benign()
static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus
static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus
static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus
static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus
static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus
static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification
static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification
static org.phenopackets.schema.v2.core.TherapeuticActionability
static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification
static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus
rejected()
static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus
solved()
static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification
static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus
unsolved()
-
Method Details
-
inProgress
public static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus inProgress() -
completed
public static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus completed() -
solved
public static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus solved() -
unsolved
public static org.phenopackets.schema.v2.core.Interpretation.ProgressStatus unsolved() -
rejected
public static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus rejected() -
candidate
public static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus candidate() -
contributory
public static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus contributory() -
causative
public static org.phenopackets.schema.v2.core.GenomicInterpretation.InterpretationStatus causative() -
benign
public static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification benign() -
likelyBenign
public static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification likelyBenign() -
uncertainSignificance
public static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification uncertainSignificance() -
likelyPathogenic
public static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification likelyPathogenic() -
pathogenic
public static org.phenopackets.schema.v2.core.AcmgPathogenicityClassification pathogenic() -
notActionable
public static org.phenopackets.schema.v2.core.TherapeuticActionability notActionable() -
actionable
public static org.phenopackets.schema.v2.core.TherapeuticActionability actionable()
-