diff --git a/static/js/dicomViewer.js b/static/js/dicomViewer.js index e0e75712..de8c908a 100644 --- a/static/js/dicomViewer.js +++ b/static/js/dicomViewer.js @@ -29,19 +29,19 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

Patient Information

-
-
+
+
Patient Name:
-
+
Patient ID:
-
-
+
+
Patient Birth Date:
-
+
Patient Sex:
@@ -53,27 +53,27 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

Study Information

-
-
+
+
Study Description:
-
+
Protocol Name:
-
-
+
+
Accession #:
-
+
Study Id:
-
-
+
+
Study Date:
-
+
Study Time:
@@ -86,27 +86,27 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

Series Information

-
-
+
+
Series Description:
-
+
Series #:
-
-
+
+
Modality:
-
+
Body Part:
-
-
+
+
Series Date:
-
+
Series Time:
@@ -119,27 +119,27 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

Instance Information

-
-
+
+
Instance #:
-
+
Acquisition #:
-
-
+
+
Acquisition Date:
-
+
Acquisition Time:
-
-
+
+
Content Date:
-
+
Content Time:
@@ -154,64 +154,64 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

Image Information

-
-
+
+
Rows:
-
+
Columns:
-
-
+
+
Photometric Interpretation:
-
+
Image Type:
-
-
+
+
Bits Allocated:
-
+
Bits Stored:
-
-
+
+
HighBit:
-
+
Pixel Representation (0=us):
-
-
+
+
Rescale Slope:
-
+
Rescale Intercept:
-
-
+
+
Image Position Patient:
-
+
Image Orientation Patient:
-
-
+
+
Pixel Spacing:
-
+
Samples Per Pixel:
@@ -224,33 +224,33 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

Equipment Information

-
-
+
+
Manufacturer:
-
+
Model:
-
-
+
+
Station Name:
-
+
AE Title:
-
+
Institution Name:
-
+
Software Version:
-
+
Implementation Version Name:
@@ -263,37 +263,37 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l

UIDS

-
+
Study UID:
-
+
Series UID:
-
+
Instance UID:
-
+
SOP Class UID:
-
+
Transfer Syntax UID:
-
+
Frame of Reference UID:
-
+
WADO URL:
@@ -670,7 +670,7 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l ); cornerstone.loadAndCacheImage(imageId).then(function (image) { loadCornerstoneThumb(image, id); - }); //.catch( function(error) { + }); }); } } else {