Skip to content

Commit

Permalink
add SB Ptuj
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Oct 10, 2020
1 parent 1beabb1 commit 97b42be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ In case of failures a notification is set to slack channel #alert through Data A

## Changelog

## 1.5.24

- Add new hospital (SB Ptuj)

## 1.5.23

- Hospitals: added support for care unit capacity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Mapper: Mappers.Mapper
{
static readonly ImmutableArray<AgeBucketMeta> ageBuckets;
static readonly int[] ageBucketRangesNew = new[] { 4, 14, 24, 34, 44, 54, 64, 74, 84 };
static readonly string[] facilities = { "ukclj", "ukcmb", "ukg", "sbce", "sbnm", "sbms", "sbje", "sbsg" };
static readonly string[] facilities = { "ukclj", "ukcmb", "ukg", "sbce", "sbnm", "sbms", "sbje", "sbsg", "sbpt" };
static readonly string[] hospitals = { "bse", "bto", "sbbr", "sbce", "sbiz", "sbje", "sbms", "sbng",
"sbnm", "sbpt", "sbsg", "sbtr", "ukclj", "ukcmb", "ukg" };

Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<version>1.5.23</version>
<version>1.5.24</version>

0 comments on commit 97b42be

Please sign in to comment.