Uses of Class
ca.uhn.fhir.rest.server.interceptor.consent.ConsentOutcome
Packages that use ConsentOutcome
-
Uses of ConsentOutcome in ca.uhn.fhir.rest.server.interceptor.consent
Fields in ca.uhn.fhir.rest.server.interceptor.consent declared as ConsentOutcomeModifier and TypeFieldDescriptionstatic ConsentOutcomeConsentOutcome.AUTHORIZEDConvenience constant containingnew ConsentOutcome(ConsentOperationStatusEnum.AUTHORIZED)static ConsentOutcomeConsentOutcome.PROCEEDConvenience constant containingnew ConsentOutcome(ConsentOperationStatusEnum.PROCEED)static ConsentOutcomeConsentOutcome.REJECTConvenience constant containingnew ConsentOutcome(ConsentOperationStatusEnum.REJECT)Methods in ca.uhn.fhir.rest.server.interceptor.consent that return ConsentOutcomeModifier and TypeMethodDescriptionDelegatingConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)default ConsentOutcomeIConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)This method is called if a user may potentially see a resource via READ operations, SEARCH operations, etc.DelegatingConsentService.startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)default ConsentOutcomeIConsentService.startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)This method is called when an operation is initially beginning, before any significant processing occurs.DelegatingConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)default ConsentOutcomeIConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)This method is called if a user is about to see a resource, either completely or partially.