Uses of Class
org.openehealth.ipf.commons.ihe.hl7v2.audit.MllpAuditDataset
Package
Description
-
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2
Modifier 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
Modifier and TypeMethodDescriptionstatic void
AuditUtils.enrichGenericAuditDatasetFromRequest
(MllpAuditDataset auditDataset, Message msg) -
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64
-
Uses of MllpAuditDataset in org.openehealth.ipf.commons.ihe.hl7v2ws
Modifier and TypeMethodDescriptionPCD.Interactions.getHl7v2TransactionConfiguration()
PCD.Interactions.getNakFactory()
-
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.hl7v2
Modifier 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
Modifier and TypeMethodDescriptionSimpleHl7v2WsEndpoint.getHl7v2TransactionConfiguration()
SimpleHl7v2WsEndpoint.getInteractionId()
SimpleHl7v2WsEndpoint.getNakFactory()
-
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.core
Modifier 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.).Modifier and TypeFieldDescriptionstatic final Hl7v2TransactionConfiguration<MllpAuditDataset>
MllpDispatchComponent.CONFIGURATION
Modifier and TypeMethodDescriptionMllpDispatchComponent.getHl7v2TransactionConfiguration()
MllpDispatchComponent.getInteractionId()
MllpDispatchComponent.getNakFactory()
ModifierConstructorDescriptionprotected
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
Modifier 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
Modifier and TypeClassDescriptionclass
ConsumerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>
Consumer-side ATNA auditing Camel interceptor.Modifier and TypeMethodDescriptionvoid
ConsumerAuditInterceptor.determineParticipantsAddresses
(Exchange exchange, MllpAuditDataset auditDataset) -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer
Modifier and TypeClassDescriptionclass
ProducerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>
Producer-side ATNA auditing Camel interceptor.Modifier and TypeMethodDescriptionvoid
ProducerAuditInterceptor.determineParticipantsAddresses
(Exchange exchange, MllpAuditDataset auditDataset) -
Uses of MllpAuditDataset in org.openehealth.ipf.platform.camel.ihe.mllp.custom
Modifier and TypeClassDescriptionclass
CustomMllpComponent<AuditDatasetType extends MllpAuditDataset>
Component for custom MLLP components.