...
Code Integration Points
Action | NRR | NRO | WHO | STATUS | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Portal sends request to NCP-B | √ (recommended) | National implementor |
| |||||||
Message received by NCP-B (not xcpd, not xca, not xdr) | √ (non IHE compliant) | NCP implementor |
| |||||||
Message sent to NCP-A | √ (at NCP-B side) | NCP implementor |
| |||||||
Message received by NCP-A (xcpd,xca,xdr) | √ | NCP implementor |
| |||||||
Message sent from NCP-A to NI | √ (at NCP-A side in core components) | NCP implementor |
| |||||||
Message received by NI | √ (recommended) | National implementor | ||||||||
Message sent from NI To NCP-A | √ (recommended) | National implementor | ||||||||
Message receive by NCP-A | √ (recommended) | NCP implementor |
| |||||||
Message sent from NCP-A to NCP-B (xcpd,xca,xdr) | √ (recommended) | NCP implementor |
| |||||||
Message received by NCP-B | √ (recommended) | NCP implementor |
| |||||||
Message sent from NCP-B to portal (not xcpd, not xca, not xdr) | √ (recommended) | NCP implementor |
| |||||||
Message received by portal | √ (recommended) | National implementor |
|
Guidelines for the national implementors shall be provided.
...
It has to be checked if it is possible to store this tokem to Audit Repository. If not then a new repository has to be introduces. Although as Massi said it is proposed to be inside the Audit Repository.
As a first implementation they will be stored in filesystem
The tokens are stored under %EPSOS_PROPS_PATH%/obligation/nrr and %EPSOS_PROPS_PATH%/obligation/nro and the filename includes the submission timestamp, the creation timestamp, the event type and the uuid of the message
Case of SOAP messages
{SUBMISSION_TIME_GMT}_{MSGUUID}_{EVENTTYPE}.xml
Case of NON-SOAP messages
{SUBMISSION_TIME_GMT}_{ASSERTIONID_CREATIONTIME_GMT}_{EVENTTYPE}.xml
Release Planning
The project that will be changed to achieve this functionality is https://bitbucket.org/openncp/protocol-terminators
...
The new openncp version will be 2.2.0 (2.2.0-RC1 Release Changelog and Notes)