Updates to handler
This commit is contained in:
parent
b6232b5683
commit
832558b411
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 -> 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
|
||||
|
|
Loading…
Reference in New Issue