Uses of Interface
org.hl7.fhir.instance.model.api.IBaseHasExtensions
Packages that use IBaseHasExtensions
-
Uses of IBaseHasExtensions in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type IBaseHasExtensionsModifier and TypeMethodDescriptionExtensionUtil.getExtensionPrimitiveValues(IBaseHasExtensions theBase, String theExtensionUrl) Given a resource or other structure that can have direct extensions, pulls out any extensions that have the given theExtensionUrl and a primitive value type, and returns a list of the string version of the extension values.static List<IBaseExtension<?,?>> ExtensionUtil.getExtensionsByUrl(IBaseHasExtensions theBase, String theExtensionUrl) Gets all extensions with the specified URL -
Uses of IBaseHasExtensions in org.hl7.fhir.instance.model.api
Subinterfaces of IBaseHasExtensions in org.hl7.fhir.instance.model.api