Uses of Class
org.openehealth.ipf.commons.ihe.hl7v2.audit.MllpAuditDataset
Packages that use MllpAuditDataset
Package
Description
-
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2
Classes in org.openehealth.ipf.commons.ihe.hl7v2 with type parameters of type MllpAuditDatasetModifier and TypeInterfaceDescriptioninterface
Hl7v2InteractionId<T extends MllpAuditDataset>
HL7v2 Transaction IDclass
Hl7v2TransactionConfiguration<AuditDatasetType extends MllpAuditDataset>
Endpoint-agnostic parameters of an HL7v2-based transaction.interface
Hl7v2TransactionOptionsProvider<S extends MllpAuditDataset,
T extends Enum<T> & Hl7v2TransactionOptions> class
NakFactory<AuditDatasetType extends MllpAuditDataset>
Basic ACK and NAK factory for HL7v2-based transactions. -
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2.audit
Subclasses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2.auditMethods in org.openehealth.ipf.commons.ihe.hl7v2.audit with parameters of type MllpAuditDatasetModifier and TypeMethodDescriptionstatic void
AuditUtils.enrichGenericAuditDatasetFromRequest
(MllpAuditDataset auditDataset, Message msg) -
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64
Subclasses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64 -
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2ws
Methods in org.openehealth.ipf.commons.ihe.hl7v2ws that return types with arguments of type MllpAuditDatasetModifier and TypeMethodDescriptionPCD.Interactions.getHl7v2TransactionConfiguration()
PCD.Interactions.getNakFactory()
-
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.hl7v2
Classes in org.openehealth.ipf.platform.camel.ihe.hl7v2 with type parameters of type MllpAuditDatasetModifier and TypeInterfaceDescriptioninterface
Hl7v2ConfigurationHolder<T extends MllpAuditDataset>
Interface for Camel components which handle HL7v2 messages, independent of transport protocol.interface
HL7v2Endpoint<T extends MllpAuditDataset>
Interface for endpoints that handle HL7v2 transactions -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.hl7v2ws
Methods in org.openehealth.ipf.platform.camel.ihe.hl7v2ws that return types with arguments of type MllpAuditDatasetModifier and TypeMethodDescriptionSimpleHl7v2WsEndpoint.getHl7v2TransactionConfiguration()
SimpleHl7v2WsEndpoint.getInteractionId()
SimpleHl7v2WsEndpoint.getNakFactory()
-
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.core
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core with type parameters of type MllpAuditDatasetModifier and TypeClassDescriptionclass
MllpComponent<ConfigType extends MllpEndpointConfiguration,
AuditDatasetType extends MllpAuditDataset> Generic Camel component for MLLP.class
MllpEndpoint<ConfigType extends MllpEndpointConfiguration,
AuditDatasetType extends MllpAuditDataset, ComponentType extends MllpComponent<ConfigType, AuditDatasetType>> A wrapper for standard camel-netty endpoint which provides support for IHE PIX/PDQ-related extensions.class
MllpTransactionComponent<AuditDatasetType extends MllpAuditDataset>
Camel component for MLLP-based eHealth transactions (like IHE PIX, PDQ, XAD-PID, etc.).class
MllpTransactionEndpoint<AuditDatasetType extends MllpAuditDataset>
Camel endpoint for MLLP-based eHealth transactions (like IHE PIX, PDQ, XAD-PID, etc.).Fields in org.openehealth.ipf.platform.camel.ihe.mllp.core with type parameters of type MllpAuditDatasetModifier and TypeFieldDescriptionstatic final Hl7v2TransactionConfiguration
<MllpAuditDataset> MllpDispatchComponent.CONFIGURATION
Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core that return types with arguments of type MllpAuditDatasetModifier and TypeMethodDescriptionMllpDispatchComponent.getHl7v2TransactionConfiguration()
MllpDispatchComponent.getInteractionId()
MllpDispatchComponent.getNakFactory()
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.mllp.core with type arguments of type MllpAuditDatasetModifierConstructorDescriptionprotected
MllpDispatchEndpointConfiguration
(MllpComponent<MllpDispatchEndpointConfiguration, MllpAuditDataset> component, String uri, Map<String, Object> parameters) protected
MllpTransactionEndpointConfiguration
(MllpComponent<MllpTransactionEndpointConfiguration, ? extends MllpAuditDataset> component, String uri, Map<String, Object> parameters) -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept with type parameters of type MllpAuditDatasetModifier and TypeClassDescriptionclass
MllpAuditInterceptorSupport<AuditDatasetType extends MllpAuditDataset>
Common audit interceptor support for both consumer and producer side of MLLP endpoints -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer with type parameters of type MllpAuditDatasetModifier and TypeClassDescriptionclass
ConsumerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>
Consumer-side ATNA auditing Camel interceptor.Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer with parameters of type MllpAuditDatasetModifier and TypeMethodDescriptionvoid
ConsumerAuditInterceptor.determineParticipantsAddresses
(Exchange exchange, MllpAuditDataset auditDataset) -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer with type parameters of type MllpAuditDatasetModifier and TypeClassDescriptionclass
ProducerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>
Producer-side ATNA auditing Camel interceptor.Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer with parameters of type MllpAuditDatasetModifier and TypeMethodDescriptionvoid
ProducerAuditInterceptor.determineParticipantsAddresses
(Exchange exchange, MllpAuditDataset auditDataset) -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.custom
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.custom with type parameters of type MllpAuditDatasetModifier and TypeClassDescriptionclass
CustomMllpComponent<AuditDatasetType extends MllpAuditDataset>
Component for custom MLLP components.