Uses of Class
ca.uhn.fhir.rest.server.interceptor.consent.ConsentOutcome
-
Packages that use ConsentOutcome Package Description ca.uhn.fhir.rest.server.interceptor.consent -
-
Uses of ConsentOutcome in ca.uhn.fhir.rest.server.interceptor.consent
Fields in ca.uhn.fhir.rest.server.interceptor.consent declared as ConsentOutcome Modifier and Type Field Description static 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 ConsentOutcome Modifier and Type Method Description ConsentOutcomeDelegatingConsentService. canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)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.ConsentOutcomeDelegatingConsentService. startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)ConsentOutcomeIConsentService. startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)This method is called when an operation is initially beginning, before any significant processing occurs.ConsentOutcomeDelegatingConsentService. willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)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.
-