Examples of CitaDTO


Examples of sermeden.java.bean.CitaDTO

        if(ficha!=null){

          int verificarCita=-1;
         
         
          cita=new CitaDTO();
          SimpleDateFormat sd=new SimpleDateFormat("yyyy-MM-dd");
          cita.setIdFicha(ficha.getIdFicha());
          cita.setFechaCita(sd.parse(fechaCita));
          cita.setHoraCita(numerHora(horaCita));
          cita.setIdMedico(Integer.parseInt(medicoCita));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.