| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.parser | |
| ca.uhn.fhir.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRuntimeElementCompositeDefinition<T extends IBase> |
class |
RuntimeCompositeDatatypeDefinition |
class |
RuntimeElemContainedResourceList
HL7org structures use a List for contained instead of a distinct datatype
|
class |
RuntimeElemContainedResources |
class |
RuntimeElementDirectResource |
class |
RuntimeExtensionDtDefinition |
class |
RuntimeIdDatatypeDefinition |
class |
RuntimePrimitiveDatatypeDefinition |
class |
RuntimePrimitiveDatatypeNarrativeDefinition |
class |
RuntimePrimitiveDatatypeXhtmlHl7OrgDefinition |
class |
RuntimeResourceBlockDefinition |
class |
RuntimeResourceDefinition |
class |
RuntimeResourceReferenceDefinition |
| Modifier and Type | Method and Description |
|---|---|
BaseRuntimeElementDefinition<?> |
RuntimeChildUndeclaredExtensionDefinition.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
RuntimeChildResourceDefinition.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
RuntimeChildDirectResource.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
RuntimeChildDeclaredExtensionDefinition.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
RuntimeChildContainedResources.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
RuntimeChildChoiceDefinition.getChildByName(String theName) |
abstract BaseRuntimeElementDefinition<?> |
BaseRuntimeChildDefinition.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
BaseRuntimeChildDatatypeDefinition.getChildByName(String theName) |
BaseRuntimeElementDefinition<?> |
RuntimeChildUndeclaredExtensionDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theType) |
BaseRuntimeElementDefinition<?> |
RuntimeChildResourceDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype) |
BaseRuntimeElementDefinition<?> |
RuntimeChildResourceBlockDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype) |
BaseRuntimeElementDefinition<?> |
RuntimeChildDirectResource.getChildElementDefinitionByDatatype(Class<? extends IBase> theType) |
BaseRuntimeElementDefinition<?> |
RuntimeChildDeclaredExtensionDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theType) |
BaseRuntimeElementDefinition<?> |
RuntimeChildContainedResources.getChildElementDefinitionByDatatype(Class<? extends IBase> theType) |
BaseRuntimeElementDefinition<?> |
RuntimeChildChoiceDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype) |
abstract BaseRuntimeElementDefinition<?> |
BaseRuntimeChildDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theType) |
BaseRuntimeElementDefinition<?> |
BaseRuntimeChildDatatypeDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype) |
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<?> |
RuntimeChildDeclaredExtensionDefinition.getSingleChildOrThrow() |
BaseRuntimeElementDefinition<?> |
BaseRuntimeDeclaredChildDefinition.getSingleChildOrThrow() |
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseRuntimeElementDefinition<?>> |
FhirContext.getElementDefinitions()
Returns all element definitions (resources, datatypes, etc.)
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RuntimeChildUndeclaredExtensionDefinition.createExtensionChildName(BaseRuntimeElementDefinition<?> next) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeResourceDefinition.sealAndInitialize(FhirContext theContext,
Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) |
void |
RuntimeExtensionDtDefinition.sealAndInitialize(FhirContext theContext,
Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) |
void |
RuntimeCompositeDatatypeDefinition.sealAndInitialize(FhirContext theContext,
Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) |
void |
BaseRuntimeElementCompositeDefinition.sealAndInitialize(FhirContext theContext,
Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BaseParser.isChildContained(BaseRuntimeElementDefinition<?> childDef,
boolean theIncludedResource) |
| Modifier and Type | Method and Description |
|---|---|
void |
IModelVisitor.acceptElement(IBase theElement,
List<String> thePathToElement,
BaseRuntimeChildDefinition theChildDefinition,
BaseRuntimeElementDefinition<?> theDefinition) |
void |
IModelVisitor.acceptUndeclaredExtension(ISupportsUndeclaredExtensions theContainingElement,
List<String> thePathToElement,
BaseRuntimeChildDefinition theChildDefinition,
BaseRuntimeElementDefinition<?> theDefinition,
ExtensionDt theNextExt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IModelVisitor2.acceptElement(IBase theElement,
List<IBase> theContainingElementPath,
List<BaseRuntimeChildDefinition> theChildDefinitionPath,
List<BaseRuntimeElementDefinition<?>> theElementDefinitionPath) |
boolean |
IModelVisitor2.acceptUndeclaredExtension(IBaseExtension<?,?> theNextExt,
List<IBase> theContainingElementPath,
List<BaseRuntimeChildDefinition> theChildDefinitionPath,
List<BaseRuntimeElementDefinition<?>> theElementDefinitionPath) |
Copyright © 2014–2016 University Health Network. All rights reserved.