IHTSDO / snomed-database-loader

Represent SNOMED CT in a different types of databases
Other
108 stars 74 forks source link

Fix neo4j errors #18

Closed anask closed 6 years ago

anask commented 6 years ago

While attempting to use the Neo4j code to load a full snomed release, I ran into some runtime errors that were caused by a typo and an inconsistent input file path usage. I have fixed these two issues in this branch.

TODO: The code raises some (InvalidValue) exceptions that are not defined, which will itself raise an exception whenever encountered. A definition should be added or a built-in exception should be used instead.