Skip to content

Releases: ArturRod/ecg-dicom-web-viewer

v2.0.8

30 Jun 07:48
Compare
Choose a tag to compare

Resolve fix: #9, If the data information arrives in the appropriate format, it is controlled, that is: I, II... without spaces without text Lead... If the dicom format does not arrive correctly for any reason, an alert will appear indicating this. This for the data format I, II, aVR...

v2.0.7

21 Jun 10:17
Compare
Choose a tag to compare

New information is displayed, PR Interval, QRS Duration, QT/QTC...

v2.0.6

21 Jun 07:46
Compare
Choose a tag to compare

Resolve fix: #8 (comment), remove white spaces and special characters: u\0000, \x00..., and update packages.

v2.0.5

20 Jun 07:26
Compare
Choose a tag to compare

The DOMPurify library is implemented to prevent XSS attacks on information div.

v2.0.4

19 Jun 11:02
Compare
Choose a tag to compare

It corrects errors, a new way of displaying the data is generated based on dcmjs instead of dicom-parse. More data is shown and legibility is more complete.
Part of the project code is implemented: (https:/PantelisGeorgiadis/dcmjs-ecg) whose author is: (PantelisGeorgiadis)

v2.0.3

01 Jun 08:22
Compare
Choose a tag to compare

Update packages.

v2.0.2

06 Oct 12:03
Compare
Choose a tag to compare

The DOMPurify library is implemented to prevent XSS attacks on data entry idView and nameView.

v2.0.1

14 Sep 08:59
Compare
Choose a tag to compare

Repair Bug: #2

v2.0.0

24 Aug 10:37
Compare
Choose a tag to compare

The view and rendering with canvas is implemented. This allows to change the amplitude and the time (mm/mV, mm/s) It is also allowed to pan, and zoom.
Rendering is faster and allows more options for the future. The project is passed to Typescript.

v1.0.6

09 Aug 07:41
Compare
Choose a tag to compare

It is no longer necessary to pass the user data, these will be read from the arraybyte file itself.