Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

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 

...

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

...