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 FHIROperationExceptionFHIROperationException. withIssue(OperationOutcome.Issue... issues)Method parameters in org.linuxforhealth.fhir.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description voidFHIROperationException. setIssues(java.util.List<OperationOutcome.Issue> issues)FHIROperationExceptionFHIROperationException. 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.IssueOperationOutcome.Issue.Builder. build()Build theOperationOutcome.IssueMethods 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.BuilderOperationOutcome.Issue.Builder. from(OperationOutcome.Issue issue)OperationOutcome.BuilderOperationOutcome.Builder. issue(OperationOutcome.Issue... issue)An error, warning, or information message that results from a system action.protected voidOperationOutcome.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.BuilderOperationOutcome.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.IssueFHIRUtil. buildOperationOutcomeIssue(java.lang.String msg, IssueType code)static OperationOutcome.IssueFHIRUtil. buildOperationOutcomeIssue(IssueSeverity severity, IssueType code, java.lang.String details)static OperationOutcome.IssueFHIRUtil. 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 booleanFHIRUtil. anyFailureInIssues(java.util.List<OperationOutcome.Issue> issues)Determine if any of the issues in the list of issues are failure issuesstatic OperationOutcomeFHIRUtil. 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.IssueAbstractCqlOperation. 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 voidEraseRestImpl. logException(java.util.List<OperationOutcome.Issue> issues, java.lang.Exception e)encapsulating repeated logicvoidEraseRestImpl. 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.voidEraseRestImpl. 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.voidEraseRestImpl. 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.voidEraseRestImpl. 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 FHIRPersistenceDataAccessExceptionFHIRPersistenceDataAccessException. withIssue(OperationOutcome.Issue... issues)FHIRPersistenceExceptionFHIRPersistenceException. withIssue(OperationOutcome.Issue... issues)FHIRPersistenceNotSupportedExceptionFHIRPersistenceNotSupportedException. withIssue(OperationOutcome.Issue... issues)FHIRPersistenceExceptionFHIRPersistenceProcessorException. withIssue(OperationOutcome.Issue... issues)Method parameters in org.linuxforhealth.fhir.persistence.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRPersistenceDataAccessExceptionFHIRPersistenceDataAccessException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)FHIRPersistenceExceptionFHIRPersistenceException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)FHIRPersistenceNotSupportedExceptionFHIRPersistenceNotSupportedException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)FHIRPersistenceExceptionFHIRPersistenceProcessorException. 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.FHIRPersistenceInterceptorExceptionFHIRPersistenceInterceptorException. 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.FHIRPersistenceInterceptorExceptionFHIRPersistenceInterceptorException. 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 FHIRPersistenceDBCleanupExceptionFHIRPersistenceDBCleanupException. withIssue(OperationOutcome.Issue... issues)FHIRPersistenceDBConnectExceptionFHIRPersistenceDBConnectException. withIssue(OperationOutcome.Issue... issues)FHIRPersistenceFKVExceptionFHIRPersistenceFKVException. 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 FHIRPersistenceDBCleanupExceptionFHIRPersistenceDBCleanupException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)FHIRPersistenceDBConnectExceptionFHIRPersistenceDBConnectException. withIssue(java.util.Collection<OperationOutcome.Issue> issues)FHIRPersistenceFKVExceptionFHIRPersistenceFKVException. 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 voidFHIRSearchContext. 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 voidFHIRSearchContextImpl. 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 FHIRSearchExceptionFHIRSearchException. withIssue(OperationOutcome.Issue... issues)Method parameters in org.linuxforhealth.fhir.search.exception with type arguments of type OperationOutcome.Issue Modifier and Type Method Description FHIRSearchExceptionFHIRSearchException. 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.IssueFHIRResource. 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 FHIRRestOperationResponseFHIRRestInteractionVisitor. 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.FHIRRestOperationResponseFHIRRestInteractionVisitorMeta. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorOffload. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorPersist. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorReferenceMapping. 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)FHIRRestOperationResponseFHIRRestInteractionVisitor. 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).FHIRRestOperationResponseFHIRRestInteractionVisitorMeta. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorOffload. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorPersist. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorReferenceMapping. 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)FHIRRestOperationResponseFHIRRestInteractionVisitor. 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).FHIRRestOperationResponseFHIRRestInteractionVisitorMeta. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorOffload. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorPersist. 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)FHIRRestOperationResponseFHIRRestInteractionVisitorReferenceMapping. 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 FHIRPersistenceInterceptorExceptionFHIRPersistenceInterceptorException. 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 FHIRPersistenceInterceptorExceptionFHIRPersistenceInterceptorException. 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 FHIRRestOperationResponseFHIRResourceHelpers. doCreateMeta(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, java.lang.String type, Resource resource, java.lang.String ifNoneExist)1st phase of CREATE.FHIRRestOperationResponseFHIRResourceHelpers. doCreatePersist(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Resource resource, PayloadPersistenceResponse offloadResponse)3rd phase of resource create.FHIRRestOperationResponseFHIRResourceHelpers. 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 interactionsFHIRRestOperationResponseFHIRResourceHelpers. 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 FHIRRestOperationResponseFHIRRestHelper. doCreateMeta(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, java.lang.String type, Resource resource, java.lang.String ifNoneExist)FHIRRestOperationResponseFHIRRestHelper. doCreatePersist(FHIRPersistenceEvent event, java.util.List<OperationOutcome.Issue> warnings, Resource resource, PayloadPersistenceResponse offloadResponse)FHIRRestOperationResponseFHIRRestHelper. 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)FHIRRestOperationResponseFHIRRestHelper. 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.StatusIssueTypeToHttpStatusMapper. 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. issuesMethods 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. issuesMethods 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 aResourceagainst 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 aResourceagainst 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_COMPARATORMethods 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 intFHIRValidationUtil. countErrors(java.util.List<OperationOutcome.Issue> issues)static intFHIRValidationUtil. countInformation(java.util.List<OperationOutcome.Issue> issues)static intFHIRValidationUtil. 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 booleanFHIRValidationUtil. hasErrors(java.util.List<OperationOutcome.Issue> issues)static booleanFHIRValidationUtil. hasInformation(java.util.List<OperationOutcome.Issue> issues)static booleanFHIRValidationUtil. hasWarnings(java.util.List<OperationOutcome.Issue> issues) 
 -