Created
January 6, 2019 03:28
-
-
Save surajsau/0648947915e5a4edbb8650fe7f153b90 to your computer and use it in GitHub Desktop.
rounds_preference entity mapping DailyRounds Assistant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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