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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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 TypeMethodDescriptionvoidBaseRuntimeChildDefinition.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, BaseParser.EncodeContext theEncodeContext)protected voidBaseParser.throwExceptionForUnknownChildType(BaseRuntimeChildDefinition nextChild, Class<? extends IBase> theType)Constructors in ca.uhn.fhir.parser with parameters of type BaseRuntimeChildDefinitionModifierConstructorDescriptionCompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, 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 Predicate<org.apache.commons.lang3.tuple.Triple<BaseRuntimeChildDefinition,IBase,IBase>>TerserUtil.EXCLUDE_IDS_META_AND_EMPTYExclusion 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 TypeMethodDescriptionvoidIModelVisitor.acceptElement(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition)static voidTerserUtil.cloneEidIntoResource(FhirContext theFhirContext, BaseRuntimeChildDefinition theIdentifierDefinition, IBase theEid, IBase theResourceToCloneEidInto)Given an Child Definition of `identifier`, a R4/DSTU3 EID Identifier, and a new resource, clone the EID into that resources' identifier list.Method parameters in ca.uhn.fhir.util with type arguments of type BaseRuntimeChildDefinitionModifier and TypeMethodDescriptionstatic voidTerserUtil.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)