Billing Manager Errors

Situation
Under billing manager, when running a report for unbilled paients, I get an expected list of patients. There are several in the list with just the encouter date and a link for expand that doesnt expand. If i click on the encounter it sends to me to patient finder page but the enounter opens in a second tab. If i select fee sheet now that the encounter opens, i get the following error:

" Fatal error : Uncaught TypeError: Unsupported operand types: string - string in /var/www/xxx/openemr/library/FeeSheet.class.php:172 Stack trace: #0 /var/www/xxx/openemr/library/FeeSheet.class.php(143): FeeSheet::getAge(NULL, ‘…’) #1 /var/www/xxx/openemr/library/FeeSheetHtml.class.php(26): FeeSheet->__construct(0, 0) #2 /var/www/xxx/openemr/interface/forms/fee_sheet/new.php(478): FeeSheetHtml->__construct() #3 /var/www/xxx/openemr/interface/patient_file/encounter/load_form.php(41): include_once(‘…’) #4 {main} thrown in /var/www/xxx/openemr/library/FeeSheet.class.php on line 172"
OpenEMR Version
I’m using OpenEMR version
7.0.2 patch 3
Browser:
I’m using:
Chrome
Operating System
I’m using:
Ubuntu 22 LTS
Search
Did you search the forum for similar questions?
Yes
Logs
Did you check the logs?
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All

[Mon Dec 09 08:38:18.166644 2024] [php:error] [pid 1300488] [client 72.206.76.140:53335] PHP Fatal error:  Uncaught TypeError: Unsupported operand types: string - string in /var/www/www/openemr/library/FeeSheet.class.php:172\nStack trace:\n#0 /var/www/www/openemr/library/FeeSheet.class.php(143): FeeSheet::getAge(NULL, '...')\n#1 /var/www/www/openemr/library/FeeSheetHtml.class.php(26): FeeSheet->__construct(0, 0)\n#2 /var/www/www/openemr/interface/forms/fee_sheet/new.php(478): FeeSheetHtml->__construct()\n#3 /var/www/www/openemr/interface/patient_file/encounter/load_form.php(41): include_once('...')\n#4 {main}\n  thrown in /var/www/www/openemr/library/FeeSheet.class.php on line 172, referer: https://www/interface/patient_file/encounter/encounter_top.php?set_encounter=608&pid=36637

That patient does have a date of birth in demographics. It appears this form or code cant read it. When i individually search for that patient and open the encounter I have not errors.

I have multiple patient encounters in my billing que affected by this. not all. I do not remember seeing these before patch 3. I have some patient encounters not affected.

Just wanted to add additional information.

Todd

Hi @toddmleleux, thanks for reporting this bug. If you can patch openemr/library/FeeSheet.class.php at master · openemr/openemr · GitHub to be

        $age = intval($a2[0]) - intval($a1[0]);

it will hopefully fix the issue.

Thanks,

That did fix that specific error. But there is something odd where when i use that hyperlink from billing manager report where if clicked it will send me to the patient finder tab but the encounter and patient are open in other tabs. There is not data entry in that current patient that is opened. But if i close the patient and then reopen it, then the prior encounter data and saved documents are available.

more errors after the patch fix noted below

[Mon Dec 09 14:38:47.205050 2024] [php:notice] [pid 1308694] [client 72.206.76.140:16684] [2024-12-09T14:38:47.204567-06:00] OpenEMR.ERROR: Comlink\\OpenEMR\\Modules\\TeleHealthModule\\Services\\TeleHealthRemoteRegistrationService->sendAPIRequest() Failed to send registration request Exception: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://ctsivbdg.comlinktelehealth.io:28749/CTSIVB/userprovision {"trace":"#0 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(205): GuzzleHttp\\\\Handler\\\\CurlFactory::createRejection(Object(GuzzleHttp\\\\Handler\\\\EasyHandle), Array)\\n#1 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(157): GuzzleHttp\\\\Handler\\\\CurlFactory::finishError(Object(GuzzleHttp\\\\Handler\\\\CurlHandler), Object(GuzzleHttp\\\\Handler\\\\EasyHandle), Object(GuzzleHttp\\\\Handler\\\\CurlFactory))\\n#2 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\\\Handler\\\\CurlFactory::finish(Object(GuzzleHttp\\\\Handler\\\\CurlHandler), Object(GuzzleHttp\\\\Handler\\\\EasyHandle), Object(GuzzleHttp\\\\Handler\\\\CurlFactory))\\n#3 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\\\Handler\\\\CurlHandler->__invoke(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#4 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(48): GuzzleHttp\\\\Handler\\\\Proxy::GuzzleHttp\\\\Handler\\\\{closure}(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#5 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): GuzzleHttp\\\\Handler\\\\Proxy::GuzzleHttp\\\\Handler\\\\{closure}(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#6 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Middleware.php(31): GuzzleHttp\\\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#7 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\\\Middleware::GuzzleHttp\\\\{closure}(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#8 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Middleware.php(66): GuzzleHttp\\\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#9 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\\\Middleware::GuzzleHttp\\\\{closure}(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#10 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\\\HandlerStack->__invoke(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#11 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\\\Client->transfer(Object(GuzzleHttp\\\\Psr7\\\\Request), Array)\\n#12 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\\\Client->requestAsync('...', Object(GuzzleHttp\\\\Psr7\\\\Uri), Array)\\n#13 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-faxsms/vendor/guzzlehttp/guzzle/src/ClientTrait.php(95): GuzzleHttp\\\\Client->request('...', '...', Array)\\n#14 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-comlink-telehealth/src/Services/TeleHealthRemoteRegistrationService.php(377): GuzzleHttp\\\\Client->post('...', Array)\\n#15 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-comlink-telehealth/src/Services/TeleHealthRemoteRegistrationService.php(189): Comlink\\\\OpenEMR\\\\Modules\\\\TeleHealthModule\\\\Services\\\\TeleHealthRemoteRegistrationService->sendAPIRequest('...', Array)\\n#16 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-comlink-telehealth/src/Services/TeleHealthRemoteRegistrationService.php(107): Comlink\\\\OpenEMR\\\\Modules\\\\TeleHealthModule\\\\Services\\\\TeleHealthRemoteRegistrationService->addNewUser(Object(Comlink\\\\OpenEMR\\\\Modules\\\\TeleHealthModule\\\\Models\\\\UserVideoRegistrationRequest))\\n#17 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-comlink-telehealth/src/Controller/TeleHealthVideoRegistrationController.php(227): Comlink\\\\OpenEMR\\\\Modules\\\\TeleHealthModule\\\\Services\\\\TeleHealthRemoteRegistrationService->createPatientRegistration(Array)\\n#18 /var/www/xxx/openemr/interface/modules/custom_modules/oe-module-comlink-telehealth/src/Controller/TeleHealthVideoRegistrationController.php(118): Comlink\\\\OpenEMR\\\\Modules\\\\TeleHealthModule\\\\Controller\\\\TeleHealthVideoRegistrationController->createPatientRegistration(Array)\\n#19 /var/www/xxx/openemr/vendor/symfony/event-dispatcher/EventDispatcher.php(230): Comlink\\\\OpenEMR\\\\Modules\\\\TeleHealthModule\\\\Controller\\\\TeleHealthVideoRegistrationController->onPatientUpdatedEvent(Object(OpenEMR\\\\Events\\\\Patient\\\\PatientUpdatedEvent), '...', Object(Symfony\\\\Component\\\\EventDispatcher\\\\EventDispatcher))\\n#20 /var/www/xxx/openemr/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\\\\Component\\\\EventDispatcher\\\\EventDispatcher->callListeners(Array, '...', Object(OpenEMR\\\\Events\\\\Patient\\\\PatientUpdatedEvent))\\n#21 /var/www/xxx/openemr/src/Services/PatientService.php(252): Symfony\\\\Component\\\\EventDispatcher\\\\EventDispatcher->dispatch(Object(OpenEMR\\\\Events\\\\Patient\\\\PatientUpdatedEvent), '...', 10)\\n#22 /var/www/xxx/openemr/library/patient.inc.php(1195): OpenEMR\\\\Services\\\\PatientService->databaseUpdate(Array)\\n#23 /var/www/xxx/openemr/interface/patient_file/summary/demographics_save.php(86): updatePatientData(26977, Array)\\n#24 {main}","endUrl":"https://ctsivbdg.comlinktelehealth.io:28749/CTSIVB/userprovision"} [], referer: https://xxx/interface/patient_file/summary/demographics_full.php
[Mon Dec 09 14:38:47.205501 2024] [php:notice] [pid 1308694] [client 72.206.76.140:16684] [2024-12-09T14:38:47.205446-06:00] OpenEMR.ERROR: Comlink\\OpenEMR\\Modules\\TeleHealthModule\\Services\\TeleHealthRemoteRegistrationService->addNewUser() Failed to provision user {"username":"9af22c2f-e359-4d2a-9e2c-7b266228969a","response":{"status":"500","internalStatus":"0","bodyResponse":"","internalError":"cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://ctsivbdg.comlinktelehealth.io:28749/CTSIVB/userprovision"}} [], referer: https://xxx/interface/patient_file/summary/demographics_full.php
[Mon Dec 09 14:40:29.072518 2024] [php:notice] [pid 1308693] [client 72.206.76.140:55673] [2024-12-09T14:40:29.072224-06:00] OpenEMR.ERROR: Not all selected assets were included in header {"selectedAssets":["no_bootstrap","no_fontawesome","no_main-theme","no_dialog"],"foundAssets":["jquery","utility","compact-theme","textformat"]} [], referer: https://xxx/interface/main/calendar/index.php?module=PostCalendar&func=view&tplview=&viewtype=day&Date=20241202&pc_username=&pc_category=&pc_topic=
[Mon Dec 09 14:41:11.955375 2024] [php:notice] [pid 1307858] [client 72.206.76.140:57350] [2024-12-09T14:41:11.955160-06:00] OpenEMR.ERROR: Not all selected assets were included in header {"selectedAssets":["no_bootstrap","no_fontawesome","no_main-theme","no_dialog"],"foundAssets":["jquery","utility","compact-theme","textformat"]} [], referer: https://xxx/interface/main/calendar/index.php?module=PostCalendar&func=view&tplview=&viewtype=day&Date=20241203&pc_username=&pc_category=&pc_topic=

Ok, there’s a lot of timing going on with those buttons back to the main page. When it fails to load the encounter properly you can refresh that encounter tab to bring it up okay.

xxx/openemr/interface/patient_file/summary/clinical_reminders_fragment.php(22): clinical_summary_widget(0, '...', '...', '...', '...')\n#7 {main}\n  thrown in /var/www/xxx/openemr/src/Services/PatientService.php on line 809, referer: https://xxx/interface/patient_file/summary/demographics.php?pid=36637```

There still seems to be a broken code related to this. Some patients work and some send the system into a spiral where patient and encounter are opened but the data is missing. I have relevant access code errors when the issue occurs. Please see below

xxx - - [11/Dec/2024:09:12:44 -0600] "POST /library/ajax/dated_reminders_counter.php HTTP/1.1" 200 1361 "https://xxx/interface/main/tabs/main.php?token_main=CyKsVEqMG1KeotQfjh7SdEHbud3pVNJdku2HKNSP" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:12:46 -0600] "POST /library/ajax/execute_background_services.php HTTP/1.1" 200 919 "https://www.xxx/interface/main/tabs/main.php?token_main=IVhGXvNZ7gjXWfwTe2U5pANwcWHLJZpPkgSCUmol" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:12:49 -0600] "POST /interface/main/dated_reminders/dated_reminders.php HTTP/1.1" 200 512 "https://xxx/interface/main/messages/messages.php?form_active=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:12:52 -0600] "POST /interface/patient_tracker/patient_tracker.php HTTP/1.1" 200 5886 "https://xxx/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:12:54 -0600] "POST /library/ajax/execute_background_services.php HTTP/1.1" 200 371 "https://xxx/interface/main/tabs/main.php?token_main=CyKsVEqMG1KeotQfjh7SdEHbud3pVNJdku2HKNSP" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:12:57 -0600] "POST /interface/main/dated_reminders/dated_reminders.php HTTP/1.1" 200 512 "https://xxx/interface/main/messages/messages.php?form_active=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:13:01 -0600] "POST /library/ajax/dated_reminders_counter.php HTTP/1.1" 200 1367 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:01 -0600] "POST /library/ajax/unset_session_ajax.php HTTP/1.1" 200 468 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:01 -0600] "GET /interface/patient_file/encounter/encounter_top.php?set_encounter=356&pid=33859 HTTP/1.1" 200 3600 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:01 -0600] "GET /controller.php?document&retrieve&patient_id=33859&document_id=-1&as_file=false&original_file=true&disable_exit=false&show_original=true&context=patient_picture HTTP/1.1" 200 6829 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:02 -0600] "POST /interface/main/dated_reminders/dated_reminders.php HTTP/1.1" 200 1060 "https://xxx/interface/main/messages/messages.php?form_active=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:13:02 -0600] "GET /interface/patient_file/encounter/forms.php HTTP/1.1" 200 6701 "https://xxx/interface/patient_file/encounter/encounter_top.php?set_encounter=356&pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:01 -0600] "GET /interface/main/finder/dynamic_finder.php HTTP/1.1" 200 9529 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:03 -0600] "POST /interface/main/dated_reminders/dated_reminders.php HTTP/1.1" 200 512 "https://xxx/interface/main/messages/messages.php?form_active=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:03 -0600] "GET /interface/main/finder/dynamic_finder_ajax.php?sEcho=1&iColumns=5&sColumns=name%2Cphone_home%2Css%2CDOB%2Cpubpid&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&sSearch_0=&bRegex_0=false&bSearchable_0=true&bSortable_0=true&mDataProp_1=1&sSearch_1=&bRegex_1=false&bSearchable_1=true&bSortable_1=true&mDataProp_2=2&sSearch_2=&bRegex_2=false&bSearchable_2=true&bSortable_2=true&mDataProp_3=3&sSearch_3=&bRegex_3=false&bSearchable_3=true&bSortable_3=true&mDataProp_4=4&sSearch_4=&bRegex_4=false&bSearchable_4=true&bSortable_4=true&sSearch=&bRegex=false&iSortCol_0=0&sSortDir_0=asc&iSortCol_1=1&sSortDir_1=asc&iSortCol_2=2&sSortDir_2=asc&iSortCol_3=3&sSortDir_3=asc&iSortCol_4=4&sSortDir_4=asc&iSortingCols=5&searchType=false&_=1733929982953 HTTP/1.1" 200 2013 "https://xxx/interface/main/finder/dynamic_finder.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:03 -0600] "POST /interface/patient_tracker/patient_tracker.php HTTP/1.1" 200 5886 "https://xxx/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:13:01 -0600] "GET /interface/patient_file/summary/demographics.php?pid=33859 HTTP/1.1" 200 30246 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "POST /interface/patient_file/summary/labdata_fragment.php HTTP/1.1" 200 573 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "POST /interface/patient_file/summary/vitals_fragment.php HTTP/1.1" 200 531 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "GET /Documentation/help_files/medical_dashboard_help.php HTTP/1.1" 200 4978 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "POST /interface/patient_file/summary/pnotes_fragment.php HTTP/1.1" 200 646 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "POST /interface/patient_file/summary/stats.php HTTP/1.1" 200 898 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "POST /interface/patient_file/summary/patient_reminders_fragment.php HTTP/1.1" 200 400 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:04 -0600] "POST /interface/patient_file/summary/clinical_reminders_fragment.php HTTP/1.1" 200 7102 "https://xxx/interface/patient_file/summary/demographics.php?pid=33859" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
xxx - - [11/Dec/2024:09:13:06 -0600] "POST /library/ajax/execute_background_services.php HTTP/1.1" 200 919 "https://xxx/interface/main/tabs/main.php?token_main=kVh6TUrnjOnVBAvMa9hPoW0F2iQ3UEfavLI1briT" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:13:06 -0600] "POST /interface/patient_tracker/patient_tracker.php HTTP/1.1" 200 11633 "https://xxx/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:13:08 -0600] "POST /library/ajax/dated_reminders_counter.php HTTP/1.1" 200 621 "https://xxx/interface/main/tabs/main.php?token_main=N7bCGxYFlQ15ul59LtCLw4THWfBwqjMEFeqfgzwW" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
xxx - - [11/Dec/2024:09:13:11 -0600] "POST /library/ajax/execute_background_services.php HTTP/1.1" 200 919 "https://xxx/interface/main/tabs/main.php?token_main=Z58yboxMCChewbQiaRp0ry2PEvi8a0QaMLGFViSo" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
::1 - - [11/Dec/2024:09:13:11 -0600] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.52 (Ubuntu) PHP/8.1.2-1ubuntu2.19 OpenSSL/3.0.2 (internal dummy connection)"
xxx - - [11/Dec/2024:09:13:12 -0600] "POST /interface/patient_tracker/patient_tracker.php HTTP/1.1" 200 5338 "https://xxx/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"
::1 - - [11/Dec/2024:09:13:14 -0600] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.52 (Ubuntu) PHP/8.1.2-1ubuntu2.19 OpenSSL/3.0.2 (internal dummy connection)"
::1 - - [11/Dec/2024:09:13:15 -0600] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.52 (Ubuntu) PHP/8.1.2-1ubuntu2.19 OpenSSL/3.0.2 (internal dummy connection)"
xxx - - [11/Dec/2024:09:13:17 -0600] "POST /library/ajax/dated_reminders_counter.php HTTP/1.1" 200 1171 "https://xxx/interface/main/tabs/main.php?token_main=olh05cybl7gdeyf46waC3b7K1GhonXU8SAUbu3G5" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0"

hi @toddmleleux , try removing this line.

Thank you as this appears to resolve that issue of going to the finder page. However, when selecting patients from the billing manager to open the chart, the selection doesnt add the patient to the recent patient list of patient finder. I open the chart, work on it, and if i forgot something, I would goto finder, recent patients, and its not in the list. Just a minor issue that doesnt affect functionality but would be nice to toggle back to chart.

Todd