IEditorConfig is not generalised and it contains BMGS fields
...
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
...
Solution 1 - we can use the form config which is being used while question creation to the field code and label and display in this same above format without bringing any new UI change.
...
Pros
Solution 2-We can define a new form config in which these fields can be set as config. (Not Recommended)
...