issues
search
SunCoastConnection
/
ClaimsToLEHR
Consume X12N837 claims and inject into EMR database.
0
stars
0
forks
source link
Refactored project to clean up duplications and complexities:
#13
Closed
samlikins
closed
7 years ago
samlikins
commented
7 years ago
Added dropIfExists sections to migration schema
Moved X12N837 class to X12N837/Document and modified references
Added X12N837 class to handel processing of claims files
Modified claimsToOEMR script to utilize new X12N837 class
Added document and pqrsImportFiles classes to application configuration file
Modified getSubset method in Options class to handle missing key with NULL default
Added resolveAlias and instanciateAlias methods to Options class
Modified Segment class to utilize new instanciateAlias method in Options class
Removed resolveAlias method in Section class
Modified Section class to utilize new resolveAlias method in Options class
Removed getModelClass method in Database class
Modified Database class to utilize new resolveAlias method in Options class
Updated and created missing tests (263 tests, 320 assertions, 100% code coverage)