Uses of Class
ca.uhn.fhir.model.api.ExtensionDt
Packages that use ExtensionDt
-
Uses of ExtensionDt in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return ExtensionDtModifier 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)Methods in ca.uhn.fhir.model.api that return types with arguments of type ExtensionDtModifier 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.Methods in ca.uhn.fhir.model.api with parameters of type ExtensionDtModifier and TypeMethodDescriptionvoidBaseElement.addUndeclaredExtension(ExtensionDt theExtension)voidISupportsUndeclaredExtensions.addUndeclaredExtension(ExtensionDt theExtension)Adds an extension to this object.voidResourceMetadataKeyEnum.ExtensionResourceMetadataKey.put(IResource theResource, ExtensionDt theObject)