Uses of Enum
ca.uhn.fhir.context.FhirVersionEnum
-
Uses of FhirVersionEnum in ca.uhn.fhir.context
Modifier and TypeMethodDescriptionstatic FhirVersionEnum
FhirVersionEnum.determineVersionForType
(Class<?> theFhirType) Given a FHIR model object type, determine which version of FHIR it is forstatic FhirVersionEnum
FhirVersionEnum.forVersionString
(String theVersionString) Returns theFhirVersionEnum
which corresponds to a specific version of FHIR.RuntimeResourceDefinition.getStructureVersion()
static FhirVersionEnum
Returns the enum constant of this type with the specified name.static FhirVersionEnum[]
FhirVersionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic FhirContext
FhirContext.forCached
(FhirVersionEnum theFhirVersionEnum) Returns a statically cached FhirContext instance for the given version, creating one if none exists in the cache.FhirContext.getResourceDefinition
(FhirVersionEnum theVersion, String theResourceName) boolean
FhirVersionEnum.isEqualOrNewerThan
(FhirVersionEnum theVersion) boolean
FhirVersionEnum.isEquivalentTo
(FhirVersionEnum theVersion) boolean
FhirVersionEnum.isNewerThan
(FhirVersionEnum theVersion) boolean
FhirVersionEnum.isOlderThan
(FhirVersionEnum theVersion) ModifierConstructorDescriptionFhirContext
(FhirVersionEnum theVersion) In most cases it is recommended that you use one of the static initializer methods instead of this method, e.g. -
Uses of FhirVersionEnum in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionIResource.getStructureFhirVersionEnum()
Returns the FHIR version represented by this structureIFhirVersion.getVersion()
-
Uses of FhirVersionEnum in org.hl7.fhir.instance.model.api