Cosić D
Department of Computer Graphics, Technical University of Berlin, Germany.
IEEE Trans Inf Technol Biomed. 1997 Dec;1(4):279-83. doi: 10.1109/4233.681172.
A need for an entirely new medical workstation design was identified to increase the deployment of 3-D medical imaging and multimedia communication. Recent wide acceptance of the Word Wide Web (WWW) as a general communication service within the global network has shown how big the impact of standards and open systems can be. Information is shared among heterogeneous systems and diverse applications on various hardware platforms only by agreeing on a common format for information distribution. For medical image communications, the Digital Imaging and Communication in Medicine (DICOM) standard is possibly anticipating such a role. Logically, the next step is open software: platform-independent tools, which can as easily be transferred and used on multiple platforms. Application of the platform-independent programming language Java enables creation of plug-in tools, which can easily extend the basic system. Performance problems inherent to all interpreter systems can be circumvented by using a hybrid approach. Computationally intensive functions like image processing functions can be integrated into a natively implemented optimized image processing kernel. Plug-in tools implemented in Java can utilize the kernel functions via a Java-wrapper library. This approach is comparable to the implementation of computationally intensive operations in hardware.
为了增加三维医学成像和多媒体通信的应用,人们认识到需要全新的医学工作站设计。最近,万维网(WWW)作为全球网络中的一种通用通信服务被广泛接受,这表明了标准和开放系统的影响力有多大。只有通过就信息分发的通用格式达成一致,才能在各种硬件平台上的异构系统和不同应用程序之间共享信息。对于医学图像通信,医学数字成像和通信(DICOM)标准可能正期待着发挥这样的作用。从逻辑上讲,下一步是开放软件:即与平台无关的工具,这种工具可以轻松地在多个平台上转移和使用。使用与平台无关的编程语言Java能够创建插件工具,这些工具可以轻松扩展基本系统。通过使用混合方法,可以规避所有解释器系统固有的性能问题。像图像处理功能这样计算密集型的功能可以集成到原生实现的优化图像处理内核中。用Java实现的插件工具可以通过Java包装库使用内核功能。这种方法类似于在硬件中实现计算密集型操作。