Plugin to open vip.invisalign.com

For users or potential users.
Post Reply
User avatar
irfan
Posts: 216
Joined: Thu Oct 21, 2010 9:09 am

Plugin to open vip.invisalign.com

Post by irfan » Sat Apr 04, 2020 6:42 am

Obviously easy to make one open a website, but how about to pre fill the patients name So it goes right to the patients clincheck?

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Plugin to open vip.invisalign.com

Post by cmcgehee » Mon Apr 06, 2020 7:58 am

Can the website accept the patient name via URL arguments?
Chris McGehee
Open Dental Software
http://www.opendental.com

User avatar
irfan
Posts: 216
Joined: Thu Oct 21, 2010 9:09 am

Re: Plugin to open vip.invisalign.com

Post by irfan » Fri Jun 19, 2020 6:37 am

cant take patient name, but it can use an internal invisalign ID#. seems like we would have to manually enter the ID into an open dental field to be able to push that back out.

User avatar
irfan
Posts: 216
Joined: Thu Oct 21, 2010 9:09 am

Re: Plugin to open vip.invisalign.com

Post by irfan » Fri Jun 19, 2020 6:40 am

actually i see that invisalign can search by either first or last name (not both), and this does show in the URL. so that could work to at least narrow it immediately to the last name when going into invisalign.

Edit:
solved it by creating a program link that opens chrome and points to:
https://vip.invisalign.com/v3/auth/pati ... ing=[LName]

this presearches for the patients last name and then its a quick click on a short list to open the patient file.

User avatar
drtech
Posts: 1647
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Plugin to open vip.invisalign.com

Post by drtech » Fri Jun 19, 2020 10:46 am

Thanks, that helped a lot. Here it is in an easier to copy form:

Code: Select all

https://vip.invisalign.com/v3/auth/patient/patientList.action?display.searchString=[LName]
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

User avatar
irfan
Posts: 216
Joined: Thu Oct 21, 2010 9:09 am

Re: Plugin to open vip.invisalign.com

Post by irfan » Fri Jun 19, 2020 12:07 pm

Code: Select all

https://vip.invisalign.com/v3/auth/patient/patientList.action?display.searchString=[LName]&display.searchInFilter=false&settings.strFilters=CURRENT%2CACTION%2CARCHIVED&display.searchTreatmentType=
works better. the other one doesnt always show archived patients. this one should show those

Post Reply