Search found 6 matches

by jeychon
Wed Sep 21, 2022 10:54 am
Forum: API
Topic: Slot API error
Replies: 13
Views: 2966

Re: Slot API error

SLeon,

Appreciate for your help, I solved your problem. Yes you are right. I assigned the operatory to provider and add OpNum, ProvNum. I could get the information of Slot.

Really appreciate for your support and take care of the solution.

Thank you.
by jeychon
Tue Sep 20, 2022 12:45 pm
Forum: API
Topic: Slot API error
Replies: 13
Views: 2966

Re: Slot API error

Hello, Thank you for helping me out I tried not to using current_app configuration. Unfortunately, it did not help. Also, I tried the other API such as "/patients/Simple?Birthdate=1950-06-01." it worked. I can get the information. I tried appointments?date=2022-0926 it worked. Only when I add 'Slots...
by jeychon
Fri Sep 16, 2022 5:03 pm
Forum: API
Topic: Slot API error
Replies: 13
Views: 2966

Re: Slot API error

No, Formatting is not a problem. Because I can get the data when I use 'appointments?date=2022-09-19' .
by jeychon
Fri Sep 16, 2022 2:12 pm
Forum: API
Topic: Slot API error
Replies: 13
Views: 2966

Re: Slot API error

Please see my API request as below Source code: URL = f"{current_app.config['OD_API_REQUEST_URL']}/appointments/Slots?date=2022-09-19" headers = {"Content-Type":"application/json", "authorization":f"ODFHIR {current_app.config['OD_DEVELOPER_API_KEY']}/{current_app.config['OD_CUSTOMER_API_KEY']}" } re...
by jeychon
Tue Sep 13, 2022 4:48 pm
Forum: API
Topic: Slot API error
Replies: 13
Views: 2966

Re: Slot API error

Thank you so much for the follow up. but my version 22.2.37 still has the same problem. I used the API of 'appointments' instead of appointment/Slots.
Do I need to install beta version of 22.3.6?
by jeychon
Sun Sep 11, 2022 11:41 am
Forum: API
Topic: Slot API error
Replies: 13
Views: 2966

Slot API error

OD version : 22.2.37 (updated 9/11/22) Hello, The other APIs are working but when I try to use the API of GET//appointments/Slots. I got error "Error. This is most likely a version issue. The version that the customer is using might be too old to support the API method used." So I just updated the O...