| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.parser |
| Modifier and Type | Method and Description |
|---|---|
RuntimeResourceDefinition |
RuntimeResourceDefinition.getBaseDefinition()
If this definition refers to a class which extends another resource definition type, this
method will return the definition of the topmost resource.
|
RuntimeResourceDefinition |
FhirContext.getResourceDefinition(Class<? extends IBaseResource> theResourceType)
Returns the scanned runtime model for the given type.
|
RuntimeResourceDefinition |
FhirContext.getResourceDefinition(FhirVersionEnum theVersion,
String theResourceName) |
RuntimeResourceDefinition |
FhirContext.getResourceDefinition(IBaseResource theResource)
Returns the scanned runtime model for the given type.
|
RuntimeResourceDefinition |
FhirContext.getResourceDefinition(String theResourceName)
Returns the scanned runtime model for the given type.
|
RuntimeResourceDefinition |
FhirContext.getResourceDefinitionById(String theId)
Returns the scanned runtime model for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RuntimeResourceDefinition> |
FhirContext.getResourceDefinitionsWithExplicitId()
Returns the scanned runtime models.
|
| Modifier and Type | Method and Description |
|---|---|
IBaseResource |
IFhirVersion.generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition,
String theServerBase) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeResourceDefinition |
BaseParser.CompositeChildElement.getResDef() |
| Constructor and Description |
|---|
CompositeChildElement(RuntimeResourceDefinition theResDef,
boolean theSubResource) |
Copyright © 2014–2017 University Health Network. All rights reserved.