
Uses of Class
org.hl7.fhir.r5.model.SubscriptionTopic.SubscriptionTopicNotificationShapeComponent
Packages that use SubscriptionTopic.SubscriptionTopicNotificationShapeComponent
-
Uses of SubscriptionTopic.SubscriptionTopicNotificationShapeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubscriptionTopic.SubscriptionTopicNotificationShapeComponentModifier and TypeMethodDescriptionJsonParser.parseSubscriptionTopicNotificationShapeComponent(com.google.gson.JsonObject json) XmlParser.parseSubscriptionTopicNotificationShapeComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubscriptionTopicNotificationShapeComponent(String name, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected voidRdfParser.composeSubscriptionTopicNotificationShapeComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element, int index) protected voidXmlParser.composeSubscriptionTopicNotificationShapeComponent(String name, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected voidXmlParser.composeSubscriptionTopicNotificationShapeComponentElements(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected voidJsonParser.composeSubscriptionTopicNotificationShapeComponentProperties(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent element) protected booleanXmlParser.parseSubscriptionTopicNotificationShapeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent res) protected voidJsonParser.parseSubscriptionTopicNotificationShapeComponentProperties(com.google.gson.JsonObject json, SubscriptionTopic.SubscriptionTopicNotificationShapeComponent res) -
Uses of SubscriptionTopic.SubscriptionTopicNotificationShapeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponentModifier and TypeFieldDescriptionSubscriptionTopic.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 SubscriptionTopic.SubscriptionTopicNotificationShapeComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponentMethods in org.hl7.fhir.r5.model with parameters of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponentModifier and TypeMethodDescriptionSubscriptionTopic.addNotificationShape(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent t) voidSubscriptionTopic.SubscriptionTopicNotificationShapeComponent.copyValues(SubscriptionTopic.SubscriptionTopicNotificationShapeComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type SubscriptionTopic.SubscriptionTopicNotificationShapeComponentModifier and TypeMethodDescriptionSubscriptionTopic.setNotificationShape(List<SubscriptionTopic.SubscriptionTopicNotificationShapeComponent> theNotificationShape)