Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View file
namels4208-quick-reference-guide-en-us.pdf

Bluetooth

Foundry Health IQVIA does not use wireless scanners during the development and testing of ClinSpark. We generally have not found them as reliable as their wired USB counterparts.

...

Occasionally customers will ask us about using USB foot pedals with ClinSpark in lieu of a mouse (or other input peripherals) such as a laboratory settings, to improve workflows.

The Foundry Health IQVIA team is familiar with foot pedals and their intended use. However, we instead decided to add logic in certain workflows to allow a barcode scanner to serve as the primary input and act in a fashion to keep data collectors ‘hands free’. Here are a few examples:

...

Those are just a few of the areas we’ve considered. Our goal in ClinSpark is for users to leverage the scanner as much as possible for the best possible user experience in context of various workflows as a way to make a foot pedal not necessary.

Troubleshooting

When If your scanner doesn’t seem to work in Clinspark with ClinSpark, a good first step would be to try & to scan the barcode in a text editor, like notepad. A more advanced editor like Notepad++ comes in handy to detect the correct characters.

The procedure would be as follows:

  • Open Notepad++

  • In Notepad++ go to View > Show Symbol > Show All Characters:

  • Scan a barcode

  • The result should look like this:

...

  • The cursor is on the next line, and that the CR LF (Carriage Return, Line Feed) special characters are placed after the barcode. If that is not the case, re-check the steps at the section Configuring the LS4208 and LS2208 for ClinSpark

  • Characters match the case (F instead of f), and that dashes and numbers are displayed correctly. If that is not the case, re-check the steps at the section QWERTY and AZERTY

  • Clinspark ClinSpark expects the barcode to come in about 400msec from start to end. If the barcode is appearing appears very slowly in Notepad++ notoriously slow, check the connection or try another scanner.

A One last thing to try, is entering the barcode manually in Clinspark ClinSpark using Chrome Developer tools & and the barcodeListenCallback() function. Clinspark ClinSpark should then behave similarly as if the barcode was processed.

  • Open ClinsparkClinSpark, and navigate to the dashboard.

  • Open up Chrome Developer tools

  • Go to the Console

  • Ignore possible warnings in the console, and type on the last line, after the > the following: barcodeListenCallback("S1"). Replace S1 with the barcode you actually want to try/enter.

  • Press enter. Clinkspark ClinSpark will now execute that barcode, as when it would scan with a barcode scanner.

...