comment
This commit is contained in:
parent
25729d169b
commit
379a6e6998
@ -134,7 +134,8 @@ public function transformData(mixed $orthanc_src): array
|
|||||||
{
|
{
|
||||||
$stable_study = (bool) data_get($orthanc_src, 'IsStable', false);
|
$stable_study = (bool) data_get($orthanc_src, 'IsStable', false);
|
||||||
if (! $stable_study) {
|
if (! $stable_study) {
|
||||||
// do not process unstable studies. wait for next sync when the study becomes stable
|
// do not process unstable studies.
|
||||||
|
// defer till next sync when hopefully the study becomes stable
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user