eager loading
This commit is contained in:
parent
ab91230dfa
commit
b28eb94014
@ -164,7 +164,7 @@ protected function getStudiesQuery(): Builder
|
||||
$q = Study::query();
|
||||
}
|
||||
|
||||
return $q->with(['readingPhysician', 'assignedPhysician']);
|
||||
return $q->with(['readingPhysician', 'assignedPhysician', 'orthancHost']);
|
||||
}
|
||||
|
||||
protected function applySort(Builder $query): Builder
|
||||
|
Loading…
Reference in New Issue
Block a user