| 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. |
| 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 |
| Constructor and Description |
|---|
| ca.uhn.fhir.model.primitive.BoundCodeDt()
This constructor is provided only for serialization support. Do not call it directly!
|
| ca.uhn.fhir.context.FhirContext()
It is recommended that you use one of the static initializer methods instead
of this method, e.g.
FhirContext.forDstu2() or FhirContext.forDstu3() or FhirContext.forR4() |
| ca.uhn.fhir.context.FhirContext(Class<?>...)
It is recommended that you use one of the static initializer methods instead
of this method, e.g.
FhirContext.forDstu2() or FhirContext.forDstu3() or FhirContext.forR4() |
| ca.uhn.fhir.context.FhirContext(Class<? extends IBaseResource>)
It is recommended that you use one of the static initializer methods instead
of this method, e.g.
FhirContext.forDstu2() or FhirContext.forDstu3() or FhirContext.forR4() |
| ca.uhn.fhir.context.FhirContext(Collection<Class<? extends IBaseResource>>)
It is recommended that you use one of the static initializer methods instead
of this method, e.g.
FhirContext.forDstu2() or FhirContext.forDstu3() or FhirContext.forR4() |
| ca.uhn.fhir.rest.server.exceptions.ResourceGoneException(Class<? extends IBaseResource>, BaseIdentifierDt)
This constructor has a dependency on a specific model version and will be removed. Deprecated in HAPI
1.6 - 2016-07-02
|
| ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException(Class<? extends IResource>, BaseIdentifierDt)
This doesn't make sense, since an identifier is not a resource ID and shouldn't generate a 404 if it isn't found - Should be removed
|
| ca.uhn.fhir.model.api.Tag(String)
There is no reason to create a tag with a term and not a scheme, so this constructor will be removed
|
| ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException(IBaseOperationOutcome)
Use constructor with FhirContext argument
|
| Enum Constant and Description |
|---|
| ca.uhn.fhir.context.api.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–2019 University Health Network. All rights reserved.