Fix property handler
This commit is contained in:
parent
1533746bbe
commit
60f57f2a6f
|
@ -87,6 +87,7 @@ public class LoincHandler implements IRecordHandler {
|
|||
concept.addPropertyString(nextPropertyName, nextPropertyValue);
|
||||
break;
|
||||
case CODING:
|
||||
// FIXME: handle "Ser/Plas^Donor"
|
||||
String propertyValue = nextPropertyValue;
|
||||
if (nextPropertyName.equals("COMPONENT")) {
|
||||
if (propertyValue.contains("^")) {
|
||||
|
|
Loading…
Reference in New Issue