-
Notifications
You must be signed in to change notification settings - Fork 24
laboratory
Stephen Laws edited this page Nov 20, 2020
·
2 revisions
The Laboratory project provides labs data (including Covid tersting) in the form of a Web API with OpenAPI documentation.
cd $GATEWAYHOME/Apps/Immunization/src/
code appsetttings.local.json
Create an empty override file
{
}
cd $GATEWAYHOME/Apps/Laboratory
dotnet run
- Select the Medication project
- Say Yes or Accept any popups regarding adding assets for debugging
- Select the Medication Solution and click Enter which should create a .vscode/launch.json
- Click F5 or Run/Start Debugging
- Right Click on the solution and select Properties
- Select Multiple startup projects
- Set Medication action to Start
- Click Ok
- Click F5 or Debug/Start Debugging
- Right Click on the solution and select set startup project
- Ensure that the Laboratory solution item is checked
- Click Ok
- Select Run Menu then Start Debugging
TODO: Complete this when Laboratory is updated.
-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues