| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
MethodOutcome |
MethodOutcome.setCreated(Boolean theCreated)
If not null, indicates whether the resource was created (as opposed to being updated).
|
MethodOutcome |
MethodOutcome.setId(IIdType theId) |
MethodOutcome |
MethodOutcome.setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)
Sets the
IBaseOperationOutcome resource to return to the client. |
MethodOutcome |
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.
|
| Modifier and Type | Method and Description |
|---|---|
MethodOutcome |
IGenericClient.update(IdDt theId,
IBaseResource theResource)
Deprecated.
Use
update() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
MethodOutcome |
IGenericClient.update(String theId,
IBaseResource theResource)
Deprecated.
Use
update() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
MethodOutcome |
IGenericClient.validate(IBaseResource theResource)
Deprecated.
Use
validate() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
Copyright © 2014–2017 University Health Network. All rights reserved.