Treatment plan scheduled?
Posted: Wed Apr 30, 2025 1:10 pm
I'm looking to see whether an active treatment plan has any of the associated procedures scheduled or completed. If I'm looking at the documentation, it looks like I'll have to make a couple of calls in order to do this:
1. Get the treatment plan id GET /treatplans
2. Get the procedures with the plan GET /treatplanattaches
3. Get the details of the procedures to see the status GET /procedurelogs
Am I overlooking a simpler way to see what the status is of the procedures associated with a treatment plan?
Thanks.
1. Get the treatment plan id GET /treatplans
2. Get the procedures with the plan GET /treatplanattaches
3. Get the details of the procedures to see the status GET /procedurelogs
Am I overlooking a simpler way to see what the status is of the procedures associated with a treatment plan?
Thanks.