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 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 org.linuxforhealth.fhir.cql.engine.exception
Methods in org.linuxforhealth.fhir.cql.engine.exception that return OperationOutcome Modifier and Type Method Description OperationOutcomeBaseServerResponseException. getOperationOutcome()Methods in org.linuxforhealth.fhir.cql.engine.exception with parameters of type OperationOutcome Modifier and Type Method Description voidBaseServerResponseException. 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 OperationOutcomeFHIROperationException. 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 OperationOutcomeOperationOutcome.Builder. build()Build theOperationOutcomeMethods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.util
Fields in org.linuxforhealth.fhir.model.util declared as OperationOutcome Modifier and Type Field Description static OperationOutcomeFHIRUtil. ALL_OKMethods in org.linuxforhealth.fhir.model.util that return OperationOutcome Modifier and Type Method Description 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.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. -
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 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 org.linuxforhealth.fhir.operation.bulkdata.model
Fields in org.linuxforhealth.fhir.operation.bulkdata.model declared as OperationOutcome Modifier and Type Field Description static OperationOutcomePollingLocationResponse. EMPTY_RESULTS_DURING_EXPORTMethods in org.linuxforhealth.fhir.operation.bulkdata.model with parameters of type OperationOutcome Modifier and Type Method Description voidPollingLocationResponse. 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) OperationOutcomeMultiResourceResult.Builder. outcome(package private) OperationOutcomeMultiResourceResult. outcomeMethods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl that return OperationOutcome Modifier and Type Method Description OperationOutcomeFHIRPersistenceJDBCImpl. 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.ResponseFHIRProviderUtil. 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.ResponseFHIRResource. 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.EntryFHIRRestInteractionVisitorBase. 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 OperationOutcomeFHIRRestOperationResponse. getOperationOutcome()Methods in org.linuxforhealth.fhir.server.spi.operation with parameters of type OperationOutcome Modifier and Type Method Description voidFHIRRestOperationResponse. 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.StatusIssueTypeToHttpStatusMapper. ooToStatus(OperationOutcome oo)
-