All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gel.models.report.avro.DrugResponseClassification Maven / Gradle / Ivy

/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.gel.models.report.avro;  
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public enum DrugResponseClassification { 
  altered_sensitivity, reduced_sensitivity, increased_sensitivity, altered_resistance, increased_resistance, reduced_resistance, increased_risk_of_toxicity, reduced_risk_of_toxicity, altered_toxicity, adverse_drug_reaction, indication, contraindication, dosing_alteration, increased_dose, reduced_dose, increased_monitoring, increased_efficacy, reduced_efficacy, altered_efficacy  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"DrugResponseClassification\",\"namespace\":\"org.gel.models.report.avro\",\"symbols\":[\"altered_sensitivity\",\"reduced_sensitivity\",\"increased_sensitivity\",\"altered_resistance\",\"increased_resistance\",\"reduced_resistance\",\"increased_risk_of_toxicity\",\"reduced_risk_of_toxicity\",\"altered_toxicity\",\"adverse_drug_reaction\",\"indication\",\"contraindication\",\"dosing_alteration\",\"increased_dose\",\"reduced_dose\",\"increased_monitoring\",\"increased_efficacy\",\"reduced_efficacy\",\"altered_efficacy\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy