Question Set Editor
...
Code Block |
---|
frameworkDefaultValues: { hospital: 'Apollo', department: 'Cardiology', ... ... } |
...
Place where above passed BMGS is currently getting fetched and getting added to question metadata
File - question.component.ts
...
It defines sessionContext but it is not getting used so can be removed.
So we can remove sessionContext from this file.
...
Other files which contains BMGS are mock data for test cases in these files:
...