Uses of Class
org.hl7.fhir.r4.model.Extension
-
Packages that use Extension Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of Extension in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Extension Modifier and Type Method Description protected ExtensionJsonParser. parseExtension(com.google.gson.JsonObject json)protected ExtensionXmlParser. parseExtension(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Extension Modifier and Type Method Description protected voidJsonParser. composeExtension(String name, Extension element)protected voidRdfParser. composeExtension(Turtle.Complex parent, String parentType, String name, Extension element, int index)protected voidXmlParser. composeExtension(String name, Extension element)protected voidXmlParser. composeExtensionElements(Extension element)protected voidJsonParser. composeExtensionInner(Extension element)protected booleanXmlParser. parseExtensionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Extension res)protected voidJsonParser. parseExtensionProperties(com.google.gson.JsonObject json, Extension res) -
Uses of Extension in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Extension Modifier and Type Field Description protected List<Extension>DomainResource. extensionMay be used to represent additional information that is not part of the basic definition of the resource.protected List<Extension>Element. extensionMay be used to represent additional information that is not part of the basic definition of the element.protected List<Extension>BackboneElement. modifierExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.protected List<Extension>BackboneType. modifierExtensionMay be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it.protected List<Extension>DomainResource. modifierExtensionMay be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants.Methods in org.hl7.fhir.r4.model that return Extension Modifier and Type Method Description ExtensionDomainResource. addExtension()ExtensionElement. addExtension()ExtensionBackboneElement. addModifierExtension()ExtensionBackboneType. addModifierExtension()ExtensionDomainResource. addModifierExtension()ExtensionBase. castToExtension(Base b)ExtensionExtension. copy()static ExtensionExtensionHelper. getExtension(BackboneElement element, String name)static ExtensionExtensionHelper. getExtension(DomainResource resource, String name)static ExtensionExtensionHelper. getExtension(Element element, String name)ExtensionDomainResource. getExtensionByUrl(String theUrl)ExtensionElement. getExtensionByUrl(String theUrl)ExtensionElement. getExtensionFirstRep()ExtensionBackboneElement. getModifierExtensionFirstRep()ExtensionBackboneType. getModifierExtensionFirstRep()static ExtensionFactory. newExtension(String uri, Type value, boolean evenIfNull)ExtensionExtension. setUrl(String value)ExtensionExtension. setUrlElement(UriType value)ExtensionBaseExtension. setValue(org.hl7.fhir.instance.model.api.IBaseDatatype theValue)abstract ExtensionBaseExtension. setValue(Type theValue)ExtensionExtension. setValue(Type value)protected ExtensionExtension. typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type Extension Modifier and Type Method Description List<Extension>DomainResource. getExtension()List<Extension>Element. getExtension()List<Extension>DomainResource. getExtensionsByUrl(String theUrl)Returns a list of extensions from this element which have the given URL.List<Extension>Element. getExtensionsByUrl(String theUrl)Returns an unmodifiable list containing all extensions on this element which match the given URL.List<Extension>BackboneElement. getModifierExtension()List<Extension>BackboneType. getModifierExtension()List<Extension>DomainResource. getModifierExtension()List<Extension>DomainResource. getModifierExtensionsByUrl(String theUrl)Returns a list of modifier extensions from this element which have the given URL.Methods in org.hl7.fhir.r4.model with parameters of type Extension Modifier and Type Method Description DomainResourceDomainResource. addExtension(Extension t)ElementElement. addExtension(Extension t)BackboneElementBackboneElement. addModifierExtension(Extension t)BackboneTypeBackboneType. addModifierExtension(Extension t)DomainResourceDomainResource. addModifierExtension(Extension t)voidExtension. copyValues(Extension dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Extension Modifier and Type Method Description DomainResourceDomainResource. setExtension(List<Extension> theExtension)ElementElement. setExtension(List<Extension> theExtension)BackboneElementBackboneElement. setModifierExtension(List<Extension> theModifierExtension)BackboneTypeBackboneType. setModifierExtension(List<Extension> theModifierExtension)DomainResourceDomainResource. setModifierExtension(List<Extension> theModifierExtension) -
Uses of Extension in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return Extension Modifier and Type Method Description static ExtensionToolingExtensions. getExtension(DomainResource resource, String name)static ExtensionToolingExtensions. getExtension(Element el, String name)static ExtensionToolingExtensions. makeIssueSource(org.hl7.fhir.utilities.validation.ValidationMessage.Source source)Methods in org.hl7.fhir.r4.utils that return types with arguments of type Extension Modifier and Type Method Description static List<Extension>ToolingExtensions. getExtensions(DomainResource resource, String url)static List<Extension>ToolingExtensions. getExtensions(Element element, String url)
-