Uses of Class
it.svimservice.nsisr.web.ws.cedap.vo.CedapSezioneNeonatoC2_D_E

Packages that use CedapSezioneNeonatoC2_D_E
it.svimservice.nsisr.web.ws.cedap.pojo   
it.svimservice.nsisr.web.ws.cedap.vo   
 

Uses of CedapSezioneNeonatoC2_D_E in it.svimservice.nsisr.web.ws.cedap.pojo
 

Methods in it.svimservice.nsisr.web.ws.cedap.pojo with parameters of type CedapSezioneNeonatoC2_D_E
private static it.svimservice.sanita.Neonato CnvCedap.cnvSezioneC2CedAP(CedapSezioneNeonatoC2_D_E cedapSezioneC2_D_E, int i)
           
 

Uses of CedapSezioneNeonatoC2_D_E in it.svimservice.nsisr.web.ws.cedap.vo
 

Fields in it.svimservice.nsisr.web.ws.cedap.vo with type parameters of type CedapSezioneNeonatoC2_D_E
private  java.util.Vector<CedapSezioneNeonatoC2_D_E> ElencoSezioneNeonatoC2_D_E.cedapSezioneNeonatoC2_D_E
          Vettore di Sezione Neonato C2 D E del CedAP
 

Methods in it.svimservice.nsisr.web.ws.cedap.vo that return types with arguments of type CedapSezioneNeonatoC2_D_E
 java.util.Vector<CedapSezioneNeonatoC2_D_E> ElencoSezioneNeonatoC2_D_E.getCedapSezioneC2_D_E()
           
 

Method parameters in it.svimservice.nsisr.web.ws.cedap.vo with type arguments of type CedapSezioneNeonatoC2_D_E
 void ElencoSezioneNeonatoC2_D_E.setCedapSezioneC2_D_E(java.util.Vector<CedapSezioneNeonatoC2_D_E> cedapSezioneNeonatoC2_D_E)