Purpose*
Method returns list of participants (medications) of medical programs filtering by parameters.
Specification*
Logic*
API paragraph not found
Filters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
id | String | Program_medications Identifier (medication within the program) |
| |
medical_program_id | String | medical program identifier |
| |
medical_program_name | String | medical program name |
| |
innm_dosage_id | String | INNM dosage Identifier |
| |
innm_dosage_name | String | INNM dosage name |
| |
medication_id | String | Medication Identifier |
| |
medication_name | String | Medication name |
| |
page | Number | Page number |
| |
page_size | Number | A limit on the number of objects to be returned, between 1 and 100. Default: 50 |
|
Request structure*
API paragraph not found
Authorize*
Verify the validity of access token
In case error - generate 401 response
Check user scope (scope = 'program_medication:write') in order to perform this action
In case error - generate 403 response
Request to process the request using a token in the headers
Headers*
Наприклад:
Content-Type:application/json
Request data validation*
API paragraph not found
Processing*
API paragraph not found
Response structure*
See on Apiary
Example:
Post-processing processes*
API paragraph not found