Uses of Interface
org.openehealth.ipf.commons.ihe.core.InteractionId
Package
Description
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.core
Modifier and TypeClassDescriptionclass
SerializableEnumInteractionId<E extends Enum<E> & InteractionId>
Modifier and TypeClassDescriptionclass
SerializableEnumInteractionId<E extends Enum<E> & InteractionId>
Modifier and TypeMethodDescriptionstatic <E extends Enum<E> & InteractionId>
SerializableEnumInteractionIdSerializableEnumInteractionId.create
(E interactionId) Create a serializable version of the givenInteractionId
Modifier and TypeMethodDescriptiondefault boolean
IntegrationProfile.isProfileFor
(InteractionId interactionId) -
Uses of InteractionId in org.openehealth.ipf.commons.ihe.fhir
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.fhir.atna
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.fhir.mhd
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
static enum
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.fhir.pixpdq
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.fhir.qedm
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.hl7v2
Modifier and TypeInterfaceDescriptioninterface
Hl7v2InteractionId<T extends MllpAuditDataset>
HL7v2 Transaction IDModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
Modifier and TypeMethodDescriptionPAM.getInteractionIds()
PDQ.getInteractionIds()
PIX.getInteractionIds()
XPID.getInteractionIds()
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.hl7v2ws
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.hl7v3
Modifier and TypeInterfaceDescriptioninterface
Hl7v3InteractionId<ConfigType extends Hl7v3WsTransactionConfiguration>
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
Modifier and TypeMethodDescriptionPDQV3.getInteractionIds()
PIXV3.getInteractionIds()
QED.getInteractionIds()
XCPD.getInteractionIds()
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.hpd
Modifier and TypeClassDescriptionstatic enum
static enum
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.ws
Modifier and TypeInterfaceDescriptioninterface
WsInteractionId<ConfigType extends WsTransactionConfiguration<? extends WsAuditDataset>>
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.xacml20
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
Modifier and TypeMethodDescriptionCH_ADR.getInteractionIds()
CH_PPQ.getInteractionIds()
SER.getInteractionIds()
-
Uses of InteractionId in org.openehealth.ipf.commons.ihe.xds
Modifier and TypeInterfaceDescriptioninterface
XdsInteractionId<ConfigType extends WsTransactionConfiguration<? extends XdsAuditDataset>>
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
Modifier and TypeMethodDescriptionCMPD.getInteractionIds()
CONTINUA_HRN.getInteractionIds()
RAD.getInteractionIds()
RMU.getInteractionIds()
XCA.getInteractionIds()
XCDR.getInteractionIds()
XCF.getInteractionIds()
XDM.getInteractionIds()
XDR.getInteractionIds()
XDS.getInteractionIds()
-
Uses of InteractionId in org.openehealth.ipf.platform.camel.ihe.fhir.core.custom
Modifier and TypeClassDescriptionclass
CustomFhirComponent<AuditDatasetType extends FhirAuditDataset>
-
Uses of InteractionId in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept
Modifier and TypeMethodDescriptionvoid
MllpPayloadLoggerBase.logPayload
(Exchange exchange, InteractionId interactionId) -
Uses of InteractionId in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer
Modifier and TypeMethodDescriptionvoid
ConsumerInPayloadLoggerInterceptor.logPayload
(Exchange exchange, InteractionId interactionId) void
ConsumerOutPayloadLoggerInterceptor.logPayload
(Exchange exchange, InteractionId interactionId) -
Uses of InteractionId in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer
Modifier and TypeMethodDescriptionvoid
ProducerInPayloadLoggerInterceptor.logPayload
(Exchange exchange, InteractionId interactionId) void
ProducerOutPayloadLoggerInterceptor.logPayload
(Exchange exchange, InteractionId interactionId)