Uses of Class
org.hl7.fhir.r5.model.SubscriptionTopic.SubscriptionTopicNotificationShapeComponent
-
Uses of SubscriptionTopic.SubscriptionTopicNotificationShapeComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseSubscriptionTopicNotificationShapeComponent
(com.google.gson.JsonObject json) XmlParser.parseSubscriptionTopicNotificationShapeComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSubscriptionTopicNotificationShapeComponent
(String name, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected void
RdfParser.composeSubscriptionTopicNotificationShapeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element, int index) protected void
XmlParser.composeSubscriptionTopicNotificationShapeComponent
(String name, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected void
XmlParser.composeSubscriptionTopicNotificationShapeComponentElements
(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected void
JsonParser.composeSubscriptionTopicNotificationShapeComponentProperties
(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected boolean
XmlParser.parseSubscriptionTopicNotificationShapeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent res) protected void
JsonParser.parseSubscriptionTopicNotificationShapeComponentProperties
(com.google.gson.JsonObject json, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent res) -
Uses of SubscriptionTopic.SubscriptionTopicNotificationShapeComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionSubscriptionTopic.notificationShape
List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.Modifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicNotificationShapeComponent.addInclude
(String value) SubscriptionTopic.addNotificationShape()
SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.addRevInclude
(String value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.copy()
SubscriptionTopic.getNotificationShapeFirstRep()
SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setInclude
(List<StringType> theInclude) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setResource
(String value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setResourceElement
(UriType value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setRevInclude
(List<StringType> theRevInclude) Modifier and TypeMethodDescriptionSubscriptionTopic.addNotificationShape
(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent t) void
SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.copyValues
(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent dst) Modifier and TypeMethodDescriptionSubscriptionTopic.setNotificationShape
(List<SubscriptionTopic.SubscriptionTopicNotificationShapeComponent> theNotificationShape)