-
When i used the code below,
```
let DicomDict = dcmjs.data.DicomMessage.readFile(dicomFile);
```
i got the error as below.
```
Using multiple character sets is not supported: ,ISO 2022 IR 149
…
-
@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 ha…
-
-
I'm getting the following error on latest `dcmjs` version, any idea? ~~I can confirm `dcmjs 0.18.6` does not produce this error~~
```js
dcmjs.es.js?3946:2743 Uncaught (in promise) TypeError: Can…
-
Hi dcmjs-org,
I was wondering if there were any plans to support reading from a readable stream in the future, or if it is already possible, if you could please help point me in the right direction…
-
I am using dcmjs package for inserting some new elements in Dicom files. New tag datas are inserted successfully, But the exisiting tag data say CTExposureSequence length is changing from 152 to -1.
…
-
> I'd suggest something more like this:
>
> ```js
> const dcmjs = require("dcmjs");
> const fs = require("fs");
>
> const filePath = "/Users/pieper/data/public-dicom/MRHead-multiframe+seg/MRHe…
-
Update HTML/sr extension to add user-friendly rendering should be done both for the DICOM Tag view (to support collapsible sequences) and SR view in a similar way.
SR format similar to what [DCMTK…
-
The DICOM JSON schema does not have _rawValue, so other things that might be able to read the previous format can't read the new format.
https://dicom.nema.org/medical/dicom/current/output/chtml/part…
-
### Describe the Bug
Hi OHIF team,
I am using OHIF viewer and it uses dcmjs to parse DICOM files.
The attached MR study fails to parse with dcmjs, but it works fine with cornerstone parser [Corne…