Frequently Asked Question
- On the same day you can change to Demographics easily, you only need to do the correction in the Patient Info
- When you want to correct older Demographics, you need to go in the "SQL Management Studio"
2.1 Open the SQL Management Studio
2.2 Connect with the Right SQL Server, you will find it in our Software what is the right server
2.3 Select the Database and the Table dbo.PatientGeneralInfo, with right mouse click "SelectTop 200 Rows"
2.4 Write this in the last line of the query:
where LastName = 'Patient Name'
put in the right Patient Name between here 'Patient Name'
Then you will get back a result like that:
Please note the "ID" number, in my case its 17
2.5 Select Table dbo.PatientHealthlInfo, with right mouse click "Edit Top 200 Rows"
Then you will find the last database entries of all Patients, Please search for your ID Number and make the changes.