Hi, I suspect that there is a veery easy fix to this but I havent been able to figure it out. As of right now when I schedule a new appointment I have the various types of appointments to choose from. The default type of appointment that shows in the drop down menu is now POST-OP. I would like to change it to Established Patient. I have changed the ordering of the visit types in the drop down (CLINIC-CALENDAR-CATEGORIES) but I dont know how to change the default visit type.
This would be a new feature like your other post but easier to incorporate.
Hi @gizmodoc
Please check me on this but I think youâre asking about whatâs discussed in this wiki article:
https://www.open-emr.org/wiki/index.php/Calendar_Categories
The doc is old and needs re-written, and the feature has acquired some new tricks since then. In the public v7 demo what youâre looking for is found here:
Click âCategoriesâ button (not âSmarty Cacheâ) - just barely shown aboveâŚ
Scroll down to locate the the categories you want âNameâ = Established Patientâ and âPOST-OPâ (rectangle)
Swap the âSequenceâ numbers (oval)
It wonât hurt if 2 categories temporarily have the same Sequence number.
Remember to click âSaveâ!
And they should take each othersâ place in the appointment category dropdown.
Or if you want to put the categories in some other position in the dropdown, you can change the numbers accordingly. Unfortunately I donât know of any listing where you can see all the Sequence values at once, youâll have to scroll down the category display and see whatâs been used.
Hope this is what youâre looking for.
Best- Harley
hi @htuck, added that simple fix above to the code base so that when you set a default visit category under Admin->Config->Encounter it will be the default on the popup.
Thank you for the clear instructions. I tried that initially and again right now. Changing the sequencing number definitely moves that category of visit BUT the POSTOP visit remains the default (line no matter what sequencing I change it to.
Hi @gizmodoc
Does the default visit type described by @stephenwaite change its position?
And btw, thanks Stephenwaite for the tip- I hadnât heard of that before.
I see it in the OpenEMR public demo v7.0.1:
- HT
Yes. I have tried modifying that as well but it did not change in the default appearing exam type when scheduling a new patient encounter.
hi @gizmodoc ,did you make the code change by editing the file posted at feat: use global default visit category for add edit event by stephenwaite ¡ Pull Request #7190 ¡ openemr/openemr ¡ GitHub
Thanks, I had that same problem, when i changed the âDefaultâ visit category in admin // config // encounter form, the change was only for âNew encounter formâ, and not for when creating the appointment in the calendar. By modifying the code, it works perfectly when creating the appointment.
That worked perfectly. Thank you!