See: Description
| Interface | Description |
|---|---|
| DefinitionVisitor<T> |
Visitor for each field in a FHIR StructureDefinition.
|
| HapiConverter.HapiFieldSetter |
Supporting interface to convert and set a field on a HAPI object.
|
| HapiConverter.HapiObjectConverter |
Supporting interface to convert an object from a different data model
to a HAPI object.
|
| HapiConverter.MultiValueConverter |
Supporting interface to convert multiple values for the corresponding field on a FHIR object.
|
| Class | Description |
|---|---|
| DefinitionVisitorsUtil |
Util class that provides helper methods for concrete visitors that implement
DefinitionVisitor interface. |
| EnumConverter<T> | |
| FhirConversionSupport |
Helper functions to allow code to convert FHIR resources
independently of the FHIR version.
|
| HapiChoiceConverter<T> | |
| HapiCompositeConverter<T> |
Partial converter implementation for composite structures.
|
| HapiContainedConverter<T> |
Partial converter implementation for contained structures.
|
| HapiConverter<T> |
Base class for converting HAPI resources to an alternative object model,
such as Spark rows or Avro objects.
|
| LeafExtensionConverter<T> |
Converter implementation for extension leaf primitives.
|
| PrimitiveConverter<T> | |
| QualifiedPath |
Simple immutable container for a path to an element qualified by the
structure type.
|
| StringConverter<T> | |
| StringToHapiSetter | |
| StructureDefinitions |
Abstract base class to visit FHIR structure definitions.
|
| StructureField<T> |
This is a container for a field in a FHIR composite type
that defines the field, its FHIR property, and a transformed result produced
by the visitor itself.
|
Copyright © 2020. All rights reserved.