Skip to content

Commit 4c1f96a

Browse files
committed
Fix parsing
1 parent 93d95c3 commit 4c1f96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/openmrs/module/labintegration/api/hl7/handler/OruR01Handler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ else if ("CE".equals(dataType)) {
370370
throw new HL7Exception(Context.getMessageSourceService().getMessage("Hl7.proposed.concept.name.empty"));
371371
}
372372
} else {
373-
if ("Annulé Lab".equalsIgnoreCase(valueName)) {
373+
if ("Annulé Lab".equalsIgnoreCase(valueIdentifier)) {
374374
LOGGER.info("Not creating coded result for value cancelled by lab");
375375
return null;
376376
}

0 commit comments

Comments
 (0)