Uses of Class
it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso.PrescrizioneRequest

Packages that use PrescrizioneRequest
it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso   
 

Uses of PrescrizioneRequest in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso
 

Fields in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso with type parameters of type PrescrizioneRequest
private  java.util.Vector<PrescrizioneRequest> RegistraPrescrizioneProntoSoccorsoRequest.elencoPrescrizioni
          Elenco prescrizioni
 

Methods in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso that return types with arguments of type PrescrizioneRequest
 java.util.Vector<PrescrizioneRequest> RegistraPrescrizioneProntoSoccorsoRequest.getElencoPrescrizioni()
           
 

Method parameters in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso with type arguments of type PrescrizioneRequest
 void RegistraPrescrizioneProntoSoccorsoRequest.setElencoPrescrizioni(java.util.Vector<PrescrizioneRequest> elencoPrescrizioni)
           
 

Constructor parameters in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso with type arguments of type PrescrizioneRequest
RegistraPrescrizioneProntoSoccorsoRequest(int progEpisodio, int annoEpisodio, java.lang.String codNazionaleIstituto, java.lang.String codSpecialitaClinicaPS, int progressivoPS, boolean traumaAccertatoINAIL, java.util.Vector<PrescrizioneRequest> elencoPrescrizioni)