开源java库读取心电图数据?

发布于 2024-11-29 16:32:42 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

再浓的妆也掩不了殇 2024-12-06 16:32:42

解析 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/.

撧情箌佬 2024-12-06 16:32:42

标准 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文