//=============================================================================
COPYRIGHT KONINKLIJKE PHILIPS ELECTRONICS N.V. 2019
All rights are reserved. Reproduction in whole or in part is
prohibited without the written consent of the copyright owner.
//=============================================================================
An API to serve multiple clients.
BedCongifuration API- BedConfigurationController -> This configures the patient beds and discharge of patient.
Patient Monitoring API-1)PatientMonitoringController -> This enables the patient vitals and generates random data for it.
2)PatientVitalsStorageController -> This is used to store the patient data in memory.
3)PatientAlertController -> It validates the patient vitals and provides alert.
Clone this repo to your local machine using https://github.com/Priyanka-Priyadarshini/CaseStudy2_Phase1.git
API documentation will be available here :
1)BedConfigurationService- http://localhost:58905/swagger/index.html
2)PatientMonitoringService- http://localhost:1080/swagger/index.html
Run the AutoBuildTest.bat file to execute the application.
Maximum cyclomatic complexity per function: 3
Code coverage: The report has been attached.
Code Duplication details available in the batch file. Please update the path of your simian.exe in the batch file.