Interface DoctorController
- All Known Implementing Classes:
DoctorControllerImpl
public interface DoctorController
-
Method Summary
Modifier and TypeMethodDescriptionrunDiagnosis(org.restexpress.Request request, org.restexpress.Response response)
-
Method Details
-
runDiagnosis
List<DoctorDiagnosisResult> runDiagnosis(org.restexpress.Request request, org.restexpress.Response response)
-