Uses of Interface
org.hl7.fhir.instance.model.api.IBaseExtension
-
Packages that use IBaseExtension Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api ca.uhn.fhir.util org.hl7.fhir.instance.model.api -
-
Uses of IBaseExtension in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return types with arguments of type IBaseExtension Modifier and Type Method Description List<IBaseExtension<?,?>>RuntimeSearchParam. getExtensions(String theKey)Retrieve user data - This can be used to store any application-specific dataMethods in ca.uhn.fhir.context with parameters of type IBaseExtension Modifier and Type Method Description RuntimeSearchParamRuntimeSearchParam. addExtension(String theKey, IBaseExtension theValue)Sets user data - This can be used to store any application-specific data -
Uses of IBaseExtension in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api that implement IBaseExtension Modifier and Type Class Description classExtensionDt -
Uses of IBaseExtension in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type IBaseExtension Modifier and Type Method Description default booleanIModelVisitor2. acceptUndeclaredExtension(IBaseExtension<?,?> theNextExt, List<IBase> theContainingElementPath, List<BaseRuntimeChildDefinition> theChildDefinitionPath, List<BaseRuntimeElementDefinition<?>> theElementDefinitionPath) -
Uses of IBaseExtension in org.hl7.fhir.instance.model.api
Methods in org.hl7.fhir.instance.model.api that return IBaseExtension Modifier and Type Method Description IBaseExtension<?,?>IBaseHasExtensions. addExtension()IBaseExtension<?,?>IBaseHasModifierExtensions. addModifierExtension()Methods in org.hl7.fhir.instance.model.api that return types with arguments of type IBaseExtension Modifier and Type Method Description List<? extends IBaseExtension<?,?>>IBaseHasExtensions. getExtension()List<? extends IBaseExtension<?,?>>IBaseHasModifierExtensions. getModifierExtension()
-