Hi everyone, I want to remove the “Insurance checkbox” located in the “Search or Add Patient form”:
,
Do you know how can i remove this ,I have searched in all the files and I didn´t find the file to remove. I hope that you can help me, I will waiting for your advices.
@Saul_Romero,
Yes it is possible by customizing the code in the below mentioned file interface/new/new_comprehensive.php
We suggest that you can insert an additional condition to the sql query based on the group_name that you have to remove.
Thank you @visolveemr , that have helped me to have a better ui.
Now I want to overcome the next challenge: I uploaded some files in patient/documents/Lab Report but when I go to procedures-Lab Documents ,this is empty.
I´ve checked my database and it´s ok, do you know why I have this issue?
Is this the points :
1- All my folder have the permissions given
2- The files that I uploaded are in site/default/documents/{patient_id}/{file_name}
3-This is the content of my table categories_to_documents.
Is it ok??
4- I´m using the OpenEMR 5.0.0 version.
@Saul_Romero,
We are quite perplexed with the issue. Every data that you have shared looks good. Can you please check by debug the file interface/main/display_documents.php. Check whether you have obtained proper results after the query execution.
We also tried with OpenEMR 5.0.0, but it works fine.
Is it possible to show checkboxes in different panel and form in different panel. If yes so how and which file i need to edit the code.
Please let me know if you have any idea regarding this.