BlueBook Selection

For requests or help with our API
Post Reply
omar22
Posts: 67
Joined: Mon Dec 05, 2022 2:38 pm

BlueBook Selection

Post by omar22 » 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

justine
Posts: 286
Joined: Tue Dec 28, 2021 7:59 am

Re: BlueBook Selection

Post by justine » Fri Dec 27, 2024 1:39 pm

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!

omar22
Posts: 67
Joined: Mon Dec 05, 2022 2:38 pm

Re: BlueBook Selection

Post by omar22 » 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

justine
Posts: 286
Joined: Tue Dec 28, 2021 7:59 am

Re: BlueBook Selection

Post by justine » Fri May 09, 2025 8:53 am

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!

Post Reply