Uses of Class
it.uniupo.simnova.service.ai_api.ExternalApiService
Packages that use ExternalApiService
- 
Uses of ExternalApiService in it.uniupo.simnova.views.creation.scenarioConstructors in it.uniupo.simnova.views.creation.scenario with parameters of type ExternalApiServiceModifierConstructorDescriptionAICreation(FileStorageService fileStorageService, ScenarioImportService scenarioImportService, ExternalApiService externalApiService, NotifierService notifierService, ExecutorService executorService, ActiveNotifierManager activeNotifierManager) Costruttore della classe AICreation.ScenarioDetailsView(ScenarioService scenarioService, FileStorageService fileStorageService, MaterialeService materialeNecessario, AdvancedScenarioService advancedScenarioService, PatientSimulatedScenarioService patientSimulatedScenarioService, AzioneChiaveService azionechiaveService, EsameRefertoService esameRefertoService, EsameFisicoService esameFisicoService, PazienteT0Service pazienteT0Service, PresidiService presidiService, ExternalApiService externalApiService, LabExamService labExamService, ExecutorService executorService, NotifierService notifierService, ActiveNotifierManager activeNotifierManager) Costruttore della vistaScenarioDetailsView.
- 
Uses of ExternalApiService in it.uniupo.simnova.views.ui.helperMethods in it.uniupo.simnova.views.ui.helper with parameters of type ExternalApiServiceModifier and TypeMethodDescriptionstatic com.vaadin.flow.component.orderedlayout.VerticalLayoutExamSupport.createExamsContent(EsameRefertoService esameRefertoService, FileStorageService fileStorageService, Integer scenarioId, Scenario scenario, ExternalApiService externalApiService, LabExamService labExamService, ExecutorService executorService, NotifierService notifierService, EsameFisicoService esameFisicoService, ActiveNotifierManager activeNotifierManager) Crea il contenuto della sezione Esami e Referti per uno scenario specifico.static com.vaadin.flow.component.orderedlayout.VerticalLayoutGeneralSupport.createOverviewContentWithData(Scenario scenario, boolean isPediatricScenario, String infoGenitore, ScenarioService scenarioService, MaterialeService materialeService, AzioneChiaveService azioneChiaveService, ExecutorService executorService, NotifierService notifierService, EsameFisicoService esameFisicoService, ExternalApiService externalApiService, ActiveNotifierManager activeNotifierManager) Crea il layout principale per la visualizzazione delle informazioni di overview di uno scenario.