public interface IFhirVersion
| Modifier and Type | Method and Description |
|---|---|
IServerConformanceProvider<? extends IBaseResource> |
createServerConformanceProvider(RestfulServer theRestfulServer) |
IResourceProvider |
createServerProfilesProvider(RestfulServer theRestfulServer) |
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() |
IIdType |
newIdType() |
FhirVersionEnum getVersion()
IResourceProvider createServerProfilesProvider(RestfulServer theRestfulServer)
InputStream getFhirVersionPropertiesFile()
IBaseResource generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition, String theServerBase)
IServerConformanceProvider<? extends IBaseResource> createServerConformanceProvider(RestfulServer theRestfulServer)
String getPathToSchemaDefinitions()
Class<? extends IBase> getResourceReferenceType()
Class<?> getContainedType()
IBase newCodingDt()
IVersionSpecificBundleFactory newBundleFactory(FhirContext theContext)
IPrimitiveType<Date> getLastUpdated(IBaseResource theResource)
Copyright © 2014–2016 University Health Network. All rights reserved.