Skip to content

Commit

Permalink
Finalized 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Feb 3, 2021
1 parent 6476418 commit df2b3fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.10-SNAPSHOT</version>
<version>2.0.10</version>
</parent>

<artifactId>labintegration-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public void shouldGenerateMessage() throws Exception {

Encounter e = order.value();

e.getEncounterType().setUuid("abcdefg1234567");

String msg = orderConverter.createMessage(e, OrderControl.NEW_ORDER, scchl7Config);

String expected = HL7TestMsgUtil.readMsg(EXPECTED_FILE);
Expand Down
2 changes: 1 addition & 1 deletion api/src/test/resources/ORM_O01.hl7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MSH|^~\&||LNSP|||20180330150703||ORM^O01^ORM_O01|2018033015070300000|D|2.5
PID||23|||Doe^Joe^Terry|Janine|19870211|M|||Trou coucou^1ère L'Arbre^Anse Rouge^Artibonite^^HTI^^Anba Morne Porte|||||^Separe|^Vaudou|0^^^^^LNSP|||||Birth City
PV1|||||||^Fami&von^Prov^Ider^^a^dr|||||||||||||||||||||||||||||||||||||20180325||||||1004X^ca8365e7-6de8-4b6f-8826-e21b74cab31e^^LOCATION-UUID^549c78dc-31da-11e8-acac-c3add5b19973
PV1|||||||^Fami&von^Prov^Ider^^a^dr|||||||||||||||||||||||||||||||||||||20180325||||||1004X^abcdefg1234567^^LOCATION-UUID^549c78dc-31da-11e8-acac-c3add5b19973
ORC|NW|0|||||^^^20180325082533||20180325082533|||^Fami&von^Prov^Ider^^a^dr|||||||||||||||||10081-8
OBR||0|||||20180325082533||||O|||||^Fami&von^Prov^Ider^^a^dr|||||||||||^^^20180325082533
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.10-SNAPSHOT</version>
<version>2.0.10</version>
</parent>

<artifactId>labintegration-omod</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration-api</artifactId>
<version>2.0.10-SNAPSHOT</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.10-SNAPSHOT</version>
<version>2.0.10</version>
<packaging>pom</packaging>
<name>Lab Integration</name>
<description>Integration with lab systems such as OpenELIS.</description>
Expand Down

0 comments on commit df2b3fd

Please sign in to comment.