-
I used wireshark to capture the response results of two dimse tools and got different response content. The response structure of dcmjs-dimse seems to be problematic.
This is request:
![request](htt…
-
how to convert dcm file to jpeg image using dcmjs ,i used dcmjs-imaging but i got Unsupported photometric interpretation. how to covert this?
-
The on line example website (https://microscopy.dcmjs.org/) doesn't display WSIs and shows white blank pages.
-
The DiCOM icon sequence `(0088,0200)` seems to break dcmjs, at least when the file `Little Endian Explicit`.
-
`const fs = require('fs')
const crypto = require('crypto')
const path = require('path')
const rnBridge = require('rn-bridge')
const dcmjs = require('dcmjs')
const mapExamToDataset = require('..…
-
Hi,
I have an SCP at the address https://pydicom.github.io/pynetdicom/stable/. The SCU written with DCMTK can send successfully, but the SCU written with dcmjs-dimse does not send successfully.
t…
-
I'd suggest something more like this:
``` javascript
const dcmjs = require("dcmjs");
const fs = require("fs");
const filePath = "/Users/pieper/data/public-dicom/MRHead-multiframe…
-
Revision: 53adb67
Flake snippet:
```nix
packages.uploader = pkgs.deno2nix.mkExecutable {
pname = "uploader";
version = self.rev;
src = ./.;
b…
-
### Describe the Bug
We are able to draw Segmentations on the OCT image, however when we try to click on "Export DICOM SEG", it gives an error in Console- "No Normalizer Class for "
### Steps to Rep…
-
When using C-FIND , how to set the character encoding? Garbled characters may appear when using Chinese or other language characters.
The character encoding set by the peer SCU is GB18030.For example…