We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d95c3 commit 4c1f96aCopy full SHA for 4c1f96a
api/src/main/java/org/openmrs/module/labintegration/api/hl7/handler/OruR01Handler.java
@@ -370,7 +370,7 @@ else if ("CE".equals(dataType)) {
370
throw new HL7Exception(Context.getMessageSourceService().getMessage("Hl7.proposed.concept.name.empty"));
371
}
372
} else {
373
- if ("Annulé Lab".equalsIgnoreCase(valueName)) {
+ if ("Annulé Lab".equalsIgnoreCase(valueIdentifier)) {
374
LOGGER.info("Not creating coded result for value cancelled by lab");
375
return null;
376
0 commit comments