Uses of Class
it.uniupo.simnova.service.scenario.components.PresidiService
Packages that use PresidiService
Package
Description
- 
Uses of PresidiService in it.uniupo.simnova.service.scenario.operationsConstructors in it.uniupo.simnova.service.scenario.operations with parameters of type PresidiServiceModifierConstructorDescriptionScenarioImportService(ScenarioService scenarioService, EsameFisicoService esameFisicoService, PazienteT0Service pazienteT0Service, EsameRefertoService esameRefertoService, AdvancedScenarioService advancedScenarioService, PatientSimulatedScenarioService patientSimulatedScenarioService, MaterialeService materialeService, PresidiService presidiService, AzioneChiaveService azioneChiaveService, UnZipScenarioService unZipScenarioService, FileStorageService fileStorageService) Costruisce una nuova istanza diScenarioImportService.
- 
Uses of PresidiService in it.uniupo.simnova.views.creation.pazienteConstructors in it.uniupo.simnova.views.creation.paziente with parameters of type PresidiServiceModifierConstructorDescriptionPazienteT0View(ScenarioService scenarioService, FileStorageService fileStorageService, PresidiService presidiService, PazienteT0Service pazienteT0Service) Costruttore della vistaPazienteT0View.
- 
Uses of PresidiService in it.uniupo.simnova.views.creation.scenarioConstructors in it.uniupo.simnova.views.creation.scenario with parameters of type PresidiServiceModifierConstructorDescriptionScenarioDetailsView(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 PresidiService in it.uniupo.simnova.views.ui.helperMethods in it.uniupo.simnova.views.ui.helper with parameters of type PresidiServiceModifier and TypeMethodDescriptionstatic com.vaadin.flow.component.orderedlayout.VerticalLayoutPatientT0Support.createPatientContent(PazienteT0 paziente, EsameFisico esame, Integer scenarioId, EsameFisicoService esameFisicoService, PazienteT0Service pazienteT0Service, PresidiService presidiService, AdvancedScenarioService advancedScenarioService) Crea un layout verticale che aggrega i componenti UI per visualizzare i dati del paziente al tempo T0: parametri vitali, accessi ed esame fisico.static com.vaadin.flow.component.ComponentMonitorSupport.createVitalSignsMonitor(VitalSignsDataProvider dataProvider, Integer scenarioId, boolean isT0, PresidiService presidiService, PazienteT0Service pazienteT0Service, AdvancedScenarioService advancedScenarioService, Integer tempoId) Crea un componente monitor dei parametri vitali.