public interface IFhirVersion
| Modifier and Type | Method and Description |
|---|---|
IFluentPath |
createFluentPathExecutor(FhirContext theFhirContext) |
IContextValidationSupport<?,?,?,?,?,?> |
createValidationSupport() |
IBaseResource |
generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition,
String theServerBase) |
Class<?> |
getContainedType() |
InputStream |
getFhirVersionPropertiesFile() |
IPrimitiveType<Date> |
getLastUpdated(IBaseResource theResource) |
String |
getPathToSchemaDefinitions() |
Class<? extends IBase> |
getResourceReferenceType() |
Object |
getServerVersion()
Returns an instance of
IFhirVersionServer |
FhirVersionEnum |
getVersion() |
IVersionSpecificBundleFactory |
newBundleFactory(FhirContext theContext) |
IBase |
newCodingDt() |
IIdType |
newIdType() |
IFluentPath createFluentPathExecutor(FhirContext theFhirContext)
IContextValidationSupport<?,?,?,?,?,?> createValidationSupport()
IBaseResource generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition, String theServerBase)
Class<?> getContainedType()
InputStream getFhirVersionPropertiesFile()
IPrimitiveType<Date> getLastUpdated(IBaseResource theResource)
String getPathToSchemaDefinitions()
Class<? extends IBase> getResourceReferenceType()
FhirVersionEnum getVersion()
IVersionSpecificBundleFactory newBundleFactory(FhirContext theContext)
IBase newCodingDt()
Object getServerVersion()
IFhirVersionServer for this version.
Note that this method may only be called if the hapi-fhir-server
JAR is on the classpath. Otherwise it will result in a ClassNotFoundExceptionCopyright © 2014–2017 University Health Network. All rights reserved.