English 中文(简体)
如何从java申请中提供医疗摘要档案
原标题:How to make medical summaries files from java application
  • 时间:2010-09-21 23:03:29
  •  标签:
  • java

我在 Java实施了一项方案,用于收集癌症患者的医疗数据(个人、诊断、治疗)。 在此方案中,你填写表格,然后将所有数据储存到数据库。

现在,我想做的是:如果用户选择看病人的数据,我想让他能够打印病人的记录。 我知道如何用java打印文件。 但我不知道如何提出这种档案,如何形成。 我指的是它不仅仅是印刷“我们的世界”。 它可能需要表格、颜色等。 我应如何这样做? 是否有办法编制原型(ex. doc)档案,然后通过该方案填写数据,或者我必须通过我的方案充分编制这一档案?

我希望我清楚地理解!

最佳回答
问题回答

是否对JasperReports提供了生成动态报告的必要特征,包括利用JDBC(Java数据库联网)检索数据。 你们将需要一些时间学习。

You might want to look at flying saucer. It is an extension on iText and can take xhtml, which is useful for creating pretty pages quickly and in a easy to read format. You might even be able to use your existing pages. http://code.google.com/p/flying-saucer//





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签