org.gel.models.report.avro.CancerTestedAdditional Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
/** An enumeration Variant tested:
* `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
* `na`: N/A */
@org.apache.avro.specific.AvroGenerated
public enum CancerTestedAdditional {
not_indicated_for_patient_care, no_orthologous_test_available, test_performed_prior_to_wga, technical_validation_following_wga, na ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"CancerTestedAdditional\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"An enumeration Variant tested:\\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\\n * `na`: N/A\",\"symbols\":[\"not_indicated_for_patient_care\",\"no_orthologous_test_available\",\"test_performed_prior_to_wga\",\"technical_validation_following_wga\",\"na\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy