Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jun 4, 2024
2 parents 7c3bc0b + 4c18b3d commit 51029ae
Show file tree
Hide file tree
Showing 5 changed files with 540 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .github/workflows/bhsesay.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
1 change: 1 addition & 0 deletions configuration/encountertypes/sierraLeoneEncounterTypes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ ${encounterType.sierraLeoneLaborDeliverySummary.uuid},,Labor and Delivery Summar
${encounterType.sierraLeoneMaternalDischarge.uuid},,Maternal Discharge,Maternal Discharge in Sierra Leone
${encounterType.sierraLeoneNewbornDischarge.uuid},,Newborn Discharge,Newborn Discharge in Sierra Leone
${encounterType.sierraLeonePostpartumProgress.uuid},,Postpartum progress,Postpartum Maternal Daily Progress in Sierra Leone
${encounterType.sierraLeoneNicuTriage.uuid},,NICU Triage,NICU Triage in Sierra Leone
${encounterType.sierraLeoneVitalsNCD.uuid},,Vitals for NCD,Vitals modified with glucose measurement for NCD clinic in Sierra Leone
2 changes: 1 addition & 1 deletion configuration/locations/locations-site-kgh-test.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UUID,Void/Retire,Name,Description,Parent,Tag|Archives Location,Tag|Check-In Loca
f85feffc-fe54-4648-aa14-01ed6d30b943,,MCOE Triage,MCOE Triage,MCOE,,,TRUE,TRUE,,,,,,,,TRUE,,,TRUE,,TRUE
11377a5b-6850-11ee-ab8d-0242ac120002,,Labour and Delivery,Labour and Delivery,MCOE,,,,,,,,,,TRUE,TRUE,,,,,,TRUE
4d7e927d-6850-11ee-ab8d-0242ac120002,,MCCU,MCCU,MCOE,,,,,,,,,,,TRUE,,,,,,TRUE
0ce2f6fb-6850-11ee-ab8d-0242ac120002,,NICU,Newborn Intensive Care Unit,MCOE,,,,,,,,,,,,,,,,,TRUE
0ce2f6fb-6850-11ee-ab8d-0242ac120002,,NICU,Newborn Intensive Care Unit,MCOE,,,,TRUE,,,,,,,,,,,,,TRUE
11f5c9f9-40b8-46ad-9e7e-59473ce43246,,Antenatal Ward,Antenatal Ward,MCOE,,,,,,,,,,,TRUE,,,,,,TRUE
17596678-6850-11ee-ab8d-0242ac120002,,Obstetric Post-Op,Obstetric Post-Op,MCOE,,,,,,,,,,,TRUE,,,,,,TRUE
142de844-6850-11ee-ab8d-0242ac120002,,Obstetric Surgery,Obstetric Surgery,MCOE,,,,,,,,,,,TRUE,,,,,,TRUE
Expand Down
Loading

0 comments on commit 51029ae

Please sign in to comment.