OCTRI / fhir2hpo

Library for converting FHIR messages to HPO
MIT License
7 stars 2 forks source link

Fix the NPE that can occur when the LOINC is not annotated #21

Closed aeyates closed 6 years ago

aeyates commented 6 years ago

The LoincConversionResult did not always have a LoincId since I constructed it by passing a null parameter before. It's now constructed properly so the NullPointerException is no longer thrown.