Skip to content

ddellagiacoma/introsde-2017-storageservicebmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage Service BMI (SOAP)

This service is part of the project described here.

  • CalculateAndSaveBmi: calls the Adapter service in order to calculate the BMI of a person and stores it into the DB;

  • PeriodBmiDifference: returns the difference of BMI in a determined period of time;

  • StatusBmiDifference: returns a string which contains the difference status of a person (based on BMI) in a determined period of time;

  • getBmyByIdPerson: returns the BMI of a person.