diff --git a/app/Services/Pacs/DicomTags.php b/app/Services/Pacs/DicomTags.php index 0133285..152ee9a 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 Private10 = '0029,0010'; - case IW_Private = '0009,0010'; + case IW_Private = '0011,1060'; + case RadFusion_SenderId = '1971,1020'; }