Uses of Class
ca.uhn.fhir.rest.api.MethodOutcome
-
Packages that use MethodOutcome Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.client.api ca.uhn.fhir.rest.gclient -
-
Uses of MethodOutcome in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return MethodOutcome Modifier and Type Method Description MethodOutcomeMethodOutcome. setCreated(Boolean theCreated)If not null, indicates whether the resource was created (as opposed to being updated).MethodOutcomeMethodOutcome. setId(IIdType theId)MethodOutcomeMethodOutcome. setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)Sets theIBaseOperationOutcomeresource to return to the client.MethodOutcomeMethodOutcome. 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 MethodOutcome Modifier and Type Method Description MethodOutcomeIGenericClient. update(IdDt theId, IBaseResource theResource)Deprecated.Useupdate() fluent methodinstead (deprecated in HAPI FHIR 3.0.0)MethodOutcomeIGenericClient. update(String theId, IBaseResource theResource)Deprecated.Useupdate() fluent methodinstead (deprecated in HAPI FHIR 3.0.0)MethodOutcomeIGenericClient. validate(IBaseResource theResource)Deprecated.Usevalidate() fluent methodinstead (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 MethodOutcome Modifier and Type Method Description IOperationUntypedWithInput<MethodOutcome>IOperationUntypedWithInput. returnMethodOutcome()Request that the method chain returns aMethodOutcomeobject.
-