1. Open the offline app (online version does not work, due to security constraints in the web browser)
2. Navigate to Settings (cogwheel icon up and to the right) > Clinic > X-ray integration
3. Click on the plus sign and select the "CliniView" X-ray software. The integration is created. "CliniView" should now show up in the navigation menu
4. Select the integration that was just added
5. Click on the button for selecting search path to the X-ray software. Select the X-ray software, e.g. "C:\Program Files (x86)\CliniView/CliniView.exe"
6. Configure the string arguments, according to the following:
- 1st argument: patient.xray_id property with a minus sign before ("-")
- 2nd argument: patient.first_name property with quotation marks before and after ("$1")
- 3nd argument: patient.last_name property with quotation marks before and after ("$1")
- 4th argument: patient.social_security_number but without the 2 first digits and a hyphen between the 6th and 7th characters
- 5th argument: patient.social_security_number recalculated into birth date ("YYYY-MM-DD")
To find the patient ID bridge, open Cliniview, select a patient and navigate to Patient > Info > "PatID (Bridge)".
When clicked, a command is executed on the computer. For testing, the commands executed can be viewed in the console, e.g. in the Console tab in Chrome/Chromium.