Page 1 of 1
BlueBook Selection
Posted: Fri Dec 27, 2024 10:05 am
by omar22
Hello all,
Hope you had a wonderful holiday! I wanted to request a quick feature. At this point, with the insplan API I am only able to identify whether or not to use blue book. Is there a way to also be able to select whcih manual blue book to select?
Thank you very much in advance.
Omar
Re: BlueBook Selection
Posted: Fri Dec 27, 2024 1:39 pm
by justine
omar22 wrote: ↑Fri Dec 27, 2024 10:05 am
Hello all,
Hope you had a wonderful holiday! I wanted to request a quick feature. At this point, with the insplan API I am only able to identify whether or not to use blue book. Is there a way to also be able to select whcih manual blue book to select?
Thank you very much in advance.
Omar
Good afternoon omar22,
You can tell which version of Blue Book
(None, Legacy, or Blue Book) is being used by calling preferences GET.
Code: Select all
https://api.opendental.com/api/v1/preferences?PrefName=AllowedFeeSchedsAutomate
Returns:
Code: Select all
{
"PrefNum": 196,
"PrefName": "AllowedFeeSchedsAutomate",
"ValueString": "0"
}
ValueString: "0" means None.
ValueString: "1" means Legacy.
ValueString: "2" means Blue Book.
Blue Book setup must be done by the office.
Thanks!
Re: BlueBook Selection
Posted: Tue May 06, 2025 7:31 am
by omar22
Awesome. Some clinics haev multiple bluebooks; is there a way I can select a specific one? For ex, Bluebook 1 vs Bluebook2 vs Blueblook 3 etc
Re: BlueBook Selection
Posted: Fri May 09, 2025 8:53 am
by justine
omar22 wrote: ↑Tue May 06, 2025 7:31 am
Awesome. Some clinics haev multiple bluebooks; is there a way I can select a specific one? For ex, Bluebook 1 vs Bluebook2 vs Blueblook 3 etc
Good morning omar22,
I have added adding insplan.ManualFeeSchedNum to the API development list.
Thanks!