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);
|
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("^")) {
|
||||||
|
|
Loading…
Reference in New Issue