ЕСОЗ - публічна документація

RC [WP] Get Groups of Diagnoses list_EN

Purpose

This WS allows to get list of Groups of Diagnoses without details by legal entity employees. Used to get id, name and description of the Group of Diagnoses.

Key points

  1. This is a REST method used by MIS.

  2. Authorization is not needed to get Diagnoses Groups list (as dictionaries).

Specification

Apiary

Search params

  • Group of Diagnoses name

  • Group of Diagnoses code

Service logic

  1. Filter active diagnoses_groups by search params (name, code)

  2. Render found diagnoses_groups with following params only:

    1. id

    2. name

    3. code

    4. description

ЕСОЗ - публічна документація