Uses of Class
ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
Packages that use BaseRuntimeElementDefinition Package Description ca.uhn.fhir.context ca.uhn.fhir.parser ca.uhn.fhir.util -
-
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.context
Subclasses of BaseRuntimeElementDefinition in ca.uhn.fhir.context Modifier and Type Class Description classBaseRuntimeElementCompositeDefinition<T extends IBase>classRuntimeCompositeDatatypeDefinitionclassRuntimeElemContainedResourceListHL7org structures use a List for contained instead of a distinct datatypeclassRuntimeElemContainedResourcesclassRuntimeElementDirectResourceclassRuntimeExtensionDtDefinitionclassRuntimeIdDatatypeDefinitionclassRuntimePrimitiveDatatypeDefinitionclassRuntimePrimitiveDatatypeNarrativeDefinitionclassRuntimePrimitiveDatatypeXhtmlHl7OrgDefinitionclassRuntimeResourceBlockDefinitionclassRuntimeResourceDefinitionMethods in ca.uhn.fhir.context that return BaseRuntimeElementDefinition Modifier and Type Method Description BaseRuntimeElementDefinition<?>BaseRuntimeChildDatatypeDefinition. getChildByName(String theName)abstract BaseRuntimeElementDefinition<?>BaseRuntimeChildDefinition. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildChoiceDefinition. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildContainedResources. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildDeclaredExtensionDefinition. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildDirectResource. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildExtension. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildResourceDefinition. getChildByName(String theName)BaseRuntimeElementDefinition<?>RuntimeChildUndeclaredExtensionDefinition. getChildByName(String theName)BaseRuntimeElementDefinition<?>BaseRuntimeChildDatatypeDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)abstract BaseRuntimeElementDefinition<?>BaseRuntimeChildDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theType)BaseRuntimeElementDefinition<?>RuntimeChildChoiceDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)BaseRuntimeElementDefinition<?>RuntimeChildContainedResources. getChildElementDefinitionByDatatype(Class<? extends IBase> theType)BaseRuntimeElementDefinition<?>RuntimeChildDeclaredExtensionDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)BaseRuntimeElementDefinition<?>RuntimeChildDirectResource. getChildElementDefinitionByDatatype(Class<? extends IBase> theType)BaseRuntimeElementDefinition<?>RuntimeChildResourceBlockDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)BaseRuntimeElementDefinition<?>RuntimeChildResourceDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)BaseRuntimeElementDefinition<?>RuntimeChildUndeclaredExtensionDefinition. getChildElementDefinitionByDatatype(Class<? extends IBase> theType)BaseRuntimeElementDefinition<?>FhirContext. getElementDefinition(Class<? extends IBase> theElementType)Returns the scanned runtime model for the given type.BaseRuntimeElementDefinition<?>FhirContext. getElementDefinition(String theElementName)Returns the scanned runtime model for the given type.BaseRuntimeElementDefinition<?>BaseRuntimeElementDefinition. getRootParentDefinition()Methods in ca.uhn.fhir.context that return types with arguments of type BaseRuntimeElementDefinition Modifier and Type Method Description Collection<BaseRuntimeElementDefinition<?>>FhirContext. getElementDefinitions()Returns all element definitions (resources, datatypes, etc.)Methods in ca.uhn.fhir.context with parameters of type BaseRuntimeElementDefinition Modifier and Type Method Description static StringRuntimeChildUndeclaredExtensionDefinition. createExtensionChildName(BaseRuntimeElementDefinition<?> next)Method parameters in ca.uhn.fhir.context with type arguments of type BaseRuntimeElementDefinition Modifier and Type Method Description voidRuntimeCompositeDatatypeDefinition. sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)voidRuntimeExtensionDtDefinition. sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)voidRuntimeResourceDefinition. sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)Constructor parameters in ca.uhn.fhir.context with type arguments of type BaseRuntimeElementDefinition Constructor Description BaseRuntimeElementCompositeDefinition(String theName, Class<? extends T> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeCompositeDatatypeDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeExtensionDtDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeResourceBlockDefinition(String theName, Class<? extends IBase> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeResourceDefinition(FhirContext theContext, String theResourceName, Class<? extends IBaseResource> theClass, ResourceDef theResourceAnnotation, boolean theStandardType, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) -
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type BaseRuntimeElementDefinition Modifier and Type Method Description protected voidBaseParser. findBaseReferences(List<IBaseReference> allElements, IBase theElement, BaseRuntimeElementDefinition<?> theDefinition)A customised traversal of the tree to find the 'top level' base references.protected booleanBaseParser. isChildContained(BaseRuntimeElementDefinition<?> childDef, boolean theIncludedResource) -
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type BaseRuntimeElementDefinition Modifier and Type Method Description voidIModelVisitor. acceptElement(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition)
-