Scheduling

Feature #33400 – Capture telemetry for appointment search time

Summary

This enhancement to Scheduling updates web service logging when performing an appointment search to capture both the search and display time.

Feature Description

With this change, when scheduling an appointment and the appointment Search button is clicked, RIS will first capture and log the elapsed time for the Web Service to return results, e.g.:

10:31:34.123 AM  # AppointmentSearch.GenerateResults took 83 ms (main)

Secondly, RIS will now also log the elapsed time to update the UI with the results, e.g.:

10:31:34.036 AM  DataStore AppointmentSearch - 11512211 (115)

This additional metric allows better monitoring of UI performance.

Configuration Instructions

No System Administrator actions are necessary to enable this feature.