Skip to content

Releases: openhealthalgorithms/service

v0.5.0

24 Feb 08:08
03b614b
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changes on this release

  • Updated Physical Activity assessment to include age range and gender check (for certain conditions)
  • Added config file to manage the service.

A sample structure of the config file:

[server]
port = "9595"                                                       # define port number to run the service. It's your responsibility to select an unused port number.

[files]
guideline_file = "guideline_hearts.json"                            # name of the guideline JSON file
guideline_content_file = "guideline_hearts_content.json"            # name of the guideline content JSON file
goal_file = "goals_hearts.json"                                     # name of the goal JSON file
goal_content_file = "goals_hearts_content.json"                     # name of the goal content JSON file
log_file = "ohas-logs.db"                                           # name of the logs database file

[directories]
guideline_path = "contents"                                         # path of the directory for guideline JSON and guideline content JSON file
goal_path = "contents"                                              # path of the directory for goal JSON and goal content JSON file
log_file_path = "~"                                                 # path of the log file

By default, the system will check for this config file in the following directories (from high to low priority):

/etc/ohas/
/usr/local/ohas/
/usr/local/etc/ohas/
/var/lib/ohas/
Current Directory

v0.4.8

13 Feb 08:28
6e30f72
Compare
Choose a tag to compare
v0.4.8 Pre-release
Pre-release

Changes on this release

  • Updated BP assessment to include age range check (for certain conditions)
  • Added age based condition for BP in guideline_hearts.json

v0.4.7

12 Feb 09:14
76edf8f
Compare
Choose a tag to compare
v0.4.7 Pre-release
Pre-release

Changes on this release

  • Added new conditions on blood_pressure
  • Added gender based parsing for alcohol assessment
  • Added new fruit_vegetable assessment which considers both fruit and vegetables intake for the calculation

v0.4.6

09 Feb 12:11
8a87e65
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

Changes on this release

  • Fix medical_history conditions parsing.
  • Added api_version in the output.
  • Added debug input parameter. If set to true, the full request will append to output as input.

v0.4.5

02 Feb 08:58
555e40d
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

Changes on this release

  • Added documentation
  • Updated Makefile to include the documentation in the generated zip file

v0.4.4

08 Jan 09:19
ef7114d
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

Changes on this release

  • Response section on referrals

v0.4.3

06 Jan 06:43
962f750
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Changes on this release

  • Fixed version number issue

v0.4.2

06 Jan 05:55
cfe7608
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Changes on this release

  • Removed recommendation section from the response

v0.4.1

06 Jan 05:49
3dca13c
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changes on this release

  • Goals have code in response

v0.4

05 Jan 10:30
0dd4427
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changes on this release

  • Goals section added
  • Goals guideline file added