Interface DoctorController

All Known Implementing Classes:
DoctorControllerImpl

public interface DoctorController
  • Method Summary

    Modifier and Type
    Method
    Description
    runDiagnosis(org.restexpress.Request request, org.restexpress.Response response)
     
  • Method Details

    • runDiagnosis

      List<DoctorDiagnosisResult> runDiagnosis(org.restexpress.Request request, org.restexpress.Response response)