Removing default comment feature from data entry

It seems as most (all?) data entry elements have an optional notes/comment feature which can be activated by clicking on the little file symbol with the green plus. Is there a way to deactivate this, even if just case-by-case?

Hi, right now there is no configuration to disable notes/comment button. This button is shown for all but Text & Image type data.

This has been captured as requirement in issue tracking here - https://bahmni.mingle.thoughtworks.com/projects/bahmni_emr/cards/1196 We have’t prioritised it yet in any of upcoming releases though.

This requirement is done in recent release.

Configuration: In clinical/app.json , under “conceptSetUI” add the below section where in key is the fully specified name of the concept you want to disable notes for.

"Visual acuity, left eye" : { "disableAddNotes" : true }

Its documented on wiki now on this page: https://bahmni.atlassian.net/wiki/display/BAH/Concept+Set+UI