public DPFDadosPacienteModel ConsultarDadosPacientePreencherPDF(int idPaciente) { PDFDAL pdfDAL = new PDFDAL(); return(pdfDAL.ConsultarDadosPacientePreencherPDF(idPaciente)); }
public PDFDadosExame ConsultarDadosExamePreencherPDF(int idExame, int idConsulta) { PDFDAL pdfDAL = new PDFDAL(); return(pdfDAL.ConsultarDadosExamePreencherPDF(idExame, idConsulta)); }
public PDFDadosMedicamento ConsultarDadosMedicamentoPreencherPDF(int idMedicamento, int idConsulta) { PDFDAL pdfDAL = new PDFDAL(); return(pdfDAL.ConsultarDadosMedicamentoPreencherPDF(idMedicamento, idConsulta)); }