Uses of Class
org.hl7.fhir.r5.model.SubscriptionTopic.SubscriptionTopicNotificationShapeComponent
-
Packages that use SubscriptionTopic.SubscriptionTopicNotificationShapeComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of SubscriptionTopic.SubscriptionTopicNotificationShapeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubscriptionTopic.SubscriptionTopicNotificationShapeComponent Modifier and Type Method Description protected SubscriptionTopic.SubscriptionTopicNotificationShapeComponentJsonParser. parseSubscriptionTopicNotificationShapeComponent(com.google.gson.JsonObject json)protected SubscriptionTopic.SubscriptionTopicNotificationShapeComponentXmlParser. parseSubscriptionTopicNotificationShapeComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SubscriptionTopic.SubscriptionTopicNotificationShapeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponent Modifier and Type Field Description protected List<SubscriptionTopic.SubscriptionTopicNotificationShapeComponent>SubscriptionTopic. notificationShapeList of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.Methods in org.hl7.fhir.r5.model that return types with arguments of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponent Modifier and Type Method Description List<SubscriptionTopic.SubscriptionTopicNotificationShapeComponent>SubscriptionTopic. getNotificationShape()Methods in org.hl7.fhir.r5.model with parameters of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponent Modifier and Type Method Description SubscriptionTopicSubscriptionTopic. addNotificationShape(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent t)voidSubscriptionTopic.SubscriptionTopicNotificationShapeComponent. copyValues(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponent Modifier and Type Method Description SubscriptionTopicSubscriptionTopic. setNotificationShape(List<SubscriptionTopic.SubscriptionTopicNotificationShapeComponent> theNotificationShape)
-