Uses of Class
org.linuxforhealth.fhir.core.FHIRVersionParam
-
-
Uses of FHIRVersionParam in org.linuxforhealth.fhir.config
Methods in org.linuxforhealth.fhir.config with parameters of type FHIRVersionParam Modifier and Type Method Description static java.util.Set<java.lang.String>
FHIRConfigHelper. getSupportedResourceTypes(FHIRVersionParam fhirVersion)
Get the set of supported resource types for the passed fhirVersion and the tenantId in the FHIRRequestContextConstructors in org.linuxforhealth.fhir.config with parameters of type FHIRVersionParam Constructor Description ResourcesConfigAdapter(PropertyGroup resourcesConfig, FHIRVersionParam fhirVersion)
Public constructor -
Uses of FHIRVersionParam in org.linuxforhealth.fhir.core
Methods in org.linuxforhealth.fhir.core that return FHIRVersionParam Modifier and Type Method Description static FHIRVersionParam
FHIRVersionParam. from(java.lang.String value)
Factory method for creating FHIRVersionParam values from a passed string value.FHIRVersionParam
ResourceType. getIntroduced()
FHIRVersionParam
ResourceType. getRetired()
static FHIRVersionParam
FHIRVersionParam. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FHIRVersionParam[]
FHIRVersionParam. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FHIRVersionParam in org.linuxforhealth.fhir.core.util
Methods in org.linuxforhealth.fhir.core.util with parameters of type FHIRVersionParam Modifier and Type Method Description static java.util.Set<java.lang.String>
ResourceTypeUtil. getCompatibleResourceTypes(FHIRVersionParam sourceFhirVersion, FHIRVersionParam targetFhirVersion)
Get the set of concrete resource type names for which a valid instance in fhirVersionsourceFhirVersion
is expected to be valid in fhirVersiontargetFhirVersion
.static java.util.Set<java.lang.String>
ResourceTypeUtil. getRemovedResourceTypes(FHIRVersionParam fhirVersion)
static java.util.Set<java.lang.String>
ResourceTypeUtil. getResourceTypesFor(FHIRVersionParam fhirVersion)
Get the set of concrete resource type names for the passed fhirVersion.static boolean
ResourceTypeUtil. isCompatible(java.lang.String resourceType, FHIRVersionParam knownValidFhirVersion, FHIRVersionParam fhirVersionUnderTest)
If a resourceType instance of typeresourceType
is known to be valid in fhirVersionknownValidFhirVersion
, is it expected to also be valid for fhirVersionfhirVersionUnderTest
? -
Uses of FHIRVersionParam in org.linuxforhealth.fhir.operation.bulkdata.util
Methods in org.linuxforhealth.fhir.operation.bulkdata.util with parameters of type FHIRVersionParam Modifier and Type Method Description java.util.Set<java.lang.String>
BulkDataExportUtil. checkAndValidateTypes(OperationConstants.ExportType exportType, FHIRVersionParam fhirVersion, java.util.List<Parameters.Parameter> parameters)
processes both the Parameters object and the query parametersjava.util.List<Input>
BulkDataImportUtil. retrieveInputs(FHIRVersionParam fhirVersion)
Validate and retrieve the inputs from the Parameters object. -
Uses of FHIRVersionParam in org.linuxforhealth.fhir.search.util
Methods in org.linuxforhealth.fhir.search.util with parameters of type FHIRVersionParam Modifier and Type Method Description FHIRSearchContext
SearchHelper. parseCompartmentQueryParameters(java.lang.String compartmentName, java.lang.String compartmentLogicalId, java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, boolean lenient, boolean includeResource, FHIRVersionParam fhirVersion)
FHIRSearchContext
SearchHelper. parseQueryParameters(java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, boolean lenient, boolean includeResource, FHIRVersionParam fhirVersion)
Parse the passed query parameters into a FHIRSeachContext according to the given optionsFHIRSearchContext
SearchHelper. parseReadQueryParameters(java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, java.lang.String interaction, boolean lenient, FHIRVersionParam fhirVersion)
Parse query parameters for read and vread. -
Uses of FHIRVersionParam in org.linuxforhealth.fhir.server.resources
Methods in org.linuxforhealth.fhir.server.resources that return FHIRVersionParam Modifier and Type Method Description protected FHIRVersionParam
FHIRResource. getFhirVersion()
The FHIRVersion to use for the current request -
Uses of FHIRVersionParam in org.linuxforhealth.fhir.server.util
Constructors in org.linuxforhealth.fhir.server.util with parameters of type FHIRVersionParam Constructor Description FHIRRestHelper(FHIRPersistence persistence, SearchHelper searchHelper, FHIRVersionParam fhirVersion)
-