Deprecated API
Contents
-
Exceptions Exceptions Description ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException UsePreconditionFailedException
instead - This exception is strangely named and will be removed at some point.
-
Fields Field Description ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.VERSION TheIResource.getId()
resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()
methodca.uhn.fhir.model.api.ResourceMetadataKeyEnum.VERSION_ID TheIResource.getId()
resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()
method
-
Constructors Constructor Description 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()
orFhirContext.forDstu3()
orFhirContext.forR4()
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 removedca.uhn.fhir.model.primitive.BoundCodeDt() This constructor is provided only for serialization support. Do not call it directly!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-02ca.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 removedca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException(IBaseOperationOutcome) Use constructor with FhirContext argument
-
Enum Constants Enum Constant 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 Elements Annotation Type Element Description ca.uhn.fhir.model.api.annotation.Block.name() Do not use, will be removed