Fix property handler

This commit is contained in:
James Agnew 2018-07-06 09:36:04 -04:00
parent 1533746bbe
commit 60f57f2a6f
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public class LoincHandler implements IRecordHandler {
concept.addPropertyString(nextPropertyName, nextPropertyValue); concept.addPropertyString(nextPropertyName, nextPropertyValue);
break; break;
case CODING: case CODING:
// FIXME: handle "Ser/Plas^Donor"
String propertyValue = nextPropertyValue; String propertyValue = nextPropertyValue;
if (nextPropertyName.equals("COMPONENT")) { if (nextPropertyName.equals("COMPONENT")) {
if (propertyValue.contains("^")) { if (propertyValue.contains("^")) {