jembi / openhim-core-js

The Open Health Information Mediator core component. OpenHIM Support: Post your query on OpenHIE Discourse using the #openhim tag https://discourse.ohie.org/
http://openhim.org
Mozilla Public License 2.0
69 stars 69 forks source link

Develop the message persistence middleware to store a response #3

Closed rcrichton closed 10 years ago

rcrichton commented 10 years ago

For this issue, the storeResponse method in the messageStore.coffee file need to be implemented. This method should lookup the transaction object that was stored for the corresponding request and updated this object to store all relevant information about the response as defined in transaction.json here: https://wiki.ohie.org/display/SUB/Design+of+the+Interoperability+Layer+core+using+Node.js

The transaction object should be updated in a mongodb database.

rcrichton commented 10 years ago

Closed with #20