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

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

« Previous Version 5 Next »

General

Release 1

  1. DLS Registry is managed by NHS
  2. DLS Registry must be updated in eHealth daily by NHS (DB inserts, DB updates)
  3. eHealth processes DLS Replica daily to reflect division statuses

DLS Replica structure

DB: DLS

Table: dls_registry

ParameterTypeM/ODescription
iduuidMDivision identifier in eHealth
dls_idvarchar(20)MDLS identifier
dls_statusvarchar(50)MDLS status
inserted_attimestampM

DLS Processor

Each record from DLS Replica must be processed

  1. Find division in PRM using replica division_id
    1. In case division by id not found - log error (including id) and skip this record
  2. Update only divisions with type DRUGSTORE and DRUGSTORE_POINT
PRM.divisionsDLS.dls_registry
dls_iddls_id
dls_statusdls_status

DLS statuses

TBD

References

  • No labels