Uses of Class
ca.uhn.fhir.model.api.ExtensionDt
-
Uses of ExtensionDt in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionBaseElement.addUndeclaredExtension
(boolean theIsModifier, String theUrl) BaseElement.addUndeclaredExtension
(boolean theIsModifier, String theUrl, IBaseDatatype theValue) ISupportsUndeclaredExtensions.addUndeclaredExtension
(boolean theIsModifier, String theUrl) Adds an extension to this object.ISupportsUndeclaredExtensions.addUndeclaredExtension
(boolean theIsModifier, String theUrl, IBaseDatatype theValue) Adds an extension to this objectExtensionDt.setValue
(IBaseDatatype theValue) Modifier and TypeMethodDescriptionBaseElement.getAllUndeclaredExtensions()
ISupportsUndeclaredExtensions.getAllUndeclaredExtensions()
Returns an immutable list containing all extensions (modifier and non-modifier).ExtensionDt.getExtension()
BaseElement.getUndeclaredExtensions()
ISupportsUndeclaredExtensions.getUndeclaredExtensions()
Returns a list containing all undeclared non-modifier extensions.BaseElement.getUndeclaredExtensionsByUrl
(String theUrl) ISupportsUndeclaredExtensions.getUndeclaredExtensionsByUrl
(String theUrl) Returns an immutable list containing all undeclared extensions (modifier and non-modifier) by extension URLBaseElement.getUndeclaredModifierExtensions()
ISupportsUndeclaredExtensions.getUndeclaredModifierExtensions()
Returns a list containing all undeclared modifier extensions.Modifier and TypeMethodDescriptionvoid
BaseElement.addUndeclaredExtension
(ExtensionDt theExtension) void
ISupportsUndeclaredExtensions.addUndeclaredExtension
(ExtensionDt theExtension) Adds an extension to this object.