You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- if I don't provide dates, I get an exception
2- This request responds with 0 results in the bundle, but there should be lots. See screen shot that shows large blocks of in-office time for provider. The id in the auth provider table equals 1, and the id in the users table on EHR database equals 4. The id of 1 in the query string should map to the id of 4 in the EHR database and return available slots.
+----+-----------+----------+------------------+---------------------+---------+-------+---------+---------------------+--------+----------------+
| id | firstname | lastname | practice_name | address | town | state | country | email | emr_id | connection_key |
+----+-----------+----------+------------------+---------------------+---------+-------+---------+---------------------+--------+----------------+
| 1 | John | Dow | ophthalmologist | 1757 E. Baseline Rd | Gilbert | AZ | US | [email protected] | 4 | mysql |
No description provided.
The text was updated successfully, but these errors were encountered: