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

Check that the expression does not corrupt the DICOM #74

Closed
nicolasvandooren opened this issue Nov 16, 2020 · 2 comments
Closed

Check that the expression does not corrupt the DICOM #74

nicolasvandooren opened this issue Nov 16, 2020 · 2 comments

Comments

@nicolasvandooren
Copy link
Contributor

The following example will replace the patient's date of birth value with the value from the study description. This example shows that it is possible to attribute a Long String to a Date type.

expr: Replace(Tag.PatientBirthDate, getString(Tag.StudyDescription))

@nroduit
Copy link
Collaborator

nroduit commented Nov 17, 2020

Yes it should throw IllegalStateException that will abort the file transfer.

@nroduit
Copy link
Collaborator

nroduit commented Jun 17, 2021

Not valid for dcm4che3

@nroduit nroduit closed this as completed Jun 17, 2021
nroduit pushed a commit that referenced this issue Jan 22, 2025
… to master

* commit 'b80bf9e589d50e84fafdda365ed349ac1159aeb1':
  feat: - modifications of assert import location for tests
  feat: - set springboot version to 2.4.9 - upgrade version hug spring cloud to 2.3.11-HSR11-1.0 - reactive EchoControllerTest - set back local dbchangelog-4.0.xsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants