Investigate if the clinician user, with related user identified by `user_id`, is health care provider
@@ -273,7 +273,7 @@ ClinicianUser
:parameter json `data`: if success is True, it contains the keys `user_id` (for the related user id) and `is_health_care_provider` (for the health care provider state)
- .. http:method:: POST /users/clinician_user/(user_id)/set_provider/
Set the clinician user, with related user identified by `user_id`, health care provider state to True
@@ -286,7 +286,7 @@ ClinicianUser
:parameter json `data`: if success is True, it contains the keys `user_id` (for the related user id) and `is_health_care_provider` (for the health care provider state)
- .. http:method:: GET /users/clinician_user/search/
+ .. http:get:: /users/clinician_user/search/
Get a list of clinician users matching a query string in fields: username, last_name, first_name, email, certified_email or specialization
@@ -302,7 +302,7 @@ ClinicianUser
data of clinician users matching the query string, in json format
- .. http:method:: GET /users/clinician_user/(user_id)/get_user_info/
Set the activation state `active_state` (active or inactive) to the task group identified by `task_group_id`
@@ -395,7 +395,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `id` (for the task group id) and `is_active` (for the activation state), in json format
- .. http:method:: GET /users/task_group/(task_group_id)/is_provider/
Investigate if the task group identified by `task_group_id` is health care provider
@@ -408,7 +408,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `id` (for the task group id) and `is_health_care_provider` (for the health care provider state)
- .. http:method:: POST /users/task_group/(task_group_id)/set_provider/
Set the task group identified by `task_group_id` as health care provider
@@ -421,7 +421,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `id` (for the task group id) and `is_active` (for the activation state), in json format
- .. http:method:: POST /users/task_group/(task_group_id)/add_user/(user_id)/
Add the user identified by `user_id` to the task group identified by `task_group_id`
@@ -434,7 +434,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `task_group_id` (for the task group id) and `user_id` (for the user just added to the task group), in json format
- .. http:method:: POST /users/task_group/(task_group_id)/remove_user/(user_id)/
Remove the user identified by `user_id` from the task group identified by `task_group_id`
@@ -447,7 +447,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `task_group_id` (for the task group id) and `user_id` (for the user just removed from the task group), in json format
- .. http:method:: GET /users/task_group/(task_group_id)/list_users/
Add the related task group identified by `related_task_group_id` to the task group identified by `task_group_id`
@@ -473,7 +473,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `task_group_id` (for the task group id) and `related_task_group_id` (for the related task group just added to the task group), in json format
- .. http:method:: POST /users/task_group/(task_group_id)/remove_related_task_group/(related_task_group_id)/
Remove the related task group identified by `related_task_group_id` from the task group identified by `task_group_id`
@@ -486,7 +486,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `task_group_id` (for the task group id) and `related_task_group_id` (for the related task group just removed from the task group), in json format
- .. http:method:: GET /users/task_group/(task_group_id)/list_related_task_groups/
Investigate if the task group identified by `task_group_id` has clinician users
@@ -512,7 +512,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `task_group_id` (for the task group id) and `clinicians_count` (for the number of clinician user that belong to task group)
- .. http:method:: GET /users/task_group/(task_group_id)/list_clinicians/
Investigate if the task group identified by `task_group_id` has health care provider clinician users
@@ -538,7 +538,7 @@ TaskGroup
:parameter json `data`: if success is True, it contains the keys `task_group_id` (for the task group id) and `clinicians_count` (for the number of health care provider clinician user that belong to task group)
- .. http:method:: GET /users/task_group/(task_group_id)/list_clinician_providers/
Investigate if the clinician user, with related user identified by `user_id`, is health care provider
@@ -31,7 +31,7 @@ APIs
:parameter json `data`: if success is True, it contains the keys `user_id` (for the related user id) and `is_health_care_provider` (for the health care provider state)
- .. http:method:: POST /users/clinician_user/(user_id)/set_provider/
Set the clinician user, with related user identified by `user_id`, health care provider state to True
@@ -44,7 +44,7 @@ APIs
:parameter json `data`: if success is True, it contains the keys `user_id` (for the related user id) and `is_health_care_provider` (for the health care provider state)
- .. http:method:: GET /users/clinician_user/search/
+ .. http:get:: /users/clinician_user/search/
Get a list of clinician users matching a query string in fields: username, last_name, first_name, email, certified_email or specialization
@@ -60,7 +60,7 @@ APIs
data of clinician users matching the query string, in json format
- .. http:method:: GET /users/clinician_user/(user_id)/get_user_info/
0 comments on commit
4e78887