Pantelis Georgiadis

Results 15 comments of Pantelis Georgiadis

Great work @CloudWoR! As I commented in the https://github.com/PantelisGeorgiadis/dcmjs-dimse/pull/28, is there any way to extract the `DicomElements` and `DicomElements_WML` (which can be consolidated, they both contain DICOM tags) information from...

Hello @caoshouse! Thank you for this PR! I was wondering... is there any way to extract the `datasetElements` information from dcmjs's dictionary? I'm not a huge fan of keeping the...

Great work @caoshouse! So, if I understand correctly, there is no way to generate and use the types dynamically, right? We need to somehow (re)include the dictionary.

Hi Richard! Thank you for reporting this! I totally understand the situations you have run into. It is actually something that we have been discussing lately with @kinsonho, another good...

Hi @richard-viney, I think that you are mixing pixel data fragments with PDV (Presentation Data Values) fragments which, as far as I can say, are unrelated. During transmission, a dataset...

I've seen similar systems aborting the association because the `Printer SOP` `N-GET` response, `PrinterStatusInfo` tag value, wasn't set to `NORMAL`. Therefore, I would start by setting the `PrinterStatusInfo` tag value...

Glad you found a solution @dgopp! I believe that it is perfectly fine to return just the status code, given that your SCP does not support the `Print Job SOP...

Hello @aishwarya20022000! Thank you for your interest in dcmjs-imaging. You can follow the example provided in this [issue](https://github.com/PantelisGeorgiadis/dcmjs-imaging/issues/8) to convert your DICOM images to JPEG. The fact that you are...

> With createStoreWriteableStream(), the result is just the dataset, not a full P10 object, right? > > For createDatasetFromStoreWriteableStream(), if I would like to have a filtered dataset to subsequent...

@kinsonho, @richard-viney did you have the chance to test this? Any feedback?