Uses of Class
org.hl7.fhir.r4.model.Subscription.SubscriptionChannelComponent
-
Packages that use Subscription.SubscriptionChannelComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Subscription.SubscriptionChannelComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Subscription.SubscriptionChannelComponent Modifier and Type Method Description protected Subscription.SubscriptionChannelComponentJsonParser. parseSubscriptionSubscriptionChannelComponent(com.google.gson.JsonObject json, Subscription owner)protected Subscription.SubscriptionChannelComponentXmlParser. parseSubscriptionSubscriptionChannelComponent(org.xmlpull.v1.XmlPullParser xpp, Subscription owner) -
Uses of Subscription.SubscriptionChannelComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Subscription.SubscriptionChannelComponent Modifier and Type Field Description protected Subscription.SubscriptionChannelComponentSubscription. channelDetails where to send notifications when resources are received that meet the criteria.Methods in org.hl7.fhir.r4.model with parameters of type Subscription.SubscriptionChannelComponent Modifier and Type Method Description voidSubscription.SubscriptionChannelComponent. copyValues(Subscription.SubscriptionChannelComponent dst)SubscriptionSubscription. setChannel(Subscription.SubscriptionChannelComponent value)Constructors in org.hl7.fhir.r4.model with parameters of type Subscription.SubscriptionChannelComponent Constructor Description Subscription(Enumeration<Subscription.SubscriptionStatus> status, StringType reason, StringType criteria, Subscription.SubscriptionChannelComponent channel)Constructor
-