Emel ALKIM
Emel ALKIM
I have been working on AIM to DICOM SR conversion. I am using the Cornerstone adapters because we are using Cornerstone and Cornerstone tools for our frontend I have found...
… in SharedFunctionalGroupsSequence in Segmentation_3X and Segmentation_4X. Updates Segmentation_3X to support SourceImageSequence with one item and adds support for retrieval of SourceImageSequence from SharedFunctionalGroupsSequence in Segmentation_4X
When you create a segmentation, by default it compresses with RLE encoding. But readFile doesn't recognize RLE Encoded transfer syntax and normalizes to EXPLICIT_LITTLE_ENDIAN. This causes "Range Error: Source is...
During our work with segmentation creation with @muakdogan, NormalizeMultiframe rejects single frame segmentations with "Single frame instance of multiframe class not supported" error message. We have seen use cases where...
We need to define the correct return formats for WADO-RS and WADO-URI endpoints for frames and fix them. Should we use similar format to #63? | WADO Path | Return...
We need to define the correct return formats for WADO-RS and WADO-URI endpoints and fix them. This is related to #59 and further discussion can be found in links there...
Adds support for adding username and password setting for couchdb. Depends on migrate/fastify3 (PR #60) I think we should update the circleci config to use couchdb 3 and update the...
Updates fastify to version 3.9.1 and updates the libraries that are used
@pieper, The patient name in the [JSON model in dicomweb](https://www.dicomstandard.org/dicomweb/dicom-json-format/) specifies PN with Alphabetic but when we get the JSON from dcmjs dict it doesn't have Alphabetic, it has the...
This PR contains the changes required to make dcmjs work with wadors loading mechanism for CornerstoneWadoImageLoader. It keeps the functionality same for wadouri and if the image.data is empty, it...