FHIR Chat · BaseConformance · hapi

Stream: hapi

Topic: BaseConformance


view this post on Zulip Grahame Grieve (May 15 2016 at 23:58):

James - BaseConformance is in now.

view this post on Zulip Grahame Grieve (May 15 2016 at 23:59):

do you think it's worth generating in DSTU2? HAPI uses that yes?

view this post on Zulip James Agnew (May 16 2016 at 21:19):

Good question... DSTU2 has been around for long enough that I think we're equally likely to break existing code as to help people. @Bryn Rhodes are you working in DSTU2, or just DSTU3?

view this post on Zulip Grahame Grieve (May 16 2016 at 21:39):

I cannot think how it will break code?

view this post on Zulip James Agnew (May 16 2016 at 22:10):

hmm yeah, you're probably right..

if you do it, i'll sync it into hapi.

view this post on Zulip Grahame Grieve (May 16 2016 at 22:10):

k. I'll let you know

view this post on Zulip Bryn Rhodes (May 16 2016 at 23:03):

@James Agnew FWIW, we're working against DSTU3.

view this post on Zulip Grahame Grieve (May 16 2016 at 23:56):

it might break code if you serialise by iterating the properties of named classes, say?

view this post on Zulip James Agnew (May 17 2016 at 21:29):

Heh, I hope nobody is doing that..... HAPI has an entire API for iterating over the children of things by inspecting the annotations.

view this post on Zulip Grahame Grieve (May 17 2016 at 21:31):

as long as they know to inspect the super type, not a previously defined type. else introducing an abstract intermediary will screw them over


Last updated: Apr 12 2022 at 19:14 UTC