You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NgDicomViewer is an Angular application(Single Page Application) built on top of the open source Javascript / HTML5 libraries provided by the DWV project.
Predominantly made to view DICOM images on HTML 5 canvas on modern browsers without using any windowed plugins.
Not fully DICOM compliant, see Dicom-Support for details
Attributes in dicomviewer tag:
1)fileutilityid : id of input tag of type file to open local dicom file
2)urllistid : id of input text for getting url list separated by ';'
3)urlopenbtnid : button id to open images from url in the above
Scope Variables:
1)Tool : Object To See available Tool Names which can be used to set them in selecting one
"Tool.ButtonBasedTools" Returns Available Button based Tool name list
"Tool.MouseBasedTools" Returns Available Mouse based Tool name list
2)SelectedButtonTool : setting the value same as available in list will apply the tool to opened image
3)SelectedMouseTool : setting the value same as available in list will apply the tool on mouse operation on the image
4)SelectedColor : Any html Colour which can be setted the annotation colour
5)Colours : list of recommended colours for the annotation
6)PatientName : Opened image PatientName
7)PatientId : Opened image PatientId
8)WWidth : current Window Width of image
9)WCenter : current Window Centre of image
10)Rmin,Rmax : min and max value for the threshold filter tool that can be applied on the image
11) Tval : Object
"Tval.min" specify threshold filter tool min to be applied on image
"Tval.max" specify threshold filter tool max to be applied on image
Declaration
This app is not intended for clinical or diagnostic use. Any use of this viewer for diagnosis or in a clinical setting is strongly discouraged and should be avoided. This app is provided “as is” without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. In no event, shall author is liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever resulting from the use of this app, data or technical information accessed and viewed with this app, whether or not advised of the possibility of damage, under any theory of liability, arising out of or in connection with the use or performance of this app.