org.gel.models.report.avro.CancerTested Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
/** Was the variant validated with an orthogonal technology?
* `not_indicated_for_patient_care`: No: not indicated for patient care at this time
* `no_orthologous_test_available`: No: no orthologous test available
* `test_performed_prior_to_wga`: Yes: test performed prior to receiving WGA (eg using standard-of-care assay such as panel testing, or sanger sequencing)
* `technical_validation_following_WGA`: Yes: technical validation performed/planned following receiving this WGA */
@org.apache.avro.specific.AvroGenerated
public enum CancerTested {
not_indicated_for_patient_care, no_orthologous_test_available, test_performed_prior_to_wga, technical_validation_following_wga ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"CancerTested\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"Was the variant validated with an orthogonal technology?\\n* `not_indicated_for_patient_care`: No: not indicated for patient care at this time\\n* `no_orthologous_test_available`: No: no orthologous test available\\n* `test_performed_prior_to_wga`: Yes: test performed prior to receiving WGA (eg using standard-of-care assay such as panel testing, or sanger sequencing)\\n* `technical_validation_following_WGA`: Yes: technical validation performed/planned following receiving this WGA\",\"symbols\":[\"not_indicated_for_patient_care\",\"no_orthologous_test_available\",\"test_performed_prior_to_wga\",\"technical_validation_following_wga\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}