ONLY FOR INTERNAL REFERENCE BY CONVERSION TECHNICIANS, DO NOT PROVIDE OUTSIDE THE ORGANIZATION
NOTE: This is for the PostgreSQL database version of Dentrix Imaging Center
NOTE: Convert to XrayVision first, then to DICOM
Unzip two converter folders:
Converter-ascend-to-XV
Converter-XV-to-DICOM
-
First, convert Dentrix Ascend to a blank XrayVision (Apteryx Imaging) database
Use the empty \patients\ folder in the converter directory as the blank database
Then convert the Apteryx Imaging (XV) database to DICOM
Run ALL of these steps for BOTH the INITIAL AND FINAL conversions:
Make a new "Dentrix Imaging Center" folder inside the converter-ascend-to-XV folder
Make these subfolders inside the "Dentrix Imaging Center" folder: patient, exam, examimage
In Start Menu try to find Imaging Center Configuration tool, and launch it, or try to run this EXE: "C:\Program Files (x86)\Dentrix Imaging Center\CONFIG\DTXIC Configuration.exe
-
Click Show Password to see the SQL database password. Copy this password to Notepad.
Search for pgAdmin in the Start Menu. If pgAdmin is not installed, then install the latest version of pgAdmin4 from www.pgadmin.org
-
Launch pgAdmin, go to the Object Explorer on the left, and choose the PostgreSQL 16 server:
It will prompt for the password to connect to the server. Enter the password copied from step #2 above.
Within the object explorer, navigate to Databases > realcloud > Schemas > Tables
Right-click on the exam table, and go to Import/Export Data
-
On the Options tab, enable Header. For the Delimiter, choose [tab].
On the General tab, choose Export, choose "csv" for the format, specify the filename exam.TXT and save it to the folder Dentrix Imaging Center\exam\
Repeat steps 9-11 for the examimage and patient tables, saving to the examimage and patient folders.
Import each TXT file into Excel, and select "Do not detect data type" during import
-
Export each Excel sheet as a CSV (comma-delimited) file: patient.csv, exam.csv, examimage.csv
NOTE: Open each CSV in Notepad and delete the first row "Column1, Column2, Column3…" so that the header row "PatientID…" is the first row.
Transfer CSV files into each of the patient/exam/examimage folders created above
Launch converter-ascend-to-XV, select convert to Apteryx Imaging database, and choose the blank "patients" database.
-
Select Dentrix Ascend for the database to convert
Data path: converter-ascend-to-XV\Dentrix Imaging Center
Image path: ..\DENTRIX\Common\Imaging Center
After converting from Ascend to XV, then run converter-XV-to-DICOM and convert the \patients\ folder created above into DICOM format, destination path: converter-XV-to-DICOM\Apteryx-Images
NOTE: For final conversion, do NOT reuse any of the old CSV files from the initial conversion. You will need to re-export all of the latest table data to new CSV files.