Uses of Class
org.hl7.fhir.r4.model.Subscription
Packages that use Subscription
-
Uses of Subscription in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubscriptionModifier and TypeMethodDescriptionprotected SubscriptionJsonParser.parseSubscription(com.google.gson.JsonObject json)protected SubscriptionXmlParser.parseSubscription(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type SubscriptionModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubscription(String name, Subscription element)protected voidRdfParser.composeSubscription(Turtle.Complex parent, String parentType, String name, Subscription element, int index)protected voidXmlParser.composeSubscription(String name, Subscription element)protected voidXmlParser.composeSubscriptionElements(Subscription element)protected voidJsonParser.composeSubscriptionInner(Subscription element)protected booleanXmlParser.parseSubscriptionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Subscription res)protected voidJsonParser.parseSubscriptionProperties(com.google.gson.JsonObject json, Subscription res)JsonParser.parseSubscriptionSubscriptionChannelComponent(com.google.gson.JsonObject json, Subscription owner)XmlParser.parseSubscriptionSubscriptionChannelComponent(org.xmlpull.v1.XmlPullParser xpp, Subscription owner)protected booleanXmlParser.parseSubscriptionSubscriptionChannelComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Subscription owner, Subscription.SubscriptionChannelComponent res)protected voidJsonParser.parseSubscriptionSubscriptionChannelComponentProperties(com.google.gson.JsonObject json, Subscription owner, Subscription.SubscriptionChannelComponent res) -
Uses of Subscription in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return SubscriptionModifier and TypeMethodDescriptionSubscription.addContact(ContactPoint t)Subscription.copy()Subscription.setChannel(Subscription.SubscriptionChannelComponent value)Subscription.setContact(List<ContactPoint> theContact)Subscription.setCriteria(String value)Subscription.setCriteriaElement(StringType value)Subscription.setEndElement(InstantType value)Subscription.setErrorElement(StringType value)Subscription.setReasonElement(StringType value)Subscription.setStatus(Subscription.SubscriptionStatus value)Subscription.setStatusElement(Enumeration<Subscription.SubscriptionStatus> value)protected SubscriptionSubscription.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Subscription