The medical app interface for the dummy example. At this stage it is a thin HTML+JS client that allows to make two calls:
- Given a SSN returns all the details of the patient.
- Given a SSN returns the last values for all the exams.
- Given a SSN an a specific blood test (e.g. cholesterol) returns the timeseries of the value of this test for the given patient.
The applicaton will get the data by calling the VDC API. The JS files are already prepared to make data calls to the VDC as soon as the VDC component is ready. It just needs to set the real endpoint and some fine tuning to adapt to the VDC response data format.
These screenshots have been generated using dummy data, not real VDC calls.