microsoft / AIReferenceArchitectures

Official Azure Reference Architectures for AI workloads
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/
MIT License
66 stars 19 forks source link

Evaluate Lab test results #18

Open sparmar opened 3 years ago

sparmar commented 3 years ago

Scenario Description

Use Case: To read medical test results in XML and pass/fail for a condition

  1. The Results XML will consist of (a) XML elements are constant (in every XML response). E.G. TestNo, Name, Address, DOB etc and (b) dynamic elements e.g. Test1Result, Test2Result etc depending on number of tests carried out.

  2. The values returned need to be compared with Expected Result XML

Reasons for scenario

Dynamically evaluate test result

Other Comments

Ideal test case for COVID test lab.