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 OperationOutcomeChunkWriter. 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 com.ibm.fhir.cql.engine.exception
Methods in com.ibm.fhir.cql.engine.exception that return OperationOutcome Modifier and Type Method Description OperationOutcomeBaseServerResponseException. getOperationOutcome()Methods in com.ibm.fhir.cql.engine.exception with parameters of type OperationOutcome Modifier and Type Method Description voidBaseServerResponseException. setOperationOutcome(OperationOutcome operationOutcome)Constructors in com.ibm.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 com.ibm.fhir.exception
Methods in com.ibm.fhir.exception that return OperationOutcome Modifier and Type Method Description OperationOutcomeFHIROperationException. 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 OperationOutcomeOperationOutcome.Builder. build()Build theOperationOutcomeMethods in com.ibm.fhir.model.resource with parameters of type OperationOutcome Modifier and Type Method Description protected OperationOutcome.BuilderOperationOutcome.Builder. from(OperationOutcome operationOutcome)protected voidOperationOutcome.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 OperationOutcomeFHIRUtil. ALL_OKMethods in com.ibm.fhir.model.util that return OperationOutcome Modifier and Type Method Description static OperationOutcomeFHIRUtil. 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 OperationOutcomeFHIRUtil. buildOperationOutcome(FHIROperationException e, boolean includeCausedByClauses)Build an OperationOutcome with an id and a list of issues from exception e.static OperationOutcomeFHIRUtil. 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 OperationOutcomeFHIRUtil. buildOperationOutcome(java.lang.Exception exception, IssueType issueType, IssueSeverity severity, boolean includeCausedByClauses)Build an OperationOutcome for the specified exception.static OperationOutcomeFHIRUtil. buildOperationOutcome(java.lang.String message, IssueType issueType, IssueSeverity severity)Build an OperationOutcome for the specified exception.static OperationOutcomeFHIRUtil. buildOperationOutcome(java.util.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, OperationOutcome operationOutcome)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.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 OperationOutcomePollingLocationResponse. EMPTY_RESULTS_DURING_EXPORTMethods in com.ibm.fhir.operation.bulkdata.model with parameters of type OperationOutcome Modifier and Type Method Description voidPollingLocationResponse. 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) OperationOutcomeMultiResourceResult.Builder. outcome(package private) OperationOutcomeMultiResourceResult. outcomeMethods in com.ibm.fhir.persistence that return OperationOutcome Modifier and Type Method Description OperationOutcomeFHIRPersistence. getHealth()Returns an OperationOutcome indicating the current status of the persistence store / backend.OperationOutcomeMultiResourceResult. getOutcome()An OperationOutcome that represents the outcome of the interactionOperationOutcomeSingleResourceResult. 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.BuilderMultiResourceResult.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 OperationOutcomeFHIRPersistenceJDBCImpl. 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.ResponseFHIRProviderUtil. 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.ResponseFHIRResource. 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.EntryFHIRRestInteractionVisitorBase. buildResponseBundleEntry(FHIRRestOperationResponse operationResponse, OperationOutcome validationOutcome, java.lang.String requestDescription, long accumulatedTime)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 OperationOutcomeFHIRRestOperationResponse. getOperationOutcome()Methods in com.ibm.fhir.server.spi.operation with parameters of type OperationOutcome Modifier and Type Method Description voidFHIRRestOperationResponse. 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, java.net.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.StatusIssueTypeToHttpStatusMapper. ooToStatus(OperationOutcome oo)
-