
Uses of Class
ca.uhn.fhir.rest.api.MethodOutcome
Packages that use MethodOutcome
-
Uses of MethodOutcome in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return MethodOutcomeModifier and TypeMethodDescriptionMethodOutcome.setCreated
(Boolean theCreated) If not null, indicates whether the resource was created (as opposed to being updated).MethodOutcome.setOperationOutcome
(IBaseOperationOutcome theBaseOperationOutcome) Sets theIBaseOperationOutcome
resource to return to the client.MethodOutcome.setResource
(IBaseResource theResource) In a server response: This field may be populated in server code with the final resource for operations where a resource body is being created/updated. -
Uses of MethodOutcome in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return MethodOutcomeModifier and TypeMethodDescriptionIGenericClient.update
(IdDt theId, IBaseResource theResource) Deprecated.IGenericClient.update
(String theId, IBaseResource theResource) Deprecated.Useupdate() fluent method
instead (deprecated in HAPI FHIR 3.0.0)IGenericClient.validate
(IBaseResource theResource) Deprecated.Usevalidate() fluent method
instead (deprecated in HAPI FHIR 3.0.0) -
Uses of MethodOutcome in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return types with arguments of type MethodOutcomeModifier and TypeMethodDescriptionIOperationUntypedWithInput.returnMethodOutcome()
Request that the method chain returns aMethodOutcome
object.
update() fluent method
instead (deprecated in HAPI FHIR 3.0.0)