Table of Contents |
---|
Purpose
This method is designed to search legal entities divisions on public portal by employees or any citizen of Ukraine .Legal entities and divisions or via cabinet by any registered patient
Divisions should be filtered on portal by settlement, edrpou and Typename. At the moment only MSP is shown on the map and filters, PHARMATHY will be done in future.
Each legal entity should contain link to the list of employeesdivision should be linked to its LE.
Divisions have link to the map and legal entity.
All datas are shown without scopes from reports DB.
Design
https://www.dropbox.com/sh/l31iagfifbfrigq/AAAtAJmNBRa2L37jVPamQUaWa?dl=0
Divisions
Specification
Search divisions
Search divisions by filters in payload.
- Search only ACTIVE divisions
Filter by
- region_name region (optional, as `LIKE *`)district_
- name area (optional, as `LIKE *`)settlement_
- name settlement (optional, as `LIKE *`)
- name (optional, as `LIKE *`)
- type (optional, Dictionary DIVISION_TYPE)
- legal_entity.edrpou _edrpou (optional)
- legal_entity_id (optional)
- legal_entity_name (optional)
- employee_id (optional)
In case none division was found return 200 and empty array.
Response
Division details + legal entity details
Show divisions on map
If there are several divisions with the same Latitude and Longitude, several meters should be added to coordinate in order to separate points on map.
...