public function buscarMedicamento($datos) { $o_DReporte = new DReporte(); $respuesta = $o_DReporte->buscarMedicamento($datos); return $respuesta; }