Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: expanded description

...

The web api allows mirth to call the custom python manipulation services that transform PV files into RDA, CSV Survey files into RDA, generates the extracts for sending to RaDaR and Patientview etc. Web api is a thin web layer on top of tng-services. Main function is to receive a request, pass that request to tng-services, receive response back, send response back to the original caller.

Codebase

https://bitbucket.renalregistry.nhs.uk/projects/TNG/repos/webapi/browse

...