This form by default appears in the encounter section as one of the encounter forms.
Is it possible not to show it in the encounter section but in the dashboard section ( The first page of patient) ?
If you want your form to appear on the Medical Record Dashboard, edit the json file here openemr/interface/main/tabs/menu/menus/patient_menus/standard.json
Then include the name and the path to your xml file.
If this doesn’t answer your question, i think some screenshots and illustration would be of help.
Yes I want to place the form somewhere in the dashboard.
Also I want to place the review of the form.
In the file standard.json I need to provide a url.
Unfortunately this url is dynamic. For example I need to show /form.php?review_id=30. But the number 30 is not standard is the encoounter number. How can I pass it as a variable?