diff --git a/app/Services/Pacs/DicomTags.php b/app/Services/Pacs/DicomTags.php index 152ee9a..c23162d 100644 --- a/app/Services/Pacs/DicomTags.php +++ b/app/Services/Pacs/DicomTags.php @@ -21,6 +21,6 @@ enum DicomTags: string case Manufacturer = 'Manufacturer'; case OperatorsName = 'OperatorsName'; case ManufacturerModelName = 'ManufacturerModelName'; - case IW_Private = '0011,1060'; + case InoWave_Private = '0011,1060'; case RadFusion_SenderId = '1971,1020'; } diff --git a/app/Services/StudyRouter/RawDicomTags.php b/app/Services/StudyRouter/RawDicomTags.php index 32ed94f..d248157 100644 --- a/app/Services/StudyRouter/RawDicomTags.php +++ b/app/Services/StudyRouter/RawDicomTags.php @@ -60,4 +60,6 @@ enum RawDicomTags: string case WindowWidth = '0028,1051'; // Window Width case RescaleIntercept = '0028,1052'; // Rescale Intercept case RescaleSlope = '0028,1053'; // Rescale Slope + case InoWave_Private = '0011,1060'; + case RadFusion_SenderId = '1971,1020'; }