All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AddProfileTagEnum |
RESTful server behaviour for automatically adding profile tags when serializing resources
|
| AddTags |
RESTful method annotation to be used for the FHIR Tag
Operations which have to do with adding tags.
|
| ArrayUtil |
|
| AsyncUtil |
|
| At |
Parameter annotation for the _at parameter, which indicates to the
server that only results dated since the given instant will be returned.
|
| AttachmentUtil |
|
| AuthenticationException |
Represents an HTTP 401 Client Unauthorized response, which
means that the client needs to provide credentials, or has
provided invalid credentials.
|
| Base64BinaryDt |
|
| BaseAndListParam<T extends IQueryParameterOr<?>> |
|
| BaseCodingDt |
|
| BaseConformance |
|
| BaseContainedDt |
|
| BaseDateTimeDt |
|
| BaseElement |
|
| BaseHumanNameDt |
|
| BaseIdentifiableElement |
|
| BaseIdentifierDt |
|
| BaseNarrativeDt<T extends Enum<?>> |
|
| BaseNarrativeGenerator |
|
| BaseOperationOutcome |
|
| BaseOperationOutcome.BaseIssue |
|
| BaseParamWithPrefix<T extends ca.uhn.fhir.rest.param.BaseParam> |
|
| BaseParser |
|
| BasePrimitive<T> |
|
| BaseQuantityDt |
|
| BaseResourceReferenceDt |
|
| BaseRuntimeChildDatatypeDefinition |
|
| BaseRuntimeChildDefinition |
|
| BaseRuntimeChildDefinition.IAccessor |
|
| BaseRuntimeChildDefinition.IMutator |
|
| BaseRuntimeDeclaredChildDefinition |
|
| BaseRuntimeElementCompositeDefinition<T extends IBase> |
|
| BaseRuntimeElementDefinition<T extends IBase> |
|
| BaseRuntimeElementDefinition.ChildTypeEnum |
|
| BaseSecurityEvent |
|
| BaseServerResponseException |
Base class for RESTful client and server exceptions.
|
| BaseThymeleafNarrativeGenerator |
|
| BinaryUtil |
|
| Binding |
Field annotation for fields which are bound to a given valueset
|
| Block |
Class annotation used to indicate a class which is a "block"/"component" type.
|
| BooleanDt |
|
| BoundCodeDt<T extends Enum<?>> |
|
| BundleEntryMutator |
|
| BundleEntryParts |
|
| BundleEntrySearchModeEnum |
|
| BundleEntryTransactionMethodEnum |
This Enum is only used to support using the DSTU1 Bundle structure (ca.uhn.fhir.model.api.Bundle)
on a DSTU2 server.
|
| BundleInclusionRule |
Created by Bill de Beaubien on 3/4/2015.
|
| BundleTypeEnum |
|
| BundleUtil |
Fetch resources from a bundle
|
| CacheControlDirective |
Parses and stores the value(s) within HTTP Cache-Control headers
|
| CalendarBinder |
|
| Child |
Field annotation for fields within resource and datatype definitions, indicating
a child of that type.
|
| ChildOrder |
This annotation may be used on a resource type to specify an order for
the child names.
|
| CodeDt |
|
| CollectionBinder |
|
| CollectionUtil |
|
| Compartment |
This may only be populated on a reference search paramater field.
|
| CompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
|
| CompositeClientParam<A extends IParam,B extends IParam> |
Composite parameter type for use in fluent client interfaces
|
| CompositeCriterion<A extends IParam,B extends IParam> |
|
| CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
|
| CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType> |
|
| ConditionalUrlParam |
On the Update, Create and Delete operation methods, this annotation
can be used to mark a String parameter which will be populated with the
conditional "search" URL for the operation, if an incoming client invocation is
a conditional operation.
|
| ConfigurationException |
Non-checked exception indicating that HAPI was unable to initialize due to
a detected configuration problem.
|
| Constants |
|
| Count |
Parameter annotation for the _count parameter, which indicates to the
server the maximum number of desired results.
|
| CountingAndLimitingInputStream |
|
| CoverageIgnore |
|
| Create |
|
| CustomThymeleafNarrativeGenerator |
|
| DataFormatException |
|
| DatatypeDef |
Class annotation to note a class which defines a datatype
|
| DatatypeUtil |
|
| DateAndListParam |
|
| DateBinder |
|
| DateClientParam |
Date parameter type for use in fluent client interfaces
|
| DateClientParam.IDateCriterion |
|
| DateClientParam.IDateSpecifier |
|
| DateDt |
Represents a FHIR date datatype.
|
| DateOrListParam |
|
| DateParam |
|
| DateParam.DateParamDateTimeHolder |
|
| DateRangeParam |
|
| DateTimeDt |
Represents a FHIR dateTime datatype.
|
| DateUtils |
A utility class for parsing and formatting HTTP dates as used in cookies and
other headers.
|
| DecimalDt |
|
| DefaultThymeleafNarrativeGenerator |
|
| Delete |
RESTful method annotation to be used for the FHIR
delete method.
|
| DeleteTags |
RESTful method annotation to be used for the FHIR Tag
Operations which have to do with deleting tags.
|
| DependencyLogFactory |
|
| DependencyLogImpl |
|
| Description |
Annotation which may be placed on a resource/datatype definition, or a field, or
a search parameter definition in order to provide documentation for that item.
|
| Destroy |
ResourceProvider methods tagged with Destroy will be invoked when the RestfulServer is shut down.
|
| Elements |
On a method which returns resource(s), a parameter of type
Set<String> with this annotation will be passed the
contents of the _elements parameter
|
| ElementUtil |
|
| EncodingEnum |
|
| EntryListAccumulator |
|
| ErrorHandlerAdapter |
|
| Extension |
Field modifier to be placed on a child field (a field also annotated with the Child annotation) which
indicates that this field is an extension.
|
| ExtensionConstants |
|
| ExtensionDt |
|
| FhirClientConnectionException |
Represents a failure by the HAPI FHIR Client to successfully communicate
with a FHIR server, because of IO failures, incomprehensible response, etc.
|
| FhirClientInappropriateForServerException |
This exception will be thrown by FHIR clients if the client attempts to
communicate with a server which is a valid FHIR server but is incompatible
with this client for some reason.
|
| FhirContext |
The FHIR context is the central starting point for the use of the HAPI FHIR API.
|
| FhirPrimitiveBinder |
|
| FhirTerser |
|
| FhirValidator |
Resource validator, which checks resources for compliance against various validation schemes (schemas, schematrons, profiles, etc.)
|
| FhirVersionEnum |
|
| FileUtil |
|
| FluentPathExecutionException |
This exception is thrown if a FluentPath expression can not be executed successfully
for any reason
|
| ForbiddenOperationException |
This Represents an HTTP 403 Forbidden response, which generally indicates one of two conditions:
Authentication was provided, but the authenticated user is not permitted to perform the requested operation.
The operation is forbidden to all users.
|
| GetPage |
INTERNAL API (do not use): REST method annotation for the method called when a client requests a page.
|
| GraphQL |
A method annotated with this annotation will be treated as a GraphQL implementation
method
|
| GraphQLQuery |
This annotation should be placed on the parameter of a
@GraphQL annotated method.
|
| GsonStructure |
|
| GsonWriter |
|
| HapiLocalizer |
This feature is not yet in its final state and should be considered an internal part of HAPI for now - use with caution
|
| HasAndListParam |
|
| HasOrListParam |
|
| HasParam |
Implementation of the _has method parameter
|
| Header |
Represents an HTTP header field.
|
| History |
RESTful method annotation to be used for the FHIR
history method.
|
| Hook |
This annotation should be placed on interceptor methods.
|
| HookParams |
|
| HttpClientUtil |
|
| IAnonymousInterceptor |
This is currently only here for unit tests!
DO NOT USE IN NON-TEST CODE.
|
| IAnyResource |
|
| IAuditDataStore |
This interface provides a way to persist FHIR SecurityEvents to any kind of data store
|
| IBackboneElement |
|
| IBase |
This interface is a simple marker for anything which is an HL7
structure of some kind.
|
| IBaseBackboneElement |
|
| IBaseBinary |
|
| IBaseBooleanDatatype |
|
| IBaseBundle |
|
| IBaseCoding |
|
| IBaseConformance |
|
| IBaseDatatype |
|
| IBaseDatatypeElement |
|
| IBaseDecimalDatatype |
|
| IBaseElement |
|
| IBaseEnumeration<T extends Enum<?>> |
|
| IBaseEnumFactory<T extends Enum<?>> |
|
| IBaseExtension<T,D> |
|
| IBaseFhirEnum |
Interface to be implemented by all built-in FHIR enumerations (i.e.
|
| IBaseHasExtensions |
|
| IBaseHasModifierExtensions |
|
| IBaseIntegerDatatype |
|
| IBaseLongDatatype |
|
| IBaseMetaType |
|
| IBaseOn<T> |
|
| IBaseOperationOutcome |
|
| IBaseParameters |
|
| IBaseQuery<T extends IBaseQuery<?>> |
|
| IBaseReference |
|
| IBaseResource |
For now, this is a simple marker interface indicating that a class is a resource type.
|
| IBaseXhtml |
|
| IBasicClient |
Base interface for a client supporting the mandatory operations as defined by
the FHIR specification.
|
| IBoundCodeableConcept |
|
| ICallable<T> |
|
| IClientExecutable<T extends IClientExecutable<?,Y>,Y> |
|
| IClientInterceptor |
This interface represents an interceptor which can be used to access (and optionally change or take actions upon)
requests that are being sent by the HTTP client, and responses received by it.
|
| ICompositeDatatype |
|
| ICompositeElement |
|
| ICompositeType |
|
| ICompositeWithLeft<B extends IParam> |
|
| IContextValidationSupport<EVS_IN,EVS_OUT,SDT,CST,CDCT,IST> |
This interface is a version-independent representation of the
various functions that can be provided by validation and terminology
services.
|
| IContextValidationSupport.BaseConceptProperty |
|
| IContextValidationSupport.CodeValidationResult |
|
| IContextValidationSupport.CodingConceptProperty |
|
| IContextValidationSupport.ConceptDesignation |
|
| IContextValidationSupport.LookupCodeResult |
|
| IContextValidationSupport.StringConceptProperty |
|
| ICreate |
|
| ICreateTyped |
|
| ICreateWithQuery |
|
| ICreateWithQueryTyped |
|
| ICriterion<T extends IParam> |
|
| ICriterionInternal |
|
| IDatatype |
|
| IdDt |
Represents the FHIR ID type.
|
| IDelete |
|
| IDeleteTyped |
|
| IDeleteWithQuery |
|
| IDeleteWithQueryTyped |
|
| IDependencyLog |
|
| IDomainResource |
|
| IdParam |
|
| IElement |
|
| IExtension |
|
| IFetchConformanceTyped<T extends IBaseConformance> |
|
| IFetchConformanceUntyped |
|
| IFhirVersion |
Each structure version JAR will have an implementation of this interface.
|
| IFluentPath |
|
| IGenericClient |
|
| IGetPage |
|
| IGetPageTyped<T> |
|
| IGetPageUntyped |
|
| IHistory |
|
| IHistoryTyped<T> |
|
| IHistoryUntyped |
|
| IHttpClient |
A HTTP Client interface.
|
| IHttpRequest |
Http Request.
|
| IHttpResponse |
An interface around the HTTP Response.
|
| IIdentifiableElement |
|
| IIdType |
Base interface for ID datatype.
|
| IInstanceValidatorModule |
This interface marks a validator module that uses the FHIR
FhirInstanceValidator as the underlying engine (i.e.
|
| IInterceptorBroadcaster |
|
| IInterceptorService |
|
| IJsonLikeParser |
An extension to the parser interface that is implemented by parsers that understand a generalized form of
JSON data.
|
| IMeta |
|
| IMetaAddOrDeleteSourced |
|
| IMetaAddOrDeleteUnsourced |
|
| IMetaGetUnsourced<T extends IBaseMetaType> |
|
| IModelVisitor |
|
| IModelVisitor2 |
THIS API IS EXPERIMENTAL IN HAPI FHIR - USE WITH CAUTION AS THE PUBLISHED API MAY
CHANGE
|
| INarrative |
|
| INarrativeGenerator |
|
| INarrativeTemplate |
|
| INarrativeTemplateManifest |
|
| Include |
Represents a FHIR resource path specification, e.g.
|
| IncludeParam |
Method parameter which is used to indicate a parameter that will
be populated with the "_include" (or "_revinclude") values for a search param.
|
| Initialize |
ResourceProvider methods tagged with Initialize will be invoked when the RestfulServer is starting up.
|
| InstantDt |
Represents a FHIR instant datatype.
|
| IntegerDt |
|
| Interceptor |
This annotation declares a bean as a subscription interceptor
|
| InterceptorService |
|
| InternalCodingDt |
|
| InternalErrorException |
Represents an HTTP 500 Internal Error response.
|
| InvalidRequestException |
Represents an HTTP 400 Bad Request response.
|
| InvalidResponseException |
|
| IOperation |
|
| IOperationOn |
|
| IOperationProcessMsg |
|
| IOperationProcessMsgMode<T extends IBaseResource> |
|
| IOperationTyped |
|
| IOperationUnnamed |
|
| IOperationUntyped |
|
| IOperationUntypedWithInput<T> |
|
| IOperationUntypedWithInputAndPartialOutput<T extends IBaseParameters> |
|
| IParam |
|
| IParamBinder<T> |
|
| IParser |
A parser, which can be used to convert between HAPI FHIR model/structure objects, and their respective String wire
formats, in either XML or JSON.
|
| IParserErrorHandler |
Error handler
|
| IParserErrorHandler.IParseLocation |
For now this is an empty interface.
|
| IPatch |
|
| IPatchExecutable |
|
| IPatchWithBody |
|
| IPatchWithQuery |
|
| IPatchWithQueryTyped |
|
| IPrimitiveDatatype<T> |
|
| IPrimitiveType<T> |
|
| IQuery<Y> |
|
| IQueryParameterAnd<T extends IQueryParameterOr<?>> |
|
| IQueryParameterOr<T extends IQueryParameterType> |
|
| IQueryParameterType |
|
| IRead |
|
| IReadExecutable<T extends IBaseResource> |
|
| IReadIfNoneMatch<T extends IBaseResource> |
|
| IReadTyped<T extends IBaseResource> |
|
| IResource |
This interface is the parent interface for all FHIR Resource definition classes.
|
| IResourceBlock |
|
| IResourceLoader |
|
| IRestfulClient |
|
| IRestfulClientFactory |
|
| IRuntimeDatatypeDefinition |
|
| ISort<T> |
|
| IStreamingDatatype<T> |
|
| ISupportsUndeclaredExtensions |
|
| ITransaction |
|
| ITransactionTyped<T> |
|
| IUntypedQuery<T> |
|
| IUpdate |
|
| IUpdateExecutable |
|
| IUpdateTyped |
|
| IUpdateWithQuery |
|
| IUpdateWithQueryTyped |
|
| IValidate |
|
| IValidateUntyped |
|
| IValidationContext<T> |
|
| IValidatorModule |
An individual validation module, which applies validation rules against
resources and adds failure/informational messages as it goes.
|
| IValueSetEnumBinder<T extends Enum<?>> |
|
| IVersionSpecificBundleFactory |
This interface should be considered experimental and will likely change in future releases of HAPI.
|
| JsonLikeArray |
|
| JsonLikeObject |
|
| JsonLikeStructure |
This interface is the generic representation of any sort of data
structure that looks and smells like JSON.
|
| JsonLikeValue |
This is the generalization of anything that is a "value"
element in a JSON structure.
|
| JsonLikeValue.ScalarType |
|
| JsonLikeValue.ValueType |
|
| JsonLikeWriter |
|
| JsonParser |
This class is the FHIR JSON parser/encoder.
|
| LenientErrorHandler |
The default error handler, which logs issues but does not abort parsing, with only one exception:
|
| LogUtil |
Utility to fill a glaring gap in SLF4j's API - The fact that you can't
specify a log level at runtime.
|
| MarkdownDt |
|
| Metadata |
RESTful method annotation used for a method which provides
the FHIR "conformance" method.
|
| MetaUtil |
|
| MethodNotAllowedException |
Represents an HTTP 405 Method Not Allowed response.
|
| MethodOutcome |
|
| ModifiableBundleEntry |
|
| NarrativeTemplate |
|
| NarrativeTemplateManifest |
|
| NonFhirResponseException |
|
| NonPrettyPrintWriterWrapper |
|
| NotImplementedOperationException |
This Represents an HTTP 501 Not Implemented response, which means the resource provider currently lacks the
ability to fullfill the request.
|
| NotModifiedException |
This Represents an HTTP 301 Not Modified response, which means the resource has not
changed since the last version the client retrieved.
|
| NullNarrativeGenerator |
|
| NumberAndListParam |
|
| NumberClientParam |
Token parameter type for use in fluent client interfaces
|
| NumberClientParam.IMatches<T> |
|
| NumberOrListParam |
|
| NumberParam |
|
| ObjectUtil |
|
| OidDt |
|
| Operation |
RESTful method annotation used for a method which provides FHIR "operations".
|
| OperationOutcomeUtil |
Utilities for dealing with OperationOutcome resources across various model versions
|
| OperationParam |
|
| OptionalParam |
Parameter annotation which specifies a search parameter for a Search method.
|
| PageIdParam |
Parameter annotation which specifies the parameter to receive the ID of the page
being requested.
|
| ParametersUtil |
Utilities for dealing with parameters resources in a version indepenedent way
|
| ParameterUtil |
|
| ParamPrefixEnum |
|
| ParserOptions |
This object supplies default configuration to all parser instances
created by a given FhirContext.
|
| Patch |
RESTful method annotation to be used for the proposed FHIR
PATCH method
|
| PatchTypeEnum |
Parameter type for methods annotated with Patch
|
| PayloadTooLargeException |
This Represents an HTTP 413 Payload Too Large response, which means the request body
was too big for the server to accept
|
| PerformanceOptionsEnum |
|
| Pointcut |
|
| PositiveIntDt |
|
| PreconditionFailedException |
Represents an HTTP 412 Precondition Failed response.
|
| PreferHeader |
|
| PreferReturnEnum |
|
| PrettyPrintWriterWrapper |
|
| QualifiedParamList |
|
| QualifierDetails |
|
| QuantityAndListParam |
|
| QuantityClientParam |
Token parameter type for use in fluent client interfaces
|
| QuantityClientParam.IAndUnits |
|
| QuantityOrListParam |
|
| QuantityParam |
|
| QueryParameterAndBinder |
|
| QueryParameterOrBinder |
|
| QueryParameterTypeBinder |
|
| RawParam |
On a Search method, a parameter marked with this annotation
will receive search parameters not captured by other parameters.
|
| RDFParser |
This class is the FHIR RDF parser/encoder.
|
| RDFUtil |
|
| Read |
RESTful method annotation to be used for the FHIR read and vread method.
|
| ReferenceAndListParam |
|
| ReferenceClientParam |
|
| ReferenceOrListParam |
|
| ReferenceParam |
|
| ReflectionUtil |
|
| RequestFormatParamStyleEnum |
|
| RequestTypeEnum |
|
| RequiredParam |
Parameter annotation which specifies a search parameter for a Search method.
|
| ResourceDef |
Class annotation which indicates a resource definition class
|
| ResourceGoneException |
Represents an HTTP 410 Resource Gone response, which geenerally
indicates that the resource has been deleted
|
| ResourceMetadataKeyEnum<T> |
Keys in this map refer to resource metadata keys, which are keys used to access information about specific resource instances that live outside of the resource body.
|
| ResourceMetadataKeyEnum.ExtensionResourceMetadataKey |
|
| ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2> |
|
| ResourceMetadataMap |
|
| ResourceNotFoundException |
Represents an HTTP 404 Resource Not Found response, which means that the request is pointing to a resource that does not exist.
|
| ResourceParam |
Denotes a parameter for a REST method which will contain the resource actually
being created/updated/etc in an operation which contains a resource in the HTTP request.
|
| ResourceReferenceInfo |
Created by Bill de Beaubien on 2/26/2015.
|
| ResourceVersionConflictException |
Represents an HTTP 409 Conflict response.
|
| ResourceVersionNotSpecifiedException |
Deprecated.
|
| RestOperationTypeEnum |
|
| RestSearchParameterTypeEnum |
|
| ResultSeverityEnum |
|
| RuntimeChildAny |
|
| RuntimeChildChoiceDefinition |
|
| RuntimeChildCompositeBoundDatatypeDefinition |
|
| RuntimeChildCompositeDatatypeDefinition |
|
| RuntimeChildContainedResources |
|
| RuntimeChildDeclaredExtensionDefinition |
|
| RuntimeChildDirectResource |
|
| RuntimeChildExtension |
|
| RuntimeChildNarrativeDefinition |
|
| RuntimeChildPrimitiveBoundCodeDatatypeDefinition |
|
| RuntimeChildPrimitiveDatatypeDefinition |
|
| RuntimeChildPrimitiveEnumerationDatatypeDefinition |
|
| RuntimeChildResourceBlockDefinition |
|
| RuntimeChildResourceDefinition |
|
| RuntimeChildUndeclaredExtensionDefinition |
|
| RuntimeCompositeDatatypeDefinition |
|
| RuntimeElemContainedResourceList |
HL7org structures use a List for contained instead of a distinct datatype
|
| RuntimeElemContainedResources |
|
| RuntimeElementDirectResource |
|
| RuntimeExtensionDtDefinition |
|
| RuntimeIdDatatypeDefinition |
|
| RuntimePrimitiveDatatypeDefinition |
|
| RuntimePrimitiveDatatypeNarrativeDefinition |
|
| RuntimePrimitiveDatatypeXhtmlHl7OrgDefinition |
|
| RuntimeResourceBlockDefinition |
|
| RuntimeResourceDefinition |
|
| RuntimeSearchParam |
|
| RuntimeSearchParam.RuntimeSearchParamStatusEnum |
|
| SchemaBaseValidator |
|
| SchematronBaseValidator |
This class is only used using reflection from SchematronProvider in order
to be truly optional.
|
| SchematronProvider |
|
| Search |
RESTful method annotation used for a method which provides
the FHIR "search" method.
|
| SearchParamDefinition |
|
| SearchParameterUtil |
|
| SearchStyleEnum |
|
| SearchTotalModeEnum |
|
| ServerBase |
RESTful server method parameter annotation which indicates
that the parameter should be injected with the HTTP server base.
|
| ServerValidationModeEnum |
|
| SimpleSetter |
Marker annotation for a primitive setter method that can be used to
indicate a "simple setter" method on a resource or composite type.
|
| SimpleSetter.Parameter |
|
| Since |
Parameter annotation for the _since parameter, which indicates to the
server that only results dated since the given instant will be returned.
|
| SingleValidationMessage |
|
| Sort |
For searches, a parameter may be annotated with the Sort annotation.
|
| SortOrderEnum |
|
| SortSpec |
Represents values for sorting resources
returned by a server.
|
| SpecialAndListParam |
|
| SpecialClientParam |
|
| SpecialOrListParam |
|
| SpecialParam |
|
| StopWatch |
A multipurpose stopwatch which can be used to time tasks and produce
human readable output about task duration, throughput, estimated task completion,
etc.
|
| StreamingRDFWriter |
Writes an iterator over triples to N-Triples or Turtle
in a streaming fashion, that is, without needing to hold
the entire thing in memory.
|
| StreamRDFDedup |
Wraps another StreamRDF and attempts to remove duplicate
triples and quads.
|
| StrictErrorHandler |
Parser error handler which throws a DataFormatException any time an
issue is found while parsing.
|
| StringAndListParam |
|
| StringBinder |
|
| StringClientParam |
|
| StringClientParam.IStringMatch |
|
| StringDt |
|
| StringOrListParam |
|
| StringParam |
|
| SubscriptionUtil |
Utilities for working with the subscription resource
|
| SummaryEnum |
Enum representing the values for the _summary search parameter
|
| Tag |
A single tag
|
| TagList |
A collection of tags present on a single resource.
|
| TemplateTypeEnum |
|
| TemporalPrecisionEnum |
|
| TestUtil |
|
| ThymeleafNarrativeGenerator |
|
| TimeDt |
Represents a Time datatype, per the FHIR specification.
|
| TokenAndListParam |
|
| TokenClientParam |
Token parameter type for use in fluent client interfaces
|
| TokenClientParam.IMatches |
|
| TokenOrListParam |
This class represents a restful search operation parameter for an "OR list" of tokens (in other words, a
list which can contain one-or-more tokens, where the server should return results matching any of the tokens)
|
| TokenParam |
|
| TokenParamModifier |
|
| Transaction |
RESTful method annotation to be used for the FHIR transaction method.
|
| TransactionParam |
Parameter annotation for the "transaction" operation.
|
| UnclassifiedServerFailureException |
Exception for use when a response is received or being sent that does not correspond to any other exception type.
|
| UnprocessableEntityException |
Represents an HTTP 422 Unprocessable Entity response, which means that a resource was rejected by the server because it "violated applicable FHIR profiles or server business rules".
|
| UnsignedIntDt |
|
| Update |
RESTful method annotation to be used for the FHIR
update method.
|
| UriAndListParam |
|
| UriClientParam |
|
| UriClientParam.IUriMatch |
|
| UriDt |
|
| UriOrListParam |
|
| UriParam |
|
| UriParamQualifierEnum |
|
| UrlPathTokenizer |
|
| UrlUtil |
|
| UrlUtil.UrlParts |
|
| Validate |
RESTful method annotation to be used for the FHIR
validate method.
|
| Validate.Mode |
Validation mode parameter annotation for the validation mode parameter (only supported
in FHIR DSTU2+).
|
| Validate.Profile |
Validation mode parameter annotation for the validation URI parameter (only supported
in FHIR DSTU2+).
|
| ValidateUtil |
|
| ValidationContext<T> |
|
| ValidationFailureException |
|
| ValidationModeEnum |
Validation mode parameter for the $validate operation (DSTU2+ only)
|
| ValidationOptions |
|
| ValidationResult |
Encapsulates the results of validation
|
| VersionEnum |
|
| VersionUtil |
Used internally by HAPI to log the version of the HAPI FHIR framework
once, when the framework is first loaded by the classloader.
|
| ViewGenerator |
|
| XhtmlDt |
Note that as of HAPI FHIR 3.1.0, this method no longer uses
the StAX XMLEvent type as the XML representation, and uses a
String instead.
|
| XmlDetectionUtil |
|
| XmlParser |
This class is the FHIR XML parser/encoder.
|
| XmlUtil |
Utility methods for working with the StAX API.
|
| XmlUtil.MyEscaper |
|