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

Update existing dcm format #286

Open
darshitmaniar opened this issue Feb 16, 2023 · 1 comment
Open

Update existing dcm format #286

darshitmaniar opened this issue Feb 16, 2023 · 1 comment

Comments

@darshitmaniar
Copy link

Hello,
I want to allow DCM format for file upload. Can you please update the existing object.

"application/dicom": {
    "source": "iana",
    "compressible": true,
    "extensions": ["dcm"]
  },

Please add the below lines in "application/dicom".

"compressible": true,
"extensions": ["dcm"]
@DimitriPapadopoulos
Copy link

See

  • DICOM PS3.12:

    "name" is constructed from the last DICOM File ID component (that means the "file name" without "path" information) and the extension ".dcm" (except for the DICOMDIR).

  • RFC 3240

    2. File extension(s): ".dcm" is recommended for files saved to disk (other than DICOMDIR)

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