Skip to content

Commit

Permalink
web: Add radiology major tags
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Sep 21, 2024
1 parent 7210245 commit a3571f4
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion vetupdates/vetupdates_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,30 @@ const kAllSites = new Map([
'transfusion',
'trauma',
]),
new Site('R', []),
new Site(
'R',
[
'artificial intelligence',
'cardiovascular',
'ct',
'endocrine',
'exotics',
'gastrointestinal and pancreas',
'genital',
'hematopoietic',
'hepatobiliary',
'imaging guided procedures',
'lymphatic',
'mri',
'musculoskeletal',
'nervous system',
'pet nm',
'radiation oncology',
'respiratory',
'ultrasound',
'urinary',
'x rays',
]),
].map(site => [site.id, site]));

function getMajorTags(siteId) { return kAllSites.get(siteId).majorTags; }
Expand Down

0 comments on commit a3571f4

Please sign in to comment.