Home > Article > Web Front-end > What technologies should be considered to build a web system with a lot of interactions? _html/css_WEB-ITnose
For an outpatient and inpatient management system, is it appropriate to use the Web to implement the user interface?
What related technologies are used?
Just set up a server and database in the background and it will be considered a system.
But it shouldn’t be suitable for outpatient clinics to use the web, right? For outpatient and inpatient services, which should not have external data interfaces, it is better to use C/S.
If the web is made into an intranet, it should be OK.
Only used in LAN.
If it is on the Web, is the interactivity too poor, affecting its use, such as inputting and editing case history?
If it’s used in a hospital, you’d better just do C/S.
HTML5 AJAX doesn’t work?
Mainly based on security considerations, C/S is more secure. If it is a LAN, it should be acceptable to use WEB.
I think it will be no problem to make it a web version.
It may take some work on compatibility, but it is definitely more convenient to use. You don’t need to install software on the client, you can use it with a browser, and it is easy to upgrade. Just upgrade on the server. There is no need to install it on every other machine.
It is true that compatibility is a big problem, and IE is a big problem.
But the Web is a trend, and it should be expanded to the cloud
Since it is inside the hospital, what else should we consider about compatibility? Let employees use one browser
Indeed, the compatibility is great Problem, IE is a big problem.
But the Web is a trend, and it should be expanded to the cloud
I don’t know what the big problem is with IE
After so many years
Why have other things appeared in these few years? The browser is a big problem
There is no difference between the general table and natural layout IE and other browsers
Quoting the reply from jsjszg on the 7th floor: Indeed, the compatibility is great Problem, IE is a big problem.
But the Web is a trend, and it should be expanded to the cloud
I don’t know what the big problem is with IE
After so many years
Why have other things appeared in these few years? The browser is a big problem
The general table and natural layout IE is no different from other browsers
Many people are still using IE6, and HTML5 IE6 is not compatible
Extjs Server-side
. . . Do you need HTML5 features to build a management system?
The management system can do table layout, ajax and ie.