|
@@ -33,7 +33,7 @@ class Dcom extends Controller //Base
|
|
|
$study = $this->insertStudy($info,$patient,$institution);
|
|
|
$exam = $this->insertExam($info,$patient,$study,$institution);
|
|
|
$series = $this->insertSeries($info,$study);
|
|
|
- $image = $this->insertImages($info,$series,$path,$patient);
|
|
|
+ $image = $this->insertImages($info,$series,$path,$patient,$institution);
|
|
|
DB::commit();
|
|
|
return json_encode(['status'=>'ok','code'=>'0000']);
|
|
|
}else{
|