Ejemplo n.º 1
0
    public DataSet Doctor_GetIPDObservationReport(string ipdObservationId)
    {
        Doctor_GetIPDObservationReportDL objDoctor_GetIPDObservationReportDL = new Doctor_GetIPDObservationReportDL();

        return(objDoctor_GetIPDObservationReportDL.Doctor_GetIPDObservationReport(ipdObservationId));
    }
 public DataSet Doctor_GetIPDObservationReport(string ipdObservationId)
 {
     Doctor_GetIPDObservationReportDL objDoctor_GetIPDObservationReportDL = new Doctor_GetIPDObservationReportDL();
     return objDoctor_GetIPDObservationReportDL.Doctor_GetIPDObservationReport(ipdObservationId);
 }