Class EsameReferto
java.lang.Object
it.uniupo.simnova.domain.paziente.EsameReferto
Classe che rappresenta un esame con il relativo referto.
- Version:
- 1.0
- Author:
- Alessandro Zappatore
- 
Constructor SummaryConstructorsConstructorDescriptionEsameReferto(int idEsame, int scenarioId) Costruttore per creare un oggetto EsameReferto con idEsame e scenarioId.
- 
Method Summary
- 
Constructor Details- 
EsameRefertopublic EsameReferto(int idEsame, int scenarioId) Costruttore per creare un oggetto EsameReferto con idEsame e scenarioId.- Parameters:
- idEsame- l'identificativo dell'esame
- scenarioId- l'identificativo dello scenario associato all'esame
 
 
-