dcmjs
dcmjs copied to clipboard
anonymizer uses incorrect tag names
On some tag names in tagNamesToEmpty in dcmjs/src/anonymizer.js, some tags are called out as singular when they should be plural, or are otherwise incorrect
ReferringPhysicianTelephoneNumbers (has: ReferringPhysicianPhoneNumbers) PhysiciansOfRecord (has: PhysicianOfRecord) NameOfPhysiciansReadingStudy (has: NameOfPhysicianReadingStudy) OperatorsName (has: OperatorName) AdmittingDiagnosesDescription (has: AdmittingDiagnosisDescription) Allergies (has: ContrastAllergies) ResponsiblePersonRole (does not have)
Thanks for pointing this out - would you be able to provide a pull request with the fixes?