Package ca.uhn.fhir.rest.annotation
Annotation Type Update
RESTful method annotation to be used for the FHIR
update method.
Update is used to save an update to an existing resource (using its ID and optionally a version ID). It also may allow a client to save a new resource using an ID of its choosing.
-
Optional Element Summary
-
Element Details
-
type
The return type for this search method. This generally does not need to be populated for a server implementation, since servers will return only one resource per class, but generally does need to be populated for client implementations.- Default:
ca.uhn.fhir.model.api.IResource.class
-
typeName
This method allows the return type for this method to be specified in a non-type-specific way, using the text name of the resource, e.g. "Patient".This attribute should be populate, or
type()
should be, but not both.- Since:
- 5.4.0
- Default:
""
-