Skip to content

Instantly share code, notes, and snippets.

@surajsau
Created January 6, 2019 03:28
Show Gist options
  • Save surajsau/0648947915e5a4edbb8650fe7f153b90 to your computer and use it in GitHub Desktop.
Save surajsau/0648947915e5a4edbb8650fe7f153b90 to your computer and use it in GitHub Desktop.
rounds_preference entity mapping DailyRounds Assistant
const rounds_map = {
'primary':{'id':101, 'title':'DailyRounds'},
'cardio':{'id':108, 'title':'Cardiology'},
'ped':{'id':103, 'title':'Pediatric'},
'radio':{'id':104, 'title':'Radiology'},
'anaes':{'id':106, 'title':'Anaesthesia'},
'ent':{'id':112, 'title':'ENT'},
'optha':{'id':120, 'title':'Ophthalmology'},
'ortho':{'id':121, 'title':'Orthopedic'},
'best':{'id':135, 'title':'Best cases'}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment