Class DoctorControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.DoctorControllerImpl
- All Implemented Interfaces:
DoctorController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrunDiagnosis(org.restexpress.Request request, org.restexpress.Response response)
-
Constructor Details
-
DoctorControllerImpl
-
-
Method Details
-
runDiagnosis
public List<DoctorDiagnosisResult> runDiagnosis(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
runDiagnosisin interfaceDoctorController
-