...
...
...
This WS allows getting stats of medical programs already provided by the divisions of the legal entity. Also, this list can be filtered using search parameters.
Key points
...
No authorization is needed to get provision stats.
...
The method returns a list of all Medical programs provision in the system with detailed data from the Report database.
Table of Contents | ||||
---|---|---|---|---|
|
Purpose
Searche Medical program provision by parameters and returne it's details
Specification
Page Properties | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Logic
Get and render all the records from Report DB, medical_program_provision table filtered by search params.
Preconditions
API paragraph not found
Global and configurable parameters
No
Input parameters
No
Filters
See on Apiary
Dictionaries
API paragraph not foundMethod searches Medical program provision by parameters and returnes it's details
Filters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
id | String | provision ID |
| |
medical_program_id | String | Medical program ID |
| |
medical_program_name | String | the name of medical program |
| |
division_id | String | ID of the division that provides a program |
| |
division_name | String | the name of pharmacy division |
| |
is_active | Boolean | Medical program provision status |
| |
page | Number |
| ||
page_size | Number |
|
Request structure
API paragraph not found
Authorize
API paragraph not found
...
Request to process the request using a token in the headers
Headers
Наприклад:
Content-Type:application/json
...
Request data validation
API paragraph not found
Dictionaries
MEDICAL_PROGRAM_TYPE
FUNDING_SOURCE
MR_BLANK_TYPES
ADDRESS_TYPE
COUNTRY
SETTLEMENT_TYPE
STREET_TYPE
PHONE_TYPE
Processing
API paragraph not found
...
Expand | ||
---|---|---|
| ||
|
...
API paragraph not found
HTTP status codes
...
HTTP status code | Message | What caused the error |
---|---|---|
200 |
...
|
|
...
Backward compatibility
...