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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels