You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
I'm attempting to parse/validate a C-CDA document using the 20220126 updates and I'm encountering issues. The CDAUtil.load method always throws a MissingResourceException when it is looking for the string resource 'cdaSchema'.
Suggestions on how to solve this? Is there an extra configuration file needed to locate the XML schema for C-CDA documents? I would have expected the mdht-model JARS to contain the necessary schemas and other runtime-required definitions.
I'm not able to find any documentation on line, as the cdatools.com domain is apparently up for sale, and the openhealthtools.org site seems to be 'hijacked'.
As a separate issue, I'm not able to run the maven example in this (mdht-models) project because the mdixinc.net artifactory isn't available.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm attempting to parse/validate a C-CDA document using the 20220126 updates and I'm encountering issues. The CDAUtil.load method always throws a MissingResourceException when it is looking for the string resource 'cdaSchema'.
Suggestions on how to solve this? Is there an extra configuration file needed to locate the XML schema for C-CDA documents? I would have expected the mdht-model JARS to contain the necessary schemas and other runtime-required definitions.
I'm not able to find any documentation on line, as the cdatools.com domain is apparently up for sale, and the openhealthtools.org site seems to be 'hijacked'.
As a separate issue, I'm not able to run the maven example in this (mdht-models) project because the mdixinc.net artifactory isn't available.
The text was updated successfully, but these errors were encountered: