Uses of Class
org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditDataset
Packages that use FhirAuditDataset
Package
Description
-
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir
Classes in org.openehealth.ipf.commons.ihe.fhir with type parameters of type FhirAuditDatasetModifier and TypeInterfaceDescriptioninterface
FhirInteractionId<T extends FhirAuditDataset>
class
FhirTransactionConfiguration<T extends FhirAuditDataset>
Static configuration for FHIR transaction componentsinterface
FhirTransactionOptionsProvider<S extends FhirAuditDataset,
T extends Enum<T> & FhirTransactionOptions> -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.audit
Classes in org.openehealth.ipf.commons.ihe.fhir.audit with type parameters of type FhirAuditDatasetModifier and TypeClassDescriptionclass
AbstractFhirAuditStrategy<T extends FhirAuditDataset,
O extends IBaseOperationOutcome> Generic Audit Strategy for FHIR transactionsclass
FhirAuditStrategy<T extends FhirAuditDataset>
Subclasses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.auditModifier and TypeClassDescriptionclass
Generic Audit Dataset for FHIR Query-only transactionsclass
Audit dataset that supports generic FHIR transactions (general REST API) for which there is no explicit ATNA record format defined. -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.audit.events
Methods in org.openehealth.ipf.commons.ihe.fhir.audit.events with parameters of type FhirAuditDatasetModifier and TypeMethodDescriptionvoid
BalpPHIExportBuilder.addJwtId
(FhirAuditDataset auditDataset) void
BalpPHIImportBuilder.addJwtId
(FhirAuditDataset auditDataset) void
BalpQueryInformationBuilder.addJwtId
(FhirAuditDataset auditDataset) static <D extends BaseAuditMessageBuilder<D>>
voidBalpJwtUtils.addJwtParticipant
(D delegate, FhirAuditDataset auditDataset, AuditContext auditContext) Constructors in org.openehealth.ipf.commons.ihe.fhir.audit.events with parameters of type FhirAuditDatasetModifierConstructorDescriptionBalpPHIExportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) BalpPHIExportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) BalpPHIExportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventType eventType, PurposeOfUse... purposesOfUse) BalpPHIImportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) BalpPHIImportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) BalpPHIImportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventType eventType, PurposeOfUse... purposesOfUse) BalpQueryInformationBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventType eventType, PurposeOfUse... purposesOfUse) -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.chppqm
Subclasses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.chppqm -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti105
Subclasses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti105 -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti65
Subclasses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti65 -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti68
Subclasses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti68 -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti68bin
Methods in org.openehealth.ipf.commons.ihe.fhir.iti68bin that return FhirAuditDatasetModifier and TypeMethodDescriptionIti68BinaryServerAuditStrategy.enrichAuditDatasetFromRequest
(FhirAuditDataset auditDataset, Object request, Map<String, Object> parameters) Methods in org.openehealth.ipf.commons.ihe.fhir.iti68bin with parameters of type FhirAuditDatasetModifier and TypeMethodDescriptionIti68BinaryServerAuditStrategy.enrichAuditDatasetFromRequest
(FhirAuditDataset auditDataset, Object request, Map<String, Object> parameters) Iti68BinaryServerAuditStrategy.makeAuditMessage
(AuditContext auditContext, FhirAuditDataset auditDataset) -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti81
Subclasses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.iti81 -
Uses of FhirAuditDataset in org.openehealth.ipf.commons.ihe.fhir.mhd
Methods in org.openehealth.ipf.commons.ihe.fhir.mhd that return types with arguments of type FhirAuditDataset -
Uses of FhirAuditDataset in org.openehealth.ipf.platform.camel.ihe.fhir.core
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core with type parameters of type FhirAuditDatasetModifier and TypeClassDescriptionclass
FhirComponent<AuditDatasetType extends FhirAuditDataset>
Abstract FHIR Camel componentclass
FhirComponentWithOptions<AuditDatasetType extends FhirAuditDataset,
O extends Enum<O> & FhirTransactionOptions, P extends FhirTransactionOptionsProvider<FhirQueryAuditDataset, O>> Base class for FHIR components offering a options and optionsProvider endpoint parametersclass
FhirConsumer<AuditDatasetType extends FhirAuditDataset>
FHIR consumer, which is an implementation of aRequestConsumer
that handles requests by sending the request data and parameters into a Camel route and returning the result of the route processing.class
FhirEndpoint<AuditDatasetType extends FhirAuditDataset,
ComponentType extends FhirComponent<AuditDatasetType>> Generic FHIR endpointclass
FhirEndpointConfiguration<AuditDatasetType extends FhirAuditDataset>
Configuration of a FHIR endpoint instanceclass
FhirProducer<AuditDatasetType extends FhirAuditDataset>
-
Uses of FhirAuditDataset in org.openehealth.ipf.platform.camel.ihe.fhir.core.custom
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core.custom with type parameters of type FhirAuditDatasetModifier and TypeClassDescriptionclass
CustomFhirComponent<AuditDatasetType extends FhirAuditDataset>
class
CustomFhirEndpoint<AuditDatasetType extends FhirAuditDataset>
-
Uses of FhirAuditDataset in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.consumer
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.consumer with type parameters of type FhirAuditDatasetModifier and TypeClassDescriptionclass
ConsumerAuditInterceptor<AuditDatasetType extends FhirAuditDataset>
Consumer-side FHIR ATNA auditing Camel interceptor. -
Uses of FhirAuditDataset in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.producer
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.producer with type parameters of type FhirAuditDatasetModifier and TypeClassDescriptionclass
ProducerAuditInterceptor<AuditDatasetType extends FhirAuditDataset>
Consumer-side FHIR ATNA auditing Camel interceptor.Constructors in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.producer with parameters of type FhirAuditDataset -
Uses of FhirAuditDataset in org.openehealth.ipf.platform.camel.ihe.fhir.iti68bin
Methods in org.openehealth.ipf.platform.camel.ihe.fhir.iti68bin that return types with arguments of type FhirAuditDatasetModifier and TypeMethodDescriptionIti68BinaryComponent.getClientAuditStrategy()
Iti68BinaryEndpoint.getClientAuditStrategy()
Iti68BinaryComponent.getServerAuditStrategy()
Iti68BinaryEndpoint.getServerAuditStrategy()