Stream: hapi
Topic: IBase, IBaseResource and IBaseReference found in both instan
Keith Boone (Apr 03 2019 at 16:46):
I'm trying (and failing) to write some version independent code to handle some work dealing with resources and references. One of my challenges is that it appears that the marker interfaces IBase, IBaseResource, and IBaseReference are defined in the dstu2.hl7.org and r4 packages, which means that they aren't really markers after all. Any thoughts on this?
James Agnew (Aug 11 2019 at 14:37):
FYI @Keith Boone - A little overdue, but the duplicate marker interfaces have all been cleared out now and every structure version now relies on the same interfaces and annotations.
Last updated: Apr 12 2022 at 19:14 UTC