For users who have low vision / no vision, or have difficulty typing, you can enable auto-check-in so that a patient only has to click the Provider's Room Link (URL) to be immediately checked into your waiting room - no need to even type their name.
Enable auto check-in
Auto check-in simply requires you to add some extra information to your room link when inviting a patient who would benefit from auto check-in.
Simply add this string of text to the end of your waiting room link:
?username=patientName&autocheckin=true
In the above example, replace patientName with the patient's name as you wish it to display in your patient queue when that patient has checked in.
After you do this your Room Link will look similar to this:
https://doxy.me/ProviderRoomName?username=JaneDoe&autocheckin=true
Be sure to include the ? after your usual room name and before the userName and autocheckin attributes.
Note that the above example will display the patient's name as JaneDoe. For a better displayed name, you can use the HTML 'space' entity %20 to create space between first and last name, like this:
Jane%20Doe
Because all of doxy.me's invite options are editable, you can apply the auto check-in procedure to any invite you send to your patients.
If you have any questions, please contact our support team.