GIDEON ID Codes

Each type of item tracked by GIDEON has its own unique identifier. The following functions takes the name of a particular item, such as a disease, bacteria, vaccine, country, etc. and returns the corresponding GIDEON ID code.

gideon_api.lookup_disease_id(disease)
Return type

int

gideon_api.lookup_agent_id(agent)
Return type

int

gideon_api.lookup_vector_id(vector)
Return type

str

gideon_api.lookup_vehicle_id(vehicle)
Return type

str

gideon_api.lookup_reservoir_id(reservoir)
Return type

str

gideon_api.lookup_drug_id(drug)
Return type

int

gideon_api.lookup_vaccine_id(vaccine)
Return type

int

gideon_api.lookup_bacteria_id(bacteria)
Return type

int

gideon_api.lookup_mycobacteria_id(mycobacteria)
Return type

int

gideon_api.lookup_yeast_id(yeast)
Return type

int

gideon_api.lookup_country_id(country)
Return type

str

gideon_api.lookup_region_id(region)
Return type

int