minor
This commit is contained in:
parent
b5ca5b59d9
commit
47d9f598ca
@ -132,13 +132,12 @@ public function getStudyDescription(mixed $orthanc_src): ?string
|
||||
|
||||
public function transformData(mixed $orthanc_src): array
|
||||
{
|
||||
$inst_name = data_get($orthanc_src, 'MainDicomTags.InstitutionName');
|
||||
$orthanc_uuid = strtolower($orthanc_src['ID']);
|
||||
|
||||
$dicom_tags = $this->getStudyDicomTags($orthanc_uuid);
|
||||
$routing = DicomStudyRouter::matchStudy($dicom_tags);
|
||||
// dd($routing);
|
||||
|
||||
$inst_name = data_get($orthanc_src, 'MainDicomTags.InstitutionName');
|
||||
$patient_name = data_get($orthanc_src, 'PatientMainDicomTags.PatientName');
|
||||
|
||||
$descr = $this->getStudyDescription($orthanc_src);
|
||||
|
Loading…
Reference in New Issue
Block a user