Enoch

Results 14 comments of Enoch

Yes you are right, But the real world really exist a lots of this problem, I think we should consider this to solve real world error.

Anybody alse knows this issue, help me please...

is it still not supported???

```javascript const DicomInfo = ko.Model('DicomInfo', { PatientID: ko.String.default(''), PatientName: ko.Document({ Alphabetic: ko.String.default('') }), PatientSex: ko.String.default(''), PatientAge: ko.String.default(''), Modality: ko.String.default(''), BodyPartExamined: ko.String.default(''), AccessionNumber: ko.String.default(''), TransferSyntaxUID: ko.String.default(''), StudyInstanceUID: ko.String.default(''), SeriesInstanceUID: ko.String.default(''), SeriesNumber:...

Is there a way to got a saved object instead of model.

Thank you! That's ok for me.

OK, I'll try it. I haven't looked at this question recently. I'll give you feedback when I get the result.

After testing, the character encoding can only be set to SpecificCharacterSet: 'ISO_IR 192', which requires the same support from the device. By viewing the source code and test cases of...

I have an idea to implement character encoding and decoding through global configuration, instead of integrating character encoding and decoding libraries everywhere in the source code. The approximate code is...

I have attempted to integrate iconv-lite into dcmjs to solve the character encoding and decoding problem. The test results are positive, but the integration is not elegant enough. I still...