FHIR Chat · Subscription resource registration · implementers

Stream: implementers

Topic: Subscription resource registration


view this post on Zulip Divya Ahuja (Dec 08 2017 at 08:14):

Hi Team, I need some help for implementation of subscription resource in my project.
Not able to get how shall I register Subscription resource with my server..FHIR Resources

view this post on Zulip Lloyd McKenzie (Dec 09 2017 at 00:13):

Can you explain a bit further what you've tried and where you're running into problems?

view this post on Zulip Divya Ahuja (Dec 11 2017 at 08:18):

I am trying to create subscription and bining it with server in below way:
IFhirResourceDaoSubscription subscriptionDao = new FhirResourceDaoSubscriptionDstu2();
DaoMethodOutcome mySubscription = subscriptionDao.create(subscription);
For the first time I am getting failed to call access method.

view this post on Zulip Ewout Kramer (Dec 18 2017 at 21:48):

@James Agnew ?

view this post on Zulip Divya Ahuja (Jan 10 2018 at 09:51):

Hi Team any inputs???

view this post on Zulip Lloyd McKenzie (Jan 10 2018 at 14:46):

Poking @James Agnew again


Last updated: Apr 12 2022 at 19:14 UTC