| Class and Description |
|---|
| ca.uhn.fhir.rest.client.HttpBasicAuthInterceptor
Use
BasicAuthInterceptor instead. Note that BasicAuthInterceptor class is a HAPI client interceptor instead of being a commons-httpclient interceptor, so you register it to your client instance once it's created using IGenericClient.registerInterceptor(IClientInterceptor) or IRestfulClient.registerInterceptor(IClientInterceptor) instead |
| Enum and Description |
|---|
| ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
This class has been replaced by
ParamPrefixEnum in HAPI FHIR 1.5 |
| Exceptions and Description |
|---|
| ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
Use
PreconditionFailedException instead - This exception is
strangely named and will be removed at some point. |
| Annotation Type and Description |
|---|
| ca.uhn.fhir.rest.annotation.VersionIdParam
IdDt can now hold both an ID and a version ID, so a single parameter with the
IdParam annotation may be used |
| Field and Description |
|---|
| ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.VERSION_ID
The
IResource.getId() resource ID will now be populated with the version ID via the IdDt.getVersionIdPart() method |
| Enum Constant and Description |
|---|
| ca.uhn.fhir.rest.server.AddProfileTagEnum.ALWAYS
This mode causes even FHIR's default profiles to be exported in the
resource metadata section. This is not generally expected behaviour from other
systems and it offers no real benefit, so it will be removed at some point. This
option was deprecated in HAPI 1.5
|
| Annotation Type Element and Description |
|---|
| ca.uhn.fhir.model.api.annotation.Block.name
Do not use, will be removed
|
Copyright © 2014–2017 University Health Network. All rights reserved.