Uses of Class
org.linuxforhealth.fhir.model.resource.OperationOutcome.Issue
-
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.bucket.scanner
Methods in org.linuxforhealth.fhir.bucket.scanner that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
BaseFileReader. validateInput(Resource resource)
Validate the input resource and throw if there are validation errorsjava.util.List<OperationOutcome.Issue>
ImmediateLocalFileReader. validateInput(Resource resource)
Validate the input resource and throw if there are validation errors -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.bulkdata.common
Methods in org.linuxforhealth.fhir.bulkdata.common that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description static java.util.List<OperationOutcome.Issue>
BulkDataUtils. validateInput(Resource resource)
Validate the input resource and throw if there are validation errors -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.exception
Methods in org.linuxforhealth.fhir.exception that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIROperationException. getIssues()
Methods in org.linuxforhealth.fhir.exception with parameters of type OperationOutcome.Issue Modifier and Type Method Description FHIROperationException
FHIROperationException. withIssue(OperationOutcome.Issue... issues)
Method parameters in org.linuxforhealth.fhir.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description void
FHIROperationException. setIssues(java.util.List<OperationOutcome.Issue> issues)
FHIROperationException
FHIROperationException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return OperationOutcome.Issue Modifier and Type Method Description OperationOutcome.Issue
OperationOutcome.Issue.Builder. build()
Build theOperationOutcome.Issue
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
OperationOutcome. getIssue()
An error, warning, or information message that results from a system action.Methods in org.linuxforhealth.fhir.model.resource with parameters of type OperationOutcome.Issue Modifier and Type Method Description protected OperationOutcome.Issue.Builder
OperationOutcome.Issue.Builder. from(OperationOutcome.Issue issue)
OperationOutcome.Builder
OperationOutcome.Builder. issue(OperationOutcome.Issue... issue)
An error, warning, or information message that results from a system action.protected void
OperationOutcome.Issue.Builder. validate(OperationOutcome.Issue issue)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type OperationOutcome.Issue Modifier and Type Method Description OperationOutcome.Builder
OperationOutcome.Builder. issue(java.util.Collection<OperationOutcome.Issue> issue)
An error, warning, or information message that results from a system action. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.model.util
Methods in org.linuxforhealth.fhir.model.util that return OperationOutcome.Issue Modifier and Type Method Description static OperationOutcome.Issue
FHIRUtil. buildOperationOutcomeIssue(java.lang.String msg, IssueType code)
static OperationOutcome.Issue
FHIRUtil. buildOperationOutcomeIssue(IssueSeverity severity, IssueType code, java.lang.String details)
static OperationOutcome.Issue
FHIRUtil. buildOperationOutcomeIssue(IssueSeverity severity, IssueType code, java.lang.String details, java.lang.String expression)
Method parameters in org.linuxforhealth.fhir.model.util with type arguments of type OperationOutcome.Issue Modifier and Type Method Description static boolean
FHIRUtil. anyFailureInIssues(java.util.List<OperationOutcome.Issue> issues)
Determine if any of the issues in the list of issues are failure issuesstatic OperationOutcome
FHIRUtil. buildOperationOutcome(java.util.Collection<OperationOutcome.Issue> issues)
Build an OperationOutcome that contains the specified list of operation outcome issues. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.operation.cpg
Methods in org.linuxforhealth.fhir.operation.cpg that return OperationOutcome.Issue Modifier and Type Method Description protected OperationOutcome.Issue
AbstractCqlOperation. checkUnsupportedParameter(ParameterMap paramMap, java.lang.String paramName)
Check for a single unsupported parameter by name -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.operation.erase.impl
Method parameters in org.linuxforhealth.fhir.operation.erase.impl with type arguments of type OperationOutcome.Issue Modifier and Type Method Description void
EraseRestImpl. logException(java.util.List<OperationOutcome.Issue> issues, java.lang.Exception e)
encapsulating repeated logicvoid
EraseRestImpl. processLogicalId(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, java.util.List<OperationOutcome.Issue> issues, java.lang.String logicalId)
processes the 'id' from the parameters object in the evaluation context.void
EraseRestImpl. processPatient(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, java.util.List<OperationOutcome.Issue> issues)
processes the 'patient' from the parameters object in the evaluation context.void
EraseRestImpl. processReason(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, java.util.List<OperationOutcome.Issue> issues)
processes the 'reason' from the parameters object in the evaluation context.void
EraseRestImpl. processVersion(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, java.util.List<OperationOutcome.Issue> issues)
processes the 'version' from the parameters object in the evaluation context. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.operation.validate
Methods in org.linuxforhealth.fhir.operation.validate that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
ValidateOperation. validateDeleteResource(java.lang.String type, java.lang.String id, FHIROperationContext operationContext)
Validate if the persistence layer implementation supports the "delete" operation. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.path.evaluator
Methods in org.linuxforhealth.fhir.path.evaluator that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRPathEvaluator.EvaluationContext. getIssues()
Get the list of supplemental issues that were generated during evaluation -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.persistence.exception
Methods in org.linuxforhealth.fhir.persistence.exception with parameters of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceDataAccessException
FHIRPersistenceDataAccessException. withIssue(OperationOutcome.Issue... issues)
FHIRPersistenceException
FHIRPersistenceException. withIssue(OperationOutcome.Issue... issues)
FHIRPersistenceNotSupportedException
FHIRPersistenceNotSupportedException. withIssue(OperationOutcome.Issue... issues)
FHIRPersistenceException
FHIRPersistenceProcessorException. withIssue(OperationOutcome.Issue... issues)
Method parameters in org.linuxforhealth.fhir.persistence.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceDataAccessException
FHIRPersistenceDataAccessException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
FHIRPersistenceException
FHIRPersistenceException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
FHIRPersistenceNotSupportedException
FHIRPersistenceNotSupportedException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
FHIRPersistenceException
FHIRPersistenceProcessorException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.persistence.interceptor
Methods in org.linuxforhealth.fhir.persistence.interceptor with parameters of type OperationOutcome.Issue Modifier and Type Method Description org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptorException
FHIRPersistenceInterceptorException. withIssue(OperationOutcome.Issue... issues)
Deprecated.Method parameters in org.linuxforhealth.fhir.persistence.interceptor with type arguments of type OperationOutcome.Issue Modifier and Type Method Description org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptorException
FHIRPersistenceInterceptorException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
Deprecated. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.persistence.jdbc.exception
Methods in org.linuxforhealth.fhir.persistence.jdbc.exception with parameters of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceDBCleanupException
FHIRPersistenceDBCleanupException. withIssue(OperationOutcome.Issue... issues)
FHIRPersistenceDBConnectException
FHIRPersistenceDBConnectException. withIssue(OperationOutcome.Issue... issues)
FHIRPersistenceFKVException
FHIRPersistenceFKVException. withIssue(OperationOutcome.Issue... issues)
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceDBCleanupException
FHIRPersistenceDBCleanupException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
FHIRPersistenceDBConnectException
FHIRPersistenceDBConnectException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
FHIRPersistenceFKVException
FHIRPersistenceFKVException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.search.context
Methods in org.linuxforhealth.fhir.search.context that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRSearchContext. getOutcomeIssues()
Get the list of issues to be returned in the search outcome.Methods in org.linuxforhealth.fhir.search.context with parameters of type OperationOutcome.Issue Modifier and Type Method Description void
FHIRSearchContext. addOutcomeIssue(OperationOutcome.Issue outcomeIssue)
Adds an issue the list of issues to be returned in the search outcome. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.search.context.impl
Methods in org.linuxforhealth.fhir.search.context.impl that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRSearchContextImpl. getOutcomeIssues()
Methods in org.linuxforhealth.fhir.search.context.impl with parameters of type OperationOutcome.Issue Modifier and Type Method Description void
FHIRSearchContextImpl. addOutcomeIssue(OperationOutcome.Issue outcomeIssue)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.search.exception
Methods in org.linuxforhealth.fhir.search.exception with parameters of type OperationOutcome.Issue Modifier and Type Method Description FHIRSearchException
FHIRSearchException. withIssue(OperationOutcome.Issue... issues)
Method parameters in org.linuxforhealth.fhir.search.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRSearchException
FHIRSearchException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.server.resources
Methods in org.linuxforhealth.fhir.server.resources that return OperationOutcome.Issue Modifier and Type Method Description protected OperationOutcome.Issue
FHIRResource. buildOperationOutcomeIssue(IssueSeverity severity, IssueType type, java.lang.String msg)
Builds an OperationOutcomeIssue with the respective values for some of the fields. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.server.rest
Methods in org.linuxforhealth.fhir.server.rest that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRRestInteractionBase. getWarnings()
Method parameters in org.linuxforhealth.fhir.server.rest with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRRestOperationResponse
FHIRRestInteractionVisitor. doCreate(int entryIndex, FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
Performs the heavy lifting associated with a 'create' interaction.FHIRRestOperationResponse
FHIRRestInteractionVisitorMeta. doCreate(int entryIndex, FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorOffload. doCreate(int entryIndex, FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorPersist. doCreate(int entryIndex, FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorReferenceMapping. doCreate(int entryIndex, FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitor. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
Performs a patch operation (a new version of the Resource will be stored).FHIRRestOperationResponse
FHIRRestInteractionVisitorMeta. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorOffload. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorPersist. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorReferenceMapping. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitor. doUpdate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.String localIdentifier, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
Performs an update operation (a new version of the Resource will be stored).FHIRRestOperationResponse
FHIRRestInteractionVisitorMeta. doUpdate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.String localIdentifier, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorOffload. doUpdate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.String localIdentifier, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorPersist. doUpdate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.String localIdentifier, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorReferenceMapping. doUpdate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.String localIdentifier, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.server.spi.interceptor
Methods in org.linuxforhealth.fhir.server.spi.interceptor with parameters of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceInterceptorException
FHIRPersistenceInterceptorException. withIssue(OperationOutcome.Issue... issues)
Method parameters in org.linuxforhealth.fhir.server.spi.interceptor with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceInterceptorException
FHIRPersistenceInterceptorException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRResourceHelpers. validateResource(Resource resource)
Validate a resource.Method parameters in org.linuxforhealth.fhir.server.spi.operation with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRRestOperationResponse
FHIRResourceHelpers. doCreateMeta(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, java.lang.String type, Resource resource, java.lang.String ifNoneExist)
1st phase of CREATE.FHIRRestOperationResponse
FHIRResourceHelpers. doCreatePersist(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Resource resource, PayloadPersistenceResponse offloadResponse)
3rd phase of resource create.FHIRRestOperationResponse
FHIRResourceHelpers. doPatchOrUpdatePersist(FHIRPersistenceEvent event, java.lang.String type, java.lang.String id, boolean isPatch, Resource newResource, Resource prevResource, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
Persist the newResource value for patch or update interactionsFHIRRestOperationResponse
FHIRResourceHelpers. doUpdateMeta(FHIRPersistenceEvent event, java.lang.String type, java.lang.String id, FHIRPatch patch, Resource newResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.Integer ifNoneMatch, boolean doValidation, java.util.List<OperationOutcome.Issue> warnings)
1st phase of update interaction. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRRestHelper. validateResource(Resource resource)
Method parameters in org.linuxforhealth.fhir.server.util with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRRestOperationResponse
FHIRRestHelper. doCreateMeta(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, java.lang.String type, Resource resource, java.lang.String ifNoneExist)
FHIRRestOperationResponse
FHIRRestHelper. doCreatePersist(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Resource resource, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestHelper. doPatchOrUpdatePersist(FHIRPersistenceEvent event, java.lang.String type, java.lang.String id, boolean isPatch, Resource newResource, Resource prevResource, java.util.List<OperationOutcome.Issue> warnings, boolean isDeleted, java.lang.Integer ifNoneMatch, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestHelper. doUpdateMeta(FHIRPersistenceEvent event, java.lang.String type, java.lang.String id, FHIRPatch patch, Resource newResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.Integer ifNoneMatch, boolean doValidation, java.util.List<OperationOutcome.Issue> warnings)
static javax.ws.rs.core.Response.Status
IssueTypeToHttpStatusMapper. issueListToStatus(java.util.List<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.term.exception
Fields in org.linuxforhealth.fhir.term.exception with type parameters of type OperationOutcome.Issue Modifier and Type Field Description protected java.util.List<OperationOutcome.Issue>
FHIRTermException. issues
Methods in org.linuxforhealth.fhir.term.exception that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRTermException. getIssues()
Constructor parameters in org.linuxforhealth.fhir.term.exception with type arguments of type OperationOutcome.Issue Constructor Description FHIRTermException(java.lang.String message, java.util.List<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.term.service.exception
Fields in org.linuxforhealth.fhir.term.service.exception with type parameters of type OperationOutcome.Issue Modifier and Type Field Description protected java.util.List<OperationOutcome.Issue>
FHIRTermServiceException. issues
Methods in org.linuxforhealth.fhir.term.service.exception that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRTermServiceException. getIssues()
Constructor parameters in org.linuxforhealth.fhir.term.service.exception with type arguments of type OperationOutcome.Issue Constructor Description FHIRTermServiceException(java.lang.String message, java.lang.Throwable cause, java.util.List<OperationOutcome.Issue> issues)
FHIRTermServiceException(java.lang.String message, java.util.List<OperationOutcome.Issue> issues)
-
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.validation
Methods in org.linuxforhealth.fhir.validation that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(Resource resource, boolean includeResourceAssertedProfiles, java.lang.String... profiles)
Validate aResource
against constraints in the base specification and resource-asserted profile references and/or specific profile references.java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(Resource resource, java.lang.String... profiles)
Validate aResource
against constraints in the base specification and resource-asserted profile references or specific profile references but not both.java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, boolean includeResourceAssertedProfiles, java.lang.String... profiles)
Validate a resource, using anFHIRPathEvaluator.EvaluationContext
, against constraints in the base specification and resource-asserted profile references and/or specific profile references.java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, java.lang.String... profiles)
Validate a resource, using anFHIRPathEvaluator.EvaluationContext
, against constraints in the base specification and resource-asserted profile references or specific profile references but not both. -
Uses of OperationOutcome.Issue in org.linuxforhealth.fhir.validation.util
Fields in org.linuxforhealth.fhir.validation.util with type parameters of type OperationOutcome.Issue Modifier and Type Field Description static java.util.Comparator<OperationOutcome.Issue>
FHIRValidationUtil. ISSUE_COMPARATOR
Methods in org.linuxforhealth.fhir.validation.util that return types with arguments of type OperationOutcome.Issue Modifier and Type Method Description static java.util.List<OperationOutcome.Issue>
FHIRValidationUtil. getErrors(java.util.List<OperationOutcome.Issue> issues)
static java.util.List<OperationOutcome.Issue>
FHIRValidationUtil. getInformation(java.util.List<OperationOutcome.Issue> issues)
static java.util.List<OperationOutcome.Issue>
FHIRValidationUtil. getWarnings(java.util.List<OperationOutcome.Issue> issues)
Method parameters in org.linuxforhealth.fhir.validation.util with type arguments of type OperationOutcome.Issue Modifier and Type Method Description static int
FHIRValidationUtil. countErrors(java.util.List<OperationOutcome.Issue> issues)
static int
FHIRValidationUtil. countInformation(java.util.List<OperationOutcome.Issue> issues)
static int
FHIRValidationUtil. countWarnings(java.util.List<OperationOutcome.Issue> issues)
static java.util.List<OperationOutcome.Issue>
FHIRValidationUtil. getErrors(java.util.List<OperationOutcome.Issue> issues)
static java.util.List<OperationOutcome.Issue>
FHIRValidationUtil. getInformation(java.util.List<OperationOutcome.Issue> issues)
static java.util.List<OperationOutcome.Issue>
FHIRValidationUtil. getWarnings(java.util.List<OperationOutcome.Issue> issues)
static boolean
FHIRValidationUtil. hasErrors(java.util.List<OperationOutcome.Issue> issues)
static boolean
FHIRValidationUtil. hasInformation(java.util.List<OperationOutcome.Issue> issues)
static boolean
FHIRValidationUtil. hasWarnings(java.util.List<OperationOutcome.Issue> issues)
-