From 6b2b2bd4de23537a0d7bfa15a18a4adf2990627e Mon Sep 17 00:00:00 2001 From: kazlaw Date: Thu, 14 Nov 2024 10:33:01 +0300 Subject: [PATCH 1/3] C2C-369 & 367: Add new location H9 and update release notes --- README.md | 3 +++ configs/openmrs/initializer/locations/locations.csv | 1 + configs/openmrs/initializer/locations/void_h9.csv | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 configs/openmrs/initializer/locations/void_h9.csv diff --git a/README.md b/README.md index 78bd5cc..5db7d7b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ The target version of OpenMRS Core. ## Release Notes +### Version 1.6.4 +* Add a new location H9 + ### Version 1.6.3 * Made MSPP - Digestive" concept set to include "Gastritis crisis(K29.7)" and exclude "Gastritis" * Created panels for CRP and ASO lab tests diff --git a/configs/openmrs/initializer/locations/locations.csv b/configs/openmrs/initializer/locations/locations.csv index fff51de..094cab1 100644 --- a/configs/openmrs/initializer/locations/locations.csv +++ b/configs/openmrs/initializer/locations/locations.csv @@ -7,3 +7,4 @@ e0321c99-05e6-452f-aa5f-1bf1697a4d47,,H4,,H04-,Login Location; Visit Location; A 6f5372d8-798d-4d3a-aa7f-81193b623735,,H6,,H06-,Login Location; Visit Location; Admission Location; Appointment Location, 2b364a93-8016-491f-81bc-52b05eadbb2f,,H7,,H07-,Login Location; Visit Location; Admission Location; Appointment Location, 795973f7-7523-466b-8e84-8b4472f6e74a,,H8,,H08-,Login Location; Visit Location; Admission Location; Appointment Location, +51509e75-6caa-4a0f-9cff-49848a0666df,,H9,,H09-,Login Location; Visit Location; Admission Location; Appointment Location, diff --git a/configs/openmrs/initializer/locations/void_h9.csv b/configs/openmrs/initializer/locations/void_h9.csv new file mode 100644 index 0000000..f47aa59 --- /dev/null +++ b/configs/openmrs/initializer/locations/void_h9.csv @@ -0,0 +1,2 @@ +Uuid,Void/Retire,Name,_order:2000 +51509e75-6caa-4a0f-9cff-49848a0666df,TRUE,H9, From 57a88af082b837aa41406284542df69b40dd402f Mon Sep 17 00:00:00 2001 From: kazlaw Date: Thu, 14 Nov 2024 10:35:47 +0300 Subject: [PATCH 2/3] Fixed tense --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db7d7b..e0f70b8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The target version of OpenMRS Core. ## Release Notes ### Version 1.6.4 -* Add a new location H9 +* Added a new location H9 ### Version 1.6.3 * Made MSPP - Digestive" concept set to include "Gastritis crisis(K29.7)" and exclude "Gastritis" From 6791b37532c3d90d929aeeafc00a578e76e0a526 Mon Sep 17 00:00:00 2001 From: kazlaw Date: Thu, 14 Nov 2024 10:42:32 +0300 Subject: [PATCH 3/3] Fix version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f70b8..29cbeca 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The target version of OpenMRS Core. ## Release Notes -### Version 1.6.4 +### Version 1.7.0 * Added a new location H9 ### Version 1.6.3