The HTML5-based PACs, which was completed in the previous period, can be run on Google Chrmoe Browser, Mozilla Firefox browser, the Android system and iOS system phones and tablets are also perfect support. However, ie browser support for HTML5 is not ideal, only IE10 and the above version of the HTML5 support is more perfect. But many hospitals in the domestic PC or personal computer still stay in IE6, IE8, IE9 level, and IE browser is the highest rate of use should be the one. So want to run HTML5 program can only install Chrmoe or Firefox browser, inside the hospital may be a point to install it again, but if deployed to the outside, to let all users understand the truth and to download and install HTML5 Browser is more difficult than the sky. And almost so the PC-side browser is pre-installed flash play, the support of flash more perfect. In order to really do the client 0 installation, we decided to develop a set of flex-based PACs. This allows the program to control whether the user is using the HTML5 module or the Flex module.
Communication between Flex and back-end Java is based on: BlazeDS. To make it easy to put together this flex system and the HTML5-based PACS system, you'll see that the previous part of the page link is html5pacs, which is just the background of the system based on this project.
Flex support for painting is still relatively complete, but the text is drawn is a little bit cumbersome, and does not directly provide the drawing method, to add the text control on the controls on the drawing of the control, do not understand why the Adobe company in the design of the same as other languages directly provide text rendering method. Say more is a tear, directly see the effect bar.
Note: Both the flex-based PACs and the HTML5-based PACs are not wado based on dicom, that is, all image operations, movement, scaling, rotation, measurement, pseudo-color, window width adjustment and so on are all in the local browser can be done without frequent interaction with the server communication. Images are generated directly from the front-end by pushing pixel data through the background. It is not a wado way to directly display the JPG image generated by the backend.
The main function point of the system and the PACs based on HTML5 are not listed here, to view HTML5-based PACs please refer to the link:http://www.cnblogs.com/poxiao/p/3540688.html
Next use IE browser to see the approximate effect
1.FLEX program features, right-click anywhere in the window, display Flex Properties Menu
2. Expand view images by sequence
3. Expand view Image by Image
4. How to Layout
5. Image Magnifier Effect
6. Display Image Dicom information
7. Rotate the image at any angle.
8. Upper and Lower Mirror + left and right image overlay transform image (note: Orientation information on image).
9. Image Scaling
10. Image movement
11. Cascade Linkage Adjustment Window Wide window position
12. Mouse movement to get the image CT value in real time
13. Image Pseudo-color
14. Image Inverse Color
15. Image-to-seed measurement
Regional medical mobile medical imaging Solutions 2--Flex-based PACs