Uses of Class
ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.context
Modifier and TypeClassDescriptionclass
BaseRuntimeElementCompositeDefinition<T extends IBase>
class
class
HL7org structures use a List for contained instead of a distinct datatypeclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionBaseRuntimeChildDatatypeDefinition.getChildByName
(String theName) abstract BaseRuntimeElementDefinition
<?> BaseRuntimeChildDefinition.getChildByName
(String theName) RuntimeChildChoiceDefinition.getChildByName
(String theName) RuntimeChildContainedResources.getChildByName
(String theName) RuntimeChildDeclaredExtensionDefinition.getChildByName
(String theName) RuntimeChildDirectResource.getChildByName
(String theName) RuntimeChildExt.getChildByName
(String theName) RuntimeChildExtension.getChildByName
(String theName) RuntimeChildResourceDefinition.getChildByName
(String theName) RuntimeChildUndeclaredExtensionDefinition.getChildByName
(String theName) BaseRuntimeChildDatatypeDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theDatatype) abstract BaseRuntimeElementDefinition
<?> BaseRuntimeChildDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theType) RuntimeChildChoiceDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theDatatype) RuntimeChildContainedResources.getChildElementDefinitionByDatatype
(Class<? extends IBase> theType) RuntimeChildDeclaredExtensionDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theDatatype) RuntimeChildDirectResource.getChildElementDefinitionByDatatype
(Class<? extends IBase> theType) RuntimeChildExt.getChildElementDefinitionByDatatype
(Class<? extends IBase> theType) RuntimeChildResourceBlockDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theDatatype) RuntimeChildResourceDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theDatatype) RuntimeChildUndeclaredExtensionDefinition.getChildElementDefinitionByDatatype
(Class<? extends IBase> theType) FhirContext.getElementDefinition
(Class<? extends IBase> theElementType) Returns the scanned runtime model for the given type.FhirContext.getElementDefinition
(String theElementName) Returns the scanned runtime model for the given type.BaseRuntimeElementDefinition.getRootParentDefinition()
Modifier and TypeMethodDescriptionFhirContext.getElementDefinitions()
Returns all element definitions (resources, datatypes, etc.)Modifier and TypeMethodDescriptionstatic String
RuntimeChildUndeclaredExtensionDefinition.createExtensionChildName
(BaseRuntimeElementDefinition<?> next) Modifier and TypeMethodDescriptionvoid
RuntimeCompositeDatatypeDefinition.sealAndInitialize
(FhirContext theContext, Map<Class<? extends IBase>, BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) void
RuntimeExtensionDtDefinition.sealAndInitialize
(FhirContext theContext, Map<Class<? extends IBase>, BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) void
RuntimeResourceDefinition.sealAndInitialize
(FhirContext theContext, Map<Class<? extends IBase>, BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) ModifierConstructorDescriptionBaseRuntimeElementCompositeDefinition
(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
Modifier and TypeMethodDescriptionprotected boolean
BaseParser.isChildContained
(BaseRuntimeElementDefinition<?> childDef, boolean theIncludedResource) -
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionvoid
IModelVisitor.acceptElement
(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition)