PharmaLedger-IMI / acdc-components

UC4 Anti-Counterfeiting Data Collaboration
MIT License
3 stars 4 forks source link

v0.5.12 /borest/scan should return the event_id of the persisted event #12

Closed joaoluis-pdm closed 3 years ago

joaoluis-pdm commented 3 years ago

/borest/scan should return the event_id of the persisted event. Current response schema is:

{
  "snCheckResult": "string",
  "nameMedicinalProduct": "string",
  "productStatus": "string",
  "mahId": "string",
  "mahName": "string"
}

Please add the "event_id" ("eventId") in the output reply. Also do ... to eLeaflet ??? @TiagoV-PDMFC

joaoluis-pdm commented 3 years ago

@pccosta-pdm pleasealso update the STS, section 5.2.1 ACDC reporting on SN verification
with the updated output information.

pccosta-pdm commented 3 years ago

added eventId to ScanService response and updated STS

joaoluis-pdm commented 3 years ago

@TiagoV-PDMFC can you review, please ? (The REST backend part seems ok).