Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anonymizer uses incorrect tag names #345

Open
magurevitch opened this issue Apr 11, 2023 · 1 comment
Open

anonymizer uses incorrect tag names #345

magurevitch opened this issue Apr 11, 2023 · 1 comment

Comments

@magurevitch
Copy link

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)

@pieper
Copy link
Collaborator

pieper commented Apr 11, 2023

Thanks for pointing this out - would you be able to provide a pull request with the fixes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants