Versions Compared

Key

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

Table of Contents

Specification

Apiary

Purpose

This service is made to count an amount of declaration doctor has already made. The amount will increase (decrease) with each declaration signed (terminated) on prm and recalculated every night with real amount of doctor's declarations on ops.

Specification

Apiary

Data structure 

Sign declaration request

  1. get employee_id from request
  2. add +1 to employee's properties  properties.declaration_amount of employee_id
    1. properties: {declaration_amount: n+1}

Terminate declaration

  1. get employee_id from request
  2. add -1 to employee's properties 1 to properties.declaration_amount of employee_id
    1. properties: {declaration_amount: n-1}

Count declarations for employees

Ones a day start the process.

Calculate amount of declarations and update properties on prm.employees for each doctor