Closed fanbomeng97 closed 5 years ago
Seems like the server test is broken, i have checked it, it caused by moving fhir url to .env
, but so far no idea how to fix it ...
Going to modify the hololens app, pls have a look when you review the pr
Cool, I'll take a look soon. @fanbomeng97 as for the missing variable, maybe this can help?
Edit: Fixed. It was due to an import from the fhirClient
file. So the top level code of that script ran (even before any jest setup code). So I changed that.
Oh, another idea! Maybe you can also show the HoloRepository logo above the login screen of the HoloLens app, to make it a more consistent experience.
Implemented the fake SMART auth process:
Now you can select the practitioner form a dropdown, and the back-end server will request related information with the selected practitioner ID
DeviceConnectorPage will display the PIN for cureent user
Move FHIR server url to .env