amida-tech / DRE

Amida Data Reconciliation Engine (Server and Demo UI)
Other
38 stars 17 forks source link

export CCDA not working #725

Closed ekavaliM closed 9 years ago

ekavaliM commented 9 years ago

Exporting MHR after uploading bb-01, bb-updated-02, bb-cms-03 files exports the following xml file: screen shot 2015-05-26 at 1 12 34 pm

martzmakes commented 9 years ago

Curious, because /api/v1/master_health_record/json works fine...

martzmakes commented 9 years ago

Appears to be a blue-button-generate issue

martzmakes commented 9 years ago

@kachok looks like in blue-button-generate/lib/engine.js something happened to existsWhen in "template". (Line 76... var condition = template.existsWhen;) condition ends up being undefined (though it still goes inside of the if statement below)