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 was archived by the owner on Jan 5, 2025. It is now read-only.
I am using jars from https://github.com/mdht/mdht-models/releases/tag/v20220126 . And when I call getAllSections() on ClinicalDocument , In entries object, substanceAdministration is populated but Preconditions is object is not getting populated.
I am loading following packages:
CDAPackage.eINSTANCE.eClass();
CDAUtil.loadPackages();
ConsolPackage.eINSTANCE.eClass();
I have attached the sample xml.
Am I missing any packages?