Package ca.cdr.api.camel
Interface IHL7V2TxLogStepsProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Contract for HL7V2 Camel procedures which provide their own constructed list of transaction log steps
-
Method Summary
Modifier and TypeMethodDescriptionprovideTxLogSteps
(org.apache.camel.Exchange theExchange, Hl7v2ToFhirConversionResultJson theConversionResult)
-
Method Details
-
provideTxLogSteps
List<TransactionLogStepJson> provideTxLogSteps(org.apache.camel.Exchange theExchange, Hl7v2ToFhirConversionResultJson theConversionResult) throws ca.uhn.hl7v2.HL7Exception - Throws:
ca.uhn.hl7v2.HL7Exception
-