Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import ca.uhn.hl7v2.DefaultHapiContext; import ca.uhn.hl7v2.HapiContext;
对于上述两行,我遇到了无法解决的错误。我不知道为什么,当我的项目中有所有 jar 文件时。我刚开始使用hapiapi,所以我可能会遗漏一些很容易发现的东西。
hapi
您(打算)使用哪个版本的 HAPI?HapiContext 及其实现仅从 HAPI 2.1-beta1 开始可用。您的类路径中可能有较旧的 HAPI 版本。