We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
解析 HL7 的 java 库有许多选项。例如,您可以使用 Sourceforge 上的 HAPI 库,网址为 http://hl7api.sourceforge.net/ 。该库还有一个 .NET 版本,位于 http://nhapi.sourceforge.net/home.php< /a>,适合那些喜欢该平台的人。另一个基于 Java 的选项是 HL7Comm,位于 http://nule.org/wp/?page_id=63。
更多选项可以在维基百科页面上找到 http://en.wikipedia.org/wiki/Health_Level_7 #Open_source_tools,以及http://www.hl7.org.au/HL7-Tools.htm。
对于一般 ECG 处理,请参阅 OpenECG 门户,网址为 http://www.openecg.net/。
There are a number of options for a java library that parses HL7. For example, you could use the HAPI library, available on sourceforge at http://hl7api.sourceforge.net/. There is also a .NET version of that library at http://nhapi.sourceforge.net/home.php, for those that prefer that platform. Another Java-based option is HL7Comm at http://nule.org/wp/?page_id=63.
More options can be found on the Wikipedia page at http://en.wikipedia.org/wiki/Health_Level_7#Open_source_tools, and at http://www.hl7.org.au/HL7-Tools.htm.
For ECG processing in general, see the OpenECG portal at http://www.openecg.net/.
标准 ECG 软件分析库之一是 WFDB 和 PhysioNet:
两项美国国家标准,ANSI/AAMI EC38:1998(动态心电图机)和 ANSI/AAMI EC57:1998(测试和报告心电图机的性能结果)心律和 ST 段测量算法)需要使用多个 WFDB 应用程序来评估某些设备和算法。
已经编写了包装器,因此您可以使用Java来访问代码:
One of the standard ECG software analysis libraries is WFDB and PhysioNet:
http://www.physionet.org/physiotools/wag/wag.htm
Two American National Standards, ANSI/AAMI EC38:1998 (Ambulatory Electrocardiographs) and ANSI/AAMI EC57:1998 (Testing and Reporting Performance Results of Cardiac Rhythm and ST Segment Measurement Algorithms) require the use of several of the WFDB applications for evaluation of certain devices and algorithms.
There are wrappers written, so you can use Java to access the code:
http://www.physionet.org/physiotools/wfdb-swig.shtml