a hash keyed on ID that gives the cv term name
%w(MS IMS Unit).inject({}) do |hash,key| hash.merge! ::Obo.const_get(key).id_to_name end
%w(MS IMS Unit).inject({}) do |hash,key| hash.merge! ::Obo.const_get(key).id_to_cast end