We're using OD 6.7. I'm building a custom query for the procedurelog table. I need to show the tooth number using the international system numbering, not the US one. Is there a simple way to do that? Has this been addressed in a more recent version?
Thanks
International tooth numbering in queries
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: International tooth numbering in queries
I don't think that has been addressed.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: International tooth numbering in queries
Open office does not have the ability to use FDI World Dental Federation Two-Digit Notation (international)?
We primarily use this in Canada, please advise as I am considering to use Open Office and this would be a definite consideration.
Thanks in advance.
We primarily use this in Canada, please advise as I am considering to use Open Office and this would be a definite consideration.
Thanks in advance.
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: International tooth numbering in queries
Open Dental definitely does have very good support for FDI notation. I was wrong. I just tested it, and as long as you run the query from inside Open Dental, it will reformat the tooth numbers.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: International tooth numbering in queries
I guess I will have to upgrade to a newer version to get it to work, it definitely does not in 6.7.
Thanks.
Thanks.
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: International tooth numbering in queries
The column name in the result must be toothnum; capitalization is not important. I don't think anything has changed in newer versions. So it sort of depends on how you write the query. For example, it won't work in the WHERE clause, only in the result set.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: International tooth numbering in queries
That was it. Leaving the column header to toothnum fixed it. That works for me. Thanks!