Updates to handler

This commit is contained in:
James Agnew 2018-04-06 09:12:52 -04:00
parent b6232b5683
commit 832558b411
2 changed files with 10 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class LoincHandler implements IRecordHandler {
}
}
Validate.isTrue(!myCode2Concept.containsKey(code));
Validate.isTrue(!myCode2Concept.containsKey(code), "The code {0} has appeared more than once", code);
myCode2Concept.put(code, concept);
}
}

View File

@ -7,6 +7,15 @@
</properties>
<body>
<release version="3.4.0" date="TBD">
<action type="add">
The version of a few dependencies have been bumped to the
latest versions (dependent HAPI modules listed in brackets):
<![CDATA[
<ul>
<li>Javassist (JPA): 3.20.0-GA -&gt; 3.22.0-GA</li>
</ul>
]]>
</action>
<action type="fix">
When performing a FHIR resource update in the JPA server
where the update happens within a transaction, and the