Esempio n. 1
0
        public DPFDadosPacienteModel ConsultarDadosPacientePreencherPDF(int idPaciente)
        {
            PDFDAL pdfDAL = new PDFDAL();

            return(pdfDAL.ConsultarDadosPacientePreencherPDF(idPaciente));
        }
Esempio n. 2
0
        public PDFDadosExame ConsultarDadosExamePreencherPDF(int idExame, int idConsulta)
        {
            PDFDAL pdfDAL = new PDFDAL();

            return(pdfDAL.ConsultarDadosExamePreencherPDF(idExame, idConsulta));
        }
Esempio n. 3
0
        public PDFDadosMedicamento ConsultarDadosMedicamentoPreencherPDF(int idMedicamento, int idConsulta)
        {
            PDFDAL pdfDAL = new PDFDAL();

            return(pdfDAL.ConsultarDadosMedicamentoPreencherPDF(idMedicamento, idConsulta));
        }