
Uses of Class
ca.uhn.fhir.context.BaseRuntimeChildDefinition
Packages that use BaseRuntimeChildDefinition
-
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.context
Subclasses of BaseRuntimeChildDefinition in ca.uhn.fhir.contextModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in ca.uhn.fhir.context that return BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionBaseRuntimeElementCompositeDefinition.getChildByName
(String theName) BaseRuntimeElementDefinition.getChildByName
(String theChildName) RuntimePrimitiveDatatypeDefinition.getChildByName
(String theChildName) BaseRuntimeElementCompositeDefinition.getChildByNameOrThrowDataFormatException
(String theName) BaseRuntimeChildDefinition.getReplacedParentDefinition()
Methods in ca.uhn.fhir.context that return types with arguments of type BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionBaseRuntimeElementCompositeDefinition.getChildren()
BaseRuntimeElementDefinition.getChildren()
RuntimeExtensionDtDefinition.getChildren()
RuntimePrimitiveDatatypeDefinition.getChildren()
BaseRuntimeElementCompositeDefinition.getChildrenAndExtension()
RuntimeExtensionDtDefinition.getChildrenIncludingUrl()
Methods in ca.uhn.fhir.context with parameters of type BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionvoid
BaseRuntimeChildDefinition.setReplacedParentDefinition
(BaseRuntimeChildDefinition myReplacedParentDefinition) -
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return BaseRuntimeChildDefinitionMethods in ca.uhn.fhir.parser with parameters of type BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionBaseParser.preProcessValues
(BaseRuntimeChildDefinition theMetaChildUncast, IBaseResource theResource, List<? extends IBase> theValues, BaseParser.CompositeChildElement theCompositeChildElement, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected void
BaseParser.throwExceptionForUnknownChildType
(BaseRuntimeChildDefinition nextChild, Class<? extends IBase> theType) Constructors in ca.uhn.fhir.parser with parameters of type BaseRuntimeChildDefinitionModifierConstructorDescriptionCompositeChildElement
(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) -
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.util
Fields in ca.uhn.fhir.util with type parameters of type BaseRuntimeChildDefinitionModifier and TypeFieldDescriptionstatic final Predicate
<org.apache.commons.lang3.tuple.Triple<BaseRuntimeChildDefinition, IBase, IBase>> TerserUtil.EXCLUDE_IDS_META_AND_EMPTY
Exclusion predicate for id/identifier, meta and fields with empty values.Methods in ca.uhn.fhir.util that return BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionFhirTerser.getDefinition
(Class<? extends IBaseResource> theResourceType, String thePath) Methods in ca.uhn.fhir.util with parameters of type BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionvoid
IModelVisitor.acceptElement
(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition) static void
TerserUtil.cloneIdentifierIntoResource
(FhirContext theFhirContext, BaseRuntimeChildDefinition theIdentifierDefinition, IBase theNewIdentifier, IBaseResource theResourceToCloneInto) Given an Child Definition of `identifier`, a R4/DSTU3 Identifier, and a new resource, clone the identifier into that resources' identifier list if it is not already present.Method parameters in ca.uhn.fhir.util with type arguments of type BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionstatic void
TerserUtil.replaceFieldsByPredicate
(FhirContext theFhirContext, IBaseResource theFrom, IBaseResource theTo, Predicate<org.apache.commons.lang3.tuple.Triple<BaseRuntimeChildDefinition, IBase, IBase>> thePredicate) Replaces fields on theTo resource that test positive by the given predicate. -
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.util.bundle
Constructors in ca.uhn.fhir.util.bundle with parameters of type BaseRuntimeChildDefinitionModifierConstructorDescriptionBundleEntryMutator
(FhirContext theFhirContext, IBase theEntry, BaseRuntimeChildDefinition theRequestChildDef, BaseRuntimeElementCompositeDefinition<?> theChildContentsDef, BaseRuntimeElementCompositeDefinition<?> theEntryDefinition)