I just came across this thread as I was searching for a similar solution. Not sure that this will help anyone, but the changes mentioned below worked in CPS 12.0.13 and should work in both older and future versions of the product as the application launch is handled primarily by Windows.
Twerner mentioned in her post re adjusting the melsetvar.txt file value for _Browsermode from '0' (zero) to '1' to disable the built in wrapper Centricity uses for common files types (PDF's, HTTP(S) links and things of the like). We wanted something similar, but in our case didn't want to disable the "Centricity Practice Solutions Browser" all together. Our use case surrounded a PACS integration which sends messages to LinkLogic which are then imported as secure links into the patient chart.
We found that when trying to open these links through the Centricity wrapper that most functions and images did not load correctly. However when opened under Internet Explorer directly, everything behaved normally. We wanted to selectively use Internet Explorer for just these links as most of our users are comfortable with the streamlined look of the Centricity Browser.
After some testing, it turns out that if you add the following to the path of your attachment, Windows will try and open the file with it's default Internet Browser (which as of writing this will still be IE due to CPS launch requirements). Example below:
- Normal path to a PDF stored in Document Management
http://doc_mgmt/attachment.pdf
- Adjusted path including the windows protocol
URL:http://doc_mgmt/attachment.pdf
The same should also work for web links if you'd like to open the full browser, which is what we did for the PACS.
How you make that adjustment to the path can be accomplished in a number of ways. For us we are using Mirth to sit between the sending PACS system and LinkLogic, the logic for updating that link is happening there. You could also go the SQL route, but that is less attractive for a perpetual solution. Depending on the sending party, they may also be able to edit what they are sending and save you the trouble of making any adjustments.
Hope this helps someone else in the future.
Posted : July 20, 2018 11:57 am