Uses of Class
org.linuxforhealth.fhir.model.resource.OperationOutcome
-
-
Uses of OperationOutcome in org.linuxforhealth.fhir.bulkdata.jbatch.load
Methods in org.linuxforhealth.fhir.bulkdata.jbatch.load that return OperationOutcome Modifier and Type Method Description OperationOutcome
ChunkWriter. conditionalFingerprintUpdate(ImportTransientUserData chunkData, boolean skip, FHIRPersistence persistence, FHIRPersistenceContext context, java.lang.String logicalId, Resource resource, BulkDataContext ctx, long line)
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 org.linuxforhealth.fhir.cql.engine.exception
Methods in org.linuxforhealth.fhir.cql.engine.exception that return OperationOutcome Modifier and Type Method Description OperationOutcome
BaseServerResponseException. getOperationOutcome()
Methods in org.linuxforhealth.fhir.cql.engine.exception with parameters of type OperationOutcome Modifier and Type Method Description void
BaseServerResponseException. setOperationOutcome(OperationOutcome operationOutcome)
Constructors in org.linuxforhealth.fhir.cql.engine.exception with parameters of type OperationOutcome Constructor Description BaseServerResponseException(int statusCode, java.lang.String message, java.lang.Throwable cause, OperationOutcome outcome)
BaseServerResponseException(int statusCode, java.lang.Throwable cause, OperationOutcome outcome)
-
Uses of OperationOutcome in org.linuxforhealth.fhir.exception
Methods in org.linuxforhealth.fhir.exception that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIROperationException. buildOperationOutcome()
-
Uses of OperationOutcome in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return OperationOutcome Modifier and Type Method Description OperationOutcome
OperationOutcome.Builder. build()
Build theOperationOutcome
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.util
Fields in org.linuxforhealth.fhir.model.util declared as OperationOutcome Modifier and Type Field Description static OperationOutcome
FHIRUtil. ALL_OK
Methods in org.linuxforhealth.fhir.model.util that return OperationOutcome Modifier and Type Method Description static OperationOutcome
FHIRUtil. buildOperationOutcome(java.lang.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(java.lang.Exception exception, IssueType issueType, IssueSeverity severity, boolean includeCausedByClauses)
Build an OperationOutcome for the specified exception.static OperationOutcome
FHIRUtil. buildOperationOutcome(java.lang.String message, IssueType issueType, IssueSeverity severity)
Build an OperationOutcome for the specified exception.static OperationOutcome
FHIRUtil. buildOperationOutcome(java.util.Collection<OperationOutcome.Issue> issues)
Build an OperationOutcome that contains the specified list of operation outcome issues.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. -
Uses of OperationOutcome in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type OperationOutcome Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, OperationOutcome operationOutcome)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, OperationOutcome operationOutcome)
-
Uses of OperationOutcome in org.linuxforhealth.fhir.operation.bulkdata.model
Fields in org.linuxforhealth.fhir.operation.bulkdata.model declared as OperationOutcome Modifier and Type Field Description static OperationOutcome
PollingLocationResponse. EMPTY_RESULTS_DURING_EXPORT
Methods in org.linuxforhealth.fhir.operation.bulkdata.model with parameters of type OperationOutcome Modifier and Type Method Description void
PollingLocationResponse. addOperationOutcomeToExtension(OperationOutcome outcome)
-
Uses of OperationOutcome in org.linuxforhealth.fhir.persistence
Fields in org.linuxforhealth.fhir.persistence declared as OperationOutcome Modifier and Type Field Description (package private) OperationOutcome
MultiResourceResult.Builder. outcome
(package private) OperationOutcome
MultiResourceResult. outcome
Methods in org.linuxforhealth.fhir.persistence that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIRPersistence. getHealth()
Returns an OperationOutcome indicating the current status of the persistence store / backend.OperationOutcome
MultiResourceResult. getOutcome()
An OperationOutcome that represents the outcome of the interactionOperationOutcome
SingleResourceResult. getOutcome()
An OperationOutcome that represents the outcome of the interactionMethods in org.linuxforhealth.fhir.persistence with parameters of type OperationOutcome Modifier and Type Method Description MultiResourceResult.Builder
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 org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIRPersistenceJDBCImpl. getHealth()
-
Uses of OperationOutcome in org.linuxforhealth.fhir.provider.util
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.server.resources
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.server.rest
Methods in org.linuxforhealth.fhir.server.rest with parameters of type OperationOutcome Modifier and Type Method Description protected Bundle.Entry
FHIRRestInteractionVisitorBase. buildResponseBundleEntry(FHIRRestOperationResponse operationResponse, OperationOutcome validationOutcome, java.lang.String requestDescription, long accumulatedTime)
Build an entry for the bundle response -
Uses of OperationOutcome in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation that return OperationOutcome Modifier and Type Method Description OperationOutcome
FHIRRestOperationResponse. getOperationOutcome()
Methods in org.linuxforhealth.fhir.server.spi.operation with parameters of type OperationOutcome Modifier and Type Method Description void
FHIRRestOperationResponse. setOperationOutcome(OperationOutcome operationOutcome)
Constructors in org.linuxforhealth.fhir.server.spi.operation with parameters of type OperationOutcome Constructor Description FHIRRestOperationResponse(javax.ws.rs.core.Response.Status status, java.net.URI locationURI, OperationOutcome operationOutcome)
-
Uses of OperationOutcome in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util with parameters of type OperationOutcome Modifier and Type Method Description static javax.ws.rs.core.Response.Status
IssueTypeToHttpStatusMapper. ooToStatus(OperationOutcome oo)
-