Skip to content
  • There are no suggestions because the search field is empty.

How to enable DAX within Dragon Medical One

The guide will show you how to enable DAX Copilot within Dragon Medical One

This applies only to DAX Copilot purchased through Dictation.Cloud or eDist; customers who purchased through another distributor should refer to their installation guide.

A DAX Copilot License is also required to use DAX Copilot!

 

  1. Locate and open your Dragon's <SoD.exe.config> file.


     

  2. Locate and navigate to the Authentication section:
  3. You will need to update and change the values exactly as seen below:

    Click here for a downloadable text version!

    <setting name="Authentication" serializeAs="String">

    <value>sso</value>

    </setting>

    <setting name="Flavor" serializeAs="String">

    <value>8d30958a-8431-4b7e-b48f-6e325609a0e7</value>

    </setting>

    <!-- Specify Domain, ClientID, Connection and RedirectUri setting values when Authentication setting value is "sso". -->

    <setting name="Domain" serializeAs="String">

    <value>nuancehdp.auth0.com</value>

    </setting>

    <setting name="ClientId" serializeAs="String">

    <value>VciIqLBaeXLkvtTyiqadxPBFsCLbpYam</value>

    </setting>

    <setting name="Connection" serializeAs="String">

    <value>NuanceNMS</value>

    </setting>

    <setting name="Audience" serializeAs="String">

    <value>https://daxexpress.nuancedax.com</value>

    </setting>

    <setting name="RedirectUri" serializeAs="String">

    <value>https://nuancehdp.auth0.com/mobile</value>

    </setting>

    <setting name="SystemGUID" serializeAs="String">

    <value>7a2bc4dd-3c4c-44b0-864a-d

    97233171887

    </value>

    </setting>

    4.

  4. Don't forget to save!