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

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 12 Next »

Dashboards

  1. As MSP doctor I should see all declarations, created by me

    filters:

    • date
    • date period

    dashboard parameters:

    • active declarations amount on date
    • amount of created declarations and closed declarations for the period
  2. As MSP owner I should see all declarations which related to this MSP

    filters:

    • date
    • date period

    dashboard parameters:

    • active declarations amount on date
    • amount of created declarations and closed declarations for the period

  3. As NHS Portal user I should see all active declarations and doctors in the context of area

    filters:

    • date
    • date period (limited on the site side)

    dashboard parameters:

    • active declarations amount on date
    • amount of created declarations for the period
    • active doctors on date 
    • amount of created doctors for the period
  4. As NHS Portal user I should see map with MSP divisions which contain:
    • active declarations amount
    • active doctors
    • division address
    • division phone
    • division location
    • division working hours
     

  5.   

DB views

View contains aggregate declarations by area, msp, division and doctor per day 

ParametersDescription
datecalculation date
area_idarea, where legal_entity is located in which the declaration was made
msp_idlegal_entity in which the declaration was made
division_iddivision in which the declaration was made
doctor_iddoctor which signed declaration
declaration_active_on_datecount all active declarations on date (declaration status = ACTIVE)
declaration_closed_on_datecount all closed declarations on current date (declaration status = CLOSED)
declarations_created_per_daycount active declarations per day (declaration status = ACTIVE)
declarations_closed_per_daycount closed declarations per day (declaration status = CLOSED)

View contains aggregate doctors by area, msp and division per day.

ParametersDescription
datecalculation date
area_idarea, where legal_entity is located in which the doctor was registered
msp_idlegal_entity in which doctor works
division_iddivision in which doctor works
doctors_active_on_datecount all active doctors on date (employee status = ACTIVE)
doctors_inactive_on_datecount all inactive doctors on date (employee status = INACTIVE)
doctors_created_per_daycount doctors who was registered per day (employee status = ACTIVE)
doctors_dismissed_per_daycount doctors who was dismissed per day (employee status = INACTIVE)
  • No labels