Skip to content

NSL Integration

m-r-c edited this page Aug 12, 2015 · 14 revisions

Nomenclature

During a bulk import, the system uses the NSL find-concepts service. This returns the instanceId of the first citation in the nomenclature block.

When viewing/editing a profile, the system uses the NSL apni-concepts service. This returns all of the references (concepts), each with a list of citations. We need to store the instanceId of the first citation of the selected concept, NOT the reference id.

This is due to performance issues during the bulk import: apni-concepts does a lot of work, and running the bulk import with several threads across 10-20,000 records put too much load on the NSL servers.

Clone this wiki locally