|
@@ -228,6 +228,8 @@ class Dcquery extends Controller
|
|
|
$info['institution'] = $institution['name'];
|
|
|
$return['studies'][] = $info;
|
|
|
Cache::set($study_id,json_encode($return), 1800);
|
|
|
+ Log::record('return');
|
|
|
+ Log::record($return);
|
|
|
return json_encode($return);
|
|
|
}catch(Exception $e){
|
|
|
Log::record('error');
|