SOEMPI icon indicating copy to clipboard operation
SOEMPI copied to clipboard

Secure Enterprise Master Patient Index

Results 10 SOEMPI issues
Sort by recently updated
recently updated
newest added

Currently SOEMPI is based on the 2.1.3 version OpenEMPI source. OpenEMPI involved tons of new features since then. SOEMPI changes parts in deepest leves of OpenEMPI infrastructures, so the upgrade...

enhancement

This would help to fulfill the dynamic schema requirements and get rid of the custom part of the ORM layer. This can be done only for parts of the DB...

enhancement

The grid view can produce whacky reorders and stuff. Needs to be tested and fixed.

bug

This could be handy for some input files. The feature could be turned off globally in configuration, or more preferable per field basis?

enhancement

This issue can be broken down too several one for each major matching/blocking algorithm. This issue depends on the issue about making transformations multi-thread safe. Newer versions of OpenEMPI contain...

enhancement

This can have especially benefits if the import procedure contains transformations like BloomFilter, DoubleMetaphone or various Corruption methods. This issue depends on the next issue about making transformations multi-thread safe....

enhancement

This is needed for multi-threaded import and matching. Examples: many corruption algorithms use Random generator. Right now it is shared, this makes single threaded execution faster. In multi-threaded scenario we...

enhancement

Right now Alice and Bob performs the bit shuffling needed for CBF encoding by performing a Diffie-Hellman Key exchange. The end result of that key exchange is the shared secret,...

enhancement

SOEMPI can import 10K record set within 5 seconds range and that includes reading the data from the flat file, string tokenization, constructing Person objects, persisting Person objects. For some...

bug

Currently SOEMPI can import data from flat files. See org/openhie/openempi/loader/file: AbstractFileLoader.java, ConfgurableFileLodaer.java, FileLoaderManager.java. The foundation of a DB loader already exists: org/openhie/openempi/loader/table: AbstractTableLoader.java, ConfigurableTableLoader.java. Subtasks: - develop the code which...

enhancement