Uses of Class
com.ibm.fhir.model.resource.OperationOutcome
-
-
Uses of OperationOutcome in com.ibm.fhir.bulkdata.jbatch.load
Methods in com.ibm.fhir.bulkdata.jbatch.load that return OperationOutcome Modifier and Type Method Description OperationOutcome
ChunkWriter. conditionalFingerprintUpdate(ImportTransientUserData chunkData, boolean skip, FHIRPersistence persistence, FHIRPersistenceContext context, String logicalId, Resource resource, BulkDataContext ctx)
conditional update checks to see if our cache contains the key, if not reads from the db, and calculates the cache. -
Uses of OperationOutcome in com.ibm.fhir.cql.engine.exception
Methods in com.ibm.fhir.cql.engine.exception that return OperationOutcome Modifier and Type Method Description OperationOutcome
BaseServerResponseException. getOperationOutcome()
Methods in com.ibm.fhir.cql.engine.exception with parameters of type OperationOutcome Modifier and Type Method Description void
BaseServerResponseException. setOperationOutcome(OperationOutcome operationOutcome)
Constructors in com.ibm.fhir.cql.engine.exception with parameters of type OperationOutcome Constructor Description BaseServerResponseException(int statusCode, String message, Throwable cause, OperationOutcome outcome)
BaseServerResponseException(int statusCode, Throwable cause, OperationOutcome outcome)
-
Uses of OperationOutcome in com.ibm.fhir.exception
Methods in com.ibm.fhir.exception that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIROperationException. buildOperationOutcome()
-
Uses of OperationOutcome in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return OperationOutcome Modifier and Type Method Description OperationOutcome
OperationOutcome.Builder. build()
Build theOperationOutcome
Methods in com.ibm.fhir.model.resource with parameters of type OperationOutcome Modifier and Type Method Description protected OperationOutcome.Builder
OperationOutcome.Builder. from(OperationOutcome operationOutcome)
protected void
OperationOutcome.Builder. validate(OperationOutcome operationOutcome)
-
Uses of OperationOutcome in com.ibm.fhir.model.util
Fields in com.ibm.fhir.model.util declared as OperationOutcome Modifier and Type Field Description static OperationOutcome
FHIRUtil. ALL_OK
Methods in com.ibm.fhir.model.util that return OperationOutcome Modifier and Type Method Description static OperationOutcome
FHIRUtil. buildOperationOutcome(FHIRException e, boolean includeCausedByClauses)
Build an OperationOutcome with an id from exception e and a single issue of type 'exception' and severity 'fatal'.static OperationOutcome
FHIRUtil. buildOperationOutcome(FHIROperationException e, boolean includeCausedByClauses)
Build an OperationOutcome with an id and a list of issues from exception e.static OperationOutcome
FHIRUtil. buildOperationOutcome(Exception exception, boolean includeCausedByClauses)
Build an OperationOutcome for the specified exception with a single issue of type 'exception' and severity 'fatal'.static OperationOutcome
FHIRUtil. buildOperationOutcome(Exception exception, IssueType issueType, IssueSeverity severity, boolean includeCausedByClauses)
Build an OperationOutcome for the specified exception.static OperationOutcome
FHIRUtil. buildOperationOutcome(String message, IssueType issueType, IssueSeverity severity)
Build an OperationOutcome for the specified exception.static OperationOutcome
FHIRUtil. buildOperationOutcome(Collection<OperationOutcome.Issue> issues)
Build an OperationOutcome that contains the specified list of operation outcome issues. -
Uses of OperationOutcome in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type OperationOutcome Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, OperationOutcome operationOutcome)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, OperationOutcome operationOutcome)
-
Uses of OperationOutcome in com.ibm.fhir.operation.bulkdata.model
Fields in com.ibm.fhir.operation.bulkdata.model declared as OperationOutcome Modifier and Type Field Description static OperationOutcome
PollingLocationResponse. EMPTY_RESULTS_DURING_EXPORT
Methods in com.ibm.fhir.operation.bulkdata.model with parameters of type OperationOutcome Modifier and Type Method Description void
PollingLocationResponse. addOperationOutcomeToExtension(OperationOutcome outcome)
-
Uses of OperationOutcome in com.ibm.fhir.persistence
Fields in com.ibm.fhir.persistence declared as OperationOutcome Modifier and Type Field Description (package private) OperationOutcome
MultiResourceResult.Builder. outcome
(package private) OperationOutcome
MultiResourceResult. outcome
(package private) OperationOutcome
SingleResourceResult. outcome
Methods in com.ibm.fhir.persistence that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIRPersistence. getHealth()
Returns an OperationOutcome indicating the current status of the persistence store / backendOperationOutcome
MultiResourceResult. getOutcome()
An OperationOutcome that represents the outcome of the interactionOperationOutcome
SingleResourceResult. getOutcome()
An OperationOutcome that represents the outcome of the interactionMethods in com.ibm.fhir.persistence with parameters of type OperationOutcome Modifier and Type Method Description MultiResourceResult.Builder<T>
MultiResourceResult.Builder. outcome(OperationOutcome outcome)
An OperationOutcome that represents the outcome of the interactionSingleResourceResult.Builder<T>
SingleResourceResult.Builder. outcome(OperationOutcome outcome)
An OperationOutcome that represents the outcome of the interaction -
Uses of OperationOutcome in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIRPersistenceJDBCImpl. getHealth()
-
Uses of OperationOutcome in com.ibm.fhir.provider.util
Methods in com.ibm.fhir.provider.util with parameters of type OperationOutcome Modifier and Type Method Description static javax.ws.rs.core.Response
FHIRProviderUtil. buildResponse(OperationOutcome operationOutcome, javax.ws.rs.core.MediaType mediaType)
-
Uses of OperationOutcome in com.ibm.fhir.server.resources
Methods in com.ibm.fhir.server.resources with parameters of type OperationOutcome Modifier and Type Method Description protected javax.ws.rs.core.Response
FHIRResource. exceptionResponse(OperationOutcome oo, javax.ws.rs.core.Response.Status status)
-
Uses of OperationOutcome in com.ibm.fhir.server.rest
Methods in com.ibm.fhir.server.rest with parameters of type OperationOutcome Modifier and Type Method Description protected Bundle.Entry
FHIRRestInteractionVisitorBase. buildResponseBundleEntry(FHIRRestOperationResponse operationResponse, OperationOutcome validationOutcome, String requestDescription, long initialTime)
Build an entry for the bundle response -
Uses of OperationOutcome in com.ibm.fhir.server.spi.operation
Methods in com.ibm.fhir.server.spi.operation that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIRRestOperationResponse. getOperationOutcome()
Methods in com.ibm.fhir.server.spi.operation with parameters of type OperationOutcome Modifier and Type Method Description void
FHIRRestOperationResponse. setOperationOutcome(OperationOutcome operationOutcome)
Constructors in com.ibm.fhir.server.spi.operation with parameters of type OperationOutcome Constructor Description FHIRRestOperationResponse(javax.ws.rs.core.Response.Status status, URI locationURI, OperationOutcome operationOutcome)
-
Uses of OperationOutcome in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util with parameters of type OperationOutcome Modifier and Type Method Description static javax.ws.rs.core.Response.Status
IssueTypeToHttpStatusMapper. ooToStatus(OperationOutcome oo)
-