Stream: implementers
Topic: Subscription resource registration
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
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?
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.
Ewout Kramer (Dec 18 2017 at 21:48):
@James Agnew ?
Divya Ahuja (Jan 10 2018 at 09:51):
Hi Team any inputs???
Lloyd McKenzie (Jan 10 2018 at 14:46):
Poking @James Agnew again
Last updated: Apr 12 2022 at 19:14 UTC